@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-n03yz5 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.detective-slots-ulv48v {
  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-5rv388,
ul.detective-slots-5rv388 {
  padding-left: 20px;
}

ul.detective-slots-5rv388 {
  list-style: disc;
}

ol.detective-slots-5rv388 {
  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-wvvxyz > .detective-slots-wj2hlq,
.detective-slots-wvvxyz > .detective-slots-hk3jhu,
.detective-slots-wvvxyz > blockquote,
.detective-slots-wvvxyz > h1,
.detective-slots-wvvxyz > h2,
.detective-slots-wvvxyz > h3,
.detective-slots-wvvxyz > h4,
.detective-slots-wvvxyz > h5,
.detective-slots-wvvxyz > h6,
.detective-slots-wvvxyz > ol,
.detective-slots-wvvxyz > p,
.detective-slots-wvvxyz > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.detective-slots-wvvxyz > ol,
.detective-slots-wvvxyz > ul {
  padding-left: 50px;
}

.detective-slots-wvvxyz 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-wvvxyz:not(:last-child) {
  margin-bottom: 2rem;
}

.detective-slots-wvvxyz > :not(:first-child) {
  margin-top: 2rem;
}

.detective-slots-wvvxyz {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.detective-slots-wvvxyz:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .detective-slots-wvvxyz:first-child {
    margin-top: 20px;
  }
}

.detective-slots-wvvxyz > p:last-of-type {
  margin-bottom: 32px;
}

.detective-slots-wvvxyz > .detective-slots-ntov7l:not(:first-child) {
  margin: 64px auto 16px auto;
}

.detective-slots-8wmi8q > .detective-slots-ntov7l {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.detective-slots-hk3jhu {
  overflow: auto;
}

.detective-slots-hk3jhu::-webkit-scrollbar {
  height: 5px;
}

.detective-slots-hk3jhu table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.detective-slots-hk3jhu table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.detective-slots-hk3jhu table thead,
table thead {
  border-bottom: none;
}

.detective-slots-hk3jhu table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.detective-slots-hk3jhu table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.detective-slots-hk3jhu table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.detective-slots-hk3jhu .detective-slots-r9ts19 {
  table-layout: auto;
}

.detective-slots-hk3jhu .detective-slots-r9ts19 th {
  word-break: normal;
}

.detective-slots-hk3jhu .detective-slots-r9ts19 td {
  word-break: normal;
}

.detective-slots-n03yz5 .detective-slots-n03yz5 {
  padding-right: 0;
  padding-left: 0;
}

.detective-slots-9u77xt {
  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-dh8to2 {
  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-dpurz7 {
  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-wj2hlq {
  margin-top: 24px;
}

.detective-slots-wj2hlq.detective-slots-qg9j95 {
  text-align: left;
}

.detective-slots-wj2hlq.detective-slots-ak1u1r {
  text-align: right;
}

.detective-slots-wj2hlq.detective-slots-fr2cmh {
  text-align: center;
}

.detective-slots-grczul {
  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-inmkha ease-in-out;
  cursor: pointer;
}

.detective-slots-grczul:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.detective-slots-grczul {
  min-width: 328px;
}

@media (max-width: 768px) {
  .detective-slots-grczul {
    min-width: unset;
  }
}

.detective-slots-amcn30 {
  background-color: var(--fh-bg-color);
}

.detective-slots-olk9bj {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.detective-slots-8518ib {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.detective-slots-8518ib img {
  max-height: 80px;
  object-fit: contain;
}

.detective-slots-3tngpc {
  flex: 1 1;
}

.detective-slots-5nktm1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.detective-slots-ts75pw {
  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-ts75pw 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-ts75pw.detective-slots-cnj6xg span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.detective-slots-ts75pw.detective-slots-cnj6xg span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.detective-slots-ts75pw.detective-slots-cnj6xg span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.detective-slots-3tngpc + .detective-slots-5nktm1 {
  margin-left: 20px;
}

.detective-slots-o0dlnt {
  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-o0dlnt > svg {
  max-width: 24px;
  max-height: 24px;
}

.detective-slots-o0dlnt + .detective-slots-o0dlnt {
  margin-left: 5px;
}

.detective-slots-wzeyk6 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.detective-slots-wzeyk6:hover {
  background-color: var(--button-bg-hover);
}

.detective-slots-l6szut {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.detective-slots-inmkha ease-in-out;
  border: 1px solid var(--border-color);
}

.detective-slots-l6szut:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.detective-slots-xvmvr8 {
  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-3tngpc {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .detective-slots-xvmvr8 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .detective-slots-3tngpc {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .detective-slots-o0dlnt {
    min-width: unset;
    flex: 1 1;
  }
}

.detective-slots-gojtr1 {
  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-gojtr1:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.detective-slots-gojtr1:hover .detective-slots-pcgi0s {
  opacity: 1;
  pointer-events: auto;
}

.detective-slots-dyo9v2 {
  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-dzh1lu ease-in-out;
  gap: 4px;
}

.detective-slots-dyo9v2 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.detective-slots-dyo9v2 .detective-slots-9u77xt img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.detective-slots-dbqgyf,
.detective-slots-dyo9v2:hover {
  color: var(--button-bg-hover);
}

.detective-slots-egxe8a {
  position: relative;
}

.detective-slots-egxe8a .detective-slots-dyo9v2 {
  margin-right: 0;
  padding-right: 4px;
}

.detective-slots-w5xlur svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.detective-slots-egxe8a.detective-slots-cnj6xg .detective-slots-w5xlur svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.detective-slots-egxe8a.detective-slots-cnj6xg .detective-slots-pcgi0s {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.detective-slots-egxe8a.detective-slots-cnj6xg .detective-slots-pcgi0s::before {
  display: none;
}

.detective-slots-w5xlur svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.detective-slots-pcgi0s {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.detective-slots-pax84u 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.detective-slots-pcgi0s::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.detective-slots-pcgi0s:hover {
  color: var(--fh-bg-color);
}

.detective-slots-eg773m {
  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-pax84u 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-dzh1lu ease-in-out;
  -o-transition: 0.detective-slots-dzh1lu ease-in-out;
  transition: 0.detective-slots-dzh1lu ease-in-out;
}

.detective-slots-eg773m .detective-slots-9u77xt img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.detective-slots-qak4ar,
.detective-slots-eg773m:hover {
  color: var(--button-bg-hover);
}

.detective-slots-sw4j6f {
  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-sw4j6f.detective-slots-vv7nms {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.detective-slots-sw4j6f.detective-slots-vv7nms:after,
.detective-slots-sw4j6f.detective-slots-vv7nms:before {
  content: "";
  position: absolute;
  margin: auto;
}

.detective-slots-sw4j6f.detective-slots-vv7nms: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-sw4j6f.detective-slots-vv7nms:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.detective-slots-sw4j6f.detective-slots-vv7nms > * {
  z-index: 1;
}

.detective-slots-sw4j6f b,
.detective-slots-sw4j6f strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.detective-slots-sw4j6f .detective-slots-nphrvd {
  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-sw4j6f .detective-slots-w24cia {
  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-sw4j6f .detective-slots-9u77xt {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.detective-slots-sw4j6f .detective-slots-gn57ip {
  margin-top: 12px;
}

.detective-slots-gn57ip {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.detective-slots-uelat8 {
  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-gn57ip .detective-slots-xpaqd3 {
  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-inmkha ease-in-out;
}

.detective-slots-gn57ip .detective-slots-xpaqd3:hover {
  background: rgba(255, 255, 255, 0.3);
}

.detective-slots-7bf35a {
  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-sw4j6f.detective-slots-uzosm9 {
  gap: 12px;
  padding: 16px;
}

.detective-slots-sw4j6f.detective-slots-uzosm9 .detective-slots-7bf35a {
  min-width: 240px;
}

.detective-slots-sw4j6f.detective-slots-uzosm9 .detective-slots-7bf35a.detective-slots-0b978z {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .detective-slots-sw4j6f .detective-slots-nphrvd {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .detective-slots-sw4j6f .detective-slots-w24cia {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .detective-slots-sw4j6f .detective-slots-9u77xt {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .detective-slots-sw4j6f.detective-slots-uzosm9 .detective-slots-9u77xt {
    max-width: 126px;
  }
  .detective-slots-sw4j6f .detective-slots-gn57ip {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .detective-slots-sw4j6f .detective-slots-uelat8 {
    max-width: unset;
  }
  .detective-slots-7bf35a {
    min-width: unset;
    width: 100%;
  }
  .detective-slots-sw4j6f .detective-slots-7bf35a {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .detective-slots-sw4j6f.detective-slots-uzosm9 {
    grid-template-rows: auto 1fr auto;
  }
  .detective-slots-sw4j6f.detective-slots-uzosm9 .detective-slots-7bf35a {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .detective-slots-sw4j6f {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .detective-slots-sw4j6f .detective-slots-nphrvd {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .detective-slots-sw4j6f .detective-slots-9u77xt {
    max-width: 78px;
  }
  .detective-slots-sw4j6f .detective-slots-gn57ip {
    margin-top: -12px;
  }
  .detective-slots-sw4j6f.detective-slots-uzosm9 {
    gap: 8px;
  }
  .detective-slots-sw4j6f.detective-slots-uzosm9 .detective-slots-nphrvd {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .detective-slots-sw4j6f.detective-slots-uzosm9 .detective-slots-w24cia {
    grid-column: 1/3;
  }
  .detective-slots-sw4j6f.detective-slots-uzosm9 .detective-slots-9u77xt {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .detective-slots-sw4j6f.detective-slots-uzosm9 .detective-slots-9u77xt img {
    max-width: 114px;
  }
}

.detective-slots-7bf35a.detective-slots-0rlgdp,
.detective-slots-7bf35a.detective-slots-sfp9li,
.detective-slots-7bf35a.detective-slots-lyki1v {
  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-inmkha ease-in-out;
}

.detective-slots-7bf35a.detective-slots-0rlgdp,
.detective-slots-7bf35a.detective-slots-lyki1v {
  padding: 10px;
}

.detective-slots-7bf35a.detective-slots-0rlgdp:hover,
.detective-slots-7bf35a.detective-slots-sfp9li:hover,
.detective-slots-7bf35a.detective-slots-lyki1v:hover {
  background: var(--button-bg-hover);
}

.detective-slots-7bf35a.detective-slots-0rlgdp:hover svg path,
.detective-slots-7bf35a.detective-slots-lyki1v:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.detective-slots-7bf35a.detective-slots-0b978z {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.detective-slots-inmkha ease-in-out;
  background: var(--button-bg-color);
}

.detective-slots-7bf35a.detective-slots-0b978z:hover {
  background-color: var(--button-bg-hover);
}

.detective-slots-7bf35a.detective-slots-sfp9li: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-7bf35a.detective-slots-sfp9li:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.detective-slots-7bf35a.detective-slots-0b978z: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-o2uxya {
  max-width: 650px;
}

.detective-slots-mx5ua3 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.detective-slots-rrjl7z {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.detective-slots-z538ca {
  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-dzh1lu ease-in-out;
  cursor: pointer;
}

.detective-slots-z538ca:hover {
  opacity: 0.5;
}

.detective-slots-z538ca:focus {
  outline: 0;
}

.detective-slots-z538ca:focus .detective-slots-oqn36v,
.detective-slots-z538ca:hover .detective-slots-oqn36v {
  fill: red;
  fill-opacity: 1;
}

.detective-slots-z538ca:hover {
  cursor: pointer;
}

.detective-slots-g8kgpj {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.detective-slots-o2uxya.detective-slots-fr2cmh {
  margin: 0 auto;
}

.detective-slots-o2uxya.detective-slots-ak1u1r {
  margin-left: auto;
}

.detective-slots-yl65tj {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.detective-slots-5bgu2g {
  padding-bottom: 50px;
}

.detective-slots-ihzvbe {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.detective-slots-nd4ghd {
  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-v5z33c {
  margin-top: 24px;
}

.detective-slots-bbhz4x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.detective-slots-wg94hy {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.detective-slots-4r51y7 {
  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-k7vkli {
  width: 468px;
}

.detective-slots-4r51y7 .detective-slots-pcgi0s {
  margin: 0.detective-slots-dmncde 0;
}

.detective-slots-quol1t {
  display: flex;
  min-width: 224px;
}

.detective-slots-52gqns {
  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-dzh1lu ease-in-out;
}

.detective-slots-4exuhw,
.detective-slots-52gqns:hover {
  color: var(--text-color);
}

.detective-slots-5o72xd {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.detective-slots-mvib1m {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .detective-slots-yl65tj {
    padding: 16px;
  }
  .detective-slots-5o72xd {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .detective-slots-mvib1m {
    align-items: center;
  }
  .detective-slots-k7vkli {
    width: unset;
  }
  .detective-slots-quol1t {
    min-width: unset;
  }
  .detective-slots-4r51y7 {
    max-height: unset;
  }
  .detective-slots-ihzvbe {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .detective-slots-yl65tj {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.detective-slots-2xgyuh {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.detective-slots-2xgyuh:not(:last-child) {
  margin-bottom: 16px;
}

.detective-slots-i792bh {
  outline: 0;
}

.detective-slots-i792bh .detective-slots-rwcerf {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.detective-slots-6jfha4 {
  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-6jfha4 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.detective-slots-6jfha4::-webkit-details-marker {
  display: none;
}

.detective-slots-6jfha4: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-6jfha4: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-6jfha4:after {
  transform: unset;
}

.detective-slots-rwcerf {
  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-rwcerf 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-dzh1lu ease-in-out;
  -o-transition: 0.detective-slots-dzh1lu ease-in-out;
  transition: 0.detective-slots-dzh1lu ease-in-out;
}

.detective-slots-jqrq14 {
  padding: 16px 0 0 0;
}

.detective-slots-jqrq14 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .detective-slots-jqrq14 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .detective-slots-6jfha4 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .detective-slots-6jfha4::after {
    margin-left: auto;
  }
  .detective-slots-rwcerf {
    order: 3;
    flex: 1 1 100%;
  }
  .detective-slots-6jfha4 {
    font-size: 14px;
    line-height: 130%;
  }
  .detective-slots-rwcerf svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.detective-slots-83ydev {
  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-k6asdv {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.detective-slots-83ydev.detective-slots-cnj6xg .detective-slots-k6asdv {
  margin-bottom: 12px;
}

.detective-slots-k6asdv::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-83ydev.detective-slots-cnj6xg .detective-slots-k6asdv::after {
  transform: unset;
}

.detective-slots-ic22gr {
  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-ie9xza {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.detective-slots-dzh1lu ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.detective-slots-ie9xza: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-83ydev.detective-slots-cnj6xg .detective-slots-ic22gr {
  max-height: 100%;
}

.detective-slots-r81spu {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.detective-slots-0ld4oo {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.detective-slots-0g6rm8 {
  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-3qghyq {
  margin-right: 4px;
}

.detective-slots-gtryd7 {
  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-dzh1lu ease-in-out;
}

.detective-slots-gtryd7 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.detective-slots-frcdbp,
.detective-slots-gtryd7:hover {
  color: var(--text-color);
}

.detective-slots-pbf3sd {
  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-pbf3sd img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.detective-slots-pbf3sd .detective-slots-v79lj4 {
  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-pbf3sd .detective-slots-0evfto {
  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-3h1fbv {
  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-wv80xv {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.detective-slots-cu66i3 .detective-slots-n03yz5 {
  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-cu66i3 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.detective-slots-2vuyy1 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.detective-slots-x3mukp {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.detective-slots-jzeso7 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.detective-slots-6kfzvk 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-jzeso7:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.detective-slots-cnv12n {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.detective-slots-myz0b1 {
  -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-dzh1lu ease-in-out;
  transition: transform 0.detective-slots-dzh1lu ease-in-out;
  -o-transition: transform 0.detective-slots-dzh1lu ease-in-out;
  transition:
    transform 0.detective-slots-dzh1lu ease-in-out,
    -webkit-transform 0.detective-slots-dzh1lu ease-in-out;
  cursor: pointer;
}

.detective-slots-myz0b1 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.detective-slots-myz0b1: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-2i77l4 {
  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-2i77l4 {
    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-sl4jw6 {
  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-z32xic {
  position: relative;
  width: 100%;
}

.detective-slots-sl4jw6.detective-slots-8neee7 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.detective-slots-sl4jw6.detective-slots-fr2cmh {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.detective-slots-sl4jw6.detective-slots-ak1u1r {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.detective-slots-wlfg9f {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.detective-slots-1btp2l {
  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-dzh1lu ease-in-out;
  cursor: pointer;
}

.detective-slots-1btp2l:hover {
  opacity: 0.5;
}

.detective-slots-sl4jw6.detective-slots-h22g4a .detective-slots-1btp2l {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.detective-slots-sl4jw6.detective-slots-h22g4a .detective-slots-wlfg9f {
  cursor: pointer;
}

.detective-slots-i64i53 {
  fill: #0009;
}

.detective-slots-hcp7ue {
  fill: #fff;
}

.detective-slots-1btp2l:hover .detective-slots-i64i53 {
  fill: red;
}

.detective-slots-1btp2l svg path {
  -webkit-transition: 0.detective-slots-dzh1lu ease-in-out;
  -o-transition: 0.detective-slots-dzh1lu ease-in-out;
  transition: 0.detective-slots-dzh1lu ease-in-out;
}

.detective-slots-n00hln {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.detective-slots-n00hln > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.detective-slots-n00hln.detective-slots-w557h8 > :not(.get-image) {
  grid-column: 1/3;
}

.detective-slots-b8ln49:not(._h1-block) .detective-slots-n00hln > .detective-slots-ntov7l {
  grid-row: 1/2;
  grid-column: 1/3;
}

.detective-slots-n00hln.detective-slots-w557h8 .detective-slots-09lrw8 {
  grid-column: 2/3;
}

.detective-slots-n00hln.detective-slots-w557h8 > .detective-slots-9u77xt {
  grid-column: 1/2;
}

.detective-slots-n00hln.detective-slots-w557h8 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.detective-slots-n00hln > p:first-of-type {
  margin-top: 0;
}

.detective-slots-n00hln .detective-slots-9u77xt {
  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-b8ln49:not(._h1-block) .detective-slots-ntov7l ~ .detective-slots-9u77xt {
  grid-row: 2/10;
}

.detective-slots-b8ln49.detective-slots-24pu4g .detective-slots-ntov7l ~ .detective-slots-9u77xt {
  grid-row: 1/10;
}

.detective-slots-b8ln49.detective-slots-24pu4g > .detective-slots-ntov7l {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.detective-slots-b8ln49.detective-slots-24pu4g .detective-slots-9u77xt {
  grid-row: 1/10;
}

.detective-slots-n00hln.detective-slots-e5zhxz .detective-slots-9u77xt {
  align-items: flex-start;
}

.detective-slots-n00hln.detective-slots-fr2cmh .detective-slots-09lrw8 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.detective-slots-n00hln.detective-slots-fr2cmh .detective-slots-9u77xt {
  align-items: center;
}

.detective-slots-n00hln.detective-slots-vwz2zu .detective-slots-9u77xt {
  align-items: flex-end;
}

.detective-slots-09lrw8 > :first-child {
  margin-top: 0;
}

.detective-slots-09lrw8 > :last-child {
  margin-bottom: 0;
}

* + .detective-slots-ilegoo,
.detective-slots-b8ln49 + .detective-slots-b8ln49 {
  margin-top: 2rem;
}

.detective-slots-7rvzdu td::before,
.detective-slots-7rvzdu th::after {
  display: none !important;
}

.detective-slots-7rvzdu #link-selector {
  color: #000;
}

.detective-slots-7rvzdu .detective-slots-p4nzks {
  color: #135e96;
}

.detective-slots-7rvzdu .detective-slots-5n3bln *,
.detective-slots-7rvzdu .detective-slots-2phe01 p,
.detective-slots-7rvzdu .detective-slots-qfaf86 * {
  color: #000;
}

.detective-slots-7rvzdu .detective-slots-1dolck {
  background: 0 0 !important;
}

.detective-slots-7rvzdu .detective-slots-qa9n6y {
  color: #000;
}

.detective-slots-7rvzdu .detective-slots-di22nd.detective-slots-rc3mmz {
  color: #fff;
}

.detective-slots-7rvzdu .detective-slots-i8temj {
  color: #000;
}

.detective-slots-7rvzdu
  .detective-slots-ig4b42
  .detective-slots-a2e0yw.detective-slots-rc3mmz.detective-slots-ues1w4 {
  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-y7jngx,
body .detective-slots-696br2 {
  color: #000;
  background: var(--color-body) !important;
}

.detective-slots-y7jngx .detective-slots-tk4anw .detective-slots-hnopwj,
body .detective-slots-696br2 .detective-slots-tk4anw .detective-slots-hnopwj {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .detective-slots-ie9xza:focus,
  .detective-slots-ie9xza:hover {
    color: #f9cb16;
  }
  .detective-slots-gm8x1n:focus,
  .detective-slots-gm8x1n:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .detective-slots-wt33ej:focus img,
  .detective-slots-wt33ej:focus svg,
  .detective-slots-wt33ej:hover img,
  .detective-slots-wt33ej:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .detective-slots-pbf3sd {
    display: none;
  }
}

@media (min-width: 1024px) {
  .detective-slots-egxe8a:hover .detective-slots-w5xlur svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .detective-slots-w5xlur {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .detective-slots-lczs9m {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .detective-slots-pilvii {
    grid-template-columns: repeat(4, 1fr);
  }
  .detective-slots-mf5jdy {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .detective-slots-leht6y .detective-slots-l5ifmx {
    grid-template-columns: 1fr;
  }
  .detective-slots-leht6y .detective-slots-4p0k3a {
    -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-leht6y .detective-slots-cf15mj {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .detective-slots-leht6y .detective-slots-d8uqnt {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .detective-slots-leht6y .detective-slots-9vfzt9 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .detective-slots-leht6y .detective-slots-cf15mj:not(:first-child) {
    border: none;
  }
  .detective-slots-leht6y .detective-slots-cf15mj:first-child .detective-slots-d8uqnt {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .detective-slots-leht6y .detective-slots-cf15mj:last-child .detective-slots-d8uqnt {
    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-olk9bj {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .detective-slots-8518ib {
    max-width: 100px;
  }
  .detective-slots-3tngpc {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .detective-slots-5nktm1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .detective-slots-5nktm1 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .detective-slots-ts75pw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .detective-slots-3tngpc + .detective-slots-5nktm1 {
    margin-left: auto;
  }
  .detective-slots-1u11gy {
    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-1u11gy.detective-slots-cnj6xg {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .detective-slots-xvmvr8 {
    -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-gojtr1 {
    width: 100%;
  }
  .detective-slots-gojtr1:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .detective-slots-dyo9v2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .detective-slots-dyo9v2 svg {
    margin-right: 4px;
  }
  .detective-slots-egxe8a {
    -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-w5xlur svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .detective-slots-w5xlur {
    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-pcgi0s {
    display: none;
    width: 100%;
  }
  .detective-slots-egxe8a.detective-slots-cnj6xg .detective-slots-pcgi0s {
    padding: 0 0 0 48px;
  }
  .detective-slots-eg773m {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .detective-slots-nd4ghd .detective-slots-9u77xt {
    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-tpiklk {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .detective-slots-tpiklk + .detective-slots-tpiklk {
    margin-right: 0;
  }
  .detective-slots-tpiklk + .detective-slots-9u77xt {
    margin: 0;
  }
  .detective-slots-lczs9m {
    grid-template-columns: repeat(4, 1fr);
  }
  .detective-slots-pilvii {
    grid-template-columns: repeat(3, 1fr);
  }
  .detective-slots-gxxr8l,
  .detective-slots-runi77 {
    grid-template-columns: repeat(2, 1fr);
  }
  .detective-slots-n00hln {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .detective-slots-n00hln.detective-slots-w557h8 .detective-slots-09lrw8 {
    grid-column: auto;
    grid-row: auto;
  }
  .detective-slots-n00hln > .detective-slots-ntov7l {
    grid-column: 1/2;
  }
  .detective-slots-n00hln.detective-slots-w557h8 > :not(.get-image) {
    grid-column: 1/2;
  }
  .detective-slots-n00hln .detective-slots-9u77xt,
  .detective-slots-n00hln.detective-slots-w557h8 > .detective-slots-9u77xt {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .detective-slots-n00hln.detective-slots-w557h8 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .detective-slots-b8ln49.detective-slots-24pu4g .detective-slots-n00hln > .detective-slots-9u77xt {
    grid-row: 1/2;
  }
  .detective-slots-n00hln .detective-slots-ntov7l ~ .detective-slots-9u77xt,
  .detective-slots-n00hln.detective-slots-w557h8 .detective-slots-ntov7l ~ .detective-slots-9u77xt {
    grid-row: 2/3;
  }
  .detective-slots-b8ln49.detective-slots-24pu4g .detective-slots-ntov7l ~ .detective-slots-9u77xt {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .detective-slots-wvvxyz:first-child .detective-slots-cdw2y9 {
    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-wvvxyz:first-child .detective-slots-cdw2y9 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .detective-slots-wvvxyz {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .detective-slots-wvvxyz {
    padding: 0;
  }
  .detective-slots-wj2hlq {
    margin-top: 1rem;
  }
  .detective-slots-i792bh {
    border-radius: 5px;
  }
  .detective-slots-dbwgu4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .detective-slots-k6asdv::after {
    display: inline-block;
  }
  .detective-slots-k6asdv {
    margin: 0;
    width: 100%;
  }
  .detective-slots-ic22gr {
    width: 100%;
  }
  .detective-slots-ic22gr.detective-slots-xv1vpr {
    -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-ic22gr.detective-slots-xv1vpr .detective-slots-vnhwp4 {
    width: 100%;
  }
  .detective-slots-ic22gr.detective-slots-xv1vpr .detective-slots-vnhwp4:not(:last-child) {
    margin-right: 0;
  }
  .detective-slots-ie9xza {
    width: 100%;
    text-align: center;
  }
  .detective-slots-83ydev.detective-slots-cnj6xg .detective-slots-ic22gr {
    margin-top: 1rem;
  }
  .detective-slots-lczs9m {
    grid-template-columns: repeat(3, 1fr);
  }
  .detective-slots-mf5jdy,
  .detective-slots-pilvii {
    grid-template-columns: repeat(2, 1fr);
  }
  .detective-slots-gxxr8l,
  .detective-slots-runi77,
  .detective-slots-h0i1e4 {
    grid-template-columns: 1fr;
  }
  .detective-slots-0nt4iw {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .detective-slots-pff797 {
    min-width: 300px;
    max-width: 325px;
  }
  .detective-slots-d8uqnt {
    cursor: auto;
  }
  .detective-slots-fw4tut .detective-slots-d8uqnt {
    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-2i77l4 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .detective-slots-pcgi0s {
    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-2i77l4 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.detective-slots-tpiklk p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .detective-slots-5nktm1 {
    margin: 0 -0.2rem;
  }
  .detective-slots-tpiklk {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .detective-slots-3xt6np {
    -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-uqx4yk {
    max-width: 100%;
  }
  .detective-slots-lczs9m {
    grid-template-columns: repeat(2, 1fr);
  }
  .detective-slots-mf5jdy,
  .detective-slots-pilvii {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .detective-slots-olk9bj {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .detective-slots-5nktm1 {
    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-amcn30 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .detective-slots-o0dlnt {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .detective-slots-4gnvm5,
  .detective-slots-ikw6zq {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .detective-slots-grczul {
    width: 100%;
  }
  .detective-slots-lczs9m {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .detective-slots-2i77l4 {
    top: 127px !important;
  }
}

.detective-slots-tbhku2 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .detective-slots-tbhku2 {
  }
}

@media (max-width: 767px) {
  .detective-slots-tbhku2 {
    margin-bottom: 12px;
  }
}

.detective-slots-tbhku2 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.detective-slots-sazxn7 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.detective-slots-sazxn7 > .detective-slots-zn4yxl {
  flex: 1 1;
}

@media (max-width: 767px) {
  .detective-slots-sazxn7 {
    flex-direction: column;
    gap: 12px;
  }
}

.detective-slots-x90fxo {
  display: flex;
}

.detective-slots-x90fxo .detective-slots-v33c8z {
  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-x90fxo .detective-slots-waea2o {
  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-x90fxo .detective-slots-s13nmr {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.detective-slots-x90fxo .detective-slots-bxonkp {
  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-x90fxo .detective-slots-bxonkp:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.detective-slots-x90fxo .detective-slots-lrorcg {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.detective-slots-s4z1u4 {
  border: unset;
  background-color: unset;
}

.detective-slots-s4z1u4 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.detective-slots-s4z1u4 .detective-slots-27en0z,
.detective-slots-s4z1u4 .detective-slots-wod75z {
  flex: 0 1 330px;
}

.detective-slots-s4z1u4 .detective-slots-1jd8pu {
  flex: 1 1;
}

.detective-slots-s4z1u4 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-s4z1u4 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.detective-slots-s4z1u4 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.detective-slots-s4z1u4 tr td p {
  color: #fff;
  margin: 0;
}

.detective-slots-s4z1u4 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.detective-slots-s4z1u4 tr.detective-slots-27en0z td p {
  padding: 16px 0;
}

.detective-slots-s4z1u4 tr.detective-slots-27en0z td p:not(:last-child),
.detective-slots-s4z1u4 tr.detective-slots-wod75z td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.detective-slots-s4z1u4 tr.detective-slots-27en0z td p:first-child,
.detective-slots-s4z1u4 tr.detective-slots-wod75z td p:first-child {
  padding-top: 0;
}

.detective-slots-s4z1u4 tr.detective-slots-wod75z td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.detective-slots-s4z1u4 tr.detective-slots-wod75z td p:last-child {
  padding-bottom: 0;
}

.detective-slots-s4z1u4 .detective-slots-wod75z img {
  max-width: 32px;
}

.detective-slots-s4z1u4 .detective-slots-1jd8pu {
  min-width: 718px;
}

.detective-slots-s4z1u4 .detective-slots-1jd8pu td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.detective-slots-s4z1u4 .detective-slots-1jd8pu td {
  display: flex;
}

.detective-slots-s4z1u4 .detective-slots-1jd8pu td:last-child .detective-slots-uyy5z1,
.detective-slots-s4z1u4 .detective-slots-1jd8pu td:last-child .detective-slots-0aeedm,
.detective-slots-s4z1u4 .detective-slots-1jd8pu td:last-child .detective-slots-hrcvou {
  flex: 1 1 50%;
}

.detective-slots-s4z1u4 .detective-slots-1jd8pu td:last-child .detective-slots-8i2u4i {
  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-s4z1u4 .detective-slots-1jd8pu td:last-child .detective-slots-d55xo5,
.detective-slots-s4z1u4 .detective-slots-1jd8pu td:last-child .detective-slots-z831yr {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.detective-slots-s4z1u4 .detective-slots-1jd8pu td:last-child .detective-slots-uyy5z1,
.detective-slots-s4z1u4 .detective-slots-1jd8pu td:last-child .detective-slots-0aeedm {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.detective-slots-s4z1u4 .detective-slots-1jd8pu td:last-child .detective-slots-uyy5z1 span,
.detective-slots-s4z1u4 .detective-slots-1jd8pu td:last-child .detective-slots-0aeedm span {
  font-weight: 800;
}

.detective-slots-s4z1u4 .detective-slots-1jd8pu img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .detective-slots-s4z1u4 .detective-slots-1jd8pu td .detective-slots-hrcvou:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .detective-slots-s4z1u4 tr.detective-slots-27en0z td p:last-child {
    padding-bottom: 0;
  }
  .detective-slots-s4z1u4 .detective-slots-wod75z > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .detective-slots-s4z1u4 .detective-slots-wod75z > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .detective-slots-s4z1u4 tr.detective-slots-27en0z td p:not(:last-child),
  .detective-slots-s4z1u4 tr.detective-slots-wod75z td p:not(:last-child) {
    border-bottom: unset;
  }
  .detective-slots-s4z1u4 tr.detective-slots-wod75z td p:last-child {
    padding-bottom: 12px;
  }
  .detective-slots-s4z1u4 .detective-slots-1jd8pu td:last-child .detective-slots-uyy5z1,
  .detective-slots-s4z1u4 .detective-slots-1jd8pu td:last-child .detective-slots-0aeedm,
  .detective-slots-s4z1u4 .detective-slots-1jd8pu td:last-child .detective-slots-hrcvou {
    flex: 1 1 50%;
    padding: 0;
  }
  .detective-slots-s4z1u4 .detective-slots-1jd8pu td:last-child .detective-slots-uyy5z1,
  .detective-slots-s4z1u4 .detective-slots-1jd8pu td:last-child .detective-slots-0aeedm {
    margin-top: 16px;
  }
  .detective-slots-s4z1u4 .detective-slots-1jd8pu td:last-child .detective-slots-hrcvou {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .detective-slots-s4z1u4 .detective-slots-1jd8pu td:last-child .detective-slots-uyy5z1 {
    border-right: 1px solid var(--border-color);
  }
  .detective-slots-s4z1u4 .detective-slots-1jd8pu td:last-child .detective-slots-hrcvou:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .detective-slots-s4z1u4 .detective-slots-1jd8pu td:last-child .detective-slots-hrcvou:last-child {
    padding-bottom: 0;
  }
}

.detective-slots-hrcvou {
  display: flex;
  flex-direction: column;
}

.detective-slots-s4z1u4 .detective-slots-1jd8pu td .detective-slots-hrcvou {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.detective-slots-s4z1u4 .detective-slots-1jd8pu td .detective-slots-hrcvou:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.detective-slots-s4z1u4 .detective-slots-1jd8pu td .detective-slots-hrcvou:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .detective-slots-s4z1u4 .detective-slots-1jd8pu td .detective-slots-hrcvou:not(:first-child) {
    padding-left: 0;
  }
  .detective-slots-s4z1u4 .detective-slots-1jd8pu td .detective-slots-hrcvou:not(:last-of-type) {
    border-right: unset;
  }
}

.detective-slots-s4z1u4 .detective-slots-hy2kpg {
  flex: 0 1 485px;
}

.detective-slots-s4z1u4 .detective-slots-dud13e {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.detective-slots-s4z1u4 .detective-slots-dud13e li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.detective-slots-s4z1u4 .detective-slots-dud13e li.detective-slots-mylasu {
  padding: 6px 12px;
}

.detective-slots-s4z1u4 .detective-slots-dud13e li a,
.detective-slots-s4z1u4 .detective-slots-dud13e 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-s4z1u4 .detective-slots-96mmzm,
.detective-slots-s4z1u4 .detective-slots-hiuljf {
  flex: 1 1;
}

.detective-slots-s4z1u4 .detective-slots-77djat,
.detective-slots-s4z1u4 .detective-slots-6em1uj {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.detective-slots-s4z1u4 .detective-slots-77djat li,
.detective-slots-s4z1u4 .detective-slots-6em1uj 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-s4z1u4 .detective-slots-hiuljf img {
  max-width: 32px;
}

.detective-slots-s4z1u4 .detective-slots-96mmzm img {
  max-width: 32px;
}

.detective-slots-s4z1u4 .detective-slots-6zhhxq {
  min-width: 280px;
}

.detective-slots-s4z1u4 .detective-slots-6zhhxq img {
  max-width: 146px;
}

.detective-slots-s4z1u4 .detective-slots-6zhhxq td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .detective-slots-s4z1u4 .detective-slots-27en0z,
  .detective-slots-s4z1u4 .detective-slots-wod75z {
    flex: 0 1 auto;
  }
  .detective-slots-s4z1u4 .detective-slots-1jd8pu {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .detective-slots-s4z1u4 .detective-slots-27en0z,
  .detective-slots-s4z1u4 .detective-slots-hy2kpg,
  .detective-slots-s4z1u4 .detective-slots-wod75z,
  .detective-slots-s4z1u4 .detective-slots-1jd8pu {
    flex: 1 1 calc(50% - 20px);
  }
  .detective-slots-s4z1u4 .detective-slots-96mmzm,
  .detective-slots-s4z1u4 .detective-slots-6zhhxq,
  .detective-slots-s4z1u4 .detective-slots-hiuljf {
    flex: 1 1 30%;
  }
  .detective-slots-s4z1u4 .detective-slots-6zhhxq {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .detective-slots-s4z1u4 .detective-slots-27en0z,
  .detective-slots-s4z1u4 .detective-slots-hy2kpg,
  .detective-slots-s4z1u4 .detective-slots-96mmzm,
  .detective-slots-s4z1u4 .detective-slots-wod75z,
  .detective-slots-s4z1u4 .detective-slots-1jd8pu,
  .detective-slots-s4z1u4 .detective-slots-6zhhxq,
  .detective-slots-s4z1u4 .detective-slots-hiuljf {
    flex: 1 1 100%;
  }
}

.detective-slots-y8opwp .detective-slots-3xlr5n {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.detective-slots-y8opwp .detective-slots-cwhxid {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.detective-slots-y8opwp .detective-slots-fhk013 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.detective-slots-y8opwp .detective-slots-8mpcdd {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.detective-slots-y8opwp .detective-slots-8mpcdd > :nth-child(3) {
  margin-top: 0;
}

.detective-slots-y8opwp .detective-slots-9u77xt {
  grid-column: 2/3;
  grid-row: 1/10;
}

.detective-slots-y8opwp .detective-slots-xviq4v {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.detective-slots-y8opwp .detective-slots-wj2hlq {
  grid-column: 1/2;
}

.detective-slots-y8opwp > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.detective-slots-y8opwp .detective-slots-cwhxid: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-y8opwp .detective-slots-cwhxid:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.detective-slots-y8opwp .detective-slots-grczul {
  min-width: 240px;
}

@media (max-width: 768px) {
  .detective-slots-y8opwp .detective-slots-cwhxid:not(:last-child):before {
    bottom: 8px;
  }
  .detective-slots-y8opwp .detective-slots-cwhxid:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .detective-slots-y8opwp .detective-slots-8mpcdd {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .detective-slots-y8opwp .detective-slots-9u77xt {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .detective-slots-y8opwp .detective-slots-9u77xt img {
    width: 100%;
    height: auto;
  }
  .detective-slots-y8opwp .detective-slots-grczul {
    width: 100%;
    min-width: unset;
  }
}

.detective-slots-e3n6kj .detective-slots-tffh1x {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.detective-slots-e3n6kj .detective-slots-xic8eu {
  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-e3n6kj .detective-slots-9u77xt {
  height: 100%;
}

.detective-slots-e3n6kj .detective-slots-9u77xt img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.detective-slots-e3n6kj .detective-slots-h4bxyq {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.detective-slots-e3n6kj .detective-slots-9nbd1n {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.detective-slots-e3n6kj .detective-slots-0dqlj5 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .detective-slots-e3n6kj .detective-slots-xic8eu {
    flex: 1 1 100%;
  }
  .detective-slots-e3n6kj .detective-slots-7bf35a {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .detective-slots-e3n6kj .detective-slots-xic8eu {
    flex-direction: column;
  }
  .detective-slots-e3n6kj .detective-slots-9u77xt {
    width: 100%;
    height: auto;
  }
  .detective-slots-e3n6kj .detective-slots-9u77xt img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .detective-slots-e3n6kj .detective-slots-h4bxyq {
    padding: 0 16px 16px 16px;
  }
  .detective-slots-e3n6kj .detective-slots-7bf35a {
    min-width: unset;
    width: 100%;
  }
}

.detective-slots-vta5ti .detective-slots-1swsv7 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.detective-slots-vta5ti .detective-slots-u5x0yk {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.detective-slots-vta5ti 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-vta5ti .detective-slots-kxwaur {
  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-vta5ti .detective-slots-u5x0yk:hover .detective-slots-kxwaur {
  display: flex;
}

.detective-slots-vta5ti .detective-slots-rbxf4w {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.detective-slots-vta5ti .detective-slots-wias75 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.detective-slots-t5616i {
  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-t5616i.detective-slots-u2ce3a {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.detective-slots-inmkha ease-in-out;
}

.detective-slots-t5616i.detective-slots-u2ce3a:hover {
  color: #f9cb16;
  background-color: transparent;
}

.detective-slots-vta5ti .detective-slots-dlszgg {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.detective-slots-inmkha ease-in-out;
}

.detective-slots-vta5ti .detective-slots-dlszgg:hover {
  color: #196948;
  background-color: #f9cb16;
}

.detective-slots-vta5ti .detective-slots-dlszgg:after,
.detective-slots-t5616i.detective-slots-u2ce3a:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.detective-slots-t5616i.detective-slots-u2ce3a:after {
  background-image: url(../images/Cash.svg);
}

.detective-slots-vta5ti .detective-slots-dlszgg:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .detective-slots-vta5ti .detective-slots-1swsv7 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .detective-slots-vta5ti .detective-slots-1swsv7 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .detective-slots-vta5ti .detective-slots-1swsv7 {
    grid-template-columns: 1fr;
  }
  .detective-slots-vta5ti .detective-slots-u5x0yk {
    height: auto;
  }
  .detective-slots-vta5ti .detective-slots-u5x0yk .detective-slots-kxwaur {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .detective-slots-vta5ti .detective-slots-rbxf4w,
  .detective-slots-vta5ti .detective-slots-wias75 {
    text-align: left;
  }
  .detective-slots-vta5ti .detective-slots-wias75 {
    margin-bottom: 8px;
  }
  .detective-slots-vta5ti img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.detective-slots-vqa7ko {
  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-vqa7ko.detective-slots-h22g4a {
  display: block;
}

.detective-slots-vqa7ko .detective-slots-2bx46k {
  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-vqa7ko .detective-slots-omc499 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.detective-slots-vqa7ko .detective-slots-oyyv24 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.detective-slots-vqa7ko .detective-slots-u1is8z {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.detective-slots-vqa7ko .detective-slots-t5616i {
  min-width: 296px;
  margin-bottom: 0;
}

.detective-slots-vqa7ko .detective-slots-v9gp2g {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.detective-slots-vqa7ko .detective-slots-6fnsus {
  position: relative;
  flex: 1 1;
}

.detective-slots-vqa7ko .detective-slots-6fnsus iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .detective-slots-vqa7ko .detective-slots-omc499 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .detective-slots-vqa7ko .detective-slots-oyyv24 {
    order: 1;
  }
  .detective-slots-vqa7ko .detective-slots-u1is8z {
    order: 3;
    flex: 1 1 100%;
  }
  .detective-slots-vqa7ko .detective-slots-t5616i {
    width: 100%;
    min-width: unset;
  }
  .detective-slots-vqa7ko .detective-slots-v9gp2g {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .detective-slots-n00hln > .detective-slots-ntov7l {
    margin-bottom: 0;
  }
  .detective-slots-n00hln > .detective-slots-wj2hlq,
  .detective-slots-n00hln > p {
    margin-top: 0;
  }
}

.detective-slots-dndj8q img,
.detective-slots-tpiklk img {
  width: auto;
  object-fit: contain;
}

.detective-slots-dndj8q {
  align-items: center;
}

.detective-slots-dndj8q img {
  max-height: 76px;
}

.detective-slots-tpiklk img {
  max-height: 64px;
}

.detective-slots-vwll5k {
  overflow: auto;
}

.detective-slots-olr7op {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.detective-slots-2r3mjh:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.detective-slots-hve8tk {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.detective-slots-x748my {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.detective-slots-hve8tk .detective-slots-9u77xt {
  margin-right: 20px;
  flex-shrink: 0;
}

.detective-slots-hve8tk img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.detective-slots-66urav {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.detective-slots-66urav > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .detective-slots-hve8tk {
    padding: 15px 10px;
  }
  .detective-slots-66urav {
    padding: 15px 10px;
  }
  .detective-slots-hve8tk .detective-slots-9u77xt {
    margin-right: 10px;
  }
}

.detective-slots-bgda32 {
  overflow-x: auto;
}

.detective-slots-l44lvu {
  border-collapse: collapse;
  width: 100%;
}

.detective-slots-bgda32 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.detective-slots-bgda32 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.detective-slots-bgda32 td.detective-slots-eznbcq {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.detective-slots-bgda32 td.detective-slots-law42l {
  border-right: none;
}

.detective-slots-bgda32 td.detective-slots-law42l .detective-slots-9u77xt {
  justify-content: flex-start;
}

.detective-slots-bgda32 td.detective-slots-law42l .detective-slots-9u77xt img {
  height: auto;
  width: 90px;
}

.detective-slots-bgda32 td.detective-slots-teu8dd,
.detective-slots-bgda32 td.detective-slots-3hevld {
  font-weight: 600;
  text-align: right;
}

.detective-slots-bgda32 td.detective-slots-iby24c,
.detective-slots-bgda32 td.detective-slots-teu8dd {
  padding-bottom: 10px;
  border-bottom: none;
}

.detective-slots-bgda32 td.detective-slots-teu8dd,
.detective-slots-bgda32 td.detective-slots-3hevld {
  border-left: none;
}

.detective-slots-bgda32 td.detective-slots-iby24c,
.detective-slots-bgda32 td.detective-slots-9xkxnq {
  border-right: none;
}

.detective-slots-bgda32 td.detective-slots-9xkxnq,
.detective-slots-bgda32 td.detective-slots-3hevld {
  border-top: none;
  padding-top: 10px;
}

.detective-slots-79bsds {
  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-79bsds .detective-slots-7bf35a {
  min-width: unset;
  width: 100%;
}

.detective-slots-79bsds .detective-slots-7bf35a.detective-slots-0rlgdp {
  grid-column: 1/2;
  grid-row: 1/2;
}

.detective-slots-79bsds .detective-slots-7bf35a.detective-slots-lyki1v {
  grid-column: 2/3;
  grid-row: 1/2;
}

.detective-slots-79bsds .detective-slots-rz2dzx {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .detective-slots-79bsds {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .detective-slots-79bsds .detective-slots-7bf35a.detective-slots-0rlgdp {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .detective-slots-79bsds .detective-slots-7bf35a.detective-slots-lyki1v {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .detective-slots-79bsds .detective-slots-rz2dzx {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.detective-slots-020mlj {
  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-jzosjt {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.detective-slots-8wmi8q p a img {
  margin: 0 auto;
  display: block;
}

.detective-slots-8wmi8q table {
  margin-bottom: 17px;
}

/* contanct form */
.detective-slots-vtfz2y {
  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-vtfz2y label {
  font-size: 14px;
}

.detective-slots-vtfz2y h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.detective-slots-vtfz2y input,
.detective-slots-vtfz2y textarea,
.detective-slots-vtfz2y 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-vtfz2y button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.detective-slots-inmkha ease;
}
.detective-slots-vtfz2y button:hover {
  background-color: #691204;
}
.detective-slots-iqtvdo {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.detective-slots-wg2bt4 ease-in;
}

.detective-slots-iqtvdo 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-982nvm, .detective-slots-wku6md, [class*="review-card"],
thead, thead th, table th, .detective-slots-uao15c,
.detective-slots-5z0jwx, [class*="collapsible-header"],
.detective-slots-8fmikn, [class*="updated-block"] {
  color: #ece7dc !important;
}
