@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);
}

.joe-fortune-s9f1q7 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.joe-fortune-5245r6 {
  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.joe-fortune-rs0ct8,
ul.joe-fortune-rs0ct8 {
  padding-left: 20px;
}

ul.joe-fortune-rs0ct8 {
  list-style: disc;
}

ol.joe-fortune-rs0ct8 {
  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;
  }
}

.joe-fortune-jdyghh > .joe-fortune-d8ooj1,
.joe-fortune-jdyghh > .joe-fortune-smxzf7,
.joe-fortune-jdyghh > blockquote,
.joe-fortune-jdyghh > h1,
.joe-fortune-jdyghh > h2,
.joe-fortune-jdyghh > h3,
.joe-fortune-jdyghh > h4,
.joe-fortune-jdyghh > h5,
.joe-fortune-jdyghh > h6,
.joe-fortune-jdyghh > ol,
.joe-fortune-jdyghh > p,
.joe-fortune-jdyghh > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.joe-fortune-jdyghh > ol,
.joe-fortune-jdyghh > ul {
  padding-left: 50px;
}

.joe-fortune-jdyghh 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;
}

.joe-fortune-jdyghh:not(:last-child) {
  margin-bottom: 2rem;
}

.joe-fortune-jdyghh > :not(:first-child) {
  margin-top: 2rem;
}

.joe-fortune-jdyghh {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.joe-fortune-jdyghh:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .joe-fortune-jdyghh:first-child {
    margin-top: 20px;
  }
}

.joe-fortune-jdyghh > p:last-of-type {
  margin-bottom: 32px;
}

.joe-fortune-jdyghh > .joe-fortune-nacn5c:not(:first-child) {
  margin: 64px auto 16px auto;
}

.joe-fortune-n6rms5 > .joe-fortune-nacn5c {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.joe-fortune-smxzf7 {
  overflow: auto;
}

.joe-fortune-smxzf7::-webkit-scrollbar {
  height: 5px;
}

.joe-fortune-smxzf7 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.joe-fortune-smxzf7 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.joe-fortune-smxzf7 table thead,
table thead {
  border-bottom: none;
}

.joe-fortune-smxzf7 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.joe-fortune-smxzf7 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.joe-fortune-smxzf7 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.joe-fortune-smxzf7 .joe-fortune-p6lg86 {
  table-layout: auto;
}

.joe-fortune-smxzf7 .joe-fortune-p6lg86 th {
  word-break: normal;
}

.joe-fortune-smxzf7 .joe-fortune-p6lg86 td {
  word-break: normal;
}

.joe-fortune-s9f1q7 .joe-fortune-s9f1q7 {
  padding-right: 0;
  padding-left: 0;
}

.joe-fortune-jmdrbu {
  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;
}

.joe-fortune-30xs2n {
  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;
}

.joe-fortune-v4dabs {
  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;
}

.joe-fortune-d8ooj1 {
  margin-top: 24px;
}

.joe-fortune-d8ooj1.joe-fortune-wpbqyf {
  text-align: left;
}

.joe-fortune-d8ooj1.joe-fortune-0tbbhj {
  text-align: right;
}

.joe-fortune-d8ooj1.joe-fortune-emznmx {
  text-align: center;
}

.joe-fortune-dsqrm6 {
  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.joe-fortune-7p8o43 ease-in-out;
  cursor: pointer;
}

.joe-fortune-dsqrm6:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.joe-fortune-dsqrm6 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .joe-fortune-dsqrm6 {
    min-width: unset;
  }
}

.joe-fortune-gd7g0d {
  background-color: var(--fh-bg-color);
}

.joe-fortune-xsm1u8 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.joe-fortune-yw39rd {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.joe-fortune-yw39rd img {
  max-height: 80px;
  object-fit: contain;
}

.joe-fortune-jl6fa2 {
  flex: 1 1;
}

.joe-fortune-mkt5lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.joe-fortune-85sg64 {
  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;
}

.joe-fortune-85sg64 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;
}

.joe-fortune-85sg64.joe-fortune-qsp1ri span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.joe-fortune-85sg64.joe-fortune-qsp1ri span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.joe-fortune-85sg64.joe-fortune-qsp1ri span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.joe-fortune-jl6fa2 + .joe-fortune-mkt5lg {
  margin-left: 20px;
}

.joe-fortune-6el9xq {
  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;
}

.joe-fortune-6el9xq > svg {
  max-width: 24px;
  max-height: 24px;
}

.joe-fortune-6el9xq + .joe-fortune-6el9xq {
  margin-left: 5px;
}

.joe-fortune-5qag2i {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.joe-fortune-5qag2i:hover {
  background-color: var(--button-bg-hover);
}

.joe-fortune-dtzllt {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.joe-fortune-7p8o43 ease-in-out;
  border: 1px solid var(--border-color);
}

.joe-fortune-dtzllt:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.joe-fortune-s4rr0q {
  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) {
  .joe-fortune-jl6fa2 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .joe-fortune-s4rr0q {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .joe-fortune-jl6fa2 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .joe-fortune-6el9xq {
    min-width: unset;
    flex: 1 1;
  }
}

.joe-fortune-do8upy {
  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;
}

.joe-fortune-do8upy:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.joe-fortune-do8upy:hover .joe-fortune-asuz86 {
  opacity: 1;
  pointer-events: auto;
}

.joe-fortune-xe872g {
  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.joe-fortune-gews5u ease-in-out;
  gap: 4px;
}

.joe-fortune-xe872g > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.joe-fortune-xe872g .joe-fortune-jmdrbu img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.joe-fortune-nifayu,
.joe-fortune-xe872g:hover {
  color: var(--button-bg-hover);
}

.joe-fortune-8hpozj {
  position: relative;
}

.joe-fortune-8hpozj .joe-fortune-xe872g {
  margin-right: 0;
  padding-right: 4px;
}

.joe-fortune-ddy23o svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.joe-fortune-8hpozj.joe-fortune-qsp1ri .joe-fortune-ddy23o svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.joe-fortune-8hpozj.joe-fortune-qsp1ri .joe-fortune-asuz86 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.joe-fortune-8hpozj.joe-fortune-qsp1ri .joe-fortune-asuz86::before {
  display: none;
}

.joe-fortune-ddy23o svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.joe-fortune-asuz86 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.joe-fortune-8plte5 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.joe-fortune-asuz86::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.joe-fortune-asuz86:hover {
  color: var(--fh-bg-color);
}

.joe-fortune-k6s2kk {
  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.joe-fortune-8plte5 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.joe-fortune-gews5u ease-in-out;
  -o-transition: 0.joe-fortune-gews5u ease-in-out;
  transition: 0.joe-fortune-gews5u ease-in-out;
}

.joe-fortune-k6s2kk .joe-fortune-jmdrbu img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.joe-fortune-c70cah,
.joe-fortune-k6s2kk:hover {
  color: var(--button-bg-hover);
}

.joe-fortune-3i10n7 {
  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%;
}

.joe-fortune-3i10n7.joe-fortune-luk1zg {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.joe-fortune-3i10n7.joe-fortune-luk1zg:after,
.joe-fortune-3i10n7.joe-fortune-luk1zg:before {
  content: "";
  position: absolute;
  margin: auto;
}

.joe-fortune-3i10n7.joe-fortune-luk1zg: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);
  }
}

.joe-fortune-3i10n7.joe-fortune-luk1zg:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.joe-fortune-3i10n7.joe-fortune-luk1zg > * {
  z-index: 1;
}

.joe-fortune-3i10n7 b,
.joe-fortune-3i10n7 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.joe-fortune-3i10n7 .joe-fortune-dwjpem {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.joe-fortune-3i10n7 .joe-fortune-2g05vv {
  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;
}

.joe-fortune-3i10n7 .joe-fortune-jmdrbu {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.joe-fortune-3i10n7 .joe-fortune-wjchu8 {
  margin-top: 12px;
}

.joe-fortune-wjchu8 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.joe-fortune-xsyopz {
  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;
}

.joe-fortune-wjchu8 .joe-fortune-4so78o {
  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.joe-fortune-7p8o43 ease-in-out;
}

.joe-fortune-wjchu8 .joe-fortune-4so78o:hover {
  background: rgba(255, 255, 255, 0.3);
}

.joe-fortune-l7kuxa {
  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;
}

.joe-fortune-3i10n7.joe-fortune-6n4t59 {
  gap: 12px;
  padding: 16px;
}

.joe-fortune-3i10n7.joe-fortune-6n4t59 .joe-fortune-l7kuxa {
  min-width: 240px;
}

.joe-fortune-3i10n7.joe-fortune-6n4t59 .joe-fortune-l7kuxa.joe-fortune-oi3fmv {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .joe-fortune-3i10n7 .joe-fortune-dwjpem {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .joe-fortune-3i10n7 .joe-fortune-2g05vv {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .joe-fortune-3i10n7 .joe-fortune-jmdrbu {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .joe-fortune-3i10n7.joe-fortune-6n4t59 .joe-fortune-jmdrbu {
    max-width: 126px;
  }
  .joe-fortune-3i10n7 .joe-fortune-wjchu8 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .joe-fortune-3i10n7 .joe-fortune-xsyopz {
    max-width: unset;
  }
  .joe-fortune-l7kuxa {
    min-width: unset;
    width: 100%;
  }
  .joe-fortune-3i10n7 .joe-fortune-l7kuxa {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .joe-fortune-3i10n7.joe-fortune-6n4t59 {
    grid-template-rows: auto 1fr auto;
  }
  .joe-fortune-3i10n7.joe-fortune-6n4t59 .joe-fortune-l7kuxa {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .joe-fortune-3i10n7 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .joe-fortune-3i10n7 .joe-fortune-dwjpem {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .joe-fortune-3i10n7 .joe-fortune-jmdrbu {
    max-width: 78px;
  }
  .joe-fortune-3i10n7 .joe-fortune-wjchu8 {
    margin-top: -12px;
  }
  .joe-fortune-3i10n7.joe-fortune-6n4t59 {
    gap: 8px;
  }
  .joe-fortune-3i10n7.joe-fortune-6n4t59 .joe-fortune-dwjpem {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .joe-fortune-3i10n7.joe-fortune-6n4t59 .joe-fortune-2g05vv {
    grid-column: 1/3;
  }
  .joe-fortune-3i10n7.joe-fortune-6n4t59 .joe-fortune-jmdrbu {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .joe-fortune-3i10n7.joe-fortune-6n4t59 .joe-fortune-jmdrbu img {
    max-width: 114px;
  }
}

.joe-fortune-l7kuxa.joe-fortune-mv362g,
.joe-fortune-l7kuxa.joe-fortune-r9x8u5,
.joe-fortune-l7kuxa.joe-fortune-zcnws5 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.joe-fortune-7p8o43 ease-in-out;
}

.joe-fortune-l7kuxa.joe-fortune-mv362g,
.joe-fortune-l7kuxa.joe-fortune-zcnws5 {
  padding: 10px;
}

.joe-fortune-l7kuxa.joe-fortune-mv362g:hover,
.joe-fortune-l7kuxa.joe-fortune-r9x8u5:hover,
.joe-fortune-l7kuxa.joe-fortune-zcnws5:hover {
  background: var(--button-bg-hover);
}

.joe-fortune-l7kuxa.joe-fortune-mv362g:hover svg path,
.joe-fortune-l7kuxa.joe-fortune-zcnws5:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.joe-fortune-l7kuxa.joe-fortune-oi3fmv {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.joe-fortune-7p8o43 ease-in-out;
  background: var(--button-bg-color);
}

.joe-fortune-l7kuxa.joe-fortune-oi3fmv:hover {
  background-color: var(--button-bg-hover);
}

.joe-fortune-l7kuxa.joe-fortune-r9x8u5: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);
  }
}

.joe-fortune-l7kuxa.joe-fortune-r9x8u5:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.joe-fortune-l7kuxa.joe-fortune-oi3fmv:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.joe-fortune-7ynpaj {
  max-width: 650px;
}

.joe-fortune-6k92pz {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.joe-fortune-q6sbmr {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.joe-fortune-8oq7ge {
  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.joe-fortune-gews5u ease-in-out;
  cursor: pointer;
}

.joe-fortune-8oq7ge:hover {
  opacity: 0.5;
}

.joe-fortune-8oq7ge:focus {
  outline: 0;
}

.joe-fortune-8oq7ge:focus .joe-fortune-peahhh,
.joe-fortune-8oq7ge:hover .joe-fortune-peahhh {
  fill: red;
  fill-opacity: 1;
}

.joe-fortune-8oq7ge:hover {
  cursor: pointer;
}

.joe-fortune-21y4eb {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.joe-fortune-7ynpaj.joe-fortune-emznmx {
  margin: 0 auto;
}

.joe-fortune-7ynpaj.joe-fortune-0tbbhj {
  margin-left: auto;
}

.joe-fortune-yg4cjz {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.joe-fortune-dcbr32 {
  padding-bottom: 50px;
}

.joe-fortune-zkd8ab {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.joe-fortune-oan1he {
  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;
}

.joe-fortune-hsd19h {
  margin-top: 24px;
}

.joe-fortune-6cr5af {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.joe-fortune-ratfc7 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.joe-fortune-jv1rha {
  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;
}

.joe-fortune-dbwem9 {
  width: 468px;
}

.joe-fortune-jv1rha .joe-fortune-asuz86 {
  margin: 0.joe-fortune-639g2l 0;
}

.joe-fortune-j94hcr {
  display: flex;
  min-width: 224px;
}

.joe-fortune-h9kxok {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.joe-fortune-gews5u ease-in-out;
}

.joe-fortune-0ynbxp,
.joe-fortune-h9kxok:hover {
  color: var(--text-color);
}

.joe-fortune-dx5357 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.joe-fortune-zww653 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .joe-fortune-yg4cjz {
    padding: 16px;
  }
  .joe-fortune-dx5357 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .joe-fortune-zww653 {
    align-items: center;
  }
  .joe-fortune-dbwem9 {
    width: unset;
  }
  .joe-fortune-j94hcr {
    min-width: unset;
  }
  .joe-fortune-jv1rha {
    max-height: unset;
  }
  .joe-fortune-zkd8ab {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .joe-fortune-yg4cjz {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.joe-fortune-61ksbi {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.joe-fortune-61ksbi:not(:last-child) {
  margin-bottom: 16px;
}

.joe-fortune-zo1ab5 {
  outline: 0;
}

.joe-fortune-zo1ab5 .joe-fortune-dkul5d {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.joe-fortune-gldzjn {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .joe-fortune-gldzjn {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.joe-fortune-gldzjn::-webkit-details-marker {
  display: none;
}

.joe-fortune-gldzjn: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;
}

.joe-fortune-gldzjn: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] .joe-fortune-gldzjn:after {
  transform: unset;
}

.joe-fortune-dkul5d {
  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);
}

.joe-fortune-dkul5d 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.joe-fortune-gews5u ease-in-out;
  -o-transition: 0.joe-fortune-gews5u ease-in-out;
  transition: 0.joe-fortune-gews5u ease-in-out;
}

.joe-fortune-dh40yi {
  padding: 16px 0 0 0;
}

.joe-fortune-dh40yi * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .joe-fortune-dh40yi :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .joe-fortune-gldzjn {
    flex-wrap: wrap;
    gap: 12px;
  }
  .joe-fortune-gldzjn::after {
    margin-left: auto;
  }
  .joe-fortune-dkul5d {
    order: 3;
    flex: 1 1 100%;
  }
  .joe-fortune-gldzjn {
    font-size: 14px;
    line-height: 130%;
  }
  .joe-fortune-dkul5d svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.joe-fortune-0nu52q {
  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;
}

.joe-fortune-b5g7gy {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.joe-fortune-0nu52q.joe-fortune-qsp1ri .joe-fortune-b5g7gy {
  margin-bottom: 12px;
}

.joe-fortune-b5g7gy::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;
}

.joe-fortune-0nu52q.joe-fortune-qsp1ri .joe-fortune-b5g7gy::after {
  transform: unset;
}

.joe-fortune-p1u38f {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.joe-fortune-oc36gr {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.joe-fortune-gews5u ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.joe-fortune-oc36gr: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;
}

.joe-fortune-0nu52q.joe-fortune-qsp1ri .joe-fortune-p1u38f {
  max-height: 100%;
}

.joe-fortune-ejqpgn {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.joe-fortune-45ntqe {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.joe-fortune-4304k6 {
  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;
}

.joe-fortune-ge1k69 {
  margin-right: 4px;
}

.joe-fortune-mg0rp7 {
  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.joe-fortune-gews5u ease-in-out;
}

.joe-fortune-mg0rp7 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.joe-fortune-ufgnpj,
.joe-fortune-mg0rp7:hover {
  color: var(--text-color);
}

.joe-fortune-lyxwih {
  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;
}

.joe-fortune-lyxwih img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.joe-fortune-lyxwih .joe-fortune-6uzawq {
  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;
}

.joe-fortune-lyxwih .joe-fortune-y3qba6 {
  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;
}

.joe-fortune-vfdtec {
  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;
}

.joe-fortune-l2k4y9 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.joe-fortune-ch433g .joe-fortune-s9f1q7 {
  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;
}

.joe-fortune-ch433g {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.joe-fortune-b5fha7 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.joe-fortune-8pxcph {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.joe-fortune-iyzdq8 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.joe-fortune-15fcai 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;
}

.joe-fortune-iyzdq8:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.joe-fortune-ssfgud {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.joe-fortune-jn23oe {
  -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.joe-fortune-gews5u ease-in-out;
  transition: transform 0.joe-fortune-gews5u ease-in-out;
  -o-transition: transform 0.joe-fortune-gews5u ease-in-out;
  transition:
    transform 0.joe-fortune-gews5u ease-in-out,
    -webkit-transform 0.joe-fortune-gews5u ease-in-out;
  cursor: pointer;
}

.joe-fortune-jn23oe svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.joe-fortune-jn23oe: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;
}

.joe-fortune-ifm7u7 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .joe-fortune-ifm7u7 {
    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);
}

.joe-fortune-8plg5j {
  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;
}

.joe-fortune-psnsjn {
  position: relative;
  width: 100%;
}

.joe-fortune-8plg5j.joe-fortune-0xhgut {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.joe-fortune-8plg5j.joe-fortune-emznmx {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.joe-fortune-8plg5j.joe-fortune-0tbbhj {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.joe-fortune-s3t5he {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.joe-fortune-8x703i {
  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.joe-fortune-gews5u ease-in-out;
  cursor: pointer;
}

.joe-fortune-8x703i:hover {
  opacity: 0.5;
}

.joe-fortune-8plg5j.joe-fortune-zas8ce .joe-fortune-8x703i {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.joe-fortune-8plg5j.joe-fortune-zas8ce .joe-fortune-s3t5he {
  cursor: pointer;
}

.joe-fortune-9kqfeo {
  fill: #0009;
}

.joe-fortune-iw5zgo {
  fill: #fff;
}

.joe-fortune-8x703i:hover .joe-fortune-9kqfeo {
  fill: red;
}

.joe-fortune-8x703i svg path {
  -webkit-transition: 0.joe-fortune-gews5u ease-in-out;
  -o-transition: 0.joe-fortune-gews5u ease-in-out;
  transition: 0.joe-fortune-gews5u ease-in-out;
}

.joe-fortune-wdflz4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.joe-fortune-wdflz4 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.joe-fortune-wdflz4.joe-fortune-3n0z0r > :not(.get-image) {
  grid-column: 1/3;
}

.joe-fortune-745hr0:not(._h1-block) .joe-fortune-wdflz4 > .joe-fortune-nacn5c {
  grid-row: 1/2;
  grid-column: 1/3;
}

.joe-fortune-wdflz4.joe-fortune-3n0z0r .joe-fortune-yt5ldn {
  grid-column: 2/3;
}

.joe-fortune-wdflz4.joe-fortune-3n0z0r > .joe-fortune-jmdrbu {
  grid-column: 1/2;
}

.joe-fortune-wdflz4.joe-fortune-3n0z0r > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.joe-fortune-wdflz4 > p:first-of-type {
  margin-top: 0;
}

.joe-fortune-wdflz4 .joe-fortune-jmdrbu {
  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;
}

.joe-fortune-745hr0:not(._h1-block) .joe-fortune-nacn5c ~ .joe-fortune-jmdrbu {
  grid-row: 2/10;
}

.joe-fortune-745hr0.joe-fortune-mb7md5 .joe-fortune-nacn5c ~ .joe-fortune-jmdrbu {
  grid-row: 1/10;
}

.joe-fortune-745hr0.joe-fortune-mb7md5 > .joe-fortune-nacn5c {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.joe-fortune-745hr0.joe-fortune-mb7md5 .joe-fortune-jmdrbu {
  grid-row: 1/10;
}

.joe-fortune-wdflz4.joe-fortune-278nb2 .joe-fortune-jmdrbu {
  align-items: flex-start;
}

.joe-fortune-wdflz4.joe-fortune-emznmx .joe-fortune-yt5ldn {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.joe-fortune-wdflz4.joe-fortune-emznmx .joe-fortune-jmdrbu {
  align-items: center;
}

.joe-fortune-wdflz4.joe-fortune-87k8yr .joe-fortune-jmdrbu {
  align-items: flex-end;
}

.joe-fortune-yt5ldn > :first-child {
  margin-top: 0;
}

.joe-fortune-yt5ldn > :last-child {
  margin-bottom: 0;
}

* + .joe-fortune-ecfyrk,
.joe-fortune-745hr0 + .joe-fortune-745hr0 {
  margin-top: 2rem;
}

.joe-fortune-zomxpt td::before,
.joe-fortune-zomxpt th::after {
  display: none !important;
}

.joe-fortune-zomxpt #link-selector {
  color: #000;
}

.joe-fortune-zomxpt .joe-fortune-0r3zjw {
  color: #135e96;
}

.joe-fortune-zomxpt .joe-fortune-j3tb3h *,
.joe-fortune-zomxpt .joe-fortune-22vfcq p,
.joe-fortune-zomxpt .joe-fortune-y2hhoo * {
  color: #000;
}

.joe-fortune-zomxpt .joe-fortune-kufd02 {
  background: 0 0 !important;
}

.joe-fortune-zomxpt .joe-fortune-7j0xmq {
  color: #000;
}

.joe-fortune-zomxpt .joe-fortune-njx91f.joe-fortune-axy8f9 {
  color: #fff;
}

.joe-fortune-zomxpt .joe-fortune-dw7ovs {
  color: #000;
}

.joe-fortune-zomxpt
  .joe-fortune-aripiy
  .joe-fortune-19n8r2.joe-fortune-axy8f9.joe-fortune-ftxcpw {
  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;
}

.joe-fortune-xdyo25,
body .joe-fortune-ovapx1 {
  color: #000;
  background: var(--color-body) !important;
}

.joe-fortune-xdyo25 .joe-fortune-ge4b0y .joe-fortune-870vue,
body .joe-fortune-ovapx1 .joe-fortune-ge4b0y .joe-fortune-870vue {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .joe-fortune-oc36gr:focus,
  .joe-fortune-oc36gr:hover {
    color: #f9cb16;
  }
  .joe-fortune-4c7i73:focus,
  .joe-fortune-4c7i73:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .joe-fortune-zr0jmy:focus img,
  .joe-fortune-zr0jmy:focus svg,
  .joe-fortune-zr0jmy:hover img,
  .joe-fortune-zr0jmy:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .joe-fortune-lyxwih {
    display: none;
  }
}

@media (min-width: 1024px) {
  .joe-fortune-8hpozj:hover .joe-fortune-ddy23o svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .joe-fortune-ddy23o {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .joe-fortune-5izj0q {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .joe-fortune-8syr3j {
    grid-template-columns: repeat(4, 1fr);
  }
  .joe-fortune-3vpp84 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .joe-fortune-6xp97m .joe-fortune-z7q78i {
    grid-template-columns: 1fr;
  }
  .joe-fortune-6xp97m .joe-fortune-5h2rux {
    -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;
  }
  .joe-fortune-6xp97m .joe-fortune-0zcvgc {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .joe-fortune-6xp97m .joe-fortune-sq783s {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .joe-fortune-6xp97m .joe-fortune-6jnkn3 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .joe-fortune-6xp97m .joe-fortune-0zcvgc:not(:first-child) {
    border: none;
  }
  .joe-fortune-6xp97m .joe-fortune-0zcvgc:first-child .joe-fortune-sq783s {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .joe-fortune-6xp97m .joe-fortune-0zcvgc:last-child .joe-fortune-sq783s {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .joe-fortune-xsm1u8 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .joe-fortune-yw39rd {
    max-width: 100px;
  }
  .joe-fortune-jl6fa2 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .joe-fortune-mkt5lg {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .joe-fortune-mkt5lg svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .joe-fortune-85sg64 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .joe-fortune-jl6fa2 + .joe-fortune-mkt5lg {
    margin-left: auto;
  }
  .joe-fortune-cxr5la {
    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;
  }
  .joe-fortune-cxr5la.joe-fortune-qsp1ri {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .joe-fortune-s4rr0q {
    -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;
  }
  .joe-fortune-do8upy {
    width: 100%;
  }
  .joe-fortune-do8upy:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .joe-fortune-xe872g {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .joe-fortune-xe872g svg {
    margin-right: 4px;
  }
  .joe-fortune-8hpozj {
    -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;
  }
  .joe-fortune-ddy23o svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .joe-fortune-ddy23o {
    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;
  }
  .joe-fortune-asuz86 {
    display: none;
    width: 100%;
  }
  .joe-fortune-8hpozj.joe-fortune-qsp1ri .joe-fortune-asuz86 {
    padding: 0 0 0 48px;
  }
  .joe-fortune-k6s2kk {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .joe-fortune-oan1he .joe-fortune-jmdrbu {
    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;
  }
  .joe-fortune-advqgk {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .joe-fortune-advqgk + .joe-fortune-advqgk {
    margin-right: 0;
  }
  .joe-fortune-advqgk + .joe-fortune-jmdrbu {
    margin: 0;
  }
  .joe-fortune-5izj0q {
    grid-template-columns: repeat(4, 1fr);
  }
  .joe-fortune-8syr3j {
    grid-template-columns: repeat(3, 1fr);
  }
  .joe-fortune-srajjw,
  .joe-fortune-4e55yk {
    grid-template-columns: repeat(2, 1fr);
  }
  .joe-fortune-wdflz4 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .joe-fortune-wdflz4.joe-fortune-3n0z0r .joe-fortune-yt5ldn {
    grid-column: auto;
    grid-row: auto;
  }
  .joe-fortune-wdflz4 > .joe-fortune-nacn5c {
    grid-column: 1/2;
  }
  .joe-fortune-wdflz4.joe-fortune-3n0z0r > :not(.get-image) {
    grid-column: 1/2;
  }
  .joe-fortune-wdflz4 .joe-fortune-jmdrbu,
  .joe-fortune-wdflz4.joe-fortune-3n0z0r > .joe-fortune-jmdrbu {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .joe-fortune-wdflz4.joe-fortune-3n0z0r > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .joe-fortune-745hr0.joe-fortune-mb7md5 .joe-fortune-wdflz4 > .joe-fortune-jmdrbu {
    grid-row: 1/2;
  }
  .joe-fortune-wdflz4 .joe-fortune-nacn5c ~ .joe-fortune-jmdrbu,
  .joe-fortune-wdflz4.joe-fortune-3n0z0r .joe-fortune-nacn5c ~ .joe-fortune-jmdrbu {
    grid-row: 2/3;
  }
  .joe-fortune-745hr0.joe-fortune-mb7md5 .joe-fortune-nacn5c ~ .joe-fortune-jmdrbu {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .joe-fortune-jdyghh:first-child .joe-fortune-j521a9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .joe-fortune-jdyghh:first-child .joe-fortune-j521a9 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .joe-fortune-jdyghh {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .joe-fortune-jdyghh {
    padding: 0;
  }
  .joe-fortune-d8ooj1 {
    margin-top: 1rem;
  }
  .joe-fortune-zo1ab5 {
    border-radius: 5px;
  }
  .joe-fortune-j2bvfv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .joe-fortune-b5g7gy::after {
    display: inline-block;
  }
  .joe-fortune-b5g7gy {
    margin: 0;
    width: 100%;
  }
  .joe-fortune-p1u38f {
    width: 100%;
  }
  .joe-fortune-p1u38f.joe-fortune-i4qifo {
    -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%;
  }
  .joe-fortune-p1u38f.joe-fortune-i4qifo .joe-fortune-2hevbc {
    width: 100%;
  }
  .joe-fortune-p1u38f.joe-fortune-i4qifo .joe-fortune-2hevbc:not(:last-child) {
    margin-right: 0;
  }
  .joe-fortune-oc36gr {
    width: 100%;
    text-align: center;
  }
  .joe-fortune-0nu52q.joe-fortune-qsp1ri .joe-fortune-p1u38f {
    margin-top: 1rem;
  }
  .joe-fortune-5izj0q {
    grid-template-columns: repeat(3, 1fr);
  }
  .joe-fortune-3vpp84,
  .joe-fortune-8syr3j {
    grid-template-columns: repeat(2, 1fr);
  }
  .joe-fortune-srajjw,
  .joe-fortune-4e55yk,
  .joe-fortune-9csvvn {
    grid-template-columns: 1fr;
  }
  .joe-fortune-igbyfo {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .joe-fortune-f16ild {
    min-width: 300px;
    max-width: 325px;
  }
  .joe-fortune-sq783s {
    cursor: auto;
  }
  .joe-fortune-nj2nni .joe-fortune-sq783s {
    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;
  }
  .joe-fortune-ifm7u7 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .joe-fortune-asuz86 {
    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) {
  .joe-fortune-ifm7u7 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.joe-fortune-advqgk p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .joe-fortune-mkt5lg {
    margin: 0 -0.2rem;
  }
  .joe-fortune-advqgk {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .joe-fortune-52lxph {
    -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;
  }
  .joe-fortune-k9f30z {
    max-width: 100%;
  }
  .joe-fortune-5izj0q {
    grid-template-columns: repeat(2, 1fr);
  }
  .joe-fortune-3vpp84,
  .joe-fortune-8syr3j {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .joe-fortune-xsm1u8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .joe-fortune-mkt5lg {
    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;
  }
  .joe-fortune-gd7g0d {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .joe-fortune-6el9xq {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .joe-fortune-0bxkl1,
  .joe-fortune-d1etpp {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .joe-fortune-dsqrm6 {
    width: 100%;
  }
  .joe-fortune-5izj0q {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .joe-fortune-ifm7u7 {
    top: 127px !important;
  }
}

.joe-fortune-3ut6ih {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .joe-fortune-3ut6ih {
  }
}

@media (max-width: 767px) {
  .joe-fortune-3ut6ih {
    margin-bottom: 12px;
  }
}

.joe-fortune-3ut6ih img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.joe-fortune-sfijbj {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.joe-fortune-sfijbj > .joe-fortune-e1g9xl {
  flex: 1 1;
}

@media (max-width: 767px) {
  .joe-fortune-sfijbj {
    flex-direction: column;
    gap: 12px;
  }
}

.joe-fortune-alhk9d {
  display: flex;
}

.joe-fortune-alhk9d .joe-fortune-ky2yr3 {
  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;
}

.joe-fortune-alhk9d .joe-fortune-s3qjwk {
  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;
}

.joe-fortune-alhk9d .joe-fortune-of1yc5 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.joe-fortune-alhk9d .joe-fortune-bep166 {
  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));
  }
}

.joe-fortune-alhk9d .joe-fortune-bep166:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.joe-fortune-alhk9d .joe-fortune-rixrbx {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.joe-fortune-j7k5tk {
  border: unset;
  background-color: unset;
}

.joe-fortune-j7k5tk tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.joe-fortune-j7k5tk .joe-fortune-crud9y,
.joe-fortune-j7k5tk .joe-fortune-ze94uf {
  flex: 0 1 330px;
}

.joe-fortune-j7k5tk .joe-fortune-i6g11o {
  flex: 1 1;
}

.joe-fortune-j7k5tk tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.joe-fortune-j7k5tk tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.joe-fortune-j7k5tk tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.joe-fortune-j7k5tk tr td p {
  color: #fff;
  margin: 0;
}

.joe-fortune-j7k5tk tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.joe-fortune-j7k5tk tr.joe-fortune-crud9y td p {
  padding: 16px 0;
}

.joe-fortune-j7k5tk tr.joe-fortune-crud9y td p:not(:last-child),
.joe-fortune-j7k5tk tr.joe-fortune-ze94uf td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.joe-fortune-j7k5tk tr.joe-fortune-crud9y td p:first-child,
.joe-fortune-j7k5tk tr.joe-fortune-ze94uf td p:first-child {
  padding-top: 0;
}

.joe-fortune-j7k5tk tr.joe-fortune-ze94uf td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.joe-fortune-j7k5tk tr.joe-fortune-ze94uf td p:last-child {
  padding-bottom: 0;
}

.joe-fortune-j7k5tk .joe-fortune-ze94uf img {
  max-width: 32px;
}

.joe-fortune-j7k5tk .joe-fortune-i6g11o {
  min-width: 718px;
}

.joe-fortune-j7k5tk .joe-fortune-i6g11o td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.joe-fortune-j7k5tk .joe-fortune-i6g11o td {
  display: flex;
}

.joe-fortune-j7k5tk .joe-fortune-i6g11o td:last-child .joe-fortune-6onenh,
.joe-fortune-j7k5tk .joe-fortune-i6g11o td:last-child .joe-fortune-z1hxw1,
.joe-fortune-j7k5tk .joe-fortune-i6g11o td:last-child .joe-fortune-8wrlq7 {
  flex: 1 1 50%;
}

.joe-fortune-j7k5tk .joe-fortune-i6g11o td:last-child .joe-fortune-av60tr {
  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;
}

.joe-fortune-j7k5tk .joe-fortune-i6g11o td:last-child .joe-fortune-hbwhj2,
.joe-fortune-j7k5tk .joe-fortune-i6g11o td:last-child .joe-fortune-1txnmw {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.joe-fortune-j7k5tk .joe-fortune-i6g11o td:last-child .joe-fortune-6onenh,
.joe-fortune-j7k5tk .joe-fortune-i6g11o td:last-child .joe-fortune-z1hxw1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.joe-fortune-j7k5tk .joe-fortune-i6g11o td:last-child .joe-fortune-6onenh span,
.joe-fortune-j7k5tk .joe-fortune-i6g11o td:last-child .joe-fortune-z1hxw1 span {
  font-weight: 800;
}

.joe-fortune-j7k5tk .joe-fortune-i6g11o img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .joe-fortune-j7k5tk .joe-fortune-i6g11o td .joe-fortune-8wrlq7:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .joe-fortune-j7k5tk tr.joe-fortune-crud9y td p:last-child {
    padding-bottom: 0;
  }
  .joe-fortune-j7k5tk .joe-fortune-ze94uf > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .joe-fortune-j7k5tk .joe-fortune-ze94uf > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .joe-fortune-j7k5tk tr.joe-fortune-crud9y td p:not(:last-child),
  .joe-fortune-j7k5tk tr.joe-fortune-ze94uf td p:not(:last-child) {
    border-bottom: unset;
  }
  .joe-fortune-j7k5tk tr.joe-fortune-ze94uf td p:last-child {
    padding-bottom: 12px;
  }
  .joe-fortune-j7k5tk .joe-fortune-i6g11o td:last-child .joe-fortune-6onenh,
  .joe-fortune-j7k5tk .joe-fortune-i6g11o td:last-child .joe-fortune-z1hxw1,
  .joe-fortune-j7k5tk .joe-fortune-i6g11o td:last-child .joe-fortune-8wrlq7 {
    flex: 1 1 50%;
    padding: 0;
  }
  .joe-fortune-j7k5tk .joe-fortune-i6g11o td:last-child .joe-fortune-6onenh,
  .joe-fortune-j7k5tk .joe-fortune-i6g11o td:last-child .joe-fortune-z1hxw1 {
    margin-top: 16px;
  }
  .joe-fortune-j7k5tk .joe-fortune-i6g11o td:last-child .joe-fortune-8wrlq7 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .joe-fortune-j7k5tk .joe-fortune-i6g11o td:last-child .joe-fortune-6onenh {
    border-right: 1px solid var(--border-color);
  }
  .joe-fortune-j7k5tk .joe-fortune-i6g11o td:last-child .joe-fortune-8wrlq7:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .joe-fortune-j7k5tk .joe-fortune-i6g11o td:last-child .joe-fortune-8wrlq7:last-child {
    padding-bottom: 0;
  }
}

.joe-fortune-8wrlq7 {
  display: flex;
  flex-direction: column;
}

.joe-fortune-j7k5tk .joe-fortune-i6g11o td .joe-fortune-8wrlq7 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.joe-fortune-j7k5tk .joe-fortune-i6g11o td .joe-fortune-8wrlq7:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.joe-fortune-j7k5tk .joe-fortune-i6g11o td .joe-fortune-8wrlq7:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .joe-fortune-j7k5tk .joe-fortune-i6g11o td .joe-fortune-8wrlq7:not(:first-child) {
    padding-left: 0;
  }
  .joe-fortune-j7k5tk .joe-fortune-i6g11o td .joe-fortune-8wrlq7:not(:last-of-type) {
    border-right: unset;
  }
}

.joe-fortune-j7k5tk .joe-fortune-gw6ibx {
  flex: 0 1 485px;
}

.joe-fortune-j7k5tk .joe-fortune-ysw6vt {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.joe-fortune-j7k5tk .joe-fortune-ysw6vt li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.joe-fortune-j7k5tk .joe-fortune-ysw6vt li.joe-fortune-pfr8fm {
  padding: 6px 12px;
}

.joe-fortune-j7k5tk .joe-fortune-ysw6vt li a,
.joe-fortune-j7k5tk .joe-fortune-ysw6vt 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;
}

.joe-fortune-j7k5tk .joe-fortune-u65nds,
.joe-fortune-j7k5tk .joe-fortune-5uh5d9 {
  flex: 1 1;
}

.joe-fortune-j7k5tk .joe-fortune-gfk9q0,
.joe-fortune-j7k5tk .joe-fortune-5wtlkx {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.joe-fortune-j7k5tk .joe-fortune-gfk9q0 li,
.joe-fortune-j7k5tk .joe-fortune-5wtlkx li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.joe-fortune-j7k5tk .joe-fortune-5uh5d9 img {
  max-width: 32px;
}

.joe-fortune-j7k5tk .joe-fortune-u65nds img {
  max-width: 32px;
}

.joe-fortune-j7k5tk .joe-fortune-dwm8m3 {
  min-width: 280px;
}

.joe-fortune-j7k5tk .joe-fortune-dwm8m3 img {
  max-width: 146px;
}

.joe-fortune-j7k5tk .joe-fortune-dwm8m3 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .joe-fortune-j7k5tk .joe-fortune-crud9y,
  .joe-fortune-j7k5tk .joe-fortune-ze94uf {
    flex: 0 1 auto;
  }
  .joe-fortune-j7k5tk .joe-fortune-i6g11o {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .joe-fortune-j7k5tk .joe-fortune-crud9y,
  .joe-fortune-j7k5tk .joe-fortune-gw6ibx,
  .joe-fortune-j7k5tk .joe-fortune-ze94uf,
  .joe-fortune-j7k5tk .joe-fortune-i6g11o {
    flex: 1 1 calc(50% - 20px);
  }
  .joe-fortune-j7k5tk .joe-fortune-u65nds,
  .joe-fortune-j7k5tk .joe-fortune-dwm8m3,
  .joe-fortune-j7k5tk .joe-fortune-5uh5d9 {
    flex: 1 1 30%;
  }
  .joe-fortune-j7k5tk .joe-fortune-dwm8m3 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .joe-fortune-j7k5tk .joe-fortune-crud9y,
  .joe-fortune-j7k5tk .joe-fortune-gw6ibx,
  .joe-fortune-j7k5tk .joe-fortune-u65nds,
  .joe-fortune-j7k5tk .joe-fortune-ze94uf,
  .joe-fortune-j7k5tk .joe-fortune-i6g11o,
  .joe-fortune-j7k5tk .joe-fortune-dwm8m3,
  .joe-fortune-j7k5tk .joe-fortune-5uh5d9 {
    flex: 1 1 100%;
  }
}

.joe-fortune-bwn88v .joe-fortune-kdw5a6 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.joe-fortune-bwn88v .joe-fortune-x6rogj {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.joe-fortune-bwn88v .joe-fortune-qgslvl {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.joe-fortune-bwn88v .joe-fortune-ks7bmf {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.joe-fortune-bwn88v .joe-fortune-ks7bmf > :nth-child(3) {
  margin-top: 0;
}

.joe-fortune-bwn88v .joe-fortune-jmdrbu {
  grid-column: 2/3;
  grid-row: 1/10;
}

.joe-fortune-bwn88v .joe-fortune-1hv6yt {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.joe-fortune-bwn88v .joe-fortune-d8ooj1 {
  grid-column: 1/2;
}

.joe-fortune-bwn88v > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.joe-fortune-bwn88v .joe-fortune-x6rogj: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;
}

.joe-fortune-bwn88v .joe-fortune-x6rogj:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.joe-fortune-bwn88v .joe-fortune-dsqrm6 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .joe-fortune-bwn88v .joe-fortune-x6rogj:not(:last-child):before {
    bottom: 8px;
  }
  .joe-fortune-bwn88v .joe-fortune-x6rogj:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .joe-fortune-bwn88v .joe-fortune-ks7bmf {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .joe-fortune-bwn88v .joe-fortune-jmdrbu {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .joe-fortune-bwn88v .joe-fortune-jmdrbu img {
    width: 100%;
    height: auto;
  }
  .joe-fortune-bwn88v .joe-fortune-dsqrm6 {
    width: 100%;
    min-width: unset;
  }
}

.joe-fortune-snxyaz .joe-fortune-3qtxx6 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.joe-fortune-snxyaz .joe-fortune-hv9x8a {
  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;
}

.joe-fortune-snxyaz .joe-fortune-jmdrbu {
  height: 100%;
}

.joe-fortune-snxyaz .joe-fortune-jmdrbu img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.joe-fortune-snxyaz .joe-fortune-yu9mpn {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.joe-fortune-snxyaz .joe-fortune-8hhi2u {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.joe-fortune-snxyaz .joe-fortune-bbu0nv {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .joe-fortune-snxyaz .joe-fortune-hv9x8a {
    flex: 1 1 100%;
  }
  .joe-fortune-snxyaz .joe-fortune-l7kuxa {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .joe-fortune-snxyaz .joe-fortune-hv9x8a {
    flex-direction: column;
  }
  .joe-fortune-snxyaz .joe-fortune-jmdrbu {
    width: 100%;
    height: auto;
  }
  .joe-fortune-snxyaz .joe-fortune-jmdrbu img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .joe-fortune-snxyaz .joe-fortune-yu9mpn {
    padding: 0 16px 16px 16px;
  }
  .joe-fortune-snxyaz .joe-fortune-l7kuxa {
    min-width: unset;
    width: 100%;
  }
}

.joe-fortune-q2428e .joe-fortune-huywkb {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.joe-fortune-q2428e .joe-fortune-9yip5p {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.joe-fortune-q2428e 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;
}

.joe-fortune-q2428e .joe-fortune-500td4 {
  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;
}

.joe-fortune-q2428e .joe-fortune-9yip5p:hover .joe-fortune-500td4 {
  display: flex;
}

.joe-fortune-q2428e .joe-fortune-51hk52 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.joe-fortune-q2428e .joe-fortune-oue7as {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.joe-fortune-ll670t {
  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;
}

.joe-fortune-ll670t.joe-fortune-o5qa0e {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.joe-fortune-7p8o43 ease-in-out;
}

.joe-fortune-ll670t.joe-fortune-o5qa0e:hover {
  color: #f9cb16;
  background-color: transparent;
}

.joe-fortune-q2428e .joe-fortune-gw31b8 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.joe-fortune-7p8o43 ease-in-out;
}

.joe-fortune-q2428e .joe-fortune-gw31b8:hover {
  color: #196948;
  background-color: #f9cb16;
}

.joe-fortune-q2428e .joe-fortune-gw31b8:after,
.joe-fortune-ll670t.joe-fortune-o5qa0e:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.joe-fortune-ll670t.joe-fortune-o5qa0e:after {
  background-image: url(../images/Cash.svg);
}

.joe-fortune-q2428e .joe-fortune-gw31b8:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .joe-fortune-q2428e .joe-fortune-huywkb {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .joe-fortune-q2428e .joe-fortune-huywkb {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .joe-fortune-q2428e .joe-fortune-huywkb {
    grid-template-columns: 1fr;
  }
  .joe-fortune-q2428e .joe-fortune-9yip5p {
    height: auto;
  }
  .joe-fortune-q2428e .joe-fortune-9yip5p .joe-fortune-500td4 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .joe-fortune-q2428e .joe-fortune-51hk52,
  .joe-fortune-q2428e .joe-fortune-oue7as {
    text-align: left;
  }
  .joe-fortune-q2428e .joe-fortune-oue7as {
    margin-bottom: 8px;
  }
  .joe-fortune-q2428e img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.joe-fortune-z4u7a7 {
  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;
}

.joe-fortune-z4u7a7.joe-fortune-zas8ce {
  display: block;
}

.joe-fortune-z4u7a7 .joe-fortune-car25e {
  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;
}

.joe-fortune-z4u7a7 .joe-fortune-6azs3s {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.joe-fortune-z4u7a7 .joe-fortune-3wr67x {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.joe-fortune-z4u7a7 .joe-fortune-7a3qq8 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.joe-fortune-z4u7a7 .joe-fortune-ll670t {
  min-width: 296px;
  margin-bottom: 0;
}

.joe-fortune-z4u7a7 .joe-fortune-he3huk {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.joe-fortune-z4u7a7 .joe-fortune-3b9f7b {
  position: relative;
  flex: 1 1;
}

.joe-fortune-z4u7a7 .joe-fortune-3b9f7b iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .joe-fortune-z4u7a7 .joe-fortune-6azs3s {
    flex-wrap: wrap;
    gap: 8px;
  }
  .joe-fortune-z4u7a7 .joe-fortune-3wr67x {
    order: 1;
  }
  .joe-fortune-z4u7a7 .joe-fortune-7a3qq8 {
    order: 3;
    flex: 1 1 100%;
  }
  .joe-fortune-z4u7a7 .joe-fortune-ll670t {
    width: 100%;
    min-width: unset;
  }
  .joe-fortune-z4u7a7 .joe-fortune-he3huk {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .joe-fortune-wdflz4 > .joe-fortune-nacn5c {
    margin-bottom: 0;
  }
  .joe-fortune-wdflz4 > .joe-fortune-d8ooj1,
  .joe-fortune-wdflz4 > p {
    margin-top: 0;
  }
}

.joe-fortune-mdy5a2 img,
.joe-fortune-advqgk img {
  width: auto;
  object-fit: contain;
}

.joe-fortune-mdy5a2 {
  align-items: center;
}

.joe-fortune-mdy5a2 img {
  max-height: 76px;
}

.joe-fortune-advqgk img {
  max-height: 64px;
}

.joe-fortune-sla4ns {
  overflow: auto;
}

.joe-fortune-quz8ql {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.joe-fortune-touwwt:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.joe-fortune-yfr4wh {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.joe-fortune-9pbd2x {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.joe-fortune-yfr4wh .joe-fortune-jmdrbu {
  margin-right: 20px;
  flex-shrink: 0;
}

.joe-fortune-yfr4wh img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.joe-fortune-v8dq87 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.joe-fortune-v8dq87 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .joe-fortune-yfr4wh {
    padding: 15px 10px;
  }
  .joe-fortune-v8dq87 {
    padding: 15px 10px;
  }
  .joe-fortune-yfr4wh .joe-fortune-jmdrbu {
    margin-right: 10px;
  }
}

.joe-fortune-kguthp {
  overflow-x: auto;
}

.joe-fortune-8ckpnf {
  border-collapse: collapse;
  width: 100%;
}

.joe-fortune-kguthp th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.joe-fortune-kguthp td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.joe-fortune-kguthp td.joe-fortune-d89myq {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.joe-fortune-kguthp td.joe-fortune-whu5hi {
  border-right: none;
}

.joe-fortune-kguthp td.joe-fortune-whu5hi .joe-fortune-jmdrbu {
  justify-content: flex-start;
}

.joe-fortune-kguthp td.joe-fortune-whu5hi .joe-fortune-jmdrbu img {
  height: auto;
  width: 90px;
}

.joe-fortune-kguthp td.joe-fortune-n2wn6k,
.joe-fortune-kguthp td.joe-fortune-nekjl6 {
  font-weight: 600;
  text-align: right;
}

.joe-fortune-kguthp td.joe-fortune-cx36wi,
.joe-fortune-kguthp td.joe-fortune-n2wn6k {
  padding-bottom: 10px;
  border-bottom: none;
}

.joe-fortune-kguthp td.joe-fortune-n2wn6k,
.joe-fortune-kguthp td.joe-fortune-nekjl6 {
  border-left: none;
}

.joe-fortune-kguthp td.joe-fortune-cx36wi,
.joe-fortune-kguthp td.joe-fortune-qbeaai {
  border-right: none;
}

.joe-fortune-kguthp td.joe-fortune-qbeaai,
.joe-fortune-kguthp td.joe-fortune-nekjl6 {
  border-top: none;
  padding-top: 10px;
}

.joe-fortune-b5i20u {
  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;
}

.joe-fortune-b5i20u .joe-fortune-l7kuxa {
  min-width: unset;
  width: 100%;
}

.joe-fortune-b5i20u .joe-fortune-l7kuxa.joe-fortune-mv362g {
  grid-column: 1/2;
  grid-row: 1/2;
}

.joe-fortune-b5i20u .joe-fortune-l7kuxa.joe-fortune-zcnws5 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.joe-fortune-b5i20u .joe-fortune-izeafh {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .joe-fortune-b5i20u {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .joe-fortune-b5i20u .joe-fortune-l7kuxa.joe-fortune-mv362g {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .joe-fortune-b5i20u .joe-fortune-l7kuxa.joe-fortune-zcnws5 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .joe-fortune-b5i20u .joe-fortune-izeafh {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.joe-fortune-daeope {
  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;
}

.joe-fortune-vfb1gb {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.joe-fortune-n6rms5 p a img {
  margin: 0 auto;
  display: block;
}

.joe-fortune-n6rms5 table {
  margin-bottom: 17px;
}

/* contanct form */
.joe-fortune-029l2j {
  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;
}

.joe-fortune-029l2j label {
  font-size: 14px;
}

.joe-fortune-029l2j h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.joe-fortune-029l2j input,
.joe-fortune-029l2j textarea,
.joe-fortune-029l2j 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;
}
.joe-fortune-029l2j button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.joe-fortune-7p8o43 ease;
}
.joe-fortune-029l2j button:hover {
  background-color: #691204;
}
.joe-fortune-rhy0hf {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.joe-fortune-r3a1lf ease-in;
}

.joe-fortune-rhy0hf 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;
}
.joe-fortune-upoekj, .joe-fortune-rbnllt, [class*="review-card"],
thead, thead th, table th, .joe-fortune-hhx591,
.joe-fortune-sbq2ga, [class*="collapsible-header"],
.joe-fortune-ojba6o, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v3 */
body, body :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: #ECE7DC !important; }
#cookie-law-div, #cookie-law-div :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }
