@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);
}

.jokaroom-6pkm80 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.jokaroom-8oyrwc {
  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.jokaroom-5gjcv1,
ul.jokaroom-5gjcv1 {
  padding-left: 20px;
}

ul.jokaroom-5gjcv1 {
  list-style: disc;
}

ol.jokaroom-5gjcv1 {
  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;
  }
}

.jokaroom-v1336r > .jokaroom-3dcr73,
.jokaroom-v1336r > .jokaroom-0in7w5,
.jokaroom-v1336r > blockquote,
.jokaroom-v1336r > h1,
.jokaroom-v1336r > h2,
.jokaroom-v1336r > h3,
.jokaroom-v1336r > h4,
.jokaroom-v1336r > h5,
.jokaroom-v1336r > h6,
.jokaroom-v1336r > ol,
.jokaroom-v1336r > p,
.jokaroom-v1336r > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.jokaroom-v1336r > ol,
.jokaroom-v1336r > ul {
  padding-left: 50px;
}

.jokaroom-v1336r 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;
}

.jokaroom-v1336r:not(:last-child) {
  margin-bottom: 2rem;
}

.jokaroom-v1336r > :not(:first-child) {
  margin-top: 2rem;
}

.jokaroom-v1336r {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.jokaroom-v1336r:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .jokaroom-v1336r:first-child {
    margin-top: 20px;
  }
}

.jokaroom-v1336r > p:last-of-type {
  margin-bottom: 32px;
}

.jokaroom-v1336r > .jokaroom-fxa0x1:not(:first-child) {
  margin: 64px auto 16px auto;
}

.jokaroom-48fusp > .jokaroom-fxa0x1 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.jokaroom-0in7w5 {
  overflow: auto;
}

.jokaroom-0in7w5::-webkit-scrollbar {
  height: 5px;
}

.jokaroom-0in7w5 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.jokaroom-0in7w5 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.jokaroom-0in7w5 table thead,
table thead {
  border-bottom: none;
}

.jokaroom-0in7w5 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.jokaroom-0in7w5 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.jokaroom-0in7w5 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.jokaroom-0in7w5 .jokaroom-4maai7 {
  table-layout: auto;
}

.jokaroom-0in7w5 .jokaroom-4maai7 th {
  word-break: normal;
}

.jokaroom-0in7w5 .jokaroom-4maai7 td {
  word-break: normal;
}

.jokaroom-6pkm80 .jokaroom-6pkm80 {
  padding-right: 0;
  padding-left: 0;
}

.jokaroom-79ba6k {
  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;
}

.jokaroom-zp60cn {
  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;
}

.jokaroom-5fdwl0 {
  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;
}

.jokaroom-3dcr73 {
  margin-top: 24px;
}

.jokaroom-3dcr73.jokaroom-7bmtjq {
  text-align: left;
}

.jokaroom-3dcr73.jokaroom-gxsp1h {
  text-align: right;
}

.jokaroom-3dcr73.jokaroom-xdhz1v {
  text-align: center;
}

.jokaroom-gxpsoi {
  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.jokaroom-dtmd2a ease-in-out;
  cursor: pointer;
}

.jokaroom-gxpsoi:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.jokaroom-gxpsoi {
  min-width: 328px;
}

@media (max-width: 768px) {
  .jokaroom-gxpsoi {
    min-width: unset;
  }
}

.jokaroom-pi5fui {
  background-color: var(--fh-bg-color);
}

.jokaroom-k9xrcl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.jokaroom-8rwcz9 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.jokaroom-8rwcz9 img {
  max-height: 80px;
  object-fit: contain;
}

.jokaroom-hfhwpb {
  flex: 1 1;
}

.jokaroom-qjf0yc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.jokaroom-48odap {
  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;
}

.jokaroom-48odap 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;
}

.jokaroom-48odap.jokaroom-0t8tqe span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.jokaroom-48odap.jokaroom-0t8tqe span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.jokaroom-48odap.jokaroom-0t8tqe span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.jokaroom-hfhwpb + .jokaroom-qjf0yc {
  margin-left: 20px;
}

.jokaroom-ibyv77 {
  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;
}

.jokaroom-ibyv77 > svg {
  max-width: 24px;
  max-height: 24px;
}

.jokaroom-ibyv77 + .jokaroom-ibyv77 {
  margin-left: 5px;
}

.jokaroom-4yo6lc {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.jokaroom-4yo6lc:hover {
  background-color: var(--button-bg-hover);
}

.jokaroom-aq2oim {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.jokaroom-dtmd2a ease-in-out;
  border: 1px solid var(--border-color);
}

.jokaroom-aq2oim:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.jokaroom-ppeaen {
  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) {
  .jokaroom-hfhwpb {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .jokaroom-ppeaen {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .jokaroom-hfhwpb {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .jokaroom-ibyv77 {
    min-width: unset;
    flex: 1 1;
  }
}

.jokaroom-gwlrmv {
  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;
}

.jokaroom-gwlrmv:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.jokaroom-gwlrmv:hover .jokaroom-wn43op {
  opacity: 1;
  pointer-events: auto;
}

.jokaroom-pxe8t7 {
  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.jokaroom-68xlbk ease-in-out;
  gap: 4px;
}

.jokaroom-pxe8t7 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.jokaroom-pxe8t7 .jokaroom-79ba6k img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.jokaroom-70ic3b,
.jokaroom-pxe8t7:hover {
  color: var(--button-bg-hover);
}

.jokaroom-y7bjpd {
  position: relative;
}

.jokaroom-y7bjpd .jokaroom-pxe8t7 {
  margin-right: 0;
  padding-right: 4px;
}

.jokaroom-xyvfoj svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.jokaroom-y7bjpd.jokaroom-0t8tqe .jokaroom-xyvfoj svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.jokaroom-y7bjpd.jokaroom-0t8tqe .jokaroom-wn43op {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.jokaroom-y7bjpd.jokaroom-0t8tqe .jokaroom-wn43op::before {
  display: none;
}

.jokaroom-xyvfoj svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.jokaroom-wn43op {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.jokaroom-hntk9t 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.jokaroom-wn43op::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.jokaroom-wn43op:hover {
  color: var(--fh-bg-color);
}

.jokaroom-f1hcj2 {
  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.jokaroom-hntk9t 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.jokaroom-68xlbk ease-in-out;
  -o-transition: 0.jokaroom-68xlbk ease-in-out;
  transition: 0.jokaroom-68xlbk ease-in-out;
}

.jokaroom-f1hcj2 .jokaroom-79ba6k img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.jokaroom-zok89i,
.jokaroom-f1hcj2:hover {
  color: var(--button-bg-hover);
}

.jokaroom-o9jjdd {
  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%;
}

.jokaroom-o9jjdd.jokaroom-v6a1m3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.jokaroom-o9jjdd.jokaroom-v6a1m3:after,
.jokaroom-o9jjdd.jokaroom-v6a1m3:before {
  content: "";
  position: absolute;
  margin: auto;
}

.jokaroom-o9jjdd.jokaroom-v6a1m3: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);
  }
}

.jokaroom-o9jjdd.jokaroom-v6a1m3:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.jokaroom-o9jjdd.jokaroom-v6a1m3 > * {
  z-index: 1;
}

.jokaroom-o9jjdd b,
.jokaroom-o9jjdd strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.jokaroom-o9jjdd .jokaroom-fpzmqf {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.jokaroom-o9jjdd .jokaroom-iuz5jo {
  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;
}

.jokaroom-o9jjdd .jokaroom-79ba6k {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.jokaroom-o9jjdd .jokaroom-ocnqhe {
  margin-top: 12px;
}

.jokaroom-ocnqhe {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.jokaroom-w8ahkm {
  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;
}

.jokaroom-ocnqhe .jokaroom-5btooj {
  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.jokaroom-dtmd2a ease-in-out;
}

.jokaroom-ocnqhe .jokaroom-5btooj:hover {
  background: rgba(255, 255, 255, 0.3);
}

.jokaroom-vjjfnp {
  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;
}

.jokaroom-o9jjdd.jokaroom-9j4rgv {
  gap: 12px;
  padding: 16px;
}

.jokaroom-o9jjdd.jokaroom-9j4rgv .jokaroom-vjjfnp {
  min-width: 240px;
}

.jokaroom-o9jjdd.jokaroom-9j4rgv .jokaroom-vjjfnp.jokaroom-0hceib {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .jokaroom-o9jjdd .jokaroom-fpzmqf {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .jokaroom-o9jjdd .jokaroom-iuz5jo {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .jokaroom-o9jjdd .jokaroom-79ba6k {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .jokaroom-o9jjdd.jokaroom-9j4rgv .jokaroom-79ba6k {
    max-width: 126px;
  }
  .jokaroom-o9jjdd .jokaroom-ocnqhe {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .jokaroom-o9jjdd .jokaroom-w8ahkm {
    max-width: unset;
  }
  .jokaroom-vjjfnp {
    min-width: unset;
    width: 100%;
  }
  .jokaroom-o9jjdd .jokaroom-vjjfnp {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .jokaroom-o9jjdd.jokaroom-9j4rgv {
    grid-template-rows: auto 1fr auto;
  }
  .jokaroom-o9jjdd.jokaroom-9j4rgv .jokaroom-vjjfnp {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .jokaroom-o9jjdd {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .jokaroom-o9jjdd .jokaroom-fpzmqf {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .jokaroom-o9jjdd .jokaroom-79ba6k {
    max-width: 78px;
  }
  .jokaroom-o9jjdd .jokaroom-ocnqhe {
    margin-top: -12px;
  }
  .jokaroom-o9jjdd.jokaroom-9j4rgv {
    gap: 8px;
  }
  .jokaroom-o9jjdd.jokaroom-9j4rgv .jokaroom-fpzmqf {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .jokaroom-o9jjdd.jokaroom-9j4rgv .jokaroom-iuz5jo {
    grid-column: 1/3;
  }
  .jokaroom-o9jjdd.jokaroom-9j4rgv .jokaroom-79ba6k {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .jokaroom-o9jjdd.jokaroom-9j4rgv .jokaroom-79ba6k img {
    max-width: 114px;
  }
}

.jokaroom-vjjfnp.jokaroom-c9pori,
.jokaroom-vjjfnp.jokaroom-55yqa5,
.jokaroom-vjjfnp.jokaroom-mmzsd7 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.jokaroom-dtmd2a ease-in-out;
}

.jokaroom-vjjfnp.jokaroom-c9pori,
.jokaroom-vjjfnp.jokaroom-mmzsd7 {
  padding: 10px;
}

.jokaroom-vjjfnp.jokaroom-c9pori:hover,
.jokaroom-vjjfnp.jokaroom-55yqa5:hover,
.jokaroom-vjjfnp.jokaroom-mmzsd7:hover {
  background: var(--button-bg-hover);
}

.jokaroom-vjjfnp.jokaroom-c9pori:hover svg path,
.jokaroom-vjjfnp.jokaroom-mmzsd7:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.jokaroom-vjjfnp.jokaroom-0hceib {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.jokaroom-dtmd2a ease-in-out;
  background: var(--button-bg-color);
}

.jokaroom-vjjfnp.jokaroom-0hceib:hover {
  background-color: var(--button-bg-hover);
}

.jokaroom-vjjfnp.jokaroom-55yqa5: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);
  }
}

.jokaroom-vjjfnp.jokaroom-55yqa5:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.jokaroom-vjjfnp.jokaroom-0hceib:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.jokaroom-23wwk6 {
  max-width: 650px;
}

.jokaroom-0ztyb4 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.jokaroom-9pensq {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.jokaroom-a1rv0p {
  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.jokaroom-68xlbk ease-in-out;
  cursor: pointer;
}

.jokaroom-a1rv0p:hover {
  opacity: 0.5;
}

.jokaroom-a1rv0p:focus {
  outline: 0;
}

.jokaroom-a1rv0p:focus .jokaroom-rdo54s,
.jokaroom-a1rv0p:hover .jokaroom-rdo54s {
  fill: red;
  fill-opacity: 1;
}

.jokaroom-a1rv0p:hover {
  cursor: pointer;
}

.jokaroom-t2vopo {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.jokaroom-23wwk6.jokaroom-xdhz1v {
  margin: 0 auto;
}

.jokaroom-23wwk6.jokaroom-gxsp1h {
  margin-left: auto;
}

.jokaroom-7wnm5k {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.jokaroom-wyblns {
  padding-bottom: 50px;
}

.jokaroom-azn620 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.jokaroom-xaq4d8 {
  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;
}

.jokaroom-kbr20b {
  margin-top: 24px;
}

.jokaroom-gt9x9j {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jokaroom-g1hj07 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.jokaroom-x5lzhy {
  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;
}

.jokaroom-jthdm1 {
  width: 468px;
}

.jokaroom-x5lzhy .jokaroom-wn43op {
  margin: 0.jokaroom-1n2rkb 0;
}

.jokaroom-kq5l49 {
  display: flex;
  min-width: 224px;
}

.jokaroom-z1lnmb {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.jokaroom-68xlbk ease-in-out;
}

.jokaroom-cgnjyl,
.jokaroom-z1lnmb:hover {
  color: var(--text-color);
}

.jokaroom-wiq0lz {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.jokaroom-46vpar {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .jokaroom-7wnm5k {
    padding: 16px;
  }
  .jokaroom-wiq0lz {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .jokaroom-46vpar {
    align-items: center;
  }
  .jokaroom-jthdm1 {
    width: unset;
  }
  .jokaroom-kq5l49 {
    min-width: unset;
  }
  .jokaroom-x5lzhy {
    max-height: unset;
  }
  .jokaroom-azn620 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .jokaroom-7wnm5k {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.jokaroom-1x4gv6 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.jokaroom-1x4gv6:not(:last-child) {
  margin-bottom: 16px;
}

.jokaroom-0ok6n3 {
  outline: 0;
}

.jokaroom-0ok6n3 .jokaroom-c5vwqm {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.jokaroom-0q4glg {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .jokaroom-0q4glg {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.jokaroom-0q4glg::-webkit-details-marker {
  display: none;
}

.jokaroom-0q4glg: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;
}

.jokaroom-0q4glg: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] .jokaroom-0q4glg:after {
  transform: unset;
}

.jokaroom-c5vwqm {
  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);
}

.jokaroom-c5vwqm 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.jokaroom-68xlbk ease-in-out;
  -o-transition: 0.jokaroom-68xlbk ease-in-out;
  transition: 0.jokaroom-68xlbk ease-in-out;
}

.jokaroom-bfhq3a {
  padding: 16px 0 0 0;
}

.jokaroom-bfhq3a * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .jokaroom-bfhq3a :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .jokaroom-0q4glg {
    flex-wrap: wrap;
    gap: 12px;
  }
  .jokaroom-0q4glg::after {
    margin-left: auto;
  }
  .jokaroom-c5vwqm {
    order: 3;
    flex: 1 1 100%;
  }
  .jokaroom-0q4glg {
    font-size: 14px;
    line-height: 130%;
  }
  .jokaroom-c5vwqm svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.jokaroom-6rgtyl {
  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;
}

.jokaroom-dantwz {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.jokaroom-6rgtyl.jokaroom-0t8tqe .jokaroom-dantwz {
  margin-bottom: 12px;
}

.jokaroom-dantwz::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;
}

.jokaroom-6rgtyl.jokaroom-0t8tqe .jokaroom-dantwz::after {
  transform: unset;
}

.jokaroom-myc2mz {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.jokaroom-n37egs {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.jokaroom-68xlbk ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.jokaroom-n37egs: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;
}

.jokaroom-6rgtyl.jokaroom-0t8tqe .jokaroom-myc2mz {
  max-height: 100%;
}

.jokaroom-1x0sp7 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.jokaroom-fotj62 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.jokaroom-ib3jzx {
  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;
}

.jokaroom-o43tl9 {
  margin-right: 4px;
}

.jokaroom-t0clxq {
  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.jokaroom-68xlbk ease-in-out;
}

.jokaroom-t0clxq svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.jokaroom-3napma,
.jokaroom-t0clxq:hover {
  color: var(--text-color);
}

.jokaroom-a425o3 {
  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;
}

.jokaroom-a425o3 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.jokaroom-a425o3 .jokaroom-tzr97x {
  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;
}

.jokaroom-a425o3 .jokaroom-i01i9x {
  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;
}

.jokaroom-xxul52 {
  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;
}

.jokaroom-4cqbdv {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.jokaroom-6cjh7t .jokaroom-6pkm80 {
  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;
}

.jokaroom-6cjh7t {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.jokaroom-bt1b5v {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.jokaroom-q7660i {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.jokaroom-ifxn6b {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.jokaroom-z05acd 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;
}

.jokaroom-ifxn6b:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.jokaroom-0511b5 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.jokaroom-tb6nvh {
  -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.jokaroom-68xlbk ease-in-out;
  transition: transform 0.jokaroom-68xlbk ease-in-out;
  -o-transition: transform 0.jokaroom-68xlbk ease-in-out;
  transition:
    transform 0.jokaroom-68xlbk ease-in-out,
    -webkit-transform 0.jokaroom-68xlbk ease-in-out;
  cursor: pointer;
}

.jokaroom-tb6nvh svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.jokaroom-tb6nvh: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;
}

.jokaroom-wd4a0d {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .jokaroom-wd4a0d {
    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);
}

.jokaroom-3zo07c {
  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;
}

.jokaroom-dbua4j {
  position: relative;
  width: 100%;
}

.jokaroom-3zo07c.jokaroom-2s6m3s {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.jokaroom-3zo07c.jokaroom-xdhz1v {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jokaroom-3zo07c.jokaroom-gxsp1h {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.jokaroom-i9p5jb {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.jokaroom-sqweez {
  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.jokaroom-68xlbk ease-in-out;
  cursor: pointer;
}

.jokaroom-sqweez:hover {
  opacity: 0.5;
}

.jokaroom-3zo07c.jokaroom-norkow .jokaroom-sqweez {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.jokaroom-3zo07c.jokaroom-norkow .jokaroom-i9p5jb {
  cursor: pointer;
}

.jokaroom-jbf5au {
  fill: #0009;
}

.jokaroom-u33osj {
  fill: #fff;
}

.jokaroom-sqweez:hover .jokaroom-jbf5au {
  fill: red;
}

.jokaroom-sqweez svg path {
  -webkit-transition: 0.jokaroom-68xlbk ease-in-out;
  -o-transition: 0.jokaroom-68xlbk ease-in-out;
  transition: 0.jokaroom-68xlbk ease-in-out;
}

.jokaroom-vcanri {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.jokaroom-vcanri > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.jokaroom-vcanri.jokaroom-7pfye7 > :not(.get-image) {
  grid-column: 1/3;
}

.jokaroom-1af8zg:not(._h1-block) .jokaroom-vcanri > .jokaroom-fxa0x1 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.jokaroom-vcanri.jokaroom-7pfye7 .jokaroom-kvwssc {
  grid-column: 2/3;
}

.jokaroom-vcanri.jokaroom-7pfye7 > .jokaroom-79ba6k {
  grid-column: 1/2;
}

.jokaroom-vcanri.jokaroom-7pfye7 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.jokaroom-vcanri > p:first-of-type {
  margin-top: 0;
}

.jokaroom-vcanri .jokaroom-79ba6k {
  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;
}

.jokaroom-1af8zg:not(._h1-block) .jokaroom-fxa0x1 ~ .jokaroom-79ba6k {
  grid-row: 2/10;
}

.jokaroom-1af8zg.jokaroom-gzl9r0 .jokaroom-fxa0x1 ~ .jokaroom-79ba6k {
  grid-row: 1/10;
}

.jokaroom-1af8zg.jokaroom-gzl9r0 > .jokaroom-fxa0x1 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.jokaroom-1af8zg.jokaroom-gzl9r0 .jokaroom-79ba6k {
  grid-row: 1/10;
}

.jokaroom-vcanri.jokaroom-lanwcm .jokaroom-79ba6k {
  align-items: flex-start;
}

.jokaroom-vcanri.jokaroom-xdhz1v .jokaroom-kvwssc {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.jokaroom-vcanri.jokaroom-xdhz1v .jokaroom-79ba6k {
  align-items: center;
}

.jokaroom-vcanri.jokaroom-2cciox .jokaroom-79ba6k {
  align-items: flex-end;
}

.jokaroom-kvwssc > :first-child {
  margin-top: 0;
}

.jokaroom-kvwssc > :last-child {
  margin-bottom: 0;
}

* + .jokaroom-41kn3y,
.jokaroom-1af8zg + .jokaroom-1af8zg {
  margin-top: 2rem;
}

.jokaroom-6jdioj td::before,
.jokaroom-6jdioj th::after {
  display: none !important;
}

.jokaroom-6jdioj #link-selector {
  color: #000;
}

.jokaroom-6jdioj .jokaroom-g4gpbw {
  color: #135e96;
}

.jokaroom-6jdioj .jokaroom-zjwhsm *,
.jokaroom-6jdioj .jokaroom-wb73k9 p,
.jokaroom-6jdioj .jokaroom-xcvzyp * {
  color: #000;
}

.jokaroom-6jdioj .jokaroom-o462cr {
  background: 0 0 !important;
}

.jokaroom-6jdioj .jokaroom-q6pndx {
  color: #000;
}

.jokaroom-6jdioj .jokaroom-fv3p9u.jokaroom-crftvz {
  color: #fff;
}

.jokaroom-6jdioj .jokaroom-nfq1sy {
  color: #000;
}

.jokaroom-6jdioj
  .jokaroom-h48zw7
  .jokaroom-o2cfup.jokaroom-crftvz.jokaroom-aob92w {
  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;
}

.jokaroom-sgyguc,
body .jokaroom-65e4cj {
  color: #000;
  background: var(--color-body) !important;
}

.jokaroom-sgyguc .jokaroom-fq8p02 .jokaroom-92crqw,
body .jokaroom-65e4cj .jokaroom-fq8p02 .jokaroom-92crqw {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .jokaroom-n37egs:focus,
  .jokaroom-n37egs:hover {
    color: #f9cb16;
  }
  .jokaroom-32rglr:focus,
  .jokaroom-32rglr:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .jokaroom-kj49jk:focus img,
  .jokaroom-kj49jk:focus svg,
  .jokaroom-kj49jk:hover img,
  .jokaroom-kj49jk:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .jokaroom-a425o3 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .jokaroom-y7bjpd:hover .jokaroom-xyvfoj svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .jokaroom-xyvfoj {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .jokaroom-vfy12g {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .jokaroom-18g6tt {
    grid-template-columns: repeat(4, 1fr);
  }
  .jokaroom-wwda9w {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .jokaroom-i16s7o .jokaroom-hvvhl5 {
    grid-template-columns: 1fr;
  }
  .jokaroom-i16s7o .jokaroom-binw28 {
    -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;
  }
  .jokaroom-i16s7o .jokaroom-buquhc {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .jokaroom-i16s7o .jokaroom-gz7a3x {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .jokaroom-i16s7o .jokaroom-xdu0wm {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .jokaroom-i16s7o .jokaroom-buquhc:not(:first-child) {
    border: none;
  }
  .jokaroom-i16s7o .jokaroom-buquhc:first-child .jokaroom-gz7a3x {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .jokaroom-i16s7o .jokaroom-buquhc:last-child .jokaroom-gz7a3x {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .jokaroom-k9xrcl {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .jokaroom-8rwcz9 {
    max-width: 100px;
  }
  .jokaroom-hfhwpb {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .jokaroom-qjf0yc {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .jokaroom-qjf0yc svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .jokaroom-48odap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .jokaroom-hfhwpb + .jokaroom-qjf0yc {
    margin-left: auto;
  }
  .jokaroom-tt975l {
    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;
  }
  .jokaroom-tt975l.jokaroom-0t8tqe {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .jokaroom-ppeaen {
    -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;
  }
  .jokaroom-gwlrmv {
    width: 100%;
  }
  .jokaroom-gwlrmv:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .jokaroom-pxe8t7 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .jokaroom-pxe8t7 svg {
    margin-right: 4px;
  }
  .jokaroom-y7bjpd {
    -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;
  }
  .jokaroom-xyvfoj svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .jokaroom-xyvfoj {
    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;
  }
  .jokaroom-wn43op {
    display: none;
    width: 100%;
  }
  .jokaroom-y7bjpd.jokaroom-0t8tqe .jokaroom-wn43op {
    padding: 0 0 0 48px;
  }
  .jokaroom-f1hcj2 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .jokaroom-xaq4d8 .jokaroom-79ba6k {
    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;
  }
  .jokaroom-xplaug {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .jokaroom-xplaug + .jokaroom-xplaug {
    margin-right: 0;
  }
  .jokaroom-xplaug + .jokaroom-79ba6k {
    margin: 0;
  }
  .jokaroom-vfy12g {
    grid-template-columns: repeat(4, 1fr);
  }
  .jokaroom-18g6tt {
    grid-template-columns: repeat(3, 1fr);
  }
  .jokaroom-h1z3ul,
  .jokaroom-2xidxf {
    grid-template-columns: repeat(2, 1fr);
  }
  .jokaroom-vcanri {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .jokaroom-vcanri.jokaroom-7pfye7 .jokaroom-kvwssc {
    grid-column: auto;
    grid-row: auto;
  }
  .jokaroom-vcanri > .jokaroom-fxa0x1 {
    grid-column: 1/2;
  }
  .jokaroom-vcanri.jokaroom-7pfye7 > :not(.get-image) {
    grid-column: 1/2;
  }
  .jokaroom-vcanri .jokaroom-79ba6k,
  .jokaroom-vcanri.jokaroom-7pfye7 > .jokaroom-79ba6k {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .jokaroom-vcanri.jokaroom-7pfye7 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .jokaroom-1af8zg.jokaroom-gzl9r0 .jokaroom-vcanri > .jokaroom-79ba6k {
    grid-row: 1/2;
  }
  .jokaroom-vcanri .jokaroom-fxa0x1 ~ .jokaroom-79ba6k,
  .jokaroom-vcanri.jokaroom-7pfye7 .jokaroom-fxa0x1 ~ .jokaroom-79ba6k {
    grid-row: 2/3;
  }
  .jokaroom-1af8zg.jokaroom-gzl9r0 .jokaroom-fxa0x1 ~ .jokaroom-79ba6k {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .jokaroom-v1336r:first-child .jokaroom-3fi3f3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .jokaroom-v1336r:first-child .jokaroom-3fi3f3 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .jokaroom-v1336r {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .jokaroom-v1336r {
    padding: 0;
  }
  .jokaroom-3dcr73 {
    margin-top: 1rem;
  }
  .jokaroom-0ok6n3 {
    border-radius: 5px;
  }
  .jokaroom-xedxxt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .jokaroom-dantwz::after {
    display: inline-block;
  }
  .jokaroom-dantwz {
    margin: 0;
    width: 100%;
  }
  .jokaroom-myc2mz {
    width: 100%;
  }
  .jokaroom-myc2mz.jokaroom-barmig {
    -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%;
  }
  .jokaroom-myc2mz.jokaroom-barmig .jokaroom-1ydr7t {
    width: 100%;
  }
  .jokaroom-myc2mz.jokaroom-barmig .jokaroom-1ydr7t:not(:last-child) {
    margin-right: 0;
  }
  .jokaroom-n37egs {
    width: 100%;
    text-align: center;
  }
  .jokaroom-6rgtyl.jokaroom-0t8tqe .jokaroom-myc2mz {
    margin-top: 1rem;
  }
  .jokaroom-vfy12g {
    grid-template-columns: repeat(3, 1fr);
  }
  .jokaroom-wwda9w,
  .jokaroom-18g6tt {
    grid-template-columns: repeat(2, 1fr);
  }
  .jokaroom-h1z3ul,
  .jokaroom-2xidxf,
  .jokaroom-56ux15 {
    grid-template-columns: 1fr;
  }
  .jokaroom-dhc8xf {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .jokaroom-0182hh {
    min-width: 300px;
    max-width: 325px;
  }
  .jokaroom-gz7a3x {
    cursor: auto;
  }
  .jokaroom-t0ki6v .jokaroom-gz7a3x {
    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;
  }
  .jokaroom-wd4a0d {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .jokaroom-wn43op {
    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) {
  .jokaroom-wd4a0d {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.jokaroom-xplaug p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .jokaroom-qjf0yc {
    margin: 0 -0.2rem;
  }
  .jokaroom-xplaug {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .jokaroom-8nl6nc {
    -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;
  }
  .jokaroom-i8kclx {
    max-width: 100%;
  }
  .jokaroom-vfy12g {
    grid-template-columns: repeat(2, 1fr);
  }
  .jokaroom-wwda9w,
  .jokaroom-18g6tt {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .jokaroom-k9xrcl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .jokaroom-qjf0yc {
    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;
  }
  .jokaroom-pi5fui {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .jokaroom-ibyv77 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .jokaroom-x3jwe7,
  .jokaroom-137e6y {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .jokaroom-gxpsoi {
    width: 100%;
  }
  .jokaroom-vfy12g {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .jokaroom-wd4a0d {
    top: 127px !important;
  }
}

.jokaroom-g828uj {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .jokaroom-g828uj {
  }
}

@media (max-width: 767px) {
  .jokaroom-g828uj {
    margin-bottom: 12px;
  }
}

.jokaroom-g828uj img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.jokaroom-juj6m7 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.jokaroom-juj6m7 > .jokaroom-d1ln4s {
  flex: 1 1;
}

@media (max-width: 767px) {
  .jokaroom-juj6m7 {
    flex-direction: column;
    gap: 12px;
  }
}

.jokaroom-ebs2zc {
  display: flex;
}

.jokaroom-ebs2zc .jokaroom-x2ls92 {
  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;
}

.jokaroom-ebs2zc .jokaroom-ao336l {
  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;
}

.jokaroom-ebs2zc .jokaroom-6zvxax {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.jokaroom-ebs2zc .jokaroom-mjeuu2 {
  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));
  }
}

.jokaroom-ebs2zc .jokaroom-mjeuu2:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.jokaroom-ebs2zc .jokaroom-1m4joo {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.jokaroom-qslyl1 {
  border: unset;
  background-color: unset;
}

.jokaroom-qslyl1 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.jokaroom-qslyl1 .jokaroom-j87xjp,
.jokaroom-qslyl1 .jokaroom-32mhbw {
  flex: 0 1 330px;
}

.jokaroom-qslyl1 .jokaroom-a3lyvb {
  flex: 1 1;
}

.jokaroom-qslyl1 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.jokaroom-qslyl1 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.jokaroom-qslyl1 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.jokaroom-qslyl1 tr td p {
  color: #fff;
  margin: 0;
}

.jokaroom-qslyl1 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.jokaroom-qslyl1 tr.jokaroom-j87xjp td p {
  padding: 16px 0;
}

.jokaroom-qslyl1 tr.jokaroom-j87xjp td p:not(:last-child),
.jokaroom-qslyl1 tr.jokaroom-32mhbw td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.jokaroom-qslyl1 tr.jokaroom-j87xjp td p:first-child,
.jokaroom-qslyl1 tr.jokaroom-32mhbw td p:first-child {
  padding-top: 0;
}

.jokaroom-qslyl1 tr.jokaroom-32mhbw td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.jokaroom-qslyl1 tr.jokaroom-32mhbw td p:last-child {
  padding-bottom: 0;
}

.jokaroom-qslyl1 .jokaroom-32mhbw img {
  max-width: 32px;
}

.jokaroom-qslyl1 .jokaroom-a3lyvb {
  min-width: 718px;
}

.jokaroom-qslyl1 .jokaroom-a3lyvb td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.jokaroom-qslyl1 .jokaroom-a3lyvb td {
  display: flex;
}

.jokaroom-qslyl1 .jokaroom-a3lyvb td:last-child .jokaroom-k1hhsf,
.jokaroom-qslyl1 .jokaroom-a3lyvb td:last-child .jokaroom-qx78v1,
.jokaroom-qslyl1 .jokaroom-a3lyvb td:last-child .jokaroom-77mad9 {
  flex: 1 1 50%;
}

.jokaroom-qslyl1 .jokaroom-a3lyvb td:last-child .jokaroom-yifqiy {
  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;
}

.jokaroom-qslyl1 .jokaroom-a3lyvb td:last-child .jokaroom-aespwg,
.jokaroom-qslyl1 .jokaroom-a3lyvb td:last-child .jokaroom-nbwah1 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.jokaroom-qslyl1 .jokaroom-a3lyvb td:last-child .jokaroom-k1hhsf,
.jokaroom-qslyl1 .jokaroom-a3lyvb td:last-child .jokaroom-qx78v1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.jokaroom-qslyl1 .jokaroom-a3lyvb td:last-child .jokaroom-k1hhsf span,
.jokaroom-qslyl1 .jokaroom-a3lyvb td:last-child .jokaroom-qx78v1 span {
  font-weight: 800;
}

.jokaroom-qslyl1 .jokaroom-a3lyvb img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .jokaroom-qslyl1 .jokaroom-a3lyvb td .jokaroom-77mad9:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .jokaroom-qslyl1 tr.jokaroom-j87xjp td p:last-child {
    padding-bottom: 0;
  }
  .jokaroom-qslyl1 .jokaroom-32mhbw > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .jokaroom-qslyl1 .jokaroom-32mhbw > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .jokaroom-qslyl1 tr.jokaroom-j87xjp td p:not(:last-child),
  .jokaroom-qslyl1 tr.jokaroom-32mhbw td p:not(:last-child) {
    border-bottom: unset;
  }
  .jokaroom-qslyl1 tr.jokaroom-32mhbw td p:last-child {
    padding-bottom: 12px;
  }
  .jokaroom-qslyl1 .jokaroom-a3lyvb td:last-child .jokaroom-k1hhsf,
  .jokaroom-qslyl1 .jokaroom-a3lyvb td:last-child .jokaroom-qx78v1,
  .jokaroom-qslyl1 .jokaroom-a3lyvb td:last-child .jokaroom-77mad9 {
    flex: 1 1 50%;
    padding: 0;
  }
  .jokaroom-qslyl1 .jokaroom-a3lyvb td:last-child .jokaroom-k1hhsf,
  .jokaroom-qslyl1 .jokaroom-a3lyvb td:last-child .jokaroom-qx78v1 {
    margin-top: 16px;
  }
  .jokaroom-qslyl1 .jokaroom-a3lyvb td:last-child .jokaroom-77mad9 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .jokaroom-qslyl1 .jokaroom-a3lyvb td:last-child .jokaroom-k1hhsf {
    border-right: 1px solid var(--border-color);
  }
  .jokaroom-qslyl1 .jokaroom-a3lyvb td:last-child .jokaroom-77mad9:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .jokaroom-qslyl1 .jokaroom-a3lyvb td:last-child .jokaroom-77mad9:last-child {
    padding-bottom: 0;
  }
}

.jokaroom-77mad9 {
  display: flex;
  flex-direction: column;
}

.jokaroom-qslyl1 .jokaroom-a3lyvb td .jokaroom-77mad9 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.jokaroom-qslyl1 .jokaroom-a3lyvb td .jokaroom-77mad9:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.jokaroom-qslyl1 .jokaroom-a3lyvb td .jokaroom-77mad9:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .jokaroom-qslyl1 .jokaroom-a3lyvb td .jokaroom-77mad9:not(:first-child) {
    padding-left: 0;
  }
  .jokaroom-qslyl1 .jokaroom-a3lyvb td .jokaroom-77mad9:not(:last-of-type) {
    border-right: unset;
  }
}

.jokaroom-qslyl1 .jokaroom-6k2yig {
  flex: 0 1 485px;
}

.jokaroom-qslyl1 .jokaroom-utxxaj {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.jokaroom-qslyl1 .jokaroom-utxxaj li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.jokaroom-qslyl1 .jokaroom-utxxaj li.jokaroom-hvlxou {
  padding: 6px 12px;
}

.jokaroom-qslyl1 .jokaroom-utxxaj li a,
.jokaroom-qslyl1 .jokaroom-utxxaj 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;
}

.jokaroom-qslyl1 .jokaroom-qsp9yb,
.jokaroom-qslyl1 .jokaroom-q9iw51 {
  flex: 1 1;
}

.jokaroom-qslyl1 .jokaroom-7plts0,
.jokaroom-qslyl1 .jokaroom-fphzl1 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.jokaroom-qslyl1 .jokaroom-7plts0 li,
.jokaroom-qslyl1 .jokaroom-fphzl1 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.jokaroom-qslyl1 .jokaroom-q9iw51 img {
  max-width: 32px;
}

.jokaroom-qslyl1 .jokaroom-qsp9yb img {
  max-width: 32px;
}

.jokaroom-qslyl1 .jokaroom-zwha2i {
  min-width: 280px;
}

.jokaroom-qslyl1 .jokaroom-zwha2i img {
  max-width: 146px;
}

.jokaroom-qslyl1 .jokaroom-zwha2i td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .jokaroom-qslyl1 .jokaroom-j87xjp,
  .jokaroom-qslyl1 .jokaroom-32mhbw {
    flex: 0 1 auto;
  }
  .jokaroom-qslyl1 .jokaroom-a3lyvb {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .jokaroom-qslyl1 .jokaroom-j87xjp,
  .jokaroom-qslyl1 .jokaroom-6k2yig,
  .jokaroom-qslyl1 .jokaroom-32mhbw,
  .jokaroom-qslyl1 .jokaroom-a3lyvb {
    flex: 1 1 calc(50% - 20px);
  }
  .jokaroom-qslyl1 .jokaroom-qsp9yb,
  .jokaroom-qslyl1 .jokaroom-zwha2i,
  .jokaroom-qslyl1 .jokaroom-q9iw51 {
    flex: 1 1 30%;
  }
  .jokaroom-qslyl1 .jokaroom-zwha2i {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .jokaroom-qslyl1 .jokaroom-j87xjp,
  .jokaroom-qslyl1 .jokaroom-6k2yig,
  .jokaroom-qslyl1 .jokaroom-qsp9yb,
  .jokaroom-qslyl1 .jokaroom-32mhbw,
  .jokaroom-qslyl1 .jokaroom-a3lyvb,
  .jokaroom-qslyl1 .jokaroom-zwha2i,
  .jokaroom-qslyl1 .jokaroom-q9iw51 {
    flex: 1 1 100%;
  }
}

.jokaroom-2ntdu8 .jokaroom-jj80su {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.jokaroom-2ntdu8 .jokaroom-39yuy6 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.jokaroom-2ntdu8 .jokaroom-jazr3v {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.jokaroom-2ntdu8 .jokaroom-egt7a1 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.jokaroom-2ntdu8 .jokaroom-egt7a1 > :nth-child(3) {
  margin-top: 0;
}

.jokaroom-2ntdu8 .jokaroom-79ba6k {
  grid-column: 2/3;
  grid-row: 1/10;
}

.jokaroom-2ntdu8 .jokaroom-1svcln {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.jokaroom-2ntdu8 .jokaroom-3dcr73 {
  grid-column: 1/2;
}

.jokaroom-2ntdu8 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.jokaroom-2ntdu8 .jokaroom-39yuy6: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;
}

.jokaroom-2ntdu8 .jokaroom-39yuy6:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.jokaroom-2ntdu8 .jokaroom-gxpsoi {
  min-width: 240px;
}

@media (max-width: 768px) {
  .jokaroom-2ntdu8 .jokaroom-39yuy6:not(:last-child):before {
    bottom: 8px;
  }
  .jokaroom-2ntdu8 .jokaroom-39yuy6:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .jokaroom-2ntdu8 .jokaroom-egt7a1 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .jokaroom-2ntdu8 .jokaroom-79ba6k {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .jokaroom-2ntdu8 .jokaroom-79ba6k img {
    width: 100%;
    height: auto;
  }
  .jokaroom-2ntdu8 .jokaroom-gxpsoi {
    width: 100%;
    min-width: unset;
  }
}

.jokaroom-hclxtm .jokaroom-awdr01 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.jokaroom-hclxtm .jokaroom-dd7qhk {
  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;
}

.jokaroom-hclxtm .jokaroom-79ba6k {
  height: 100%;
}

.jokaroom-hclxtm .jokaroom-79ba6k img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.jokaroom-hclxtm .jokaroom-of6j2n {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.jokaroom-hclxtm .jokaroom-0ptuy6 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.jokaroom-hclxtm .jokaroom-5kvdj4 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .jokaroom-hclxtm .jokaroom-dd7qhk {
    flex: 1 1 100%;
  }
  .jokaroom-hclxtm .jokaroom-vjjfnp {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .jokaroom-hclxtm .jokaroom-dd7qhk {
    flex-direction: column;
  }
  .jokaroom-hclxtm .jokaroom-79ba6k {
    width: 100%;
    height: auto;
  }
  .jokaroom-hclxtm .jokaroom-79ba6k img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .jokaroom-hclxtm .jokaroom-of6j2n {
    padding: 0 16px 16px 16px;
  }
  .jokaroom-hclxtm .jokaroom-vjjfnp {
    min-width: unset;
    width: 100%;
  }
}

.jokaroom-lhoxvh .jokaroom-l46rf4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.jokaroom-lhoxvh .jokaroom-ijwezz {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.jokaroom-lhoxvh 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;
}

.jokaroom-lhoxvh .jokaroom-yzchlw {
  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;
}

.jokaroom-lhoxvh .jokaroom-ijwezz:hover .jokaroom-yzchlw {
  display: flex;
}

.jokaroom-lhoxvh .jokaroom-56eg55 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.jokaroom-lhoxvh .jokaroom-t1hx1q {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.jokaroom-4dh3ks {
  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;
}

.jokaroom-4dh3ks.jokaroom-wpmz15 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.jokaroom-dtmd2a ease-in-out;
}

.jokaroom-4dh3ks.jokaroom-wpmz15:hover {
  color: #f9cb16;
  background-color: transparent;
}

.jokaroom-lhoxvh .jokaroom-a35ck8 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.jokaroom-dtmd2a ease-in-out;
}

.jokaroom-lhoxvh .jokaroom-a35ck8:hover {
  color: #196948;
  background-color: #f9cb16;
}

.jokaroom-lhoxvh .jokaroom-a35ck8:after,
.jokaroom-4dh3ks.jokaroom-wpmz15:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.jokaroom-4dh3ks.jokaroom-wpmz15:after {
  background-image: url(../images/Cash.svg);
}

.jokaroom-lhoxvh .jokaroom-a35ck8:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .jokaroom-lhoxvh .jokaroom-l46rf4 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .jokaroom-lhoxvh .jokaroom-l46rf4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .jokaroom-lhoxvh .jokaroom-l46rf4 {
    grid-template-columns: 1fr;
  }
  .jokaroom-lhoxvh .jokaroom-ijwezz {
    height: auto;
  }
  .jokaroom-lhoxvh .jokaroom-ijwezz .jokaroom-yzchlw {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .jokaroom-lhoxvh .jokaroom-56eg55,
  .jokaroom-lhoxvh .jokaroom-t1hx1q {
    text-align: left;
  }
  .jokaroom-lhoxvh .jokaroom-t1hx1q {
    margin-bottom: 8px;
  }
  .jokaroom-lhoxvh img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.jokaroom-fep7df {
  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;
}

.jokaroom-fep7df.jokaroom-norkow {
  display: block;
}

.jokaroom-fep7df .jokaroom-uf4ecz {
  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;
}

.jokaroom-fep7df .jokaroom-wu068q {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.jokaroom-fep7df .jokaroom-moijmw {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.jokaroom-fep7df .jokaroom-oy35jz {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.jokaroom-fep7df .jokaroom-4dh3ks {
  min-width: 296px;
  margin-bottom: 0;
}

.jokaroom-fep7df .jokaroom-epwenw {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.jokaroom-fep7df .jokaroom-wgomjq {
  position: relative;
  flex: 1 1;
}

.jokaroom-fep7df .jokaroom-wgomjq iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .jokaroom-fep7df .jokaroom-wu068q {
    flex-wrap: wrap;
    gap: 8px;
  }
  .jokaroom-fep7df .jokaroom-moijmw {
    order: 1;
  }
  .jokaroom-fep7df .jokaroom-oy35jz {
    order: 3;
    flex: 1 1 100%;
  }
  .jokaroom-fep7df .jokaroom-4dh3ks {
    width: 100%;
    min-width: unset;
  }
  .jokaroom-fep7df .jokaroom-epwenw {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .jokaroom-vcanri > .jokaroom-fxa0x1 {
    margin-bottom: 0;
  }
  .jokaroom-vcanri > .jokaroom-3dcr73,
  .jokaroom-vcanri > p {
    margin-top: 0;
  }
}

.jokaroom-1y65yq img,
.jokaroom-xplaug img {
  width: auto;
  object-fit: contain;
}

.jokaroom-1y65yq {
  align-items: center;
}

.jokaroom-1y65yq img {
  max-height: 76px;
}

.jokaroom-xplaug img {
  max-height: 64px;
}

.jokaroom-2zwjg3 {
  overflow: auto;
}

.jokaroom-i69bfs {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.jokaroom-cs7bgb:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.jokaroom-uf6r2i {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.jokaroom-d2h02r {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.jokaroom-uf6r2i .jokaroom-79ba6k {
  margin-right: 20px;
  flex-shrink: 0;
}

.jokaroom-uf6r2i img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.jokaroom-24ftn5 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.jokaroom-24ftn5 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .jokaroom-uf6r2i {
    padding: 15px 10px;
  }
  .jokaroom-24ftn5 {
    padding: 15px 10px;
  }
  .jokaroom-uf6r2i .jokaroom-79ba6k {
    margin-right: 10px;
  }
}

.jokaroom-e20pi1 {
  overflow-x: auto;
}

.jokaroom-jmuelf {
  border-collapse: collapse;
  width: 100%;
}

.jokaroom-e20pi1 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.jokaroom-e20pi1 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.jokaroom-e20pi1 td.jokaroom-mubyvu {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.jokaroom-e20pi1 td.jokaroom-bmgb5t {
  border-right: none;
}

.jokaroom-e20pi1 td.jokaroom-bmgb5t .jokaroom-79ba6k {
  justify-content: flex-start;
}

.jokaroom-e20pi1 td.jokaroom-bmgb5t .jokaroom-79ba6k img {
  height: auto;
  width: 90px;
}

.jokaroom-e20pi1 td.jokaroom-bbl1bx,
.jokaroom-e20pi1 td.jokaroom-1pbs1z {
  font-weight: 600;
  text-align: right;
}

.jokaroom-e20pi1 td.jokaroom-p519au,
.jokaroom-e20pi1 td.jokaroom-bbl1bx {
  padding-bottom: 10px;
  border-bottom: none;
}

.jokaroom-e20pi1 td.jokaroom-bbl1bx,
.jokaroom-e20pi1 td.jokaroom-1pbs1z {
  border-left: none;
}

.jokaroom-e20pi1 td.jokaroom-p519au,
.jokaroom-e20pi1 td.jokaroom-ou7ep3 {
  border-right: none;
}

.jokaroom-e20pi1 td.jokaroom-ou7ep3,
.jokaroom-e20pi1 td.jokaroom-1pbs1z {
  border-top: none;
  padding-top: 10px;
}

.jokaroom-3ah5lh {
  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;
}

.jokaroom-3ah5lh .jokaroom-vjjfnp {
  min-width: unset;
  width: 100%;
}

.jokaroom-3ah5lh .jokaroom-vjjfnp.jokaroom-c9pori {
  grid-column: 1/2;
  grid-row: 1/2;
}

.jokaroom-3ah5lh .jokaroom-vjjfnp.jokaroom-mmzsd7 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.jokaroom-3ah5lh .jokaroom-jcli2l {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .jokaroom-3ah5lh {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .jokaroom-3ah5lh .jokaroom-vjjfnp.jokaroom-c9pori {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .jokaroom-3ah5lh .jokaroom-vjjfnp.jokaroom-mmzsd7 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .jokaroom-3ah5lh .jokaroom-jcli2l {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.jokaroom-qo95p8 {
  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;
}

.jokaroom-tyqlbe {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.jokaroom-48fusp p a img {
  margin: 0 auto;
  display: block;
}

.jokaroom-48fusp table {
  margin-bottom: 17px;
}

/* contanct form */
.jokaroom-4ayp4m {
  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;
}

.jokaroom-4ayp4m label {
  font-size: 14px;
}

.jokaroom-4ayp4m h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.jokaroom-4ayp4m input,
.jokaroom-4ayp4m textarea,
.jokaroom-4ayp4m 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;
}
.jokaroom-4ayp4m button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.jokaroom-dtmd2a ease;
}
.jokaroom-4ayp4m button:hover {
  background-color: #691204;
}
.jokaroom-6uueye {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.jokaroom-o2lq6i ease-in;
}

.jokaroom-6uueye 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;
}
.jokaroom-181s0r, .jokaroom-tf9q96, [class*="review-card"],
thead, thead th, table th, .jokaroom-ktaawv,
.jokaroom-66voo7, [class*="collapsible-header"],
.jokaroom-k0ztxw, [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; }
