@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);
}

.rooster-bet-2pjvgs {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.rooster-bet-1yci1y {
  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.rooster-bet-f971zy,
ul.rooster-bet-f971zy {
  padding-left: 20px;
}

ul.rooster-bet-f971zy {
  list-style: disc;
}

ol.rooster-bet-f971zy {
  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;
  }
}

.rooster-bet-75nxmn > .rooster-bet-xci64d,
.rooster-bet-75nxmn > .rooster-bet-7livk7,
.rooster-bet-75nxmn > blockquote,
.rooster-bet-75nxmn > h1,
.rooster-bet-75nxmn > h2,
.rooster-bet-75nxmn > h3,
.rooster-bet-75nxmn > h4,
.rooster-bet-75nxmn > h5,
.rooster-bet-75nxmn > h6,
.rooster-bet-75nxmn > ol,
.rooster-bet-75nxmn > p,
.rooster-bet-75nxmn > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.rooster-bet-75nxmn > ol,
.rooster-bet-75nxmn > ul {
  padding-left: 50px;
}

.rooster-bet-75nxmn 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;
}

.rooster-bet-75nxmn:not(:last-child) {
  margin-bottom: 2rem;
}

.rooster-bet-75nxmn > :not(:first-child) {
  margin-top: 2rem;
}

.rooster-bet-75nxmn {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.rooster-bet-75nxmn:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .rooster-bet-75nxmn:first-child {
    margin-top: 20px;
  }
}

.rooster-bet-75nxmn > p:last-of-type {
  margin-bottom: 32px;
}

.rooster-bet-75nxmn > .rooster-bet-2jr3th:not(:first-child) {
  margin: 64px auto 16px auto;
}

.rooster-bet-mogaix > .rooster-bet-2jr3th {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.rooster-bet-7livk7 {
  overflow: auto;
}

.rooster-bet-7livk7::-webkit-scrollbar {
  height: 5px;
}

.rooster-bet-7livk7 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.rooster-bet-7livk7 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.rooster-bet-7livk7 table thead,
table thead {
  border-bottom: none;
}

.rooster-bet-7livk7 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.rooster-bet-7livk7 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.rooster-bet-7livk7 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.rooster-bet-7livk7 .rooster-bet-abq82w {
  table-layout: auto;
}

.rooster-bet-7livk7 .rooster-bet-abq82w th {
  word-break: normal;
}

.rooster-bet-7livk7 .rooster-bet-abq82w td {
  word-break: normal;
}

.rooster-bet-2pjvgs .rooster-bet-2pjvgs {
  padding-right: 0;
  padding-left: 0;
}

.rooster-bet-d6q4qw {
  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;
}

.rooster-bet-4wmeez {
  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;
}

.rooster-bet-7pofqy {
  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;
}

.rooster-bet-xci64d {
  margin-top: 24px;
}

.rooster-bet-xci64d.rooster-bet-jixlmd {
  text-align: left;
}

.rooster-bet-xci64d.rooster-bet-9i2b05 {
  text-align: right;
}

.rooster-bet-xci64d.rooster-bet-nuynqz {
  text-align: center;
}

.rooster-bet-ozn94r {
  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.rooster-bet-sh4qb2 ease-in-out;
  cursor: pointer;
}

.rooster-bet-ozn94r:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.rooster-bet-ozn94r {
  min-width: 328px;
}

@media (max-width: 768px) {
  .rooster-bet-ozn94r {
    min-width: unset;
  }
}

.rooster-bet-wrfxlh {
  background-color: var(--fh-bg-color);
}

.rooster-bet-foctju {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.rooster-bet-2tysrg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.rooster-bet-2tysrg img {
  max-height: 80px;
  object-fit: contain;
}

.rooster-bet-vo4jba {
  flex: 1 1;
}

.rooster-bet-r8voum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.rooster-bet-j0fpbk {
  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;
}

.rooster-bet-j0fpbk 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;
}

.rooster-bet-j0fpbk.rooster-bet-hhef9t span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.rooster-bet-j0fpbk.rooster-bet-hhef9t span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.rooster-bet-j0fpbk.rooster-bet-hhef9t span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.rooster-bet-vo4jba + .rooster-bet-r8voum {
  margin-left: 20px;
}

.rooster-bet-jgn7vs {
  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;
}

.rooster-bet-jgn7vs > svg {
  max-width: 24px;
  max-height: 24px;
}

.rooster-bet-jgn7vs + .rooster-bet-jgn7vs {
  margin-left: 5px;
}

.rooster-bet-djnygv {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.rooster-bet-djnygv:hover {
  background-color: var(--button-bg-hover);
}

.rooster-bet-e6ksvd {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.rooster-bet-sh4qb2 ease-in-out;
  border: 1px solid var(--border-color);
}

.rooster-bet-e6ksvd:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.rooster-bet-nztiqf {
  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) {
  .rooster-bet-vo4jba {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .rooster-bet-nztiqf {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .rooster-bet-vo4jba {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .rooster-bet-jgn7vs {
    min-width: unset;
    flex: 1 1;
  }
}

.rooster-bet-t02cu7 {
  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;
}

.rooster-bet-t02cu7:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.rooster-bet-t02cu7:hover .rooster-bet-l03plq {
  opacity: 1;
  pointer-events: auto;
}

.rooster-bet-xe63b8 {
  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.rooster-bet-tr2nxg ease-in-out;
  gap: 4px;
}

.rooster-bet-xe63b8 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.rooster-bet-xe63b8 .rooster-bet-d6q4qw img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.rooster-bet-lmv5gp,
.rooster-bet-xe63b8:hover {
  color: var(--button-bg-hover);
}

.rooster-bet-gos5zt {
  position: relative;
}

.rooster-bet-gos5zt .rooster-bet-xe63b8 {
  margin-right: 0;
  padding-right: 4px;
}

.rooster-bet-bghv6n svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.rooster-bet-gos5zt.rooster-bet-hhef9t .rooster-bet-bghv6n svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.rooster-bet-gos5zt.rooster-bet-hhef9t .rooster-bet-l03plq {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.rooster-bet-gos5zt.rooster-bet-hhef9t .rooster-bet-l03plq::before {
  display: none;
}

.rooster-bet-bghv6n svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.rooster-bet-l03plq {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.rooster-bet-ybqlv3 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.rooster-bet-l03plq::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.rooster-bet-l03plq:hover {
  color: var(--fh-bg-color);
}

.rooster-bet-au1fk2 {
  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.rooster-bet-ybqlv3 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.rooster-bet-tr2nxg ease-in-out;
  -o-transition: 0.rooster-bet-tr2nxg ease-in-out;
  transition: 0.rooster-bet-tr2nxg ease-in-out;
}

.rooster-bet-au1fk2 .rooster-bet-d6q4qw img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.rooster-bet-869aml,
.rooster-bet-au1fk2:hover {
  color: var(--button-bg-hover);
}

.rooster-bet-1v34vs {
  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%;
}

.rooster-bet-1v34vs.rooster-bet-951y14 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.rooster-bet-1v34vs.rooster-bet-951y14:after,
.rooster-bet-1v34vs.rooster-bet-951y14:before {
  content: "";
  position: absolute;
  margin: auto;
}

.rooster-bet-1v34vs.rooster-bet-951y14: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);
  }
}

.rooster-bet-1v34vs.rooster-bet-951y14:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.rooster-bet-1v34vs.rooster-bet-951y14 > * {
  z-index: 1;
}

.rooster-bet-1v34vs b,
.rooster-bet-1v34vs strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.rooster-bet-1v34vs .rooster-bet-8t32ao {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.rooster-bet-1v34vs .rooster-bet-mfuuu6 {
  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;
}

.rooster-bet-1v34vs .rooster-bet-d6q4qw {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.rooster-bet-1v34vs .rooster-bet-ogkoj5 {
  margin-top: 12px;
}

.rooster-bet-ogkoj5 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.rooster-bet-1u4vsk {
  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;
}

.rooster-bet-ogkoj5 .rooster-bet-dbucec {
  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.rooster-bet-sh4qb2 ease-in-out;
}

.rooster-bet-ogkoj5 .rooster-bet-dbucec:hover {
  background: rgba(255, 255, 255, 0.3);
}

.rooster-bet-coalz3 {
  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;
}

.rooster-bet-1v34vs.rooster-bet-g0c02i {
  gap: 12px;
  padding: 16px;
}

.rooster-bet-1v34vs.rooster-bet-g0c02i .rooster-bet-coalz3 {
  min-width: 240px;
}

.rooster-bet-1v34vs.rooster-bet-g0c02i .rooster-bet-coalz3.rooster-bet-n44dil {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .rooster-bet-1v34vs .rooster-bet-8t32ao {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .rooster-bet-1v34vs .rooster-bet-mfuuu6 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .rooster-bet-1v34vs .rooster-bet-d6q4qw {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .rooster-bet-1v34vs.rooster-bet-g0c02i .rooster-bet-d6q4qw {
    max-width: 126px;
  }
  .rooster-bet-1v34vs .rooster-bet-ogkoj5 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .rooster-bet-1v34vs .rooster-bet-1u4vsk {
    max-width: unset;
  }
  .rooster-bet-coalz3 {
    min-width: unset;
    width: 100%;
  }
  .rooster-bet-1v34vs .rooster-bet-coalz3 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .rooster-bet-1v34vs.rooster-bet-g0c02i {
    grid-template-rows: auto 1fr auto;
  }
  .rooster-bet-1v34vs.rooster-bet-g0c02i .rooster-bet-coalz3 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .rooster-bet-1v34vs {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .rooster-bet-1v34vs .rooster-bet-8t32ao {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .rooster-bet-1v34vs .rooster-bet-d6q4qw {
    max-width: 78px;
  }
  .rooster-bet-1v34vs .rooster-bet-ogkoj5 {
    margin-top: -12px;
  }
  .rooster-bet-1v34vs.rooster-bet-g0c02i {
    gap: 8px;
  }
  .rooster-bet-1v34vs.rooster-bet-g0c02i .rooster-bet-8t32ao {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .rooster-bet-1v34vs.rooster-bet-g0c02i .rooster-bet-mfuuu6 {
    grid-column: 1/3;
  }
  .rooster-bet-1v34vs.rooster-bet-g0c02i .rooster-bet-d6q4qw {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .rooster-bet-1v34vs.rooster-bet-g0c02i .rooster-bet-d6q4qw img {
    max-width: 114px;
  }
}

.rooster-bet-coalz3.rooster-bet-y0w3ms,
.rooster-bet-coalz3.rooster-bet-3n1l4f,
.rooster-bet-coalz3.rooster-bet-oqdo4p {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.rooster-bet-sh4qb2 ease-in-out;
}

.rooster-bet-coalz3.rooster-bet-y0w3ms,
.rooster-bet-coalz3.rooster-bet-oqdo4p {
  padding: 10px;
}

.rooster-bet-coalz3.rooster-bet-y0w3ms:hover,
.rooster-bet-coalz3.rooster-bet-3n1l4f:hover,
.rooster-bet-coalz3.rooster-bet-oqdo4p:hover {
  background: var(--button-bg-hover);
}

.rooster-bet-coalz3.rooster-bet-y0w3ms:hover svg path,
.rooster-bet-coalz3.rooster-bet-oqdo4p:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.rooster-bet-coalz3.rooster-bet-n44dil {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.rooster-bet-sh4qb2 ease-in-out;
  background: var(--button-bg-color);
}

.rooster-bet-coalz3.rooster-bet-n44dil:hover {
  background-color: var(--button-bg-hover);
}

.rooster-bet-coalz3.rooster-bet-3n1l4f: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);
  }
}

.rooster-bet-coalz3.rooster-bet-3n1l4f:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.rooster-bet-coalz3.rooster-bet-n44dil:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.rooster-bet-exofs4 {
  max-width: 650px;
}

.rooster-bet-dn79xk {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.rooster-bet-6fugiy {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.rooster-bet-i22o5r {
  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.rooster-bet-tr2nxg ease-in-out;
  cursor: pointer;
}

.rooster-bet-i22o5r:hover {
  opacity: 0.5;
}

.rooster-bet-i22o5r:focus {
  outline: 0;
}

.rooster-bet-i22o5r:focus .rooster-bet-8tfsvz,
.rooster-bet-i22o5r:hover .rooster-bet-8tfsvz {
  fill: red;
  fill-opacity: 1;
}

.rooster-bet-i22o5r:hover {
  cursor: pointer;
}

.rooster-bet-ssgrx5 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.rooster-bet-exofs4.rooster-bet-nuynqz {
  margin: 0 auto;
}

.rooster-bet-exofs4.rooster-bet-9i2b05 {
  margin-left: auto;
}

.rooster-bet-3ombbc {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.rooster-bet-v19ekh {
  padding-bottom: 50px;
}

.rooster-bet-uscgjz {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.rooster-bet-e8gc5r {
  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;
}

.rooster-bet-rz2ujt {
  margin-top: 24px;
}

.rooster-bet-clrg1v {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rooster-bet-94s3lx {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.rooster-bet-myew7u {
  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;
}

.rooster-bet-8hzye3 {
  width: 468px;
}

.rooster-bet-myew7u .rooster-bet-l03plq {
  margin: 0.rooster-bet-dehn2o 0;
}

.rooster-bet-bjfha3 {
  display: flex;
  min-width: 224px;
}

.rooster-bet-b8pbwy {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.rooster-bet-tr2nxg ease-in-out;
}

.rooster-bet-vtjysg,
.rooster-bet-b8pbwy:hover {
  color: var(--text-color);
}

.rooster-bet-nym0ga {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.rooster-bet-ie5qjb {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .rooster-bet-3ombbc {
    padding: 16px;
  }
  .rooster-bet-nym0ga {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .rooster-bet-ie5qjb {
    align-items: center;
  }
  .rooster-bet-8hzye3 {
    width: unset;
  }
  .rooster-bet-bjfha3 {
    min-width: unset;
  }
  .rooster-bet-myew7u {
    max-height: unset;
  }
  .rooster-bet-uscgjz {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .rooster-bet-3ombbc {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.rooster-bet-pbzdb8 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.rooster-bet-pbzdb8:not(:last-child) {
  margin-bottom: 16px;
}

.rooster-bet-swlumv {
  outline: 0;
}

.rooster-bet-swlumv .rooster-bet-o1y6zd {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.rooster-bet-ldl2f3 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .rooster-bet-ldl2f3 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.rooster-bet-ldl2f3::-webkit-details-marker {
  display: none;
}

.rooster-bet-ldl2f3: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;
}

.rooster-bet-ldl2f3: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] .rooster-bet-ldl2f3:after {
  transform: unset;
}

.rooster-bet-o1y6zd {
  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);
}

.rooster-bet-o1y6zd 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.rooster-bet-tr2nxg ease-in-out;
  -o-transition: 0.rooster-bet-tr2nxg ease-in-out;
  transition: 0.rooster-bet-tr2nxg ease-in-out;
}

.rooster-bet-cq47iw {
  padding: 16px 0 0 0;
}

.rooster-bet-cq47iw * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .rooster-bet-cq47iw :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .rooster-bet-ldl2f3 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .rooster-bet-ldl2f3::after {
    margin-left: auto;
  }
  .rooster-bet-o1y6zd {
    order: 3;
    flex: 1 1 100%;
  }
  .rooster-bet-ldl2f3 {
    font-size: 14px;
    line-height: 130%;
  }
  .rooster-bet-o1y6zd svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.rooster-bet-2yw4ku {
  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;
}

.rooster-bet-6c4zna {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.rooster-bet-2yw4ku.rooster-bet-hhef9t .rooster-bet-6c4zna {
  margin-bottom: 12px;
}

.rooster-bet-6c4zna::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;
}

.rooster-bet-2yw4ku.rooster-bet-hhef9t .rooster-bet-6c4zna::after {
  transform: unset;
}

.rooster-bet-xfhqy3 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.rooster-bet-l53x7a {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.rooster-bet-tr2nxg ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.rooster-bet-l53x7a: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;
}

.rooster-bet-2yw4ku.rooster-bet-hhef9t .rooster-bet-xfhqy3 {
  max-height: 100%;
}

.rooster-bet-jpcegn {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.rooster-bet-jso6um {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.rooster-bet-vp3952 {
  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;
}

.rooster-bet-14pw77 {
  margin-right: 4px;
}

.rooster-bet-0a3n5a {
  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.rooster-bet-tr2nxg ease-in-out;
}

.rooster-bet-0a3n5a svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.rooster-bet-185fxr,
.rooster-bet-0a3n5a:hover {
  color: var(--text-color);
}

.rooster-bet-0hkpaq {
  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;
}

.rooster-bet-0hkpaq img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.rooster-bet-0hkpaq .rooster-bet-pi5pnb {
  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;
}

.rooster-bet-0hkpaq .rooster-bet-0stb9b {
  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;
}

.rooster-bet-rifp8l {
  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;
}

.rooster-bet-birssw {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.rooster-bet-y41kca .rooster-bet-2pjvgs {
  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;
}

.rooster-bet-y41kca {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.rooster-bet-jvn1b2 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.rooster-bet-h8aqif {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.rooster-bet-sejwcc {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.rooster-bet-o655qd 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;
}

.rooster-bet-sejwcc:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.rooster-bet-bjjox7 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.rooster-bet-g5cofi {
  -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.rooster-bet-tr2nxg ease-in-out;
  transition: transform 0.rooster-bet-tr2nxg ease-in-out;
  -o-transition: transform 0.rooster-bet-tr2nxg ease-in-out;
  transition:
    transform 0.rooster-bet-tr2nxg ease-in-out,
    -webkit-transform 0.rooster-bet-tr2nxg ease-in-out;
  cursor: pointer;
}

.rooster-bet-g5cofi svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.rooster-bet-g5cofi: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;
}

.rooster-bet-vb9nb1 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .rooster-bet-vb9nb1 {
    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);
}

.rooster-bet-2lhvch {
  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;
}

.rooster-bet-qg7bjt {
  position: relative;
  width: 100%;
}

.rooster-bet-2lhvch.rooster-bet-w4m646 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.rooster-bet-2lhvch.rooster-bet-nuynqz {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rooster-bet-2lhvch.rooster-bet-9i2b05 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.rooster-bet-i7uh8m {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.rooster-bet-fwt8b8 {
  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.rooster-bet-tr2nxg ease-in-out;
  cursor: pointer;
}

.rooster-bet-fwt8b8:hover {
  opacity: 0.5;
}

.rooster-bet-2lhvch.rooster-bet-5b5e6b .rooster-bet-fwt8b8 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.rooster-bet-2lhvch.rooster-bet-5b5e6b .rooster-bet-i7uh8m {
  cursor: pointer;
}

.rooster-bet-ywzahy {
  fill: #0009;
}

.rooster-bet-7yqib5 {
  fill: #fff;
}

.rooster-bet-fwt8b8:hover .rooster-bet-ywzahy {
  fill: red;
}

.rooster-bet-fwt8b8 svg path {
  -webkit-transition: 0.rooster-bet-tr2nxg ease-in-out;
  -o-transition: 0.rooster-bet-tr2nxg ease-in-out;
  transition: 0.rooster-bet-tr2nxg ease-in-out;
}

.rooster-bet-aqcq95 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.rooster-bet-aqcq95 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.rooster-bet-aqcq95.rooster-bet-fk0xfc > :not(.get-image) {
  grid-column: 1/3;
}

.rooster-bet-utdm86:not(._h1-block) .rooster-bet-aqcq95 > .rooster-bet-2jr3th {
  grid-row: 1/2;
  grid-column: 1/3;
}

.rooster-bet-aqcq95.rooster-bet-fk0xfc .rooster-bet-to79ly {
  grid-column: 2/3;
}

.rooster-bet-aqcq95.rooster-bet-fk0xfc > .rooster-bet-d6q4qw {
  grid-column: 1/2;
}

.rooster-bet-aqcq95.rooster-bet-fk0xfc > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.rooster-bet-aqcq95 > p:first-of-type {
  margin-top: 0;
}

.rooster-bet-aqcq95 .rooster-bet-d6q4qw {
  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;
}

.rooster-bet-utdm86:not(._h1-block) .rooster-bet-2jr3th ~ .rooster-bet-d6q4qw {
  grid-row: 2/10;
}

.rooster-bet-utdm86.rooster-bet-ms04g0 .rooster-bet-2jr3th ~ .rooster-bet-d6q4qw {
  grid-row: 1/10;
}

.rooster-bet-utdm86.rooster-bet-ms04g0 > .rooster-bet-2jr3th {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.rooster-bet-utdm86.rooster-bet-ms04g0 .rooster-bet-d6q4qw {
  grid-row: 1/10;
}

.rooster-bet-aqcq95.rooster-bet-7kw8jy .rooster-bet-d6q4qw {
  align-items: flex-start;
}

.rooster-bet-aqcq95.rooster-bet-nuynqz .rooster-bet-to79ly {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.rooster-bet-aqcq95.rooster-bet-nuynqz .rooster-bet-d6q4qw {
  align-items: center;
}

.rooster-bet-aqcq95.rooster-bet-uehqws .rooster-bet-d6q4qw {
  align-items: flex-end;
}

.rooster-bet-to79ly > :first-child {
  margin-top: 0;
}

.rooster-bet-to79ly > :last-child {
  margin-bottom: 0;
}

* + .rooster-bet-murdwx,
.rooster-bet-utdm86 + .rooster-bet-utdm86 {
  margin-top: 2rem;
}

.rooster-bet-sjcpuk td::before,
.rooster-bet-sjcpuk th::after {
  display: none !important;
}

.rooster-bet-sjcpuk #link-selector {
  color: #000;
}

.rooster-bet-sjcpuk .rooster-bet-2eciif {
  color: #135e96;
}

.rooster-bet-sjcpuk .rooster-bet-48ezjn *,
.rooster-bet-sjcpuk .rooster-bet-h9um2g p,
.rooster-bet-sjcpuk .rooster-bet-jnf2n2 * {
  color: #000;
}

.rooster-bet-sjcpuk .rooster-bet-yuhgx6 {
  background: 0 0 !important;
}

.rooster-bet-sjcpuk .rooster-bet-x03d6r {
  color: #000;
}

.rooster-bet-sjcpuk .rooster-bet-9y9g5j.rooster-bet-3lc5ec {
  color: #fff;
}

.rooster-bet-sjcpuk .rooster-bet-dl9b0g {
  color: #000;
}

.rooster-bet-sjcpuk
  .rooster-bet-pjhjst
  .rooster-bet-m98qgh.rooster-bet-3lc5ec.rooster-bet-he3288 {
  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;
}

.rooster-bet-9qtu53,
body .rooster-bet-8xp3mv {
  color: #000;
  background: var(--color-body) !important;
}

.rooster-bet-9qtu53 .rooster-bet-zipqn0 .rooster-bet-gnwunf,
body .rooster-bet-8xp3mv .rooster-bet-zipqn0 .rooster-bet-gnwunf {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .rooster-bet-l53x7a:focus,
  .rooster-bet-l53x7a:hover {
    color: #f9cb16;
  }
  .rooster-bet-a0qlgn:focus,
  .rooster-bet-a0qlgn:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .rooster-bet-ejvkfl:focus img,
  .rooster-bet-ejvkfl:focus svg,
  .rooster-bet-ejvkfl:hover img,
  .rooster-bet-ejvkfl:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .rooster-bet-0hkpaq {
    display: none;
  }
}

@media (min-width: 1024px) {
  .rooster-bet-gos5zt:hover .rooster-bet-bghv6n svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .rooster-bet-bghv6n {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .rooster-bet-cgdlwf {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .rooster-bet-cvkk8h {
    grid-template-columns: repeat(4, 1fr);
  }
  .rooster-bet-ol8wm9 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .rooster-bet-i0mjt2 .rooster-bet-yxh4nl {
    grid-template-columns: 1fr;
  }
  .rooster-bet-i0mjt2 .rooster-bet-kqveib {
    -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;
  }
  .rooster-bet-i0mjt2 .rooster-bet-dsezu0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .rooster-bet-i0mjt2 .rooster-bet-24hjsw {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .rooster-bet-i0mjt2 .rooster-bet-huu82l {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .rooster-bet-i0mjt2 .rooster-bet-dsezu0:not(:first-child) {
    border: none;
  }
  .rooster-bet-i0mjt2 .rooster-bet-dsezu0:first-child .rooster-bet-24hjsw {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .rooster-bet-i0mjt2 .rooster-bet-dsezu0:last-child .rooster-bet-24hjsw {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .rooster-bet-foctju {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .rooster-bet-2tysrg {
    max-width: 100px;
  }
  .rooster-bet-vo4jba {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .rooster-bet-r8voum {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .rooster-bet-r8voum svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .rooster-bet-j0fpbk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .rooster-bet-vo4jba + .rooster-bet-r8voum {
    margin-left: auto;
  }
  .rooster-bet-3s25kv {
    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;
  }
  .rooster-bet-3s25kv.rooster-bet-hhef9t {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .rooster-bet-nztiqf {
    -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;
  }
  .rooster-bet-t02cu7 {
    width: 100%;
  }
  .rooster-bet-t02cu7:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .rooster-bet-xe63b8 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .rooster-bet-xe63b8 svg {
    margin-right: 4px;
  }
  .rooster-bet-gos5zt {
    -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;
  }
  .rooster-bet-bghv6n svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .rooster-bet-bghv6n {
    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;
  }
  .rooster-bet-l03plq {
    display: none;
    width: 100%;
  }
  .rooster-bet-gos5zt.rooster-bet-hhef9t .rooster-bet-l03plq {
    padding: 0 0 0 48px;
  }
  .rooster-bet-au1fk2 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .rooster-bet-e8gc5r .rooster-bet-d6q4qw {
    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;
  }
  .rooster-bet-sf14k9 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .rooster-bet-sf14k9 + .rooster-bet-sf14k9 {
    margin-right: 0;
  }
  .rooster-bet-sf14k9 + .rooster-bet-d6q4qw {
    margin: 0;
  }
  .rooster-bet-cgdlwf {
    grid-template-columns: repeat(4, 1fr);
  }
  .rooster-bet-cvkk8h {
    grid-template-columns: repeat(3, 1fr);
  }
  .rooster-bet-d2ffh2,
  .rooster-bet-s3cgoy {
    grid-template-columns: repeat(2, 1fr);
  }
  .rooster-bet-aqcq95 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .rooster-bet-aqcq95.rooster-bet-fk0xfc .rooster-bet-to79ly {
    grid-column: auto;
    grid-row: auto;
  }
  .rooster-bet-aqcq95 > .rooster-bet-2jr3th {
    grid-column: 1/2;
  }
  .rooster-bet-aqcq95.rooster-bet-fk0xfc > :not(.get-image) {
    grid-column: 1/2;
  }
  .rooster-bet-aqcq95 .rooster-bet-d6q4qw,
  .rooster-bet-aqcq95.rooster-bet-fk0xfc > .rooster-bet-d6q4qw {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .rooster-bet-aqcq95.rooster-bet-fk0xfc > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .rooster-bet-utdm86.rooster-bet-ms04g0 .rooster-bet-aqcq95 > .rooster-bet-d6q4qw {
    grid-row: 1/2;
  }
  .rooster-bet-aqcq95 .rooster-bet-2jr3th ~ .rooster-bet-d6q4qw,
  .rooster-bet-aqcq95.rooster-bet-fk0xfc .rooster-bet-2jr3th ~ .rooster-bet-d6q4qw {
    grid-row: 2/3;
  }
  .rooster-bet-utdm86.rooster-bet-ms04g0 .rooster-bet-2jr3th ~ .rooster-bet-d6q4qw {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .rooster-bet-75nxmn:first-child .rooster-bet-i6jh6j {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rooster-bet-75nxmn:first-child .rooster-bet-i6jh6j h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .rooster-bet-75nxmn {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .rooster-bet-75nxmn {
    padding: 0;
  }
  .rooster-bet-xci64d {
    margin-top: 1rem;
  }
  .rooster-bet-swlumv {
    border-radius: 5px;
  }
  .rooster-bet-23e424 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rooster-bet-6c4zna::after {
    display: inline-block;
  }
  .rooster-bet-6c4zna {
    margin: 0;
    width: 100%;
  }
  .rooster-bet-xfhqy3 {
    width: 100%;
  }
  .rooster-bet-xfhqy3.rooster-bet-i71wx6 {
    -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%;
  }
  .rooster-bet-xfhqy3.rooster-bet-i71wx6 .rooster-bet-i7ifsj {
    width: 100%;
  }
  .rooster-bet-xfhqy3.rooster-bet-i71wx6 .rooster-bet-i7ifsj:not(:last-child) {
    margin-right: 0;
  }
  .rooster-bet-l53x7a {
    width: 100%;
    text-align: center;
  }
  .rooster-bet-2yw4ku.rooster-bet-hhef9t .rooster-bet-xfhqy3 {
    margin-top: 1rem;
  }
  .rooster-bet-cgdlwf {
    grid-template-columns: repeat(3, 1fr);
  }
  .rooster-bet-ol8wm9,
  .rooster-bet-cvkk8h {
    grid-template-columns: repeat(2, 1fr);
  }
  .rooster-bet-d2ffh2,
  .rooster-bet-s3cgoy,
  .rooster-bet-x5pinu {
    grid-template-columns: 1fr;
  }
  .rooster-bet-z9dqsx {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .rooster-bet-sjqau0 {
    min-width: 300px;
    max-width: 325px;
  }
  .rooster-bet-24hjsw {
    cursor: auto;
  }
  .rooster-bet-smps80 .rooster-bet-24hjsw {
    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;
  }
  .rooster-bet-vb9nb1 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .rooster-bet-l03plq {
    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) {
  .rooster-bet-vb9nb1 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.rooster-bet-sf14k9 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .rooster-bet-r8voum {
    margin: 0 -0.2rem;
  }
  .rooster-bet-sf14k9 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .rooster-bet-qmf4wc {
    -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;
  }
  .rooster-bet-kpzn0i {
    max-width: 100%;
  }
  .rooster-bet-cgdlwf {
    grid-template-columns: repeat(2, 1fr);
  }
  .rooster-bet-ol8wm9,
  .rooster-bet-cvkk8h {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .rooster-bet-foctju {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .rooster-bet-r8voum {
    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;
  }
  .rooster-bet-wrfxlh {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .rooster-bet-jgn7vs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .rooster-bet-7er859,
  .rooster-bet-d960he {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .rooster-bet-ozn94r {
    width: 100%;
  }
  .rooster-bet-cgdlwf {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .rooster-bet-vb9nb1 {
    top: 127px !important;
  }
}

.rooster-bet-edy1qe {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .rooster-bet-edy1qe {
  }
}

@media (max-width: 767px) {
  .rooster-bet-edy1qe {
    margin-bottom: 12px;
  }
}

.rooster-bet-edy1qe img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.rooster-bet-udzng9 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.rooster-bet-udzng9 > .rooster-bet-5s5cuo {
  flex: 1 1;
}

@media (max-width: 767px) {
  .rooster-bet-udzng9 {
    flex-direction: column;
    gap: 12px;
  }
}

.rooster-bet-hzeivo {
  display: flex;
}

.rooster-bet-hzeivo .rooster-bet-jcq4hk {
  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;
}

.rooster-bet-hzeivo .rooster-bet-061t8j {
  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;
}

.rooster-bet-hzeivo .rooster-bet-xuq0c2 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.rooster-bet-hzeivo .rooster-bet-co7y06 {
  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));
  }
}

.rooster-bet-hzeivo .rooster-bet-co7y06:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.rooster-bet-hzeivo .rooster-bet-l8z81e {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.rooster-bet-cojoq3 {
  border: unset;
  background-color: unset;
}

.rooster-bet-cojoq3 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.rooster-bet-cojoq3 .rooster-bet-iqjbr1,
.rooster-bet-cojoq3 .rooster-bet-96kcbi {
  flex: 0 1 330px;
}

.rooster-bet-cojoq3 .rooster-bet-n5hlly {
  flex: 1 1;
}

.rooster-bet-cojoq3 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.rooster-bet-cojoq3 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.rooster-bet-cojoq3 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.rooster-bet-cojoq3 tr td p {
  color: #fff;
  margin: 0;
}

.rooster-bet-cojoq3 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.rooster-bet-cojoq3 tr.rooster-bet-iqjbr1 td p {
  padding: 16px 0;
}

.rooster-bet-cojoq3 tr.rooster-bet-iqjbr1 td p:not(:last-child),
.rooster-bet-cojoq3 tr.rooster-bet-96kcbi td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.rooster-bet-cojoq3 tr.rooster-bet-iqjbr1 td p:first-child,
.rooster-bet-cojoq3 tr.rooster-bet-96kcbi td p:first-child {
  padding-top: 0;
}

.rooster-bet-cojoq3 tr.rooster-bet-96kcbi td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.rooster-bet-cojoq3 tr.rooster-bet-96kcbi td p:last-child {
  padding-bottom: 0;
}

.rooster-bet-cojoq3 .rooster-bet-96kcbi img {
  max-width: 32px;
}

.rooster-bet-cojoq3 .rooster-bet-n5hlly {
  min-width: 718px;
}

.rooster-bet-cojoq3 .rooster-bet-n5hlly td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.rooster-bet-cojoq3 .rooster-bet-n5hlly td {
  display: flex;
}

.rooster-bet-cojoq3 .rooster-bet-n5hlly td:last-child .rooster-bet-e9xk8e,
.rooster-bet-cojoq3 .rooster-bet-n5hlly td:last-child .rooster-bet-9du0fg,
.rooster-bet-cojoq3 .rooster-bet-n5hlly td:last-child .rooster-bet-q1818k {
  flex: 1 1 50%;
}

.rooster-bet-cojoq3 .rooster-bet-n5hlly td:last-child .rooster-bet-6dbaxl {
  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;
}

.rooster-bet-cojoq3 .rooster-bet-n5hlly td:last-child .rooster-bet-th9k1h,
.rooster-bet-cojoq3 .rooster-bet-n5hlly td:last-child .rooster-bet-ax3x1p {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.rooster-bet-cojoq3 .rooster-bet-n5hlly td:last-child .rooster-bet-e9xk8e,
.rooster-bet-cojoq3 .rooster-bet-n5hlly td:last-child .rooster-bet-9du0fg {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.rooster-bet-cojoq3 .rooster-bet-n5hlly td:last-child .rooster-bet-e9xk8e span,
.rooster-bet-cojoq3 .rooster-bet-n5hlly td:last-child .rooster-bet-9du0fg span {
  font-weight: 800;
}

.rooster-bet-cojoq3 .rooster-bet-n5hlly img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .rooster-bet-cojoq3 .rooster-bet-n5hlly td .rooster-bet-q1818k:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .rooster-bet-cojoq3 tr.rooster-bet-iqjbr1 td p:last-child {
    padding-bottom: 0;
  }
  .rooster-bet-cojoq3 .rooster-bet-96kcbi > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .rooster-bet-cojoq3 .rooster-bet-96kcbi > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .rooster-bet-cojoq3 tr.rooster-bet-iqjbr1 td p:not(:last-child),
  .rooster-bet-cojoq3 tr.rooster-bet-96kcbi td p:not(:last-child) {
    border-bottom: unset;
  }
  .rooster-bet-cojoq3 tr.rooster-bet-96kcbi td p:last-child {
    padding-bottom: 12px;
  }
  .rooster-bet-cojoq3 .rooster-bet-n5hlly td:last-child .rooster-bet-e9xk8e,
  .rooster-bet-cojoq3 .rooster-bet-n5hlly td:last-child .rooster-bet-9du0fg,
  .rooster-bet-cojoq3 .rooster-bet-n5hlly td:last-child .rooster-bet-q1818k {
    flex: 1 1 50%;
    padding: 0;
  }
  .rooster-bet-cojoq3 .rooster-bet-n5hlly td:last-child .rooster-bet-e9xk8e,
  .rooster-bet-cojoq3 .rooster-bet-n5hlly td:last-child .rooster-bet-9du0fg {
    margin-top: 16px;
  }
  .rooster-bet-cojoq3 .rooster-bet-n5hlly td:last-child .rooster-bet-q1818k {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .rooster-bet-cojoq3 .rooster-bet-n5hlly td:last-child .rooster-bet-e9xk8e {
    border-right: 1px solid var(--border-color);
  }
  .rooster-bet-cojoq3 .rooster-bet-n5hlly td:last-child .rooster-bet-q1818k:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .rooster-bet-cojoq3 .rooster-bet-n5hlly td:last-child .rooster-bet-q1818k:last-child {
    padding-bottom: 0;
  }
}

.rooster-bet-q1818k {
  display: flex;
  flex-direction: column;
}

.rooster-bet-cojoq3 .rooster-bet-n5hlly td .rooster-bet-q1818k {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.rooster-bet-cojoq3 .rooster-bet-n5hlly td .rooster-bet-q1818k:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.rooster-bet-cojoq3 .rooster-bet-n5hlly td .rooster-bet-q1818k:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .rooster-bet-cojoq3 .rooster-bet-n5hlly td .rooster-bet-q1818k:not(:first-child) {
    padding-left: 0;
  }
  .rooster-bet-cojoq3 .rooster-bet-n5hlly td .rooster-bet-q1818k:not(:last-of-type) {
    border-right: unset;
  }
}

.rooster-bet-cojoq3 .rooster-bet-armh32 {
  flex: 0 1 485px;
}

.rooster-bet-cojoq3 .rooster-bet-zjngoy {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.rooster-bet-cojoq3 .rooster-bet-zjngoy li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.rooster-bet-cojoq3 .rooster-bet-zjngoy li.rooster-bet-qi8k8u {
  padding: 6px 12px;
}

.rooster-bet-cojoq3 .rooster-bet-zjngoy li a,
.rooster-bet-cojoq3 .rooster-bet-zjngoy 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;
}

.rooster-bet-cojoq3 .rooster-bet-712tf4,
.rooster-bet-cojoq3 .rooster-bet-lu1srz {
  flex: 1 1;
}

.rooster-bet-cojoq3 .rooster-bet-a16zbq,
.rooster-bet-cojoq3 .rooster-bet-9roizd {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.rooster-bet-cojoq3 .rooster-bet-a16zbq li,
.rooster-bet-cojoq3 .rooster-bet-9roizd li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.rooster-bet-cojoq3 .rooster-bet-lu1srz img {
  max-width: 32px;
}

.rooster-bet-cojoq3 .rooster-bet-712tf4 img {
  max-width: 32px;
}

.rooster-bet-cojoq3 .rooster-bet-hmy9qu {
  min-width: 280px;
}

.rooster-bet-cojoq3 .rooster-bet-hmy9qu img {
  max-width: 146px;
}

.rooster-bet-cojoq3 .rooster-bet-hmy9qu td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .rooster-bet-cojoq3 .rooster-bet-iqjbr1,
  .rooster-bet-cojoq3 .rooster-bet-96kcbi {
    flex: 0 1 auto;
  }
  .rooster-bet-cojoq3 .rooster-bet-n5hlly {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .rooster-bet-cojoq3 .rooster-bet-iqjbr1,
  .rooster-bet-cojoq3 .rooster-bet-armh32,
  .rooster-bet-cojoq3 .rooster-bet-96kcbi,
  .rooster-bet-cojoq3 .rooster-bet-n5hlly {
    flex: 1 1 calc(50% - 20px);
  }
  .rooster-bet-cojoq3 .rooster-bet-712tf4,
  .rooster-bet-cojoq3 .rooster-bet-hmy9qu,
  .rooster-bet-cojoq3 .rooster-bet-lu1srz {
    flex: 1 1 30%;
  }
  .rooster-bet-cojoq3 .rooster-bet-hmy9qu {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .rooster-bet-cojoq3 .rooster-bet-iqjbr1,
  .rooster-bet-cojoq3 .rooster-bet-armh32,
  .rooster-bet-cojoq3 .rooster-bet-712tf4,
  .rooster-bet-cojoq3 .rooster-bet-96kcbi,
  .rooster-bet-cojoq3 .rooster-bet-n5hlly,
  .rooster-bet-cojoq3 .rooster-bet-hmy9qu,
  .rooster-bet-cojoq3 .rooster-bet-lu1srz {
    flex: 1 1 100%;
  }
}

.rooster-bet-0g92kx .rooster-bet-pskbnz {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rooster-bet-0g92kx .rooster-bet-u721ux {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.rooster-bet-0g92kx .rooster-bet-2kx5bc {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.rooster-bet-0g92kx .rooster-bet-zla2j0 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.rooster-bet-0g92kx .rooster-bet-zla2j0 > :nth-child(3) {
  margin-top: 0;
}

.rooster-bet-0g92kx .rooster-bet-d6q4qw {
  grid-column: 2/3;
  grid-row: 1/10;
}

.rooster-bet-0g92kx .rooster-bet-faml65 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.rooster-bet-0g92kx .rooster-bet-xci64d {
  grid-column: 1/2;
}

.rooster-bet-0g92kx > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.rooster-bet-0g92kx .rooster-bet-u721ux: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;
}

.rooster-bet-0g92kx .rooster-bet-u721ux:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.rooster-bet-0g92kx .rooster-bet-ozn94r {
  min-width: 240px;
}

@media (max-width: 768px) {
  .rooster-bet-0g92kx .rooster-bet-u721ux:not(:last-child):before {
    bottom: 8px;
  }
  .rooster-bet-0g92kx .rooster-bet-u721ux:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .rooster-bet-0g92kx .rooster-bet-zla2j0 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .rooster-bet-0g92kx .rooster-bet-d6q4qw {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .rooster-bet-0g92kx .rooster-bet-d6q4qw img {
    width: 100%;
    height: auto;
  }
  .rooster-bet-0g92kx .rooster-bet-ozn94r {
    width: 100%;
    min-width: unset;
  }
}

.rooster-bet-p7nk66 .rooster-bet-ovo3wv {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.rooster-bet-p7nk66 .rooster-bet-vfgugy {
  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;
}

.rooster-bet-p7nk66 .rooster-bet-d6q4qw {
  height: 100%;
}

.rooster-bet-p7nk66 .rooster-bet-d6q4qw img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.rooster-bet-p7nk66 .rooster-bet-0wz2oj {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.rooster-bet-p7nk66 .rooster-bet-v3jm9v {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.rooster-bet-p7nk66 .rooster-bet-yj8n45 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .rooster-bet-p7nk66 .rooster-bet-vfgugy {
    flex: 1 1 100%;
  }
  .rooster-bet-p7nk66 .rooster-bet-coalz3 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .rooster-bet-p7nk66 .rooster-bet-vfgugy {
    flex-direction: column;
  }
  .rooster-bet-p7nk66 .rooster-bet-d6q4qw {
    width: 100%;
    height: auto;
  }
  .rooster-bet-p7nk66 .rooster-bet-d6q4qw img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .rooster-bet-p7nk66 .rooster-bet-0wz2oj {
    padding: 0 16px 16px 16px;
  }
  .rooster-bet-p7nk66 .rooster-bet-coalz3 {
    min-width: unset;
    width: 100%;
  }
}

.rooster-bet-xdjh2x .rooster-bet-dyh0z4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.rooster-bet-xdjh2x .rooster-bet-7rikpy {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.rooster-bet-xdjh2x 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;
}

.rooster-bet-xdjh2x .rooster-bet-9bfjq7 {
  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;
}

.rooster-bet-xdjh2x .rooster-bet-7rikpy:hover .rooster-bet-9bfjq7 {
  display: flex;
}

.rooster-bet-xdjh2x .rooster-bet-70v9h8 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.rooster-bet-xdjh2x .rooster-bet-vxc3j3 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.rooster-bet-cm9ibi {
  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;
}

.rooster-bet-cm9ibi.rooster-bet-vcfc4p {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.rooster-bet-sh4qb2 ease-in-out;
}

.rooster-bet-cm9ibi.rooster-bet-vcfc4p:hover {
  color: #f9cb16;
  background-color: transparent;
}

.rooster-bet-xdjh2x .rooster-bet-ala3ac {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.rooster-bet-sh4qb2 ease-in-out;
}

.rooster-bet-xdjh2x .rooster-bet-ala3ac:hover {
  color: #196948;
  background-color: #f9cb16;
}

.rooster-bet-xdjh2x .rooster-bet-ala3ac:after,
.rooster-bet-cm9ibi.rooster-bet-vcfc4p:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.rooster-bet-cm9ibi.rooster-bet-vcfc4p:after {
  background-image: url(../images/Cash.svg);
}

.rooster-bet-xdjh2x .rooster-bet-ala3ac:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .rooster-bet-xdjh2x .rooster-bet-dyh0z4 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .rooster-bet-xdjh2x .rooster-bet-dyh0z4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .rooster-bet-xdjh2x .rooster-bet-dyh0z4 {
    grid-template-columns: 1fr;
  }
  .rooster-bet-xdjh2x .rooster-bet-7rikpy {
    height: auto;
  }
  .rooster-bet-xdjh2x .rooster-bet-7rikpy .rooster-bet-9bfjq7 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .rooster-bet-xdjh2x .rooster-bet-70v9h8,
  .rooster-bet-xdjh2x .rooster-bet-vxc3j3 {
    text-align: left;
  }
  .rooster-bet-xdjh2x .rooster-bet-vxc3j3 {
    margin-bottom: 8px;
  }
  .rooster-bet-xdjh2x img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.rooster-bet-yl67ku {
  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;
}

.rooster-bet-yl67ku.rooster-bet-5b5e6b {
  display: block;
}

.rooster-bet-yl67ku .rooster-bet-5injwc {
  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;
}

.rooster-bet-yl67ku .rooster-bet-1yiw9g {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.rooster-bet-yl67ku .rooster-bet-jxagex {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.rooster-bet-yl67ku .rooster-bet-om1mle {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.rooster-bet-yl67ku .rooster-bet-cm9ibi {
  min-width: 296px;
  margin-bottom: 0;
}

.rooster-bet-yl67ku .rooster-bet-xp8r6x {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.rooster-bet-yl67ku .rooster-bet-ey3wsv {
  position: relative;
  flex: 1 1;
}

.rooster-bet-yl67ku .rooster-bet-ey3wsv iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .rooster-bet-yl67ku .rooster-bet-1yiw9g {
    flex-wrap: wrap;
    gap: 8px;
  }
  .rooster-bet-yl67ku .rooster-bet-jxagex {
    order: 1;
  }
  .rooster-bet-yl67ku .rooster-bet-om1mle {
    order: 3;
    flex: 1 1 100%;
  }
  .rooster-bet-yl67ku .rooster-bet-cm9ibi {
    width: 100%;
    min-width: unset;
  }
  .rooster-bet-yl67ku .rooster-bet-xp8r6x {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .rooster-bet-aqcq95 > .rooster-bet-2jr3th {
    margin-bottom: 0;
  }
  .rooster-bet-aqcq95 > .rooster-bet-xci64d,
  .rooster-bet-aqcq95 > p {
    margin-top: 0;
  }
}

.rooster-bet-umbwan img,
.rooster-bet-sf14k9 img {
  width: auto;
  object-fit: contain;
}

.rooster-bet-umbwan {
  align-items: center;
}

.rooster-bet-umbwan img {
  max-height: 76px;
}

.rooster-bet-sf14k9 img {
  max-height: 64px;
}

.rooster-bet-3su1c7 {
  overflow: auto;
}

.rooster-bet-nw5qad {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.rooster-bet-cnnam4:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.rooster-bet-i4n8vp {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.rooster-bet-tl4dq4 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.rooster-bet-i4n8vp .rooster-bet-d6q4qw {
  margin-right: 20px;
  flex-shrink: 0;
}

.rooster-bet-i4n8vp img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.rooster-bet-1dwyfm {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.rooster-bet-1dwyfm > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .rooster-bet-i4n8vp {
    padding: 15px 10px;
  }
  .rooster-bet-1dwyfm {
    padding: 15px 10px;
  }
  .rooster-bet-i4n8vp .rooster-bet-d6q4qw {
    margin-right: 10px;
  }
}

.rooster-bet-45rqa0 {
  overflow-x: auto;
}

.rooster-bet-a930de {
  border-collapse: collapse;
  width: 100%;
}

.rooster-bet-45rqa0 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.rooster-bet-45rqa0 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.rooster-bet-45rqa0 td.rooster-bet-hf28tx {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.rooster-bet-45rqa0 td.rooster-bet-w5ef69 {
  border-right: none;
}

.rooster-bet-45rqa0 td.rooster-bet-w5ef69 .rooster-bet-d6q4qw {
  justify-content: flex-start;
}

.rooster-bet-45rqa0 td.rooster-bet-w5ef69 .rooster-bet-d6q4qw img {
  height: auto;
  width: 90px;
}

.rooster-bet-45rqa0 td.rooster-bet-fy9qm3,
.rooster-bet-45rqa0 td.rooster-bet-zrq4e0 {
  font-weight: 600;
  text-align: right;
}

.rooster-bet-45rqa0 td.rooster-bet-unri2i,
.rooster-bet-45rqa0 td.rooster-bet-fy9qm3 {
  padding-bottom: 10px;
  border-bottom: none;
}

.rooster-bet-45rqa0 td.rooster-bet-fy9qm3,
.rooster-bet-45rqa0 td.rooster-bet-zrq4e0 {
  border-left: none;
}

.rooster-bet-45rqa0 td.rooster-bet-unri2i,
.rooster-bet-45rqa0 td.rooster-bet-4ci880 {
  border-right: none;
}

.rooster-bet-45rqa0 td.rooster-bet-4ci880,
.rooster-bet-45rqa0 td.rooster-bet-zrq4e0 {
  border-top: none;
  padding-top: 10px;
}

.rooster-bet-75kl84 {
  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;
}

.rooster-bet-75kl84 .rooster-bet-coalz3 {
  min-width: unset;
  width: 100%;
}

.rooster-bet-75kl84 .rooster-bet-coalz3.rooster-bet-y0w3ms {
  grid-column: 1/2;
  grid-row: 1/2;
}

.rooster-bet-75kl84 .rooster-bet-coalz3.rooster-bet-oqdo4p {
  grid-column: 2/3;
  grid-row: 1/2;
}

.rooster-bet-75kl84 .rooster-bet-zlrod0 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .rooster-bet-75kl84 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .rooster-bet-75kl84 .rooster-bet-coalz3.rooster-bet-y0w3ms {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .rooster-bet-75kl84 .rooster-bet-coalz3.rooster-bet-oqdo4p {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .rooster-bet-75kl84 .rooster-bet-zlrod0 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.rooster-bet-292wlf {
  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;
}

.rooster-bet-crjy1e {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.rooster-bet-mogaix p a img {
  margin: 0 auto;
  display: block;
}

.rooster-bet-mogaix table {
  margin-bottom: 17px;
}

/* contanct form */
.rooster-bet-pk8wui {
  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;
}

.rooster-bet-pk8wui label {
  font-size: 14px;
}

.rooster-bet-pk8wui h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.rooster-bet-pk8wui input,
.rooster-bet-pk8wui textarea,
.rooster-bet-pk8wui 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;
}
.rooster-bet-pk8wui button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.rooster-bet-sh4qb2 ease;
}
.rooster-bet-pk8wui button:hover {
  background-color: #691204;
}
.rooster-bet-v1cnzb {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.rooster-bet-h2wsuf ease-in;
}

.rooster-bet-v1cnzb 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;
}
.rooster-bet-djet7t, .rooster-bet-j6m506, [class*="review-card"],
thead, thead th, table th, .rooster-bet-109lsr,
.rooster-bet-vwz6z8, [class*="collapsible-header"],
.rooster-bet-7qv66v, [class*="updated-block"] {
  color: #ece7dc !important;
}
