@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);
}

.detective-slots-1jvb35 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.detective-slots-6usyfv {
  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.detective-slots-bm2q0k,
ul.detective-slots-bm2q0k {
  padding-left: 20px;
}

ul.detective-slots-bm2q0k {
  list-style: disc;
}

ol.detective-slots-bm2q0k {
  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;
  }
}

.detective-slots-lfu9es > .detective-slots-wt5pfw,
.detective-slots-lfu9es > .detective-slots-nv2tjx,
.detective-slots-lfu9es > blockquote,
.detective-slots-lfu9es > h1,
.detective-slots-lfu9es > h2,
.detective-slots-lfu9es > h3,
.detective-slots-lfu9es > h4,
.detective-slots-lfu9es > h5,
.detective-slots-lfu9es > h6,
.detective-slots-lfu9es > ol,
.detective-slots-lfu9es > p,
.detective-slots-lfu9es > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.detective-slots-lfu9es > ol,
.detective-slots-lfu9es > ul {
  padding-left: 50px;
}

.detective-slots-lfu9es 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;
}

.detective-slots-lfu9es:not(:last-child) {
  margin-bottom: 2rem;
}

.detective-slots-lfu9es > :not(:first-child) {
  margin-top: 2rem;
}

.detective-slots-lfu9es {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.detective-slots-lfu9es:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .detective-slots-lfu9es:first-child {
    margin-top: 20px;
  }
}

.detective-slots-lfu9es > p:last-of-type {
  margin-bottom: 32px;
}

.detective-slots-lfu9es > .detective-slots-ki42gy:not(:first-child) {
  margin: 64px auto 16px auto;
}

.detective-slots-segnez > .detective-slots-ki42gy {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.detective-slots-nv2tjx {
  overflow: auto;
}

.detective-slots-nv2tjx::-webkit-scrollbar {
  height: 5px;
}

.detective-slots-nv2tjx table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.detective-slots-nv2tjx table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.detective-slots-nv2tjx table thead,
table thead {
  border-bottom: none;
}

.detective-slots-nv2tjx table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.detective-slots-nv2tjx table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.detective-slots-nv2tjx table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.detective-slots-nv2tjx .detective-slots-bylk1a {
  table-layout: auto;
}

.detective-slots-nv2tjx .detective-slots-bylk1a th {
  word-break: normal;
}

.detective-slots-nv2tjx .detective-slots-bylk1a td {
  word-break: normal;
}

.detective-slots-1jvb35 .detective-slots-1jvb35 {
  padding-right: 0;
  padding-left: 0;
}

.detective-slots-lirad5 {
  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;
}

.detective-slots-rr1vr0 {
  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;
}

.detective-slots-9bgye2 {
  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;
}

.detective-slots-wt5pfw {
  margin-top: 24px;
}

.detective-slots-wt5pfw.detective-slots-p6c6v0 {
  text-align: left;
}

.detective-slots-wt5pfw.detective-slots-fgwhrj {
  text-align: right;
}

.detective-slots-wt5pfw.detective-slots-srsexh {
  text-align: center;
}

.detective-slots-q92yqg {
  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.detective-slots-8liu7z ease-in-out;
  cursor: pointer;
}

.detective-slots-q92yqg:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.detective-slots-q92yqg {
  min-width: 328px;
}

@media (max-width: 768px) {
  .detective-slots-q92yqg {
    min-width: unset;
  }
}

.detective-slots-xbzpqn {
  background-color: var(--fh-bg-color);
}

.detective-slots-7jxwgo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.detective-slots-2c8q3g {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.detective-slots-2c8q3g img {
  max-height: 80px;
  object-fit: contain;
}

.detective-slots-uhs3bt {
  flex: 1 1;
}

.detective-slots-0fjlrq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.detective-slots-aiolbg {
  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;
}

.detective-slots-aiolbg 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;
}

.detective-slots-aiolbg.detective-slots-6yl07z span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.detective-slots-aiolbg.detective-slots-6yl07z span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.detective-slots-aiolbg.detective-slots-6yl07z span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.detective-slots-uhs3bt + .detective-slots-0fjlrq {
  margin-left: 20px;
}

.detective-slots-4uo3wg {
  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;
}

.detective-slots-4uo3wg > svg {
  max-width: 24px;
  max-height: 24px;
}

.detective-slots-4uo3wg + .detective-slots-4uo3wg {
  margin-left: 5px;
}

.detective-slots-xr38w8 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.detective-slots-xr38w8:hover {
  background-color: var(--button-bg-hover);
}

.detective-slots-myfkx1 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.detective-slots-8liu7z ease-in-out;
  border: 1px solid var(--border-color);
}

.detective-slots-myfkx1:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.detective-slots-wp5bh5 {
  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) {
  .detective-slots-uhs3bt {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .detective-slots-wp5bh5 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .detective-slots-uhs3bt {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .detective-slots-4uo3wg {
    min-width: unset;
    flex: 1 1;
  }
}

.detective-slots-1r6vbz {
  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;
}

.detective-slots-1r6vbz:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.detective-slots-1r6vbz:hover .detective-slots-x3c0ah {
  opacity: 1;
  pointer-events: auto;
}

.detective-slots-sb39ve {
  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.detective-slots-6suphk ease-in-out;
  gap: 4px;
}

.detective-slots-sb39ve > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.detective-slots-sb39ve .detective-slots-lirad5 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.detective-slots-m12lb8,
.detective-slots-sb39ve:hover {
  color: var(--button-bg-hover);
}

.detective-slots-ybldpr {
  position: relative;
}

.detective-slots-ybldpr .detective-slots-sb39ve {
  margin-right: 0;
  padding-right: 4px;
}

.detective-slots-030yux svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.detective-slots-ybldpr.detective-slots-6yl07z .detective-slots-030yux svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.detective-slots-ybldpr.detective-slots-6yl07z .detective-slots-x3c0ah {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.detective-slots-ybldpr.detective-slots-6yl07z .detective-slots-x3c0ah::before {
  display: none;
}

.detective-slots-030yux svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.detective-slots-x3c0ah {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.detective-slots-5lvver 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.detective-slots-x3c0ah::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.detective-slots-x3c0ah:hover {
  color: var(--fh-bg-color);
}

.detective-slots-hda5xy {
  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.detective-slots-5lvver 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.detective-slots-6suphk ease-in-out;
  -o-transition: 0.detective-slots-6suphk ease-in-out;
  transition: 0.detective-slots-6suphk ease-in-out;
}

.detective-slots-hda5xy .detective-slots-lirad5 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.detective-slots-p3alr9,
.detective-slots-hda5xy:hover {
  color: var(--button-bg-hover);
}

.detective-slots-12h10j {
  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%;
}

.detective-slots-12h10j.detective-slots-0rxtmt {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.detective-slots-12h10j.detective-slots-0rxtmt:after,
.detective-slots-12h10j.detective-slots-0rxtmt:before {
  content: "";
  position: absolute;
  margin: auto;
}

.detective-slots-12h10j.detective-slots-0rxtmt: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);
  }
}

.detective-slots-12h10j.detective-slots-0rxtmt:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.detective-slots-12h10j.detective-slots-0rxtmt > * {
  z-index: 1;
}

.detective-slots-12h10j b,
.detective-slots-12h10j strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.detective-slots-12h10j .detective-slots-br3yvg {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.detective-slots-12h10j .detective-slots-qk1qff {
  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;
}

.detective-slots-12h10j .detective-slots-lirad5 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.detective-slots-12h10j .detective-slots-g9c5jt {
  margin-top: 12px;
}

.detective-slots-g9c5jt {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.detective-slots-p0i46f {
  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;
}

.detective-slots-g9c5jt .detective-slots-6exuk4 {
  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.detective-slots-8liu7z ease-in-out;
}

.detective-slots-g9c5jt .detective-slots-6exuk4:hover {
  background: rgba(255, 255, 255, 0.3);
}

.detective-slots-tjjbne {
  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;
}

.detective-slots-12h10j.detective-slots-00c2eu {
  gap: 12px;
  padding: 16px;
}

.detective-slots-12h10j.detective-slots-00c2eu .detective-slots-tjjbne {
  min-width: 240px;
}

.detective-slots-12h10j.detective-slots-00c2eu .detective-slots-tjjbne.detective-slots-ff6aze {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .detective-slots-12h10j .detective-slots-br3yvg {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .detective-slots-12h10j .detective-slots-qk1qff {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .detective-slots-12h10j .detective-slots-lirad5 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .detective-slots-12h10j.detective-slots-00c2eu .detective-slots-lirad5 {
    max-width: 126px;
  }
  .detective-slots-12h10j .detective-slots-g9c5jt {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .detective-slots-12h10j .detective-slots-p0i46f {
    max-width: unset;
  }
  .detective-slots-tjjbne {
    min-width: unset;
    width: 100%;
  }
  .detective-slots-12h10j .detective-slots-tjjbne {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .detective-slots-12h10j.detective-slots-00c2eu {
    grid-template-rows: auto 1fr auto;
  }
  .detective-slots-12h10j.detective-slots-00c2eu .detective-slots-tjjbne {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .detective-slots-12h10j {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .detective-slots-12h10j .detective-slots-br3yvg {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .detective-slots-12h10j .detective-slots-lirad5 {
    max-width: 78px;
  }
  .detective-slots-12h10j .detective-slots-g9c5jt {
    margin-top: -12px;
  }
  .detective-slots-12h10j.detective-slots-00c2eu {
    gap: 8px;
  }
  .detective-slots-12h10j.detective-slots-00c2eu .detective-slots-br3yvg {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .detective-slots-12h10j.detective-slots-00c2eu .detective-slots-qk1qff {
    grid-column: 1/3;
  }
  .detective-slots-12h10j.detective-slots-00c2eu .detective-slots-lirad5 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .detective-slots-12h10j.detective-slots-00c2eu .detective-slots-lirad5 img {
    max-width: 114px;
  }
}

.detective-slots-tjjbne.detective-slots-pd4hns,
.detective-slots-tjjbne.detective-slots-wrbuka,
.detective-slots-tjjbne.detective-slots-v0neir {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.detective-slots-8liu7z ease-in-out;
}

.detective-slots-tjjbne.detective-slots-pd4hns,
.detective-slots-tjjbne.detective-slots-v0neir {
  padding: 10px;
}

.detective-slots-tjjbne.detective-slots-pd4hns:hover,
.detective-slots-tjjbne.detective-slots-wrbuka:hover,
.detective-slots-tjjbne.detective-slots-v0neir:hover {
  background: var(--button-bg-hover);
}

.detective-slots-tjjbne.detective-slots-pd4hns:hover svg path,
.detective-slots-tjjbne.detective-slots-v0neir:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.detective-slots-tjjbne.detective-slots-ff6aze {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.detective-slots-8liu7z ease-in-out;
  background: var(--button-bg-color);
}

.detective-slots-tjjbne.detective-slots-ff6aze:hover {
  background-color: var(--button-bg-hover);
}

.detective-slots-tjjbne.detective-slots-wrbuka: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);
  }
}

.detective-slots-tjjbne.detective-slots-wrbuka:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.detective-slots-tjjbne.detective-slots-ff6aze:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.detective-slots-dg2v8i {
  max-width: 650px;
}

.detective-slots-1lt87m {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.detective-slots-8b4uc9 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.detective-slots-go4ovs {
  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.detective-slots-6suphk ease-in-out;
  cursor: pointer;
}

.detective-slots-go4ovs:hover {
  opacity: 0.5;
}

.detective-slots-go4ovs:focus {
  outline: 0;
}

.detective-slots-go4ovs:focus .detective-slots-8ztv1g,
.detective-slots-go4ovs:hover .detective-slots-8ztv1g {
  fill: red;
  fill-opacity: 1;
}

.detective-slots-go4ovs:hover {
  cursor: pointer;
}

.detective-slots-q26yrs {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.detective-slots-dg2v8i.detective-slots-srsexh {
  margin: 0 auto;
}

.detective-slots-dg2v8i.detective-slots-fgwhrj {
  margin-left: auto;
}

.detective-slots-8uy0o8 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.detective-slots-ikezn8 {
  padding-bottom: 50px;
}

.detective-slots-y2uzwu {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.detective-slots-o20i70 {
  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;
}

.detective-slots-1qqbd9 {
  margin-top: 24px;
}

.detective-slots-4os79l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.detective-slots-xagisu {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.detective-slots-x7meq3 {
  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;
}

.detective-slots-uf8kx8 {
  width: 468px;
}

.detective-slots-x7meq3 .detective-slots-x3c0ah {
  margin: 0.detective-slots-nq3vz9 0;
}

.detective-slots-mlxfah {
  display: flex;
  min-width: 224px;
}

.detective-slots-hnhs5o {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.detective-slots-6suphk ease-in-out;
}

.detective-slots-fo2uey,
.detective-slots-hnhs5o:hover {
  color: var(--text-color);
}

.detective-slots-y0xzde {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.detective-slots-pqnaeg {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .detective-slots-8uy0o8 {
    padding: 16px;
  }
  .detective-slots-y0xzde {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .detective-slots-pqnaeg {
    align-items: center;
  }
  .detective-slots-uf8kx8 {
    width: unset;
  }
  .detective-slots-mlxfah {
    min-width: unset;
  }
  .detective-slots-x7meq3 {
    max-height: unset;
  }
  .detective-slots-y2uzwu {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .detective-slots-8uy0o8 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.detective-slots-g24m8r {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.detective-slots-g24m8r:not(:last-child) {
  margin-bottom: 16px;
}

.detective-slots-a1mk77 {
  outline: 0;
}

.detective-slots-a1mk77 .detective-slots-qa3hfs {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.detective-slots-huyfhh {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .detective-slots-huyfhh {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.detective-slots-huyfhh::-webkit-details-marker {
  display: none;
}

.detective-slots-huyfhh: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;
}

.detective-slots-huyfhh: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] .detective-slots-huyfhh:after {
  transform: unset;
}

.detective-slots-qa3hfs {
  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);
}

.detective-slots-qa3hfs 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.detective-slots-6suphk ease-in-out;
  -o-transition: 0.detective-slots-6suphk ease-in-out;
  transition: 0.detective-slots-6suphk ease-in-out;
}

.detective-slots-kgn58k {
  padding: 16px 0 0 0;
}

.detective-slots-kgn58k * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .detective-slots-kgn58k :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .detective-slots-huyfhh {
    flex-wrap: wrap;
    gap: 12px;
  }
  .detective-slots-huyfhh::after {
    margin-left: auto;
  }
  .detective-slots-qa3hfs {
    order: 3;
    flex: 1 1 100%;
  }
  .detective-slots-huyfhh {
    font-size: 14px;
    line-height: 130%;
  }
  .detective-slots-qa3hfs svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.detective-slots-8fs0my {
  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;
}

.detective-slots-cio0k7 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.detective-slots-8fs0my.detective-slots-6yl07z .detective-slots-cio0k7 {
  margin-bottom: 12px;
}

.detective-slots-cio0k7::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;
}

.detective-slots-8fs0my.detective-slots-6yl07z .detective-slots-cio0k7::after {
  transform: unset;
}

.detective-slots-6r01v9 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.detective-slots-z2n3cn {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.detective-slots-6suphk ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.detective-slots-z2n3cn: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;
}

.detective-slots-8fs0my.detective-slots-6yl07z .detective-slots-6r01v9 {
  max-height: 100%;
}

.detective-slots-83jdjd {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.detective-slots-wbnul5 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.detective-slots-1cadcm {
  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;
}

.detective-slots-2bydbe {
  margin-right: 4px;
}

.detective-slots-yanxbs {
  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.detective-slots-6suphk ease-in-out;
}

.detective-slots-yanxbs svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.detective-slots-kkf4dq,
.detective-slots-yanxbs:hover {
  color: var(--text-color);
}

.detective-slots-8px0xp {
  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;
}

.detective-slots-8px0xp img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.detective-slots-8px0xp .detective-slots-moocda {
  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;
}

.detective-slots-8px0xp .detective-slots-qxhtd3 {
  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;
}

.detective-slots-p3ws7f {
  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;
}

.detective-slots-zsg8yf {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.detective-slots-km1ouf .detective-slots-1jvb35 {
  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;
}

.detective-slots-km1ouf {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.detective-slots-6v9vpx {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.detective-slots-jv0wly {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.detective-slots-1ekjgl {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.detective-slots-uea8th 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;
}

.detective-slots-1ekjgl:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.detective-slots-gb7twx {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.detective-slots-tankbk {
  -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.detective-slots-6suphk ease-in-out;
  transition: transform 0.detective-slots-6suphk ease-in-out;
  -o-transition: transform 0.detective-slots-6suphk ease-in-out;
  transition:
    transform 0.detective-slots-6suphk ease-in-out,
    -webkit-transform 0.detective-slots-6suphk ease-in-out;
  cursor: pointer;
}

.detective-slots-tankbk svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.detective-slots-tankbk: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;
}

.detective-slots-5w36l3 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .detective-slots-5w36l3 {
    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);
}

.detective-slots-59pnvj {
  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;
}

.detective-slots-8xm0cj {
  position: relative;
  width: 100%;
}

.detective-slots-59pnvj.detective-slots-wu4ojk {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.detective-slots-59pnvj.detective-slots-srsexh {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.detective-slots-59pnvj.detective-slots-fgwhrj {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.detective-slots-cesjef {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.detective-slots-pxryqh {
  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.detective-slots-6suphk ease-in-out;
  cursor: pointer;
}

.detective-slots-pxryqh:hover {
  opacity: 0.5;
}

.detective-slots-59pnvj.detective-slots-m90m61 .detective-slots-pxryqh {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.detective-slots-59pnvj.detective-slots-m90m61 .detective-slots-cesjef {
  cursor: pointer;
}

.detective-slots-ibr9wx {
  fill: #0009;
}

.detective-slots-nzzwve {
  fill: #fff;
}

.detective-slots-pxryqh:hover .detective-slots-ibr9wx {
  fill: red;
}

.detective-slots-pxryqh svg path {
  -webkit-transition: 0.detective-slots-6suphk ease-in-out;
  -o-transition: 0.detective-slots-6suphk ease-in-out;
  transition: 0.detective-slots-6suphk ease-in-out;
}

.detective-slots-xw6gjh {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.detective-slots-xw6gjh > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.detective-slots-xw6gjh.detective-slots-fpgi6q > :not(.get-image) {
  grid-column: 1/3;
}

.detective-slots-crr2q0:not(._h1-block) .detective-slots-xw6gjh > .detective-slots-ki42gy {
  grid-row: 1/2;
  grid-column: 1/3;
}

.detective-slots-xw6gjh.detective-slots-fpgi6q .detective-slots-54ml0r {
  grid-column: 2/3;
}

.detective-slots-xw6gjh.detective-slots-fpgi6q > .detective-slots-lirad5 {
  grid-column: 1/2;
}

.detective-slots-xw6gjh.detective-slots-fpgi6q > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.detective-slots-xw6gjh > p:first-of-type {
  margin-top: 0;
}

.detective-slots-xw6gjh .detective-slots-lirad5 {
  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;
}

.detective-slots-crr2q0:not(._h1-block) .detective-slots-ki42gy ~ .detective-slots-lirad5 {
  grid-row: 2/10;
}

.detective-slots-crr2q0.detective-slots-62nz3t .detective-slots-ki42gy ~ .detective-slots-lirad5 {
  grid-row: 1/10;
}

.detective-slots-crr2q0.detective-slots-62nz3t > .detective-slots-ki42gy {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.detective-slots-crr2q0.detective-slots-62nz3t .detective-slots-lirad5 {
  grid-row: 1/10;
}

.detective-slots-xw6gjh.detective-slots-06nmqo .detective-slots-lirad5 {
  align-items: flex-start;
}

.detective-slots-xw6gjh.detective-slots-srsexh .detective-slots-54ml0r {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.detective-slots-xw6gjh.detective-slots-srsexh .detective-slots-lirad5 {
  align-items: center;
}

.detective-slots-xw6gjh.detective-slots-slfvc7 .detective-slots-lirad5 {
  align-items: flex-end;
}

.detective-slots-54ml0r > :first-child {
  margin-top: 0;
}

.detective-slots-54ml0r > :last-child {
  margin-bottom: 0;
}

* + .detective-slots-4p7n4j,
.detective-slots-crr2q0 + .detective-slots-crr2q0 {
  margin-top: 2rem;
}

.detective-slots-ecze75 td::before,
.detective-slots-ecze75 th::after {
  display: none !important;
}

.detective-slots-ecze75 #link-selector {
  color: #000;
}

.detective-slots-ecze75 .detective-slots-pt44i1 {
  color: #135e96;
}

.detective-slots-ecze75 .detective-slots-hyym0n *,
.detective-slots-ecze75 .detective-slots-acjs2f p,
.detective-slots-ecze75 .detective-slots-8qrewh * {
  color: #000;
}

.detective-slots-ecze75 .detective-slots-1d2yfy {
  background: 0 0 !important;
}

.detective-slots-ecze75 .detective-slots-onx1ew {
  color: #000;
}

.detective-slots-ecze75 .detective-slots-cqo28u.detective-slots-5yobkl {
  color: #fff;
}

.detective-slots-ecze75 .detective-slots-a0vicf {
  color: #000;
}

.detective-slots-ecze75
  .detective-slots-my5wzl
  .detective-slots-x7ll8y.detective-slots-5yobkl.detective-slots-0m71wi {
  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;
}

.detective-slots-3nt422,
body .detective-slots-h1umrh {
  color: #000;
  background: var(--color-body) !important;
}

.detective-slots-3nt422 .detective-slots-pozrnm .detective-slots-jx05x1,
body .detective-slots-h1umrh .detective-slots-pozrnm .detective-slots-jx05x1 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .detective-slots-z2n3cn:focus,
  .detective-slots-z2n3cn:hover {
    color: #f9cb16;
  }
  .detective-slots-ntptgp:focus,
  .detective-slots-ntptgp:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .detective-slots-tjdejy:focus img,
  .detective-slots-tjdejy:focus svg,
  .detective-slots-tjdejy:hover img,
  .detective-slots-tjdejy:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .detective-slots-8px0xp {
    display: none;
  }
}

@media (min-width: 1024px) {
  .detective-slots-ybldpr:hover .detective-slots-030yux svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .detective-slots-030yux {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .detective-slots-nn0oq2 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .detective-slots-0wgj56 {
    grid-template-columns: repeat(4, 1fr);
  }
  .detective-slots-obe1zg {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .detective-slots-zudxnt .detective-slots-8sdzrb {
    grid-template-columns: 1fr;
  }
  .detective-slots-zudxnt .detective-slots-fgw7d5 {
    -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;
  }
  .detective-slots-zudxnt .detective-slots-g14lfi {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .detective-slots-zudxnt .detective-slots-cxe8qk {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .detective-slots-zudxnt .detective-slots-3r8yxr {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .detective-slots-zudxnt .detective-slots-g14lfi:not(:first-child) {
    border: none;
  }
  .detective-slots-zudxnt .detective-slots-g14lfi:first-child .detective-slots-cxe8qk {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .detective-slots-zudxnt .detective-slots-g14lfi:last-child .detective-slots-cxe8qk {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .detective-slots-7jxwgo {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .detective-slots-2c8q3g {
    max-width: 100px;
  }
  .detective-slots-uhs3bt {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .detective-slots-0fjlrq {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .detective-slots-0fjlrq svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .detective-slots-aiolbg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .detective-slots-uhs3bt + .detective-slots-0fjlrq {
    margin-left: auto;
  }
  .detective-slots-7tj0g3 {
    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;
  }
  .detective-slots-7tj0g3.detective-slots-6yl07z {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .detective-slots-wp5bh5 {
    -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;
  }
  .detective-slots-1r6vbz {
    width: 100%;
  }
  .detective-slots-1r6vbz:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .detective-slots-sb39ve {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .detective-slots-sb39ve svg {
    margin-right: 4px;
  }
  .detective-slots-ybldpr {
    -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;
  }
  .detective-slots-030yux svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .detective-slots-030yux {
    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;
  }
  .detective-slots-x3c0ah {
    display: none;
    width: 100%;
  }
  .detective-slots-ybldpr.detective-slots-6yl07z .detective-slots-x3c0ah {
    padding: 0 0 0 48px;
  }
  .detective-slots-hda5xy {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .detective-slots-o20i70 .detective-slots-lirad5 {
    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;
  }
  .detective-slots-rsl7lx {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .detective-slots-rsl7lx + .detective-slots-rsl7lx {
    margin-right: 0;
  }
  .detective-slots-rsl7lx + .detective-slots-lirad5 {
    margin: 0;
  }
  .detective-slots-nn0oq2 {
    grid-template-columns: repeat(4, 1fr);
  }
  .detective-slots-0wgj56 {
    grid-template-columns: repeat(3, 1fr);
  }
  .detective-slots-nzo98n,
  .detective-slots-ixxrnf {
    grid-template-columns: repeat(2, 1fr);
  }
  .detective-slots-xw6gjh {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .detective-slots-xw6gjh.detective-slots-fpgi6q .detective-slots-54ml0r {
    grid-column: auto;
    grid-row: auto;
  }
  .detective-slots-xw6gjh > .detective-slots-ki42gy {
    grid-column: 1/2;
  }
  .detective-slots-xw6gjh.detective-slots-fpgi6q > :not(.get-image) {
    grid-column: 1/2;
  }
  .detective-slots-xw6gjh .detective-slots-lirad5,
  .detective-slots-xw6gjh.detective-slots-fpgi6q > .detective-slots-lirad5 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .detective-slots-xw6gjh.detective-slots-fpgi6q > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .detective-slots-crr2q0.detective-slots-62nz3t .detective-slots-xw6gjh > .detective-slots-lirad5 {
    grid-row: 1/2;
  }
  .detective-slots-xw6gjh .detective-slots-ki42gy ~ .detective-slots-lirad5,
  .detective-slots-xw6gjh.detective-slots-fpgi6q .detective-slots-ki42gy ~ .detective-slots-lirad5 {
    grid-row: 2/3;
  }
  .detective-slots-crr2q0.detective-slots-62nz3t .detective-slots-ki42gy ~ .detective-slots-lirad5 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .detective-slots-lfu9es:first-child .detective-slots-kx1hhh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .detective-slots-lfu9es:first-child .detective-slots-kx1hhh h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .detective-slots-lfu9es {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .detective-slots-lfu9es {
    padding: 0;
  }
  .detective-slots-wt5pfw {
    margin-top: 1rem;
  }
  .detective-slots-a1mk77 {
    border-radius: 5px;
  }
  .detective-slots-f25pze {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .detective-slots-cio0k7::after {
    display: inline-block;
  }
  .detective-slots-cio0k7 {
    margin: 0;
    width: 100%;
  }
  .detective-slots-6r01v9 {
    width: 100%;
  }
  .detective-slots-6r01v9.detective-slots-323gpo {
    -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%;
  }
  .detective-slots-6r01v9.detective-slots-323gpo .detective-slots-c92d5f {
    width: 100%;
  }
  .detective-slots-6r01v9.detective-slots-323gpo .detective-slots-c92d5f:not(:last-child) {
    margin-right: 0;
  }
  .detective-slots-z2n3cn {
    width: 100%;
    text-align: center;
  }
  .detective-slots-8fs0my.detective-slots-6yl07z .detective-slots-6r01v9 {
    margin-top: 1rem;
  }
  .detective-slots-nn0oq2 {
    grid-template-columns: repeat(3, 1fr);
  }
  .detective-slots-obe1zg,
  .detective-slots-0wgj56 {
    grid-template-columns: repeat(2, 1fr);
  }
  .detective-slots-nzo98n,
  .detective-slots-ixxrnf,
  .detective-slots-w1jehi {
    grid-template-columns: 1fr;
  }
  .detective-slots-e173tu {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .detective-slots-zp0jfv {
    min-width: 300px;
    max-width: 325px;
  }
  .detective-slots-cxe8qk {
    cursor: auto;
  }
  .detective-slots-b1r5yz .detective-slots-cxe8qk {
    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;
  }
  .detective-slots-5w36l3 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .detective-slots-x3c0ah {
    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) {
  .detective-slots-5w36l3 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.detective-slots-rsl7lx p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .detective-slots-0fjlrq {
    margin: 0 -0.2rem;
  }
  .detective-slots-rsl7lx {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .detective-slots-k490wk {
    -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;
  }
  .detective-slots-8jt0iy {
    max-width: 100%;
  }
  .detective-slots-nn0oq2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .detective-slots-obe1zg,
  .detective-slots-0wgj56 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .detective-slots-7jxwgo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .detective-slots-0fjlrq {
    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;
  }
  .detective-slots-xbzpqn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .detective-slots-4uo3wg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .detective-slots-qmfu6u,
  .detective-slots-gtbhej {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .detective-slots-q92yqg {
    width: 100%;
  }
  .detective-slots-nn0oq2 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .detective-slots-5w36l3 {
    top: 127px !important;
  }
}

.detective-slots-ehv17f {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .detective-slots-ehv17f {
  }
}

@media (max-width: 767px) {
  .detective-slots-ehv17f {
    margin-bottom: 12px;
  }
}

.detective-slots-ehv17f img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.detective-slots-5nfblt {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.detective-slots-5nfblt > .detective-slots-ts37j8 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .detective-slots-5nfblt {
    flex-direction: column;
    gap: 12px;
  }
}

.detective-slots-kmsxlg {
  display: flex;
}

.detective-slots-kmsxlg .detective-slots-ruhfi3 {
  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;
}

.detective-slots-kmsxlg .detective-slots-6cjr3c {
  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;
}

.detective-slots-kmsxlg .detective-slots-o0ei68 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.detective-slots-kmsxlg .detective-slots-t07gek {
  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));
  }
}

.detective-slots-kmsxlg .detective-slots-t07gek:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.detective-slots-kmsxlg .detective-slots-wd3myo {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.detective-slots-9bhics {
  border: unset;
  background-color: unset;
}

.detective-slots-9bhics tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.detective-slots-9bhics .detective-slots-1sn4i6,
.detective-slots-9bhics .detective-slots-saq77j {
  flex: 0 1 330px;
}

.detective-slots-9bhics .detective-slots-fxgjs7 {
  flex: 1 1;
}

.detective-slots-9bhics tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.detective-slots-9bhics tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.detective-slots-9bhics tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.detective-slots-9bhics tr td p {
  color: #fff;
  margin: 0;
}

.detective-slots-9bhics tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.detective-slots-9bhics tr.detective-slots-1sn4i6 td p {
  padding: 16px 0;
}

.detective-slots-9bhics tr.detective-slots-1sn4i6 td p:not(:last-child),
.detective-slots-9bhics tr.detective-slots-saq77j td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.detective-slots-9bhics tr.detective-slots-1sn4i6 td p:first-child,
.detective-slots-9bhics tr.detective-slots-saq77j td p:first-child {
  padding-top: 0;
}

.detective-slots-9bhics tr.detective-slots-saq77j td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.detective-slots-9bhics tr.detective-slots-saq77j td p:last-child {
  padding-bottom: 0;
}

.detective-slots-9bhics .detective-slots-saq77j img {
  max-width: 32px;
}

.detective-slots-9bhics .detective-slots-fxgjs7 {
  min-width: 718px;
}

.detective-slots-9bhics .detective-slots-fxgjs7 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.detective-slots-9bhics .detective-slots-fxgjs7 td {
  display: flex;
}

.detective-slots-9bhics .detective-slots-fxgjs7 td:last-child .detective-slots-8nkl4k,
.detective-slots-9bhics .detective-slots-fxgjs7 td:last-child .detective-slots-80j7fm,
.detective-slots-9bhics .detective-slots-fxgjs7 td:last-child .detective-slots-s0hett {
  flex: 1 1 50%;
}

.detective-slots-9bhics .detective-slots-fxgjs7 td:last-child .detective-slots-e652bb {
  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;
}

.detective-slots-9bhics .detective-slots-fxgjs7 td:last-child .detective-slots-esqqhz,
.detective-slots-9bhics .detective-slots-fxgjs7 td:last-child .detective-slots-6lmp1v {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.detective-slots-9bhics .detective-slots-fxgjs7 td:last-child .detective-slots-8nkl4k,
.detective-slots-9bhics .detective-slots-fxgjs7 td:last-child .detective-slots-80j7fm {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.detective-slots-9bhics .detective-slots-fxgjs7 td:last-child .detective-slots-8nkl4k span,
.detective-slots-9bhics .detective-slots-fxgjs7 td:last-child .detective-slots-80j7fm span {
  font-weight: 800;
}

.detective-slots-9bhics .detective-slots-fxgjs7 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .detective-slots-9bhics .detective-slots-fxgjs7 td .detective-slots-s0hett:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .detective-slots-9bhics tr.detective-slots-1sn4i6 td p:last-child {
    padding-bottom: 0;
  }
  .detective-slots-9bhics .detective-slots-saq77j > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .detective-slots-9bhics .detective-slots-saq77j > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .detective-slots-9bhics tr.detective-slots-1sn4i6 td p:not(:last-child),
  .detective-slots-9bhics tr.detective-slots-saq77j td p:not(:last-child) {
    border-bottom: unset;
  }
  .detective-slots-9bhics tr.detective-slots-saq77j td p:last-child {
    padding-bottom: 12px;
  }
  .detective-slots-9bhics .detective-slots-fxgjs7 td:last-child .detective-slots-8nkl4k,
  .detective-slots-9bhics .detective-slots-fxgjs7 td:last-child .detective-slots-80j7fm,
  .detective-slots-9bhics .detective-slots-fxgjs7 td:last-child .detective-slots-s0hett {
    flex: 1 1 50%;
    padding: 0;
  }
  .detective-slots-9bhics .detective-slots-fxgjs7 td:last-child .detective-slots-8nkl4k,
  .detective-slots-9bhics .detective-slots-fxgjs7 td:last-child .detective-slots-80j7fm {
    margin-top: 16px;
  }
  .detective-slots-9bhics .detective-slots-fxgjs7 td:last-child .detective-slots-s0hett {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .detective-slots-9bhics .detective-slots-fxgjs7 td:last-child .detective-slots-8nkl4k {
    border-right: 1px solid var(--border-color);
  }
  .detective-slots-9bhics .detective-slots-fxgjs7 td:last-child .detective-slots-s0hett:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .detective-slots-9bhics .detective-slots-fxgjs7 td:last-child .detective-slots-s0hett:last-child {
    padding-bottom: 0;
  }
}

.detective-slots-s0hett {
  display: flex;
  flex-direction: column;
}

.detective-slots-9bhics .detective-slots-fxgjs7 td .detective-slots-s0hett {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.detective-slots-9bhics .detective-slots-fxgjs7 td .detective-slots-s0hett:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.detective-slots-9bhics .detective-slots-fxgjs7 td .detective-slots-s0hett:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .detective-slots-9bhics .detective-slots-fxgjs7 td .detective-slots-s0hett:not(:first-child) {
    padding-left: 0;
  }
  .detective-slots-9bhics .detective-slots-fxgjs7 td .detective-slots-s0hett:not(:last-of-type) {
    border-right: unset;
  }
}

.detective-slots-9bhics .detective-slots-wbwmou {
  flex: 0 1 485px;
}

.detective-slots-9bhics .detective-slots-3p3lb7 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.detective-slots-9bhics .detective-slots-3p3lb7 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.detective-slots-9bhics .detective-slots-3p3lb7 li.detective-slots-ov5rxy {
  padding: 6px 12px;
}

.detective-slots-9bhics .detective-slots-3p3lb7 li a,
.detective-slots-9bhics .detective-slots-3p3lb7 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;
}

.detective-slots-9bhics .detective-slots-4lkd4b,
.detective-slots-9bhics .detective-slots-yw69v4 {
  flex: 1 1;
}

.detective-slots-9bhics .detective-slots-qhnt88,
.detective-slots-9bhics .detective-slots-b40mxc {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.detective-slots-9bhics .detective-slots-qhnt88 li,
.detective-slots-9bhics .detective-slots-b40mxc li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.detective-slots-9bhics .detective-slots-yw69v4 img {
  max-width: 32px;
}

.detective-slots-9bhics .detective-slots-4lkd4b img {
  max-width: 32px;
}

.detective-slots-9bhics .detective-slots-8m71tc {
  min-width: 280px;
}

.detective-slots-9bhics .detective-slots-8m71tc img {
  max-width: 146px;
}

.detective-slots-9bhics .detective-slots-8m71tc td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .detective-slots-9bhics .detective-slots-1sn4i6,
  .detective-slots-9bhics .detective-slots-saq77j {
    flex: 0 1 auto;
  }
  .detective-slots-9bhics .detective-slots-fxgjs7 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .detective-slots-9bhics .detective-slots-1sn4i6,
  .detective-slots-9bhics .detective-slots-wbwmou,
  .detective-slots-9bhics .detective-slots-saq77j,
  .detective-slots-9bhics .detective-slots-fxgjs7 {
    flex: 1 1 calc(50% - 20px);
  }
  .detective-slots-9bhics .detective-slots-4lkd4b,
  .detective-slots-9bhics .detective-slots-8m71tc,
  .detective-slots-9bhics .detective-slots-yw69v4 {
    flex: 1 1 30%;
  }
  .detective-slots-9bhics .detective-slots-8m71tc {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .detective-slots-9bhics .detective-slots-1sn4i6,
  .detective-slots-9bhics .detective-slots-wbwmou,
  .detective-slots-9bhics .detective-slots-4lkd4b,
  .detective-slots-9bhics .detective-slots-saq77j,
  .detective-slots-9bhics .detective-slots-fxgjs7,
  .detective-slots-9bhics .detective-slots-8m71tc,
  .detective-slots-9bhics .detective-slots-yw69v4 {
    flex: 1 1 100%;
  }
}

.detective-slots-swudqi .detective-slots-19zqmg {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.detective-slots-swudqi .detective-slots-7az9zy {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.detective-slots-swudqi .detective-slots-p8xtbv {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.detective-slots-swudqi .detective-slots-md7cm4 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.detective-slots-swudqi .detective-slots-md7cm4 > :nth-child(3) {
  margin-top: 0;
}

.detective-slots-swudqi .detective-slots-lirad5 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.detective-slots-swudqi .detective-slots-jcreix {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.detective-slots-swudqi .detective-slots-wt5pfw {
  grid-column: 1/2;
}

.detective-slots-swudqi > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.detective-slots-swudqi .detective-slots-7az9zy: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;
}

.detective-slots-swudqi .detective-slots-7az9zy:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.detective-slots-swudqi .detective-slots-q92yqg {
  min-width: 240px;
}

@media (max-width: 768px) {
  .detective-slots-swudqi .detective-slots-7az9zy:not(:last-child):before {
    bottom: 8px;
  }
  .detective-slots-swudqi .detective-slots-7az9zy:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .detective-slots-swudqi .detective-slots-md7cm4 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .detective-slots-swudqi .detective-slots-lirad5 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .detective-slots-swudqi .detective-slots-lirad5 img {
    width: 100%;
    height: auto;
  }
  .detective-slots-swudqi .detective-slots-q92yqg {
    width: 100%;
    min-width: unset;
  }
}

.detective-slots-piv1qi .detective-slots-45t079 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.detective-slots-piv1qi .detective-slots-1pj9oc {
  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;
}

.detective-slots-piv1qi .detective-slots-lirad5 {
  height: 100%;
}

.detective-slots-piv1qi .detective-slots-lirad5 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.detective-slots-piv1qi .detective-slots-4mxvns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.detective-slots-piv1qi .detective-slots-mynw2i {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.detective-slots-piv1qi .detective-slots-z86zg7 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .detective-slots-piv1qi .detective-slots-1pj9oc {
    flex: 1 1 100%;
  }
  .detective-slots-piv1qi .detective-slots-tjjbne {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .detective-slots-piv1qi .detective-slots-1pj9oc {
    flex-direction: column;
  }
  .detective-slots-piv1qi .detective-slots-lirad5 {
    width: 100%;
    height: auto;
  }
  .detective-slots-piv1qi .detective-slots-lirad5 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .detective-slots-piv1qi .detective-slots-4mxvns {
    padding: 0 16px 16px 16px;
  }
  .detective-slots-piv1qi .detective-slots-tjjbne {
    min-width: unset;
    width: 100%;
  }
}

.detective-slots-kbe1g8 .detective-slots-kewufs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.detective-slots-kbe1g8 .detective-slots-f6zjtz {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.detective-slots-kbe1g8 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;
}

.detective-slots-kbe1g8 .detective-slots-ccwyog {
  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;
}

.detective-slots-kbe1g8 .detective-slots-f6zjtz:hover .detective-slots-ccwyog {
  display: flex;
}

.detective-slots-kbe1g8 .detective-slots-wgiyfv {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.detective-slots-kbe1g8 .detective-slots-1jk15l {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.detective-slots-em93y4 {
  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;
}

.detective-slots-em93y4.detective-slots-suz8mo {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.detective-slots-8liu7z ease-in-out;
}

.detective-slots-em93y4.detective-slots-suz8mo:hover {
  color: #f9cb16;
  background-color: transparent;
}

.detective-slots-kbe1g8 .detective-slots-niovud {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.detective-slots-8liu7z ease-in-out;
}

.detective-slots-kbe1g8 .detective-slots-niovud:hover {
  color: #196948;
  background-color: #f9cb16;
}

.detective-slots-kbe1g8 .detective-slots-niovud:after,
.detective-slots-em93y4.detective-slots-suz8mo:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.detective-slots-em93y4.detective-slots-suz8mo:after {
  background-image: url(../images/Cash.svg);
}

.detective-slots-kbe1g8 .detective-slots-niovud:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .detective-slots-kbe1g8 .detective-slots-kewufs {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .detective-slots-kbe1g8 .detective-slots-kewufs {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .detective-slots-kbe1g8 .detective-slots-kewufs {
    grid-template-columns: 1fr;
  }
  .detective-slots-kbe1g8 .detective-slots-f6zjtz {
    height: auto;
  }
  .detective-slots-kbe1g8 .detective-slots-f6zjtz .detective-slots-ccwyog {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .detective-slots-kbe1g8 .detective-slots-wgiyfv,
  .detective-slots-kbe1g8 .detective-slots-1jk15l {
    text-align: left;
  }
  .detective-slots-kbe1g8 .detective-slots-1jk15l {
    margin-bottom: 8px;
  }
  .detective-slots-kbe1g8 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.detective-slots-g3xrxj {
  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;
}

.detective-slots-g3xrxj.detective-slots-m90m61 {
  display: block;
}

.detective-slots-g3xrxj .detective-slots-y6pc6n {
  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;
}

.detective-slots-g3xrxj .detective-slots-4i5cxz {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.detective-slots-g3xrxj .detective-slots-a0zedi {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.detective-slots-g3xrxj .detective-slots-v6yit1 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.detective-slots-g3xrxj .detective-slots-em93y4 {
  min-width: 296px;
  margin-bottom: 0;
}

.detective-slots-g3xrxj .detective-slots-z73z1o {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.detective-slots-g3xrxj .detective-slots-iov79x {
  position: relative;
  flex: 1 1;
}

.detective-slots-g3xrxj .detective-slots-iov79x iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .detective-slots-g3xrxj .detective-slots-4i5cxz {
    flex-wrap: wrap;
    gap: 8px;
  }
  .detective-slots-g3xrxj .detective-slots-a0zedi {
    order: 1;
  }
  .detective-slots-g3xrxj .detective-slots-v6yit1 {
    order: 3;
    flex: 1 1 100%;
  }
  .detective-slots-g3xrxj .detective-slots-em93y4 {
    width: 100%;
    min-width: unset;
  }
  .detective-slots-g3xrxj .detective-slots-z73z1o {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .detective-slots-xw6gjh > .detective-slots-ki42gy {
    margin-bottom: 0;
  }
  .detective-slots-xw6gjh > .detective-slots-wt5pfw,
  .detective-slots-xw6gjh > p {
    margin-top: 0;
  }
}

.detective-slots-qpfecb img,
.detective-slots-rsl7lx img {
  width: auto;
  object-fit: contain;
}

.detective-slots-qpfecb {
  align-items: center;
}

.detective-slots-qpfecb img {
  max-height: 76px;
}

.detective-slots-rsl7lx img {
  max-height: 64px;
}

.detective-slots-s4s5r6 {
  overflow: auto;
}

.detective-slots-52lmzt {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.detective-slots-wbepe7:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.detective-slots-spxmxw {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.detective-slots-z7hjhj {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.detective-slots-spxmxw .detective-slots-lirad5 {
  margin-right: 20px;
  flex-shrink: 0;
}

.detective-slots-spxmxw img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.detective-slots-hjrfq1 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.detective-slots-hjrfq1 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .detective-slots-spxmxw {
    padding: 15px 10px;
  }
  .detective-slots-hjrfq1 {
    padding: 15px 10px;
  }
  .detective-slots-spxmxw .detective-slots-lirad5 {
    margin-right: 10px;
  }
}

.detective-slots-tjf6p7 {
  overflow-x: auto;
}

.detective-slots-0d2d16 {
  border-collapse: collapse;
  width: 100%;
}

.detective-slots-tjf6p7 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.detective-slots-tjf6p7 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.detective-slots-tjf6p7 td.detective-slots-vap8xx {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.detective-slots-tjf6p7 td.detective-slots-oeyga9 {
  border-right: none;
}

.detective-slots-tjf6p7 td.detective-slots-oeyga9 .detective-slots-lirad5 {
  justify-content: flex-start;
}

.detective-slots-tjf6p7 td.detective-slots-oeyga9 .detective-slots-lirad5 img {
  height: auto;
  width: 90px;
}

.detective-slots-tjf6p7 td.detective-slots-gw2kn6,
.detective-slots-tjf6p7 td.detective-slots-kafor4 {
  font-weight: 600;
  text-align: right;
}

.detective-slots-tjf6p7 td.detective-slots-k71f0j,
.detective-slots-tjf6p7 td.detective-slots-gw2kn6 {
  padding-bottom: 10px;
  border-bottom: none;
}

.detective-slots-tjf6p7 td.detective-slots-gw2kn6,
.detective-slots-tjf6p7 td.detective-slots-kafor4 {
  border-left: none;
}

.detective-slots-tjf6p7 td.detective-slots-k71f0j,
.detective-slots-tjf6p7 td.detective-slots-p8vcnn {
  border-right: none;
}

.detective-slots-tjf6p7 td.detective-slots-p8vcnn,
.detective-slots-tjf6p7 td.detective-slots-kafor4 {
  border-top: none;
  padding-top: 10px;
}

.detective-slots-heh9lk {
  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;
}

.detective-slots-heh9lk .detective-slots-tjjbne {
  min-width: unset;
  width: 100%;
}

.detective-slots-heh9lk .detective-slots-tjjbne.detective-slots-pd4hns {
  grid-column: 1/2;
  grid-row: 1/2;
}

.detective-slots-heh9lk .detective-slots-tjjbne.detective-slots-v0neir {
  grid-column: 2/3;
  grid-row: 1/2;
}

.detective-slots-heh9lk .detective-slots-d3yy7j {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .detective-slots-heh9lk {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .detective-slots-heh9lk .detective-slots-tjjbne.detective-slots-pd4hns {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .detective-slots-heh9lk .detective-slots-tjjbne.detective-slots-v0neir {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .detective-slots-heh9lk .detective-slots-d3yy7j {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.detective-slots-d4w9ek {
  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;
}

.detective-slots-i713s7 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.detective-slots-segnez p a img {
  margin: 0 auto;
  display: block;
}

.detective-slots-segnez table {
  margin-bottom: 17px;
}

/* contanct form */
.detective-slots-wm2d82 {
  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;
}

.detective-slots-wm2d82 label {
  font-size: 14px;
}

.detective-slots-wm2d82 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.detective-slots-wm2d82 input,
.detective-slots-wm2d82 textarea,
.detective-slots-wm2d82 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;
}
.detective-slots-wm2d82 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.detective-slots-8liu7z ease;
}
.detective-slots-wm2d82 button:hover {
  background-color: #691204;
}
.detective-slots-wypgc6 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.detective-slots-lt4oe7 ease-in;
}

.detective-slots-wypgc6 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;
}
.detective-slots-1uhdql, .detective-slots-85okf2, [class*="review-card"],
thead, thead th, table th, .detective-slots-wptn16,
.detective-slots-xj1wmp, [class*="collapsible-header"],
.detective-slots-523n7m, [class*="updated-block"] {
  color: #ece7dc !important;
}
