@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);
}

.oshi-casino-b69jze {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.oshi-casino-g9pbds {
  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.oshi-casino-fa66qo,
ul.oshi-casino-fa66qo {
  padding-left: 20px;
}

ul.oshi-casino-fa66qo {
  list-style: disc;
}

ol.oshi-casino-fa66qo {
  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;
  }
}

.oshi-casino-haho8g > .oshi-casino-iuw7vn,
.oshi-casino-haho8g > .oshi-casino-4tza2g,
.oshi-casino-haho8g > blockquote,
.oshi-casino-haho8g > h1,
.oshi-casino-haho8g > h2,
.oshi-casino-haho8g > h3,
.oshi-casino-haho8g > h4,
.oshi-casino-haho8g > h5,
.oshi-casino-haho8g > h6,
.oshi-casino-haho8g > ol,
.oshi-casino-haho8g > p,
.oshi-casino-haho8g > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.oshi-casino-haho8g > ol,
.oshi-casino-haho8g > ul {
  padding-left: 50px;
}

.oshi-casino-haho8g 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;
}

.oshi-casino-haho8g:not(:last-child) {
  margin-bottom: 2rem;
}

.oshi-casino-haho8g > :not(:first-child) {
  margin-top: 2rem;
}

.oshi-casino-haho8g {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.oshi-casino-haho8g:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .oshi-casino-haho8g:first-child {
    margin-top: 20px;
  }
}

.oshi-casino-haho8g > p:last-of-type {
  margin-bottom: 32px;
}

.oshi-casino-haho8g > .oshi-casino-kxxkju:not(:first-child) {
  margin: 64px auto 16px auto;
}

.oshi-casino-efswrv > .oshi-casino-kxxkju {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.oshi-casino-4tza2g {
  overflow: auto;
}

.oshi-casino-4tza2g::-webkit-scrollbar {
  height: 5px;
}

.oshi-casino-4tza2g table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.oshi-casino-4tza2g table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.oshi-casino-4tza2g table thead,
table thead {
  border-bottom: none;
}

.oshi-casino-4tza2g table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.oshi-casino-4tza2g table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.oshi-casino-4tza2g table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.oshi-casino-4tza2g .oshi-casino-nz4igr {
  table-layout: auto;
}

.oshi-casino-4tza2g .oshi-casino-nz4igr th {
  word-break: normal;
}

.oshi-casino-4tza2g .oshi-casino-nz4igr td {
  word-break: normal;
}

.oshi-casino-b69jze .oshi-casino-b69jze {
  padding-right: 0;
  padding-left: 0;
}

.oshi-casino-ma3lo4 {
  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;
}

.oshi-casino-zri5jf {
  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;
}

.oshi-casino-97ja1h {
  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;
}

.oshi-casino-iuw7vn {
  margin-top: 24px;
}

.oshi-casino-iuw7vn.oshi-casino-e01ocn {
  text-align: left;
}

.oshi-casino-iuw7vn.oshi-casino-xze7u3 {
  text-align: right;
}

.oshi-casino-iuw7vn.oshi-casino-f9eu6y {
  text-align: center;
}

.oshi-casino-o7d054 {
  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.oshi-casino-61qtz6 ease-in-out;
  cursor: pointer;
}

.oshi-casino-o7d054:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.oshi-casino-o7d054 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .oshi-casino-o7d054 {
    min-width: unset;
  }
}

.oshi-casino-x0lgwn {
  background-color: var(--fh-bg-color);
}

.oshi-casino-u54cwo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.oshi-casino-bx12em {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.oshi-casino-bx12em img {
  max-height: 80px;
  object-fit: contain;
}

.oshi-casino-o9ueec {
  flex: 1 1;
}

.oshi-casino-4puz7y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.oshi-casino-iydmos {
  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;
}

.oshi-casino-iydmos 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;
}

.oshi-casino-iydmos.oshi-casino-u1dk7b span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.oshi-casino-iydmos.oshi-casino-u1dk7b span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.oshi-casino-iydmos.oshi-casino-u1dk7b span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.oshi-casino-o9ueec + .oshi-casino-4puz7y {
  margin-left: 20px;
}

.oshi-casino-lity0h {
  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;
}

.oshi-casino-lity0h > svg {
  max-width: 24px;
  max-height: 24px;
}

.oshi-casino-lity0h + .oshi-casino-lity0h {
  margin-left: 5px;
}

.oshi-casino-gk4xy8 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.oshi-casino-gk4xy8:hover {
  background-color: var(--button-bg-hover);
}

.oshi-casino-i4qc2f {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.oshi-casino-61qtz6 ease-in-out;
  border: 1px solid var(--border-color);
}

.oshi-casino-i4qc2f:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.oshi-casino-sqkya0 {
  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) {
  .oshi-casino-o9ueec {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .oshi-casino-sqkya0 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .oshi-casino-o9ueec {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .oshi-casino-lity0h {
    min-width: unset;
    flex: 1 1;
  }
}

.oshi-casino-mswbpu {
  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;
}

.oshi-casino-mswbpu:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.oshi-casino-mswbpu:hover .oshi-casino-85dmdz {
  opacity: 1;
  pointer-events: auto;
}

.oshi-casino-mo9t73 {
  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.oshi-casino-22dc4q ease-in-out;
  gap: 4px;
}

.oshi-casino-mo9t73 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.oshi-casino-mo9t73 .oshi-casino-ma3lo4 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.oshi-casino-ucyidt,
.oshi-casino-mo9t73:hover {
  color: var(--button-bg-hover);
}

.oshi-casino-5j9ycf {
  position: relative;
}

.oshi-casino-5j9ycf .oshi-casino-mo9t73 {
  margin-right: 0;
  padding-right: 4px;
}

.oshi-casino-1zcx07 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.oshi-casino-5j9ycf.oshi-casino-u1dk7b .oshi-casino-1zcx07 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.oshi-casino-5j9ycf.oshi-casino-u1dk7b .oshi-casino-85dmdz {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.oshi-casino-5j9ycf.oshi-casino-u1dk7b .oshi-casino-85dmdz::before {
  display: none;
}

.oshi-casino-1zcx07 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.oshi-casino-85dmdz {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.oshi-casino-oon01h 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.oshi-casino-85dmdz::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.oshi-casino-85dmdz:hover {
  color: var(--fh-bg-color);
}

.oshi-casino-85k7yi {
  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.oshi-casino-oon01h 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.oshi-casino-22dc4q ease-in-out;
  -o-transition: 0.oshi-casino-22dc4q ease-in-out;
  transition: 0.oshi-casino-22dc4q ease-in-out;
}

.oshi-casino-85k7yi .oshi-casino-ma3lo4 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.oshi-casino-p52x0e,
.oshi-casino-85k7yi:hover {
  color: var(--button-bg-hover);
}

.oshi-casino-pxy7y1 {
  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%;
}

.oshi-casino-pxy7y1.oshi-casino-37cm2l {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.oshi-casino-pxy7y1.oshi-casino-37cm2l:after,
.oshi-casino-pxy7y1.oshi-casino-37cm2l:before {
  content: "";
  position: absolute;
  margin: auto;
}

.oshi-casino-pxy7y1.oshi-casino-37cm2l: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);
  }
}

.oshi-casino-pxy7y1.oshi-casino-37cm2l:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.oshi-casino-pxy7y1.oshi-casino-37cm2l > * {
  z-index: 1;
}

.oshi-casino-pxy7y1 b,
.oshi-casino-pxy7y1 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.oshi-casino-pxy7y1 .oshi-casino-mut8vf {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.oshi-casino-pxy7y1 .oshi-casino-tsdz8k {
  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;
}

.oshi-casino-pxy7y1 .oshi-casino-ma3lo4 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.oshi-casino-pxy7y1 .oshi-casino-7bcwwp {
  margin-top: 12px;
}

.oshi-casino-7bcwwp {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.oshi-casino-a2coet {
  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;
}

.oshi-casino-7bcwwp .oshi-casino-yaxq1j {
  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.oshi-casino-61qtz6 ease-in-out;
}

.oshi-casino-7bcwwp .oshi-casino-yaxq1j:hover {
  background: rgba(255, 255, 255, 0.3);
}

.oshi-casino-vzqfmy {
  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;
}

.oshi-casino-pxy7y1.oshi-casino-hvjefr {
  gap: 12px;
  padding: 16px;
}

.oshi-casino-pxy7y1.oshi-casino-hvjefr .oshi-casino-vzqfmy {
  min-width: 240px;
}

.oshi-casino-pxy7y1.oshi-casino-hvjefr .oshi-casino-vzqfmy.oshi-casino-fneyp9 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .oshi-casino-pxy7y1 .oshi-casino-mut8vf {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .oshi-casino-pxy7y1 .oshi-casino-tsdz8k {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .oshi-casino-pxy7y1 .oshi-casino-ma3lo4 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .oshi-casino-pxy7y1.oshi-casino-hvjefr .oshi-casino-ma3lo4 {
    max-width: 126px;
  }
  .oshi-casino-pxy7y1 .oshi-casino-7bcwwp {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .oshi-casino-pxy7y1 .oshi-casino-a2coet {
    max-width: unset;
  }
  .oshi-casino-vzqfmy {
    min-width: unset;
    width: 100%;
  }
  .oshi-casino-pxy7y1 .oshi-casino-vzqfmy {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .oshi-casino-pxy7y1.oshi-casino-hvjefr {
    grid-template-rows: auto 1fr auto;
  }
  .oshi-casino-pxy7y1.oshi-casino-hvjefr .oshi-casino-vzqfmy {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .oshi-casino-pxy7y1 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .oshi-casino-pxy7y1 .oshi-casino-mut8vf {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .oshi-casino-pxy7y1 .oshi-casino-ma3lo4 {
    max-width: 78px;
  }
  .oshi-casino-pxy7y1 .oshi-casino-7bcwwp {
    margin-top: -12px;
  }
  .oshi-casino-pxy7y1.oshi-casino-hvjefr {
    gap: 8px;
  }
  .oshi-casino-pxy7y1.oshi-casino-hvjefr .oshi-casino-mut8vf {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .oshi-casino-pxy7y1.oshi-casino-hvjefr .oshi-casino-tsdz8k {
    grid-column: 1/3;
  }
  .oshi-casino-pxy7y1.oshi-casino-hvjefr .oshi-casino-ma3lo4 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .oshi-casino-pxy7y1.oshi-casino-hvjefr .oshi-casino-ma3lo4 img {
    max-width: 114px;
  }
}

.oshi-casino-vzqfmy.oshi-casino-62qb20,
.oshi-casino-vzqfmy.oshi-casino-7xl1uq,
.oshi-casino-vzqfmy.oshi-casino-oonirl {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.oshi-casino-61qtz6 ease-in-out;
}

.oshi-casino-vzqfmy.oshi-casino-62qb20,
.oshi-casino-vzqfmy.oshi-casino-oonirl {
  padding: 10px;
}

.oshi-casino-vzqfmy.oshi-casino-62qb20:hover,
.oshi-casino-vzqfmy.oshi-casino-7xl1uq:hover,
.oshi-casino-vzqfmy.oshi-casino-oonirl:hover {
  background: var(--button-bg-hover);
}

.oshi-casino-vzqfmy.oshi-casino-62qb20:hover svg path,
.oshi-casino-vzqfmy.oshi-casino-oonirl:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.oshi-casino-vzqfmy.oshi-casino-fneyp9 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.oshi-casino-61qtz6 ease-in-out;
  background: var(--button-bg-color);
}

.oshi-casino-vzqfmy.oshi-casino-fneyp9:hover {
  background-color: var(--button-bg-hover);
}

.oshi-casino-vzqfmy.oshi-casino-7xl1uq: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);
  }
}

.oshi-casino-vzqfmy.oshi-casino-7xl1uq:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.oshi-casino-vzqfmy.oshi-casino-fneyp9:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.oshi-casino-9b89yx {
  max-width: 650px;
}

.oshi-casino-rfcroi {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.oshi-casino-9x4ssd {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.oshi-casino-xr9lhc {
  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.oshi-casino-22dc4q ease-in-out;
  cursor: pointer;
}

.oshi-casino-xr9lhc:hover {
  opacity: 0.5;
}

.oshi-casino-xr9lhc:focus {
  outline: 0;
}

.oshi-casino-xr9lhc:focus .oshi-casino-y33xcq,
.oshi-casino-xr9lhc:hover .oshi-casino-y33xcq {
  fill: red;
  fill-opacity: 1;
}

.oshi-casino-xr9lhc:hover {
  cursor: pointer;
}

.oshi-casino-3g58hk {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.oshi-casino-9b89yx.oshi-casino-f9eu6y {
  margin: 0 auto;
}

.oshi-casino-9b89yx.oshi-casino-xze7u3 {
  margin-left: auto;
}

.oshi-casino-urjpe7 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.oshi-casino-tt3otu {
  padding-bottom: 50px;
}

.oshi-casino-1ng6zq {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.oshi-casino-abf7mc {
  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;
}

.oshi-casino-1kbbez {
  margin-top: 24px;
}

.oshi-casino-guffbr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.oshi-casino-1nuht6 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.oshi-casino-jkl5b4 {
  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;
}

.oshi-casino-rx9vgl {
  width: 468px;
}

.oshi-casino-jkl5b4 .oshi-casino-85dmdz {
  margin: 0.oshi-casino-4oa94s 0;
}

.oshi-casino-wtlto4 {
  display: flex;
  min-width: 224px;
}

.oshi-casino-j2m07v {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.oshi-casino-22dc4q ease-in-out;
}

.oshi-casino-5cm1eo,
.oshi-casino-j2m07v:hover {
  color: var(--text-color);
}

.oshi-casino-hxp0n3 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.oshi-casino-trjj73 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .oshi-casino-urjpe7 {
    padding: 16px;
  }
  .oshi-casino-hxp0n3 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .oshi-casino-trjj73 {
    align-items: center;
  }
  .oshi-casino-rx9vgl {
    width: unset;
  }
  .oshi-casino-wtlto4 {
    min-width: unset;
  }
  .oshi-casino-jkl5b4 {
    max-height: unset;
  }
  .oshi-casino-1ng6zq {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .oshi-casino-urjpe7 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.oshi-casino-xkqcaq {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.oshi-casino-xkqcaq:not(:last-child) {
  margin-bottom: 16px;
}

.oshi-casino-i269q5 {
  outline: 0;
}

.oshi-casino-i269q5 .oshi-casino-hwg4jl {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.oshi-casino-ba2bek {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .oshi-casino-ba2bek {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.oshi-casino-ba2bek::-webkit-details-marker {
  display: none;
}

.oshi-casino-ba2bek: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;
}

.oshi-casino-ba2bek: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] .oshi-casino-ba2bek:after {
  transform: unset;
}

.oshi-casino-hwg4jl {
  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);
}

.oshi-casino-hwg4jl 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.oshi-casino-22dc4q ease-in-out;
  -o-transition: 0.oshi-casino-22dc4q ease-in-out;
  transition: 0.oshi-casino-22dc4q ease-in-out;
}

.oshi-casino-8j6nfp {
  padding: 16px 0 0 0;
}

.oshi-casino-8j6nfp * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .oshi-casino-8j6nfp :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .oshi-casino-ba2bek {
    flex-wrap: wrap;
    gap: 12px;
  }
  .oshi-casino-ba2bek::after {
    margin-left: auto;
  }
  .oshi-casino-hwg4jl {
    order: 3;
    flex: 1 1 100%;
  }
  .oshi-casino-ba2bek {
    font-size: 14px;
    line-height: 130%;
  }
  .oshi-casino-hwg4jl svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.oshi-casino-7pfck7 {
  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;
}

.oshi-casino-yxfq7o {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.oshi-casino-7pfck7.oshi-casino-u1dk7b .oshi-casino-yxfq7o {
  margin-bottom: 12px;
}

.oshi-casino-yxfq7o::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;
}

.oshi-casino-7pfck7.oshi-casino-u1dk7b .oshi-casino-yxfq7o::after {
  transform: unset;
}

.oshi-casino-bpx0g9 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.oshi-casino-tz76n0 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.oshi-casino-22dc4q ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.oshi-casino-tz76n0: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;
}

.oshi-casino-7pfck7.oshi-casino-u1dk7b .oshi-casino-bpx0g9 {
  max-height: 100%;
}

.oshi-casino-050wmn {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.oshi-casino-bvghbt {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.oshi-casino-8y6pms {
  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;
}

.oshi-casino-qhax8l {
  margin-right: 4px;
}

.oshi-casino-158tzy {
  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.oshi-casino-22dc4q ease-in-out;
}

.oshi-casino-158tzy svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.oshi-casino-2ybu5e,
.oshi-casino-158tzy:hover {
  color: var(--text-color);
}

.oshi-casino-4xms3k {
  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;
}

.oshi-casino-4xms3k img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.oshi-casino-4xms3k .oshi-casino-higxfn {
  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;
}

.oshi-casino-4xms3k .oshi-casino-404dx4 {
  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;
}

.oshi-casino-jqmsxr {
  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;
}

.oshi-casino-s0zwcj {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.oshi-casino-62vher .oshi-casino-b69jze {
  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;
}

.oshi-casino-62vher {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.oshi-casino-x67c7h {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.oshi-casino-p6xwe5 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.oshi-casino-lcac6s {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.oshi-casino-dkxn55 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;
}

.oshi-casino-lcac6s:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.oshi-casino-7m6yp7 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.oshi-casino-wh1uwp {
  -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.oshi-casino-22dc4q ease-in-out;
  transition: transform 0.oshi-casino-22dc4q ease-in-out;
  -o-transition: transform 0.oshi-casino-22dc4q ease-in-out;
  transition:
    transform 0.oshi-casino-22dc4q ease-in-out,
    -webkit-transform 0.oshi-casino-22dc4q ease-in-out;
  cursor: pointer;
}

.oshi-casino-wh1uwp svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.oshi-casino-wh1uwp: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;
}

.oshi-casino-2a39rw {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .oshi-casino-2a39rw {
    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);
}

.oshi-casino-g03gao {
  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;
}

.oshi-casino-esrid2 {
  position: relative;
  width: 100%;
}

.oshi-casino-g03gao.oshi-casino-5m4pb4 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.oshi-casino-g03gao.oshi-casino-f9eu6y {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.oshi-casino-g03gao.oshi-casino-xze7u3 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.oshi-casino-n7dtw0 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.oshi-casino-lzmzl1 {
  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.oshi-casino-22dc4q ease-in-out;
  cursor: pointer;
}

.oshi-casino-lzmzl1:hover {
  opacity: 0.5;
}

.oshi-casino-g03gao.oshi-casino-yy3ac7 .oshi-casino-lzmzl1 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.oshi-casino-g03gao.oshi-casino-yy3ac7 .oshi-casino-n7dtw0 {
  cursor: pointer;
}

.oshi-casino-sj0h5e {
  fill: #0009;
}

.oshi-casino-r8zoxl {
  fill: #fff;
}

.oshi-casino-lzmzl1:hover .oshi-casino-sj0h5e {
  fill: red;
}

.oshi-casino-lzmzl1 svg path {
  -webkit-transition: 0.oshi-casino-22dc4q ease-in-out;
  -o-transition: 0.oshi-casino-22dc4q ease-in-out;
  transition: 0.oshi-casino-22dc4q ease-in-out;
}

.oshi-casino-r79j6d {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.oshi-casino-r79j6d > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.oshi-casino-r79j6d.oshi-casino-efbmzm > :not(.get-image) {
  grid-column: 1/3;
}

.oshi-casino-2l2l4f:not(._h1-block) .oshi-casino-r79j6d > .oshi-casino-kxxkju {
  grid-row: 1/2;
  grid-column: 1/3;
}

.oshi-casino-r79j6d.oshi-casino-efbmzm .oshi-casino-7p1499 {
  grid-column: 2/3;
}

.oshi-casino-r79j6d.oshi-casino-efbmzm > .oshi-casino-ma3lo4 {
  grid-column: 1/2;
}

.oshi-casino-r79j6d.oshi-casino-efbmzm > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.oshi-casino-r79j6d > p:first-of-type {
  margin-top: 0;
}

.oshi-casino-r79j6d .oshi-casino-ma3lo4 {
  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;
}

.oshi-casino-2l2l4f:not(._h1-block) .oshi-casino-kxxkju ~ .oshi-casino-ma3lo4 {
  grid-row: 2/10;
}

.oshi-casino-2l2l4f.oshi-casino-ofih09 .oshi-casino-kxxkju ~ .oshi-casino-ma3lo4 {
  grid-row: 1/10;
}

.oshi-casino-2l2l4f.oshi-casino-ofih09 > .oshi-casino-kxxkju {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.oshi-casino-2l2l4f.oshi-casino-ofih09 .oshi-casino-ma3lo4 {
  grid-row: 1/10;
}

.oshi-casino-r79j6d.oshi-casino-kz3v68 .oshi-casino-ma3lo4 {
  align-items: flex-start;
}

.oshi-casino-r79j6d.oshi-casino-f9eu6y .oshi-casino-7p1499 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.oshi-casino-r79j6d.oshi-casino-f9eu6y .oshi-casino-ma3lo4 {
  align-items: center;
}

.oshi-casino-r79j6d.oshi-casino-3qaq4t .oshi-casino-ma3lo4 {
  align-items: flex-end;
}

.oshi-casino-7p1499 > :first-child {
  margin-top: 0;
}

.oshi-casino-7p1499 > :last-child {
  margin-bottom: 0;
}

* + .oshi-casino-kehx26,
.oshi-casino-2l2l4f + .oshi-casino-2l2l4f {
  margin-top: 2rem;
}

.oshi-casino-wyr5zm td::before,
.oshi-casino-wyr5zm th::after {
  display: none !important;
}

.oshi-casino-wyr5zm #link-selector {
  color: #000;
}

.oshi-casino-wyr5zm .oshi-casino-vjgsgq {
  color: #135e96;
}

.oshi-casino-wyr5zm .oshi-casino-74nt7o *,
.oshi-casino-wyr5zm .oshi-casino-1lgqrn p,
.oshi-casino-wyr5zm .oshi-casino-nrfwjb * {
  color: #000;
}

.oshi-casino-wyr5zm .oshi-casino-w09aje {
  background: 0 0 !important;
}

.oshi-casino-wyr5zm .oshi-casino-pn0kso {
  color: #000;
}

.oshi-casino-wyr5zm .oshi-casino-a30zgm.oshi-casino-bcvlle {
  color: #fff;
}

.oshi-casino-wyr5zm .oshi-casino-q7dfov {
  color: #000;
}

.oshi-casino-wyr5zm
  .oshi-casino-rkds8a
  .oshi-casino-k4wgeb.oshi-casino-bcvlle.oshi-casino-8vmwpn {
  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;
}

.oshi-casino-b0b2w5,
body .oshi-casino-s6rd1q {
  color: #000;
  background: var(--color-body) !important;
}

.oshi-casino-b0b2w5 .oshi-casino-xc9ucv .oshi-casino-6yoznv,
body .oshi-casino-s6rd1q .oshi-casino-xc9ucv .oshi-casino-6yoznv {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .oshi-casino-tz76n0:focus,
  .oshi-casino-tz76n0:hover {
    color: #f9cb16;
  }
  .oshi-casino-nfgs0h:focus,
  .oshi-casino-nfgs0h:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .oshi-casino-hv32zx:focus img,
  .oshi-casino-hv32zx:focus svg,
  .oshi-casino-hv32zx:hover img,
  .oshi-casino-hv32zx:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .oshi-casino-4xms3k {
    display: none;
  }
}

@media (min-width: 1024px) {
  .oshi-casino-5j9ycf:hover .oshi-casino-1zcx07 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .oshi-casino-1zcx07 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .oshi-casino-9rd0bf {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .oshi-casino-9ampfl {
    grid-template-columns: repeat(4, 1fr);
  }
  .oshi-casino-70mdpg {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .oshi-casino-dc2ys9 .oshi-casino-7d9x15 {
    grid-template-columns: 1fr;
  }
  .oshi-casino-dc2ys9 .oshi-casino-gibj5r {
    -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;
  }
  .oshi-casino-dc2ys9 .oshi-casino-8e23tn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .oshi-casino-dc2ys9 .oshi-casino-8kk9bo {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .oshi-casino-dc2ys9 .oshi-casino-p8tv04 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .oshi-casino-dc2ys9 .oshi-casino-8e23tn:not(:first-child) {
    border: none;
  }
  .oshi-casino-dc2ys9 .oshi-casino-8e23tn:first-child .oshi-casino-8kk9bo {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .oshi-casino-dc2ys9 .oshi-casino-8e23tn:last-child .oshi-casino-8kk9bo {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .oshi-casino-u54cwo {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .oshi-casino-bx12em {
    max-width: 100px;
  }
  .oshi-casino-o9ueec {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .oshi-casino-4puz7y {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .oshi-casino-4puz7y svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .oshi-casino-iydmos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .oshi-casino-o9ueec + .oshi-casino-4puz7y {
    margin-left: auto;
  }
  .oshi-casino-mduk9v {
    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;
  }
  .oshi-casino-mduk9v.oshi-casino-u1dk7b {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .oshi-casino-sqkya0 {
    -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;
  }
  .oshi-casino-mswbpu {
    width: 100%;
  }
  .oshi-casino-mswbpu:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .oshi-casino-mo9t73 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .oshi-casino-mo9t73 svg {
    margin-right: 4px;
  }
  .oshi-casino-5j9ycf {
    -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;
  }
  .oshi-casino-1zcx07 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .oshi-casino-1zcx07 {
    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;
  }
  .oshi-casino-85dmdz {
    display: none;
    width: 100%;
  }
  .oshi-casino-5j9ycf.oshi-casino-u1dk7b .oshi-casino-85dmdz {
    padding: 0 0 0 48px;
  }
  .oshi-casino-85k7yi {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .oshi-casino-abf7mc .oshi-casino-ma3lo4 {
    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;
  }
  .oshi-casino-zhyxk5 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .oshi-casino-zhyxk5 + .oshi-casino-zhyxk5 {
    margin-right: 0;
  }
  .oshi-casino-zhyxk5 + .oshi-casino-ma3lo4 {
    margin: 0;
  }
  .oshi-casino-9rd0bf {
    grid-template-columns: repeat(4, 1fr);
  }
  .oshi-casino-9ampfl {
    grid-template-columns: repeat(3, 1fr);
  }
  .oshi-casino-l6kh36,
  .oshi-casino-4cg9qj {
    grid-template-columns: repeat(2, 1fr);
  }
  .oshi-casino-r79j6d {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .oshi-casino-r79j6d.oshi-casino-efbmzm .oshi-casino-7p1499 {
    grid-column: auto;
    grid-row: auto;
  }
  .oshi-casino-r79j6d > .oshi-casino-kxxkju {
    grid-column: 1/2;
  }
  .oshi-casino-r79j6d.oshi-casino-efbmzm > :not(.get-image) {
    grid-column: 1/2;
  }
  .oshi-casino-r79j6d .oshi-casino-ma3lo4,
  .oshi-casino-r79j6d.oshi-casino-efbmzm > .oshi-casino-ma3lo4 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .oshi-casino-r79j6d.oshi-casino-efbmzm > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .oshi-casino-2l2l4f.oshi-casino-ofih09 .oshi-casino-r79j6d > .oshi-casino-ma3lo4 {
    grid-row: 1/2;
  }
  .oshi-casino-r79j6d .oshi-casino-kxxkju ~ .oshi-casino-ma3lo4,
  .oshi-casino-r79j6d.oshi-casino-efbmzm .oshi-casino-kxxkju ~ .oshi-casino-ma3lo4 {
    grid-row: 2/3;
  }
  .oshi-casino-2l2l4f.oshi-casino-ofih09 .oshi-casino-kxxkju ~ .oshi-casino-ma3lo4 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .oshi-casino-haho8g:first-child .oshi-casino-dheg3c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .oshi-casino-haho8g:first-child .oshi-casino-dheg3c h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .oshi-casino-haho8g {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .oshi-casino-haho8g {
    padding: 0;
  }
  .oshi-casino-iuw7vn {
    margin-top: 1rem;
  }
  .oshi-casino-i269q5 {
    border-radius: 5px;
  }
  .oshi-casino-jvtg0s {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .oshi-casino-yxfq7o::after {
    display: inline-block;
  }
  .oshi-casino-yxfq7o {
    margin: 0;
    width: 100%;
  }
  .oshi-casino-bpx0g9 {
    width: 100%;
  }
  .oshi-casino-bpx0g9.oshi-casino-s0iqbh {
    -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%;
  }
  .oshi-casino-bpx0g9.oshi-casino-s0iqbh .oshi-casino-a86re5 {
    width: 100%;
  }
  .oshi-casino-bpx0g9.oshi-casino-s0iqbh .oshi-casino-a86re5:not(:last-child) {
    margin-right: 0;
  }
  .oshi-casino-tz76n0 {
    width: 100%;
    text-align: center;
  }
  .oshi-casino-7pfck7.oshi-casino-u1dk7b .oshi-casino-bpx0g9 {
    margin-top: 1rem;
  }
  .oshi-casino-9rd0bf {
    grid-template-columns: repeat(3, 1fr);
  }
  .oshi-casino-70mdpg,
  .oshi-casino-9ampfl {
    grid-template-columns: repeat(2, 1fr);
  }
  .oshi-casino-l6kh36,
  .oshi-casino-4cg9qj,
  .oshi-casino-x3z582 {
    grid-template-columns: 1fr;
  }
  .oshi-casino-ub18vx {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .oshi-casino-0rr6m5 {
    min-width: 300px;
    max-width: 325px;
  }
  .oshi-casino-8kk9bo {
    cursor: auto;
  }
  .oshi-casino-9kbif4 .oshi-casino-8kk9bo {
    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;
  }
  .oshi-casino-2a39rw {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .oshi-casino-85dmdz {
    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) {
  .oshi-casino-2a39rw {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.oshi-casino-zhyxk5 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .oshi-casino-4puz7y {
    margin: 0 -0.2rem;
  }
  .oshi-casino-zhyxk5 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .oshi-casino-v8nd20 {
    -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;
  }
  .oshi-casino-wib8z5 {
    max-width: 100%;
  }
  .oshi-casino-9rd0bf {
    grid-template-columns: repeat(2, 1fr);
  }
  .oshi-casino-70mdpg,
  .oshi-casino-9ampfl {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .oshi-casino-u54cwo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .oshi-casino-4puz7y {
    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;
  }
  .oshi-casino-x0lgwn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .oshi-casino-lity0h {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .oshi-casino-yotezr,
  .oshi-casino-jrsnkp {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .oshi-casino-o7d054 {
    width: 100%;
  }
  .oshi-casino-9rd0bf {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .oshi-casino-2a39rw {
    top: 127px !important;
  }
}

.oshi-casino-25vkxk {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .oshi-casino-25vkxk {
  }
}

@media (max-width: 767px) {
  .oshi-casino-25vkxk {
    margin-bottom: 12px;
  }
}

.oshi-casino-25vkxk img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.oshi-casino-f2d9yh {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.oshi-casino-f2d9yh > .oshi-casino-i1mvob {
  flex: 1 1;
}

@media (max-width: 767px) {
  .oshi-casino-f2d9yh {
    flex-direction: column;
    gap: 12px;
  }
}

.oshi-casino-iwwlgn {
  display: flex;
}

.oshi-casino-iwwlgn .oshi-casino-xn7rvg {
  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;
}

.oshi-casino-iwwlgn .oshi-casino-cyi5jl {
  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;
}

.oshi-casino-iwwlgn .oshi-casino-suo6r6 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.oshi-casino-iwwlgn .oshi-casino-jwf3fk {
  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));
  }
}

.oshi-casino-iwwlgn .oshi-casino-jwf3fk:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.oshi-casino-iwwlgn .oshi-casino-zkfvej {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.oshi-casino-a127ju {
  border: unset;
  background-color: unset;
}

.oshi-casino-a127ju tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.oshi-casino-a127ju .oshi-casino-yqmo6a,
.oshi-casino-a127ju .oshi-casino-c5r2gc {
  flex: 0 1 330px;
}

.oshi-casino-a127ju .oshi-casino-r7n58w {
  flex: 1 1;
}

.oshi-casino-a127ju tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.oshi-casino-a127ju tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.oshi-casino-a127ju tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.oshi-casino-a127ju tr td p {
  color: #fff;
  margin: 0;
}

.oshi-casino-a127ju tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.oshi-casino-a127ju tr.oshi-casino-yqmo6a td p {
  padding: 16px 0;
}

.oshi-casino-a127ju tr.oshi-casino-yqmo6a td p:not(:last-child),
.oshi-casino-a127ju tr.oshi-casino-c5r2gc td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.oshi-casino-a127ju tr.oshi-casino-yqmo6a td p:first-child,
.oshi-casino-a127ju tr.oshi-casino-c5r2gc td p:first-child {
  padding-top: 0;
}

.oshi-casino-a127ju tr.oshi-casino-c5r2gc td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.oshi-casino-a127ju tr.oshi-casino-c5r2gc td p:last-child {
  padding-bottom: 0;
}

.oshi-casino-a127ju .oshi-casino-c5r2gc img {
  max-width: 32px;
}

.oshi-casino-a127ju .oshi-casino-r7n58w {
  min-width: 718px;
}

.oshi-casino-a127ju .oshi-casino-r7n58w td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.oshi-casino-a127ju .oshi-casino-r7n58w td {
  display: flex;
}

.oshi-casino-a127ju .oshi-casino-r7n58w td:last-child .oshi-casino-t77n18,
.oshi-casino-a127ju .oshi-casino-r7n58w td:last-child .oshi-casino-80tba5,
.oshi-casino-a127ju .oshi-casino-r7n58w td:last-child .oshi-casino-zqbx5d {
  flex: 1 1 50%;
}

.oshi-casino-a127ju .oshi-casino-r7n58w td:last-child .oshi-casino-eip64u {
  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;
}

.oshi-casino-a127ju .oshi-casino-r7n58w td:last-child .oshi-casino-i40lf5,
.oshi-casino-a127ju .oshi-casino-r7n58w td:last-child .oshi-casino-kthexa {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.oshi-casino-a127ju .oshi-casino-r7n58w td:last-child .oshi-casino-t77n18,
.oshi-casino-a127ju .oshi-casino-r7n58w td:last-child .oshi-casino-80tba5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.oshi-casino-a127ju .oshi-casino-r7n58w td:last-child .oshi-casino-t77n18 span,
.oshi-casino-a127ju .oshi-casino-r7n58w td:last-child .oshi-casino-80tba5 span {
  font-weight: 800;
}

.oshi-casino-a127ju .oshi-casino-r7n58w img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .oshi-casino-a127ju .oshi-casino-r7n58w td .oshi-casino-zqbx5d:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .oshi-casino-a127ju tr.oshi-casino-yqmo6a td p:last-child {
    padding-bottom: 0;
  }
  .oshi-casino-a127ju .oshi-casino-c5r2gc > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .oshi-casino-a127ju .oshi-casino-c5r2gc > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .oshi-casino-a127ju tr.oshi-casino-yqmo6a td p:not(:last-child),
  .oshi-casino-a127ju tr.oshi-casino-c5r2gc td p:not(:last-child) {
    border-bottom: unset;
  }
  .oshi-casino-a127ju tr.oshi-casino-c5r2gc td p:last-child {
    padding-bottom: 12px;
  }
  .oshi-casino-a127ju .oshi-casino-r7n58w td:last-child .oshi-casino-t77n18,
  .oshi-casino-a127ju .oshi-casino-r7n58w td:last-child .oshi-casino-80tba5,
  .oshi-casino-a127ju .oshi-casino-r7n58w td:last-child .oshi-casino-zqbx5d {
    flex: 1 1 50%;
    padding: 0;
  }
  .oshi-casino-a127ju .oshi-casino-r7n58w td:last-child .oshi-casino-t77n18,
  .oshi-casino-a127ju .oshi-casino-r7n58w td:last-child .oshi-casino-80tba5 {
    margin-top: 16px;
  }
  .oshi-casino-a127ju .oshi-casino-r7n58w td:last-child .oshi-casino-zqbx5d {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .oshi-casino-a127ju .oshi-casino-r7n58w td:last-child .oshi-casino-t77n18 {
    border-right: 1px solid var(--border-color);
  }
  .oshi-casino-a127ju .oshi-casino-r7n58w td:last-child .oshi-casino-zqbx5d:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .oshi-casino-a127ju .oshi-casino-r7n58w td:last-child .oshi-casino-zqbx5d:last-child {
    padding-bottom: 0;
  }
}

.oshi-casino-zqbx5d {
  display: flex;
  flex-direction: column;
}

.oshi-casino-a127ju .oshi-casino-r7n58w td .oshi-casino-zqbx5d {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.oshi-casino-a127ju .oshi-casino-r7n58w td .oshi-casino-zqbx5d:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.oshi-casino-a127ju .oshi-casino-r7n58w td .oshi-casino-zqbx5d:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .oshi-casino-a127ju .oshi-casino-r7n58w td .oshi-casino-zqbx5d:not(:first-child) {
    padding-left: 0;
  }
  .oshi-casino-a127ju .oshi-casino-r7n58w td .oshi-casino-zqbx5d:not(:last-of-type) {
    border-right: unset;
  }
}

.oshi-casino-a127ju .oshi-casino-v37otj {
  flex: 0 1 485px;
}

.oshi-casino-a127ju .oshi-casino-wgpjjd {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.oshi-casino-a127ju .oshi-casino-wgpjjd li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.oshi-casino-a127ju .oshi-casino-wgpjjd li.oshi-casino-x8r9i3 {
  padding: 6px 12px;
}

.oshi-casino-a127ju .oshi-casino-wgpjjd li a,
.oshi-casino-a127ju .oshi-casino-wgpjjd 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;
}

.oshi-casino-a127ju .oshi-casino-2gsl7p,
.oshi-casino-a127ju .oshi-casino-gwdmj1 {
  flex: 1 1;
}

.oshi-casino-a127ju .oshi-casino-bawhbd,
.oshi-casino-a127ju .oshi-casino-lbkdit {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.oshi-casino-a127ju .oshi-casino-bawhbd li,
.oshi-casino-a127ju .oshi-casino-lbkdit li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.oshi-casino-a127ju .oshi-casino-gwdmj1 img {
  max-width: 32px;
}

.oshi-casino-a127ju .oshi-casino-2gsl7p img {
  max-width: 32px;
}

.oshi-casino-a127ju .oshi-casino-fd8yin {
  min-width: 280px;
}

.oshi-casino-a127ju .oshi-casino-fd8yin img {
  max-width: 146px;
}

.oshi-casino-a127ju .oshi-casino-fd8yin td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .oshi-casino-a127ju .oshi-casino-yqmo6a,
  .oshi-casino-a127ju .oshi-casino-c5r2gc {
    flex: 0 1 auto;
  }
  .oshi-casino-a127ju .oshi-casino-r7n58w {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .oshi-casino-a127ju .oshi-casino-yqmo6a,
  .oshi-casino-a127ju .oshi-casino-v37otj,
  .oshi-casino-a127ju .oshi-casino-c5r2gc,
  .oshi-casino-a127ju .oshi-casino-r7n58w {
    flex: 1 1 calc(50% - 20px);
  }
  .oshi-casino-a127ju .oshi-casino-2gsl7p,
  .oshi-casino-a127ju .oshi-casino-fd8yin,
  .oshi-casino-a127ju .oshi-casino-gwdmj1 {
    flex: 1 1 30%;
  }
  .oshi-casino-a127ju .oshi-casino-fd8yin {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .oshi-casino-a127ju .oshi-casino-yqmo6a,
  .oshi-casino-a127ju .oshi-casino-v37otj,
  .oshi-casino-a127ju .oshi-casino-2gsl7p,
  .oshi-casino-a127ju .oshi-casino-c5r2gc,
  .oshi-casino-a127ju .oshi-casino-r7n58w,
  .oshi-casino-a127ju .oshi-casino-fd8yin,
  .oshi-casino-a127ju .oshi-casino-gwdmj1 {
    flex: 1 1 100%;
  }
}

.oshi-casino-eg9z0b .oshi-casino-85y7ba {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.oshi-casino-eg9z0b .oshi-casino-rxku04 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.oshi-casino-eg9z0b .oshi-casino-t7ejb1 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.oshi-casino-eg9z0b .oshi-casino-8os81o {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.oshi-casino-eg9z0b .oshi-casino-8os81o > :nth-child(3) {
  margin-top: 0;
}

.oshi-casino-eg9z0b .oshi-casino-ma3lo4 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.oshi-casino-eg9z0b .oshi-casino-4moo7o {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.oshi-casino-eg9z0b .oshi-casino-iuw7vn {
  grid-column: 1/2;
}

.oshi-casino-eg9z0b > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.oshi-casino-eg9z0b .oshi-casino-rxku04: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;
}

.oshi-casino-eg9z0b .oshi-casino-rxku04:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.oshi-casino-eg9z0b .oshi-casino-o7d054 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .oshi-casino-eg9z0b .oshi-casino-rxku04:not(:last-child):before {
    bottom: 8px;
  }
  .oshi-casino-eg9z0b .oshi-casino-rxku04:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .oshi-casino-eg9z0b .oshi-casino-8os81o {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .oshi-casino-eg9z0b .oshi-casino-ma3lo4 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .oshi-casino-eg9z0b .oshi-casino-ma3lo4 img {
    width: 100%;
    height: auto;
  }
  .oshi-casino-eg9z0b .oshi-casino-o7d054 {
    width: 100%;
    min-width: unset;
  }
}

.oshi-casino-7t3zjg .oshi-casino-34oyxf {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.oshi-casino-7t3zjg .oshi-casino-7ewxz2 {
  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;
}

.oshi-casino-7t3zjg .oshi-casino-ma3lo4 {
  height: 100%;
}

.oshi-casino-7t3zjg .oshi-casino-ma3lo4 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.oshi-casino-7t3zjg .oshi-casino-jeoltf {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.oshi-casino-7t3zjg .oshi-casino-6k4euy {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.oshi-casino-7t3zjg .oshi-casino-kh8wao {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .oshi-casino-7t3zjg .oshi-casino-7ewxz2 {
    flex: 1 1 100%;
  }
  .oshi-casino-7t3zjg .oshi-casino-vzqfmy {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .oshi-casino-7t3zjg .oshi-casino-7ewxz2 {
    flex-direction: column;
  }
  .oshi-casino-7t3zjg .oshi-casino-ma3lo4 {
    width: 100%;
    height: auto;
  }
  .oshi-casino-7t3zjg .oshi-casino-ma3lo4 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .oshi-casino-7t3zjg .oshi-casino-jeoltf {
    padding: 0 16px 16px 16px;
  }
  .oshi-casino-7t3zjg .oshi-casino-vzqfmy {
    min-width: unset;
    width: 100%;
  }
}

.oshi-casino-98on3c .oshi-casino-9kmlv9 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.oshi-casino-98on3c .oshi-casino-s4ts8l {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.oshi-casino-98on3c 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;
}

.oshi-casino-98on3c .oshi-casino-kdzyq9 {
  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;
}

.oshi-casino-98on3c .oshi-casino-s4ts8l:hover .oshi-casino-kdzyq9 {
  display: flex;
}

.oshi-casino-98on3c .oshi-casino-jia4wq {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.oshi-casino-98on3c .oshi-casino-w9loqv {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.oshi-casino-aen4us {
  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;
}

.oshi-casino-aen4us.oshi-casino-f2hqj3 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.oshi-casino-61qtz6 ease-in-out;
}

.oshi-casino-aen4us.oshi-casino-f2hqj3:hover {
  color: #f9cb16;
  background-color: transparent;
}

.oshi-casino-98on3c .oshi-casino-f5j6vo {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.oshi-casino-61qtz6 ease-in-out;
}

.oshi-casino-98on3c .oshi-casino-f5j6vo:hover {
  color: #196948;
  background-color: #f9cb16;
}

.oshi-casino-98on3c .oshi-casino-f5j6vo:after,
.oshi-casino-aen4us.oshi-casino-f2hqj3:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.oshi-casino-aen4us.oshi-casino-f2hqj3:after {
  background-image: url(../images/Cash.svg);
}

.oshi-casino-98on3c .oshi-casino-f5j6vo:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .oshi-casino-98on3c .oshi-casino-9kmlv9 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .oshi-casino-98on3c .oshi-casino-9kmlv9 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .oshi-casino-98on3c .oshi-casino-9kmlv9 {
    grid-template-columns: 1fr;
  }
  .oshi-casino-98on3c .oshi-casino-s4ts8l {
    height: auto;
  }
  .oshi-casino-98on3c .oshi-casino-s4ts8l .oshi-casino-kdzyq9 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .oshi-casino-98on3c .oshi-casino-jia4wq,
  .oshi-casino-98on3c .oshi-casino-w9loqv {
    text-align: left;
  }
  .oshi-casino-98on3c .oshi-casino-w9loqv {
    margin-bottom: 8px;
  }
  .oshi-casino-98on3c img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.oshi-casino-nu53av {
  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;
}

.oshi-casino-nu53av.oshi-casino-yy3ac7 {
  display: block;
}

.oshi-casino-nu53av .oshi-casino-ef15m2 {
  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;
}

.oshi-casino-nu53av .oshi-casino-2owitg {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.oshi-casino-nu53av .oshi-casino-13xf94 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.oshi-casino-nu53av .oshi-casino-o9eo10 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.oshi-casino-nu53av .oshi-casino-aen4us {
  min-width: 296px;
  margin-bottom: 0;
}

.oshi-casino-nu53av .oshi-casino-ajs9in {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.oshi-casino-nu53av .oshi-casino-2tjb7i {
  position: relative;
  flex: 1 1;
}

.oshi-casino-nu53av .oshi-casino-2tjb7i iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .oshi-casino-nu53av .oshi-casino-2owitg {
    flex-wrap: wrap;
    gap: 8px;
  }
  .oshi-casino-nu53av .oshi-casino-13xf94 {
    order: 1;
  }
  .oshi-casino-nu53av .oshi-casino-o9eo10 {
    order: 3;
    flex: 1 1 100%;
  }
  .oshi-casino-nu53av .oshi-casino-aen4us {
    width: 100%;
    min-width: unset;
  }
  .oshi-casino-nu53av .oshi-casino-ajs9in {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .oshi-casino-r79j6d > .oshi-casino-kxxkju {
    margin-bottom: 0;
  }
  .oshi-casino-r79j6d > .oshi-casino-iuw7vn,
  .oshi-casino-r79j6d > p {
    margin-top: 0;
  }
}

.oshi-casino-hw4635 img,
.oshi-casino-zhyxk5 img {
  width: auto;
  object-fit: contain;
}

.oshi-casino-hw4635 {
  align-items: center;
}

.oshi-casino-hw4635 img {
  max-height: 76px;
}

.oshi-casino-zhyxk5 img {
  max-height: 64px;
}

.oshi-casino-egywre {
  overflow: auto;
}

.oshi-casino-xpwipw {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.oshi-casino-j254yr:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.oshi-casino-znvw0c {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.oshi-casino-3dregi {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.oshi-casino-znvw0c .oshi-casino-ma3lo4 {
  margin-right: 20px;
  flex-shrink: 0;
}

.oshi-casino-znvw0c img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.oshi-casino-28gksl {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.oshi-casino-28gksl > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .oshi-casino-znvw0c {
    padding: 15px 10px;
  }
  .oshi-casino-28gksl {
    padding: 15px 10px;
  }
  .oshi-casino-znvw0c .oshi-casino-ma3lo4 {
    margin-right: 10px;
  }
}

.oshi-casino-zkmd3q {
  overflow-x: auto;
}

.oshi-casino-dw68tx {
  border-collapse: collapse;
  width: 100%;
}

.oshi-casino-zkmd3q th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.oshi-casino-zkmd3q td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.oshi-casino-zkmd3q td.oshi-casino-6228hl {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.oshi-casino-zkmd3q td.oshi-casino-jpiive {
  border-right: none;
}

.oshi-casino-zkmd3q td.oshi-casino-jpiive .oshi-casino-ma3lo4 {
  justify-content: flex-start;
}

.oshi-casino-zkmd3q td.oshi-casino-jpiive .oshi-casino-ma3lo4 img {
  height: auto;
  width: 90px;
}

.oshi-casino-zkmd3q td.oshi-casino-cghxdr,
.oshi-casino-zkmd3q td.oshi-casino-tgyi1b {
  font-weight: 600;
  text-align: right;
}

.oshi-casino-zkmd3q td.oshi-casino-32ll6t,
.oshi-casino-zkmd3q td.oshi-casino-cghxdr {
  padding-bottom: 10px;
  border-bottom: none;
}

.oshi-casino-zkmd3q td.oshi-casino-cghxdr,
.oshi-casino-zkmd3q td.oshi-casino-tgyi1b {
  border-left: none;
}

.oshi-casino-zkmd3q td.oshi-casino-32ll6t,
.oshi-casino-zkmd3q td.oshi-casino-nlucpu {
  border-right: none;
}

.oshi-casino-zkmd3q td.oshi-casino-nlucpu,
.oshi-casino-zkmd3q td.oshi-casino-tgyi1b {
  border-top: none;
  padding-top: 10px;
}

.oshi-casino-1forp4 {
  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;
}

.oshi-casino-1forp4 .oshi-casino-vzqfmy {
  min-width: unset;
  width: 100%;
}

.oshi-casino-1forp4 .oshi-casino-vzqfmy.oshi-casino-62qb20 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.oshi-casino-1forp4 .oshi-casino-vzqfmy.oshi-casino-oonirl {
  grid-column: 2/3;
  grid-row: 1/2;
}

.oshi-casino-1forp4 .oshi-casino-6mbza3 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .oshi-casino-1forp4 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .oshi-casino-1forp4 .oshi-casino-vzqfmy.oshi-casino-62qb20 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .oshi-casino-1forp4 .oshi-casino-vzqfmy.oshi-casino-oonirl {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .oshi-casino-1forp4 .oshi-casino-6mbza3 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.oshi-casino-s6utzj {
  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;
}

.oshi-casino-8k05ds {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.oshi-casino-efswrv p a img {
  margin: 0 auto;
  display: block;
}

.oshi-casino-efswrv table {
  margin-bottom: 17px;
}

/* contanct form */
.oshi-casino-0w71p0 {
  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;
}

.oshi-casino-0w71p0 label {
  font-size: 14px;
}

.oshi-casino-0w71p0 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.oshi-casino-0w71p0 input,
.oshi-casino-0w71p0 textarea,
.oshi-casino-0w71p0 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;
}
.oshi-casino-0w71p0 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.oshi-casino-61qtz6 ease;
}
.oshi-casino-0w71p0 button:hover {
  background-color: #691204;
}
.oshi-casino-k62s8r {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.oshi-casino-uwfj9s ease-in;
}

.oshi-casino-k62s8r 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;
}
.oshi-casino-0ru7vr, .oshi-casino-zgv092, [class*="review-card"],
thead, thead th, table th, .oshi-casino-76vqrt,
.oshi-casino-mb0m21, [class*="collapsible-header"],
.oshi-casino-ldy0hp, [class*="updated-block"] {
  color: #ece7dc !important;
}
