@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);
}

.dailyspins-c6yzgb {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.dailyspins-06jvq0 {
  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.dailyspins-8n7zzg,
ul.dailyspins-8n7zzg {
  padding-left: 20px;
}

ul.dailyspins-8n7zzg {
  list-style: disc;
}

ol.dailyspins-8n7zzg {
  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;
  }
}

.dailyspins-4cm33w > .dailyspins-atxf22,
.dailyspins-4cm33w > .dailyspins-jw53sw,
.dailyspins-4cm33w > blockquote,
.dailyspins-4cm33w > h1,
.dailyspins-4cm33w > h2,
.dailyspins-4cm33w > h3,
.dailyspins-4cm33w > h4,
.dailyspins-4cm33w > h5,
.dailyspins-4cm33w > h6,
.dailyspins-4cm33w > ol,
.dailyspins-4cm33w > p,
.dailyspins-4cm33w > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.dailyspins-4cm33w > ol,
.dailyspins-4cm33w > ul {
  padding-left: 50px;
}

.dailyspins-4cm33w 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;
}

.dailyspins-4cm33w:not(:last-child) {
  margin-bottom: 2rem;
}

.dailyspins-4cm33w > :not(:first-child) {
  margin-top: 2rem;
}

.dailyspins-4cm33w {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.dailyspins-4cm33w:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .dailyspins-4cm33w:first-child {
    margin-top: 20px;
  }
}

.dailyspins-4cm33w > p:last-of-type {
  margin-bottom: 32px;
}

.dailyspins-4cm33w > .dailyspins-9qz4hc:not(:first-child) {
  margin: 64px auto 16px auto;
}

.dailyspins-3s3do4 > .dailyspins-9qz4hc {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.dailyspins-jw53sw {
  overflow: auto;
}

.dailyspins-jw53sw::-webkit-scrollbar {
  height: 5px;
}

.dailyspins-jw53sw table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.dailyspins-jw53sw table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.dailyspins-jw53sw table thead,
table thead {
  border-bottom: none;
}

.dailyspins-jw53sw table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.dailyspins-jw53sw table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.dailyspins-jw53sw table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.dailyspins-jw53sw .dailyspins-w3rruo {
  table-layout: auto;
}

.dailyspins-jw53sw .dailyspins-w3rruo th {
  word-break: normal;
}

.dailyspins-jw53sw .dailyspins-w3rruo td {
  word-break: normal;
}

.dailyspins-c6yzgb .dailyspins-c6yzgb {
  padding-right: 0;
  padding-left: 0;
}

.dailyspins-gop0vl {
  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;
}

.dailyspins-izzpts {
  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;
}

.dailyspins-bnhcp2 {
  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;
}

.dailyspins-atxf22 {
  margin-top: 24px;
}

.dailyspins-atxf22.dailyspins-bhfhfc {
  text-align: left;
}

.dailyspins-atxf22.dailyspins-y7iibr {
  text-align: right;
}

.dailyspins-atxf22.dailyspins-0486x5 {
  text-align: center;
}

.dailyspins-h35hk2 {
  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.dailyspins-fqi822 ease-in-out;
  cursor: pointer;
}

.dailyspins-h35hk2:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.dailyspins-h35hk2 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .dailyspins-h35hk2 {
    min-width: unset;
  }
}

.dailyspins-udq3nr {
  background-color: var(--fh-bg-color);
}

.dailyspins-209j9e {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.dailyspins-qm6uwb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80px;
}

.dailyspins-qm6uwb img {
  max-height: 44px;
  object-fit: contain;
}

.dailyspins-rm86e0 {
  flex: 1 1;
}

.dailyspins-kfjgoc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.dailyspins-turr1y {
  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;
}

.dailyspins-turr1y 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;
}

.dailyspins-turr1y.dailyspins-aa218n span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.dailyspins-turr1y.dailyspins-aa218n span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.dailyspins-turr1y.dailyspins-aa218n span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.dailyspins-rm86e0 + .dailyspins-kfjgoc {
  margin-left: 20px;
}

.dailyspins-nhbuof {
  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;
}

.dailyspins-nhbuof > svg {
  max-width: 24px;
  max-height: 24px;
}

.dailyspins-nhbuof + .dailyspins-nhbuof {
  margin-left: 5px;
}

.dailyspins-r49f80 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.dailyspins-r49f80:hover {
  background-color: var(--button-bg-hover);
}

.dailyspins-x9y3ct {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.dailyspins-fqi822 ease-in-out;
  border: 1px solid var(--border-color);
}

.dailyspins-x9y3ct:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.dailyspins-yf6wv3 {
  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) {
  .dailyspins-rm86e0 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .dailyspins-yf6wv3 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .dailyspins-rm86e0 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .dailyspins-nhbuof {
    min-width: unset;
    flex: 1 1;
  }
}

.dailyspins-vd54tj {
  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;
}

.dailyspins-vd54tj:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.dailyspins-vd54tj:hover .dailyspins-1e858p {
  opacity: 1;
  pointer-events: auto;
}

.dailyspins-3e0zqp {
  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.dailyspins-kl2dtt ease-in-out;
  gap: 4px;
}

.dailyspins-3e0zqp > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.dailyspins-3e0zqp .dailyspins-gop0vl img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.dailyspins-u9ynae,
.dailyspins-3e0zqp:hover {
  color: var(--button-bg-hover);
}

.dailyspins-44vp2c {
  position: relative;
}

.dailyspins-44vp2c .dailyspins-3e0zqp {
  margin-right: 0;
  padding-right: 4px;
}

.dailyspins-bwioz0 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.dailyspins-44vp2c.dailyspins-aa218n .dailyspins-bwioz0 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.dailyspins-44vp2c.dailyspins-aa218n .dailyspins-1e858p {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.dailyspins-44vp2c.dailyspins-aa218n .dailyspins-1e858p::before {
  display: none;
}

.dailyspins-bwioz0 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.dailyspins-1e858p {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.dailyspins-vfcpg8 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.dailyspins-1e858p::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.dailyspins-1e858p:hover {
  color: var(--fh-bg-color);
}

.dailyspins-kqiex2 {
  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.dailyspins-vfcpg8 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.dailyspins-kl2dtt ease-in-out;
  -o-transition: 0.dailyspins-kl2dtt ease-in-out;
  transition: 0.dailyspins-kl2dtt ease-in-out;
}

.dailyspins-kqiex2 .dailyspins-gop0vl img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.dailyspins-09vxb9,
.dailyspins-kqiex2:hover {
  color: var(--button-bg-hover);
}

.dailyspins-r5kdwz {
  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%;
}

.dailyspins-r5kdwz.dailyspins-jb3d9z {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.dailyspins-r5kdwz.dailyspins-jb3d9z:after,
.dailyspins-r5kdwz.dailyspins-jb3d9z:before {
  content: "";
  position: absolute;
  margin: auto;
}

.dailyspins-r5kdwz.dailyspins-jb3d9z: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);
  }
}

.dailyspins-r5kdwz.dailyspins-jb3d9z:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.dailyspins-r5kdwz.dailyspins-jb3d9z > * {
  z-index: 1;
}

.dailyspins-r5kdwz b,
.dailyspins-r5kdwz strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.dailyspins-r5kdwz .dailyspins-phf2t6 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.dailyspins-r5kdwz .dailyspins-8rtahf {
  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;
}

.dailyspins-r5kdwz .dailyspins-gop0vl {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.dailyspins-r5kdwz .dailyspins-ermjhm {
  margin-top: 12px;
}

.dailyspins-ermjhm {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.dailyspins-leq3dm {
  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;
}

.dailyspins-ermjhm .dailyspins-cnoder {
  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.dailyspins-fqi822 ease-in-out;
}

.dailyspins-ermjhm .dailyspins-cnoder:hover {
  background: rgba(255, 255, 255, 0.3);
}

.dailyspins-edi1ty {
  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;
}

.dailyspins-r5kdwz.dailyspins-d7qdil {
  gap: 12px;
  padding: 16px;
}

.dailyspins-r5kdwz.dailyspins-d7qdil .dailyspins-edi1ty {
  min-width: 240px;
}

.dailyspins-r5kdwz.dailyspins-d7qdil .dailyspins-edi1ty.dailyspins-8h9w93 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .dailyspins-r5kdwz .dailyspins-phf2t6 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .dailyspins-r5kdwz .dailyspins-8rtahf {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .dailyspins-r5kdwz .dailyspins-gop0vl {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .dailyspins-r5kdwz.dailyspins-d7qdil .dailyspins-gop0vl {
    max-width: 126px;
  }
  .dailyspins-r5kdwz .dailyspins-ermjhm {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .dailyspins-r5kdwz .dailyspins-leq3dm {
    max-width: unset;
  }
  .dailyspins-edi1ty {
    min-width: unset;
    width: 100%;
  }
  .dailyspins-r5kdwz .dailyspins-edi1ty {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .dailyspins-r5kdwz.dailyspins-d7qdil {
    grid-template-rows: auto 1fr auto;
  }
  .dailyspins-r5kdwz.dailyspins-d7qdil .dailyspins-edi1ty {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .dailyspins-r5kdwz {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .dailyspins-r5kdwz .dailyspins-phf2t6 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .dailyspins-r5kdwz .dailyspins-gop0vl {
    max-width: 78px;
  }
  .dailyspins-r5kdwz .dailyspins-ermjhm {
    margin-top: -12px;
  }
  .dailyspins-r5kdwz.dailyspins-d7qdil {
    gap: 8px;
  }
  .dailyspins-r5kdwz.dailyspins-d7qdil .dailyspins-phf2t6 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .dailyspins-r5kdwz.dailyspins-d7qdil .dailyspins-8rtahf {
    grid-column: 1/3;
  }
  .dailyspins-r5kdwz.dailyspins-d7qdil .dailyspins-gop0vl {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .dailyspins-r5kdwz.dailyspins-d7qdil .dailyspins-gop0vl img {
    max-width: 114px;
  }
}

.dailyspins-edi1ty.dailyspins-vad67l,
.dailyspins-edi1ty.dailyspins-a1zu5w,
.dailyspins-edi1ty.dailyspins-1932t7 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.dailyspins-fqi822 ease-in-out;
}

.dailyspins-edi1ty.dailyspins-vad67l,
.dailyspins-edi1ty.dailyspins-1932t7 {
  padding: 10px;
}

.dailyspins-edi1ty.dailyspins-vad67l:hover,
.dailyspins-edi1ty.dailyspins-a1zu5w:hover,
.dailyspins-edi1ty.dailyspins-1932t7:hover {
  background: var(--button-bg-hover);
}

.dailyspins-edi1ty.dailyspins-vad67l:hover svg path,
.dailyspins-edi1ty.dailyspins-1932t7:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.dailyspins-edi1ty.dailyspins-8h9w93 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.dailyspins-fqi822 ease-in-out;
  background: var(--button-bg-color);
}

.dailyspins-edi1ty.dailyspins-8h9w93:hover {
  background-color: var(--button-bg-hover);
}

.dailyspins-edi1ty.dailyspins-a1zu5w: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);
  }
}

.dailyspins-edi1ty.dailyspins-a1zu5w:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.dailyspins-edi1ty.dailyspins-8h9w93:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.dailyspins-9p7hym {
  max-width: 650px;
}

.dailyspins-17sp9u {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.dailyspins-9358t3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.dailyspins-8ec9mo {
  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.dailyspins-kl2dtt ease-in-out;
  cursor: pointer;
}

.dailyspins-8ec9mo:hover {
  opacity: 0.5;
}

.dailyspins-8ec9mo:focus {
  outline: 0;
}

.dailyspins-8ec9mo:focus .dailyspins-i7gaae,
.dailyspins-8ec9mo:hover .dailyspins-i7gaae {
  fill: red;
  fill-opacity: 1;
}

.dailyspins-8ec9mo:hover {
  cursor: pointer;
}

.dailyspins-0srbzk {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.dailyspins-9p7hym.dailyspins-0486x5 {
  margin: 0 auto;
}

.dailyspins-9p7hym.dailyspins-y7iibr {
  margin-left: auto;
}

.dailyspins-re521q {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.dailyspins-kjvsq5 {
  padding-bottom: 50px;
}

.dailyspins-3g26qk {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.dailyspins-t7yzrl {
  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;
}

.dailyspins-lo0otf {
  margin-top: 24px;
}

.dailyspins-hbfj2x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dailyspins-3l4rla {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.dailyspins-zrunm1 {
  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;
}

.dailyspins-n9hsxm {
  width: 468px;
}

.dailyspins-zrunm1 .dailyspins-1e858p {
  margin: 0.dailyspins-5mqbmo 0;
}

.dailyspins-u7x8hh {
  display: flex;
  min-width: 224px;
}

.dailyspins-hc8ujk {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.dailyspins-kl2dtt ease-in-out;
}

.dailyspins-8k0fef,
.dailyspins-hc8ujk:hover {
  color: var(--text-color);
}

.dailyspins-i135ht {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.dailyspins-ifk8ar {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .dailyspins-re521q {
    padding: 16px;
  }
  .dailyspins-i135ht {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .dailyspins-ifk8ar {
    align-items: center;
  }
  .dailyspins-n9hsxm {
    width: unset;
  }
  .dailyspins-u7x8hh {
    min-width: unset;
  }
  .dailyspins-zrunm1 {
    max-height: unset;
  }
  .dailyspins-3g26qk {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .dailyspins-re521q {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.dailyspins-c7evz9 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.dailyspins-c7evz9:not(:last-child) {
  margin-bottom: 16px;
}

.dailyspins-0t4nop {
  outline: 0;
}

.dailyspins-0t4nop .dailyspins-ocf6ae {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.dailyspins-c7afxd {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .dailyspins-c7afxd {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.dailyspins-c7afxd::-webkit-details-marker {
  display: none;
}

.dailyspins-c7afxd: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;
}

.dailyspins-c7afxd: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] .dailyspins-c7afxd:after {
  transform: unset;
}

.dailyspins-ocf6ae {
  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);
}

.dailyspins-ocf6ae 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.dailyspins-kl2dtt ease-in-out;
  -o-transition: 0.dailyspins-kl2dtt ease-in-out;
  transition: 0.dailyspins-kl2dtt ease-in-out;
}

.dailyspins-w0vtf6 {
  padding: 16px 0 0 0;
}

.dailyspins-w0vtf6 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .dailyspins-w0vtf6 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .dailyspins-c7afxd {
    flex-wrap: wrap;
    gap: 12px;
  }
  .dailyspins-c7afxd::after {
    margin-left: auto;
  }
  .dailyspins-ocf6ae {
    order: 3;
    flex: 1 1 100%;
  }
  .dailyspins-c7afxd {
    font-size: 14px;
    line-height: 130%;
  }
  .dailyspins-ocf6ae svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.dailyspins-g5jyyd {
  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;
}

.dailyspins-4iwesv {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.dailyspins-g5jyyd.dailyspins-aa218n .dailyspins-4iwesv {
  margin-bottom: 12px;
}

.dailyspins-4iwesv::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;
}

.dailyspins-g5jyyd.dailyspins-aa218n .dailyspins-4iwesv::after {
  transform: unset;
}

.dailyspins-z86y32 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.dailyspins-uh90a7 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.dailyspins-kl2dtt ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.dailyspins-uh90a7: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;
}

.dailyspins-g5jyyd.dailyspins-aa218n .dailyspins-z86y32 {
  max-height: 100%;
}

.dailyspins-on971b {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.dailyspins-tkgqor {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.dailyspins-zycbh8 {
  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;
}

.dailyspins-5qkp5s {
  margin-right: 4px;
}

.dailyspins-qetgit {
  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.dailyspins-kl2dtt ease-in-out;
}

.dailyspins-qetgit svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.dailyspins-5fkrf6,
.dailyspins-qetgit:hover {
  color: var(--text-color);
}

.dailyspins-74yojq {
  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;
}

.dailyspins-74yojq img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.dailyspins-74yojq .dailyspins-jxacss {
  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;
}

.dailyspins-74yojq .dailyspins-fl6gge {
  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;
}

.dailyspins-dhidty {
  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;
}

.dailyspins-dcyg44 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.dailyspins-0uedn2 .dailyspins-c6yzgb {
  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;
}

.dailyspins-0uedn2 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.dailyspins-15dk57 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.dailyspins-e1103k {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.dailyspins-k87r8c {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.dailyspins-gza0n0 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;
}

.dailyspins-k87r8c:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.dailyspins-vkwym6 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.dailyspins-6p83gb {
  -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.dailyspins-kl2dtt ease-in-out;
  transition: transform 0.dailyspins-kl2dtt ease-in-out;
  -o-transition: transform 0.dailyspins-kl2dtt ease-in-out;
  transition:
    transform 0.dailyspins-kl2dtt ease-in-out,
    -webkit-transform 0.dailyspins-kl2dtt ease-in-out;
  cursor: pointer;
}

.dailyspins-6p83gb svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.dailyspins-6p83gb: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;
}

.dailyspins-3319a2 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .dailyspins-3319a2 {
    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);
}

.dailyspins-w2yuk1 {
  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;
}

.dailyspins-ln6r1i {
  position: relative;
  width: 100%;
}

.dailyspins-w2yuk1.dailyspins-gmwpg7 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.dailyspins-w2yuk1.dailyspins-0486x5 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dailyspins-w2yuk1.dailyspins-y7iibr {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.dailyspins-c7hj5l {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.dailyspins-tpg2tw {
  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.dailyspins-kl2dtt ease-in-out;
  cursor: pointer;
}

.dailyspins-tpg2tw:hover {
  opacity: 0.5;
}

.dailyspins-w2yuk1.dailyspins-fcrszg .dailyspins-tpg2tw {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.dailyspins-w2yuk1.dailyspins-fcrszg .dailyspins-c7hj5l {
  cursor: pointer;
}

.dailyspins-cfsd4h {
  fill: #0009;
}

.dailyspins-4ilkob {
  fill: #fff;
}

.dailyspins-tpg2tw:hover .dailyspins-cfsd4h {
  fill: red;
}

.dailyspins-tpg2tw svg path {
  -webkit-transition: 0.dailyspins-kl2dtt ease-in-out;
  -o-transition: 0.dailyspins-kl2dtt ease-in-out;
  transition: 0.dailyspins-kl2dtt ease-in-out;
}

.dailyspins-lpemim {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.dailyspins-lpemim > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.dailyspins-lpemim.dailyspins-43lhod > :not(.get-image) {
  grid-column: 1/3;
}

.dailyspins-rzpvgb:not(._h1-block) .dailyspins-lpemim > .dailyspins-9qz4hc {
  grid-row: 1/2;
  grid-column: 1/3;
}

.dailyspins-lpemim.dailyspins-43lhod .dailyspins-4yit2v {
  grid-column: 2/3;
}

.dailyspins-lpemim.dailyspins-43lhod > .dailyspins-gop0vl {
  grid-column: 1/2;
}

.dailyspins-lpemim.dailyspins-43lhod > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.dailyspins-lpemim > p:first-of-type {
  margin-top: 0;
}

.dailyspins-lpemim .dailyspins-gop0vl {
  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;
}

.dailyspins-rzpvgb:not(._h1-block) .dailyspins-9qz4hc ~ .dailyspins-gop0vl {
  grid-row: 2/10;
}

.dailyspins-rzpvgb.dailyspins-8v8ung .dailyspins-9qz4hc ~ .dailyspins-gop0vl {
  grid-row: 1/10;
}

.dailyspins-rzpvgb.dailyspins-8v8ung > .dailyspins-9qz4hc {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.dailyspins-rzpvgb.dailyspins-8v8ung .dailyspins-gop0vl {
  grid-row: 1/10;
}

.dailyspins-lpemim.dailyspins-kandx5 .dailyspins-gop0vl {
  align-items: flex-start;
}

.dailyspins-lpemim.dailyspins-0486x5 .dailyspins-4yit2v {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.dailyspins-lpemim.dailyspins-0486x5 .dailyspins-gop0vl {
  align-items: center;
}

.dailyspins-lpemim.dailyspins-vpz2im .dailyspins-gop0vl {
  align-items: flex-end;
}

.dailyspins-4yit2v > :first-child {
  margin-top: 0;
}

.dailyspins-4yit2v > :last-child {
  margin-bottom: 0;
}

* + .dailyspins-kqscrz,
.dailyspins-rzpvgb + .dailyspins-rzpvgb {
  margin-top: 2rem;
}

.dailyspins-0vroxf td::before,
.dailyspins-0vroxf th::after {
  display: none !important;
}

.dailyspins-0vroxf #link-selector {
  color: #000;
}

.dailyspins-0vroxf .dailyspins-kmd1xs {
  color: #135e96;
}

.dailyspins-0vroxf .dailyspins-x8hwuk *,
.dailyspins-0vroxf .dailyspins-n4y2if p,
.dailyspins-0vroxf .dailyspins-vte96v * {
  color: #000;
}

.dailyspins-0vroxf .dailyspins-aficpb {
  background: 0 0 !important;
}

.dailyspins-0vroxf .dailyspins-090ahz {
  color: #000;
}

.dailyspins-0vroxf .dailyspins-dvcaxm.dailyspins-inoves {
  color: #fff;
}

.dailyspins-0vroxf .dailyspins-yexv7j {
  color: #000;
}

.dailyspins-0vroxf
  .dailyspins-sylt5k
  .dailyspins-r4zoag.dailyspins-inoves.dailyspins-otl2q6 {
  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;
}

.dailyspins-6wyorn,
body .dailyspins-zrxsil {
  color: #000;
  background: var(--color-body) !important;
}

.dailyspins-6wyorn .dailyspins-hqnivj .dailyspins-j13qfv,
body .dailyspins-zrxsil .dailyspins-hqnivj .dailyspins-j13qfv {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .dailyspins-uh90a7:focus,
  .dailyspins-uh90a7:hover {
    color: #f9cb16;
  }
  .dailyspins-5b4e52:focus,
  .dailyspins-5b4e52:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .dailyspins-mener2:focus img,
  .dailyspins-mener2:focus svg,
  .dailyspins-mener2:hover img,
  .dailyspins-mener2:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .dailyspins-74yojq {
    display: none;
  }
}

@media (min-width: 1024px) {
  .dailyspins-44vp2c:hover .dailyspins-bwioz0 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .dailyspins-bwioz0 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .dailyspins-jnrjzz {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .dailyspins-loorv5 {
    grid-template-columns: repeat(4, 1fr);
  }
  .dailyspins-p356vn {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .dailyspins-kxao28 .dailyspins-hci5xg {
    grid-template-columns: 1fr;
  }
  .dailyspins-kxao28 .dailyspins-cczwt5 {
    -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;
  }
  .dailyspins-kxao28 .dailyspins-uwz7v5 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .dailyspins-kxao28 .dailyspins-7e201m {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .dailyspins-kxao28 .dailyspins-bwfn79 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .dailyspins-kxao28 .dailyspins-uwz7v5:not(:first-child) {
    border: none;
  }
  .dailyspins-kxao28 .dailyspins-uwz7v5:first-child .dailyspins-7e201m {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .dailyspins-kxao28 .dailyspins-uwz7v5:last-child .dailyspins-7e201m {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .dailyspins-209j9e {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .dailyspins-qm6uwb {
    max-width: 100px;
  }
  .dailyspins-rm86e0 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .dailyspins-kfjgoc {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .dailyspins-kfjgoc svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .dailyspins-turr1y {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .dailyspins-rm86e0 + .dailyspins-kfjgoc {
    margin-left: auto;
  }
  .dailyspins-ox7o09 {
    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;
  }
  .dailyspins-ox7o09.dailyspins-aa218n {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .dailyspins-yf6wv3 {
    -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;
  }
  .dailyspins-vd54tj {
    width: 100%;
  }
  .dailyspins-vd54tj:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .dailyspins-3e0zqp {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .dailyspins-3e0zqp svg {
    margin-right: 4px;
  }
  .dailyspins-44vp2c {
    -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;
  }
  .dailyspins-bwioz0 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .dailyspins-bwioz0 {
    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;
  }
  .dailyspins-1e858p {
    display: none;
    width: 100%;
  }
  .dailyspins-44vp2c.dailyspins-aa218n .dailyspins-1e858p {
    padding: 0 0 0 48px;
  }
  .dailyspins-kqiex2 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .dailyspins-t7yzrl .dailyspins-gop0vl {
    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;
  }
  .dailyspins-s5lzaw {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .dailyspins-s5lzaw + .dailyspins-s5lzaw {
    margin-right: 0;
  }
  .dailyspins-s5lzaw + .dailyspins-gop0vl {
    margin: 0;
  }
  .dailyspins-jnrjzz {
    grid-template-columns: repeat(4, 1fr);
  }
  .dailyspins-loorv5 {
    grid-template-columns: repeat(3, 1fr);
  }
  .dailyspins-jmfgsi,
  .dailyspins-y6av79 {
    grid-template-columns: repeat(2, 1fr);
  }
  .dailyspins-lpemim {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .dailyspins-lpemim.dailyspins-43lhod .dailyspins-4yit2v {
    grid-column: auto;
    grid-row: auto;
  }
  .dailyspins-lpemim > .dailyspins-9qz4hc {
    grid-column: 1/2;
  }
  .dailyspins-lpemim.dailyspins-43lhod > :not(.get-image) {
    grid-column: 1/2;
  }
  .dailyspins-lpemim .dailyspins-gop0vl,
  .dailyspins-lpemim.dailyspins-43lhod > .dailyspins-gop0vl {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .dailyspins-lpemim.dailyspins-43lhod > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .dailyspins-rzpvgb.dailyspins-8v8ung .dailyspins-lpemim > .dailyspins-gop0vl {
    grid-row: 1/2;
  }
  .dailyspins-lpemim .dailyspins-9qz4hc ~ .dailyspins-gop0vl,
  .dailyspins-lpemim.dailyspins-43lhod .dailyspins-9qz4hc ~ .dailyspins-gop0vl {
    grid-row: 2/3;
  }
  .dailyspins-rzpvgb.dailyspins-8v8ung .dailyspins-9qz4hc ~ .dailyspins-gop0vl {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .dailyspins-4cm33w:first-child .dailyspins-rwd9v3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dailyspins-4cm33w:first-child .dailyspins-rwd9v3 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .dailyspins-4cm33w {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .dailyspins-4cm33w {
    padding: 0;
  }
  .dailyspins-atxf22 {
    margin-top: 1rem;
  }
  .dailyspins-0t4nop {
    border-radius: 5px;
  }
  .dailyspins-i89179 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dailyspins-4iwesv::after {
    display: inline-block;
  }
  .dailyspins-4iwesv {
    margin: 0;
    width: 100%;
  }
  .dailyspins-z86y32 {
    width: 100%;
  }
  .dailyspins-z86y32.dailyspins-vxlapw {
    -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%;
  }
  .dailyspins-z86y32.dailyspins-vxlapw .dailyspins-bwf6vm {
    width: 100%;
  }
  .dailyspins-z86y32.dailyspins-vxlapw .dailyspins-bwf6vm:not(:last-child) {
    margin-right: 0;
  }
  .dailyspins-uh90a7 {
    width: 100%;
    text-align: center;
  }
  .dailyspins-g5jyyd.dailyspins-aa218n .dailyspins-z86y32 {
    margin-top: 1rem;
  }
  .dailyspins-jnrjzz {
    grid-template-columns: repeat(3, 1fr);
  }
  .dailyspins-p356vn,
  .dailyspins-loorv5 {
    grid-template-columns: repeat(2, 1fr);
  }
  .dailyspins-jmfgsi,
  .dailyspins-y6av79,
  .dailyspins-6fe3ya {
    grid-template-columns: 1fr;
  }
  .dailyspins-rjik9t {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .dailyspins-yf1tz5 {
    min-width: 300px;
    max-width: 325px;
  }
  .dailyspins-7e201m {
    cursor: auto;
  }
  .dailyspins-y5ppnv .dailyspins-7e201m {
    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;
  }
  .dailyspins-3319a2 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .dailyspins-1e858p {
    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) {
  .dailyspins-3319a2 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.dailyspins-s5lzaw p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .dailyspins-kfjgoc {
    margin: 0 -0.2rem;
  }
  .dailyspins-s5lzaw {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .dailyspins-kro1ej {
    -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;
  }
  .dailyspins-8tw2jl {
    max-width: 100%;
  }
  .dailyspins-jnrjzz {
    grid-template-columns: repeat(2, 1fr);
  }
  .dailyspins-p356vn,
  .dailyspins-loorv5 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .dailyspins-209j9e {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .dailyspins-kfjgoc {
    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;
  }
  .dailyspins-udq3nr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .dailyspins-nhbuof {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .dailyspins-qxul9s,
  .dailyspins-5gftve {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .dailyspins-h35hk2 {
    width: 100%;
  }
  .dailyspins-jnrjzz {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .dailyspins-3319a2 {
    top: 127px !important;
  }
}

.dailyspins-forzba {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .dailyspins-forzba {
  }
}

@media (max-width: 767px) {
  .dailyspins-forzba {
    margin-bottom: 12px;
  }
}

.dailyspins-forzba img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.dailyspins-uhmwme {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.dailyspins-uhmwme > .dailyspins-mbpzbo {
  flex: 1 1;
}

@media (max-width: 767px) {
  .dailyspins-uhmwme {
    flex-direction: column;
    gap: 12px;
  }
}

.dailyspins-r7ofki {
  display: flex;
}

.dailyspins-r7ofki .dailyspins-7b0vfi {
  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;
}

.dailyspins-r7ofki .dailyspins-iau64o {
  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;
}

.dailyspins-r7ofki .dailyspins-mdcon5 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.dailyspins-r7ofki .dailyspins-i0smhg {
  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));
  }
}

.dailyspins-r7ofki .dailyspins-i0smhg:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.dailyspins-r7ofki .dailyspins-g3v4af {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.dailyspins-5uhcsc {
  border: unset;
  background-color: unset;
}

.dailyspins-5uhcsc tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.dailyspins-5uhcsc .dailyspins-xyihgq,
.dailyspins-5uhcsc .dailyspins-zjzq89 {
  flex: 0 1 330px;
}

.dailyspins-5uhcsc .dailyspins-n181fo {
  flex: 1 1;
}

.dailyspins-5uhcsc tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.dailyspins-5uhcsc tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.dailyspins-5uhcsc tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.dailyspins-5uhcsc tr td p {
  color: #fff;
  margin: 0;
}

.dailyspins-5uhcsc tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.dailyspins-5uhcsc tr.dailyspins-xyihgq td p {
  padding: 16px 0;
}

.dailyspins-5uhcsc tr.dailyspins-xyihgq td p:not(:last-child),
.dailyspins-5uhcsc tr.dailyspins-zjzq89 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.dailyspins-5uhcsc tr.dailyspins-xyihgq td p:first-child,
.dailyspins-5uhcsc tr.dailyspins-zjzq89 td p:first-child {
  padding-top: 0;
}

.dailyspins-5uhcsc tr.dailyspins-zjzq89 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.dailyspins-5uhcsc tr.dailyspins-zjzq89 td p:last-child {
  padding-bottom: 0;
}

.dailyspins-5uhcsc .dailyspins-zjzq89 img {
  max-width: 32px;
}

.dailyspins-5uhcsc .dailyspins-n181fo {
  min-width: 718px;
}

.dailyspins-5uhcsc .dailyspins-n181fo td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.dailyspins-5uhcsc .dailyspins-n181fo td {
  display: flex;
}

.dailyspins-5uhcsc .dailyspins-n181fo td:last-child .dailyspins-dcdza8,
.dailyspins-5uhcsc .dailyspins-n181fo td:last-child .dailyspins-d9xpto,
.dailyspins-5uhcsc .dailyspins-n181fo td:last-child .dailyspins-39i0ly {
  flex: 1 1 50%;
}

.dailyspins-5uhcsc .dailyspins-n181fo td:last-child .dailyspins-1vnpyd {
  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;
}

.dailyspins-5uhcsc .dailyspins-n181fo td:last-child .dailyspins-go29fp,
.dailyspins-5uhcsc .dailyspins-n181fo td:last-child .dailyspins-8i1nyf {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.dailyspins-5uhcsc .dailyspins-n181fo td:last-child .dailyspins-dcdza8,
.dailyspins-5uhcsc .dailyspins-n181fo td:last-child .dailyspins-d9xpto {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.dailyspins-5uhcsc .dailyspins-n181fo td:last-child .dailyspins-dcdza8 span,
.dailyspins-5uhcsc .dailyspins-n181fo td:last-child .dailyspins-d9xpto span {
  font-weight: 800;
}

.dailyspins-5uhcsc .dailyspins-n181fo img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .dailyspins-5uhcsc .dailyspins-n181fo td .dailyspins-39i0ly:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .dailyspins-5uhcsc tr.dailyspins-xyihgq td p:last-child {
    padding-bottom: 0;
  }
  .dailyspins-5uhcsc .dailyspins-zjzq89 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .dailyspins-5uhcsc .dailyspins-zjzq89 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .dailyspins-5uhcsc tr.dailyspins-xyihgq td p:not(:last-child),
  .dailyspins-5uhcsc tr.dailyspins-zjzq89 td p:not(:last-child) {
    border-bottom: unset;
  }
  .dailyspins-5uhcsc tr.dailyspins-zjzq89 td p:last-child {
    padding-bottom: 12px;
  }
  .dailyspins-5uhcsc .dailyspins-n181fo td:last-child .dailyspins-dcdza8,
  .dailyspins-5uhcsc .dailyspins-n181fo td:last-child .dailyspins-d9xpto,
  .dailyspins-5uhcsc .dailyspins-n181fo td:last-child .dailyspins-39i0ly {
    flex: 1 1 50%;
    padding: 0;
  }
  .dailyspins-5uhcsc .dailyspins-n181fo td:last-child .dailyspins-dcdza8,
  .dailyspins-5uhcsc .dailyspins-n181fo td:last-child .dailyspins-d9xpto {
    margin-top: 16px;
  }
  .dailyspins-5uhcsc .dailyspins-n181fo td:last-child .dailyspins-39i0ly {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .dailyspins-5uhcsc .dailyspins-n181fo td:last-child .dailyspins-dcdza8 {
    border-right: 1px solid var(--border-color);
  }
  .dailyspins-5uhcsc .dailyspins-n181fo td:last-child .dailyspins-39i0ly:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .dailyspins-5uhcsc .dailyspins-n181fo td:last-child .dailyspins-39i0ly:last-child {
    padding-bottom: 0;
  }
}

.dailyspins-39i0ly {
  display: flex;
  flex-direction: column;
}

.dailyspins-5uhcsc .dailyspins-n181fo td .dailyspins-39i0ly {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.dailyspins-5uhcsc .dailyspins-n181fo td .dailyspins-39i0ly:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.dailyspins-5uhcsc .dailyspins-n181fo td .dailyspins-39i0ly:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .dailyspins-5uhcsc .dailyspins-n181fo td .dailyspins-39i0ly:not(:first-child) {
    padding-left: 0;
  }
  .dailyspins-5uhcsc .dailyspins-n181fo td .dailyspins-39i0ly:not(:last-of-type) {
    border-right: unset;
  }
}

.dailyspins-5uhcsc .dailyspins-n29p5n {
  flex: 0 1 485px;
}

.dailyspins-5uhcsc .dailyspins-qhv6y5 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.dailyspins-5uhcsc .dailyspins-qhv6y5 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.dailyspins-5uhcsc .dailyspins-qhv6y5 li.dailyspins-xo3a52 {
  padding: 6px 12px;
}

.dailyspins-5uhcsc .dailyspins-qhv6y5 li a,
.dailyspins-5uhcsc .dailyspins-qhv6y5 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;
}

.dailyspins-5uhcsc .dailyspins-hw05sl,
.dailyspins-5uhcsc .dailyspins-avj0vq {
  flex: 1 1;
}

.dailyspins-5uhcsc .dailyspins-xq6xx4,
.dailyspins-5uhcsc .dailyspins-3sx4oo {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.dailyspins-5uhcsc .dailyspins-xq6xx4 li,
.dailyspins-5uhcsc .dailyspins-3sx4oo li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.dailyspins-5uhcsc .dailyspins-avj0vq img {
  max-width: 32px;
}

.dailyspins-5uhcsc .dailyspins-hw05sl img {
  max-width: 32px;
}

.dailyspins-5uhcsc .dailyspins-dk5oy6 {
  min-width: 280px;
}

.dailyspins-5uhcsc .dailyspins-dk5oy6 img {
  max-width: 146px;
}

.dailyspins-5uhcsc .dailyspins-dk5oy6 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .dailyspins-5uhcsc .dailyspins-xyihgq,
  .dailyspins-5uhcsc .dailyspins-zjzq89 {
    flex: 0 1 auto;
  }
  .dailyspins-5uhcsc .dailyspins-n181fo {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .dailyspins-5uhcsc .dailyspins-xyihgq,
  .dailyspins-5uhcsc .dailyspins-n29p5n,
  .dailyspins-5uhcsc .dailyspins-zjzq89,
  .dailyspins-5uhcsc .dailyspins-n181fo {
    flex: 1 1 calc(50% - 20px);
  }
  .dailyspins-5uhcsc .dailyspins-hw05sl,
  .dailyspins-5uhcsc .dailyspins-dk5oy6,
  .dailyspins-5uhcsc .dailyspins-avj0vq {
    flex: 1 1 30%;
  }
  .dailyspins-5uhcsc .dailyspins-dk5oy6 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .dailyspins-5uhcsc .dailyspins-xyihgq,
  .dailyspins-5uhcsc .dailyspins-n29p5n,
  .dailyspins-5uhcsc .dailyspins-hw05sl,
  .dailyspins-5uhcsc .dailyspins-zjzq89,
  .dailyspins-5uhcsc .dailyspins-n181fo,
  .dailyspins-5uhcsc .dailyspins-dk5oy6,
  .dailyspins-5uhcsc .dailyspins-avj0vq {
    flex: 1 1 100%;
  }
}

.dailyspins-phq3us .dailyspins-u60gux {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.dailyspins-phq3us .dailyspins-r0el4b {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.dailyspins-phq3us .dailyspins-8oa2p9 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.dailyspins-phq3us .dailyspins-l1v92t {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.dailyspins-phq3us .dailyspins-l1v92t > :nth-child(3) {
  margin-top: 0;
}

.dailyspins-phq3us .dailyspins-gop0vl {
  grid-column: 2/3;
  grid-row: 1/10;
}

.dailyspins-phq3us .dailyspins-4rqg4x {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.dailyspins-phq3us .dailyspins-atxf22 {
  grid-column: 1/2;
}

.dailyspins-phq3us > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.dailyspins-phq3us .dailyspins-r0el4b: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;
}

.dailyspins-phq3us .dailyspins-r0el4b:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.dailyspins-phq3us .dailyspins-h35hk2 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .dailyspins-phq3us .dailyspins-r0el4b:not(:last-child):before {
    bottom: 8px;
  }
  .dailyspins-phq3us .dailyspins-r0el4b:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .dailyspins-phq3us .dailyspins-l1v92t {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .dailyspins-phq3us .dailyspins-gop0vl {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .dailyspins-phq3us .dailyspins-gop0vl img {
    width: 100%;
    height: auto;
  }
  .dailyspins-phq3us .dailyspins-h35hk2 {
    width: 100%;
    min-width: unset;
  }
}

.dailyspins-of7nl9 .dailyspins-8ipjnw {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.dailyspins-of7nl9 .dailyspins-e98ytk {
  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;
}

.dailyspins-of7nl9 .dailyspins-gop0vl {
  height: 100%;
}

.dailyspins-of7nl9 .dailyspins-gop0vl img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.dailyspins-of7nl9 .dailyspins-svhcyg {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.dailyspins-of7nl9 .dailyspins-kkixw6 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.dailyspins-of7nl9 .dailyspins-dmsyvf {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .dailyspins-of7nl9 .dailyspins-e98ytk {
    flex: 1 1 100%;
  }
  .dailyspins-of7nl9 .dailyspins-edi1ty {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .dailyspins-of7nl9 .dailyspins-e98ytk {
    flex-direction: column;
  }
  .dailyspins-of7nl9 .dailyspins-gop0vl {
    width: 100%;
    height: auto;
  }
  .dailyspins-of7nl9 .dailyspins-gop0vl img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .dailyspins-of7nl9 .dailyspins-svhcyg {
    padding: 0 16px 16px 16px;
  }
  .dailyspins-of7nl9 .dailyspins-edi1ty {
    min-width: unset;
    width: 100%;
  }
}

.dailyspins-499beo .dailyspins-i67gir {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.dailyspins-499beo .dailyspins-mhdbya {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.dailyspins-499beo 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;
}

.dailyspins-499beo .dailyspins-42k2mn {
  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;
}

.dailyspins-499beo .dailyspins-mhdbya:hover .dailyspins-42k2mn {
  display: flex;
}

.dailyspins-499beo .dailyspins-5jsjyz {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.dailyspins-499beo .dailyspins-mcn0w6 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.dailyspins-6c6h1w {
  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;
}

.dailyspins-6c6h1w.dailyspins-hrx3cj {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.dailyspins-fqi822 ease-in-out;
}

.dailyspins-6c6h1w.dailyspins-hrx3cj:hover {
  color: #f9cb16;
  background-color: transparent;
}

.dailyspins-499beo .dailyspins-6leqxc {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.dailyspins-fqi822 ease-in-out;
}

.dailyspins-499beo .dailyspins-6leqxc:hover {
  color: #196948;
  background-color: #f9cb16;
}

.dailyspins-499beo .dailyspins-6leqxc:after,
.dailyspins-6c6h1w.dailyspins-hrx3cj:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.dailyspins-6c6h1w.dailyspins-hrx3cj:after {
  background-image: url(../images/Cash.svg);
}

.dailyspins-499beo .dailyspins-6leqxc:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .dailyspins-499beo .dailyspins-i67gir {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .dailyspins-499beo .dailyspins-i67gir {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .dailyspins-499beo .dailyspins-i67gir {
    grid-template-columns: 1fr;
  }
  .dailyspins-499beo .dailyspins-mhdbya {
    height: auto;
  }
  .dailyspins-499beo .dailyspins-mhdbya .dailyspins-42k2mn {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .dailyspins-499beo .dailyspins-5jsjyz,
  .dailyspins-499beo .dailyspins-mcn0w6 {
    text-align: left;
  }
  .dailyspins-499beo .dailyspins-mcn0w6 {
    margin-bottom: 8px;
  }
  .dailyspins-499beo img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.dailyspins-jsklyj {
  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;
}

.dailyspins-jsklyj.dailyspins-fcrszg {
  display: block;
}

.dailyspins-jsklyj .dailyspins-s6w4do {
  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;
}

.dailyspins-jsklyj .dailyspins-2748i9 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.dailyspins-jsklyj .dailyspins-5v25aq {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.dailyspins-jsklyj .dailyspins-m5lgey {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.dailyspins-jsklyj .dailyspins-6c6h1w {
  min-width: 296px;
  margin-bottom: 0;
}

.dailyspins-jsklyj .dailyspins-3h0pa2 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.dailyspins-jsklyj .dailyspins-wk7z5a {
  position: relative;
  flex: 1 1;
}

.dailyspins-jsklyj .dailyspins-wk7z5a iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .dailyspins-jsklyj .dailyspins-2748i9 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .dailyspins-jsklyj .dailyspins-5v25aq {
    order: 1;
  }
  .dailyspins-jsklyj .dailyspins-m5lgey {
    order: 3;
    flex: 1 1 100%;
  }
  .dailyspins-jsklyj .dailyspins-6c6h1w {
    width: 100%;
    min-width: unset;
  }
  .dailyspins-jsklyj .dailyspins-3h0pa2 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .dailyspins-lpemim > .dailyspins-9qz4hc {
    margin-bottom: 0;
  }
  .dailyspins-lpemim > .dailyspins-atxf22,
  .dailyspins-lpemim > p {
    margin-top: 0;
  }
}

.dailyspins-pqarqm img,
.dailyspins-s5lzaw img {
  width: auto;
  object-fit: contain;
}

.dailyspins-pqarqm {
  align-items: center;
}

.dailyspins-pqarqm img {
  max-height: 76px;
}

.dailyspins-s5lzaw img {
  max-height: 64px;
}

.dailyspins-tzmhy9 {
  overflow: auto;
}

.dailyspins-a9sbmh {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.dailyspins-nfg7c9:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.dailyspins-s5idb2 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.dailyspins-u0ykm7 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dailyspins-s5idb2 .dailyspins-gop0vl {
  margin-right: 20px;
  flex-shrink: 0;
}

.dailyspins-s5idb2 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.dailyspins-ras6xp {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.dailyspins-ras6xp > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .dailyspins-s5idb2 {
    padding: 15px 10px;
  }
  .dailyspins-ras6xp {
    padding: 15px 10px;
  }
  .dailyspins-s5idb2 .dailyspins-gop0vl {
    margin-right: 10px;
  }
}

.dailyspins-ofmz4y {
  overflow-x: auto;
}

.dailyspins-q35prg {
  border-collapse: collapse;
  width: 100%;
}

.dailyspins-ofmz4y th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.dailyspins-ofmz4y td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.dailyspins-ofmz4y td.dailyspins-h852rh {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.dailyspins-ofmz4y td.dailyspins-gzawwl {
  border-right: none;
}

.dailyspins-ofmz4y td.dailyspins-gzawwl .dailyspins-gop0vl {
  justify-content: flex-start;
}

.dailyspins-ofmz4y td.dailyspins-gzawwl .dailyspins-gop0vl img {
  height: auto;
  width: 90px;
}

.dailyspins-ofmz4y td.dailyspins-wdvhkj,
.dailyspins-ofmz4y td.dailyspins-8lk47v {
  font-weight: 600;
  text-align: right;
}

.dailyspins-ofmz4y td.dailyspins-lhcfvg,
.dailyspins-ofmz4y td.dailyspins-wdvhkj {
  padding-bottom: 10px;
  border-bottom: none;
}

.dailyspins-ofmz4y td.dailyspins-wdvhkj,
.dailyspins-ofmz4y td.dailyspins-8lk47v {
  border-left: none;
}

.dailyspins-ofmz4y td.dailyspins-lhcfvg,
.dailyspins-ofmz4y td.dailyspins-dwmpca {
  border-right: none;
}

.dailyspins-ofmz4y td.dailyspins-dwmpca,
.dailyspins-ofmz4y td.dailyspins-8lk47v {
  border-top: none;
  padding-top: 10px;
}

.dailyspins-7u3cpc {
  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;
}

.dailyspins-7u3cpc .dailyspins-edi1ty {
  min-width: unset;
  width: 100%;
}

.dailyspins-7u3cpc .dailyspins-edi1ty.dailyspins-vad67l {
  grid-column: 1/2;
  grid-row: 1/2;
}

.dailyspins-7u3cpc .dailyspins-edi1ty.dailyspins-1932t7 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.dailyspins-7u3cpc .dailyspins-m9ksnb {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .dailyspins-7u3cpc {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .dailyspins-7u3cpc .dailyspins-edi1ty.dailyspins-vad67l {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .dailyspins-7u3cpc .dailyspins-edi1ty.dailyspins-1932t7 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .dailyspins-7u3cpc .dailyspins-m9ksnb {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.dailyspins-orgrrv {
  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;
}

.dailyspins-wtl2an {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.dailyspins-3s3do4 p a img {
  margin: 0 auto;
  display: block;
}

.dailyspins-3s3do4 table {
  margin-bottom: 17px;
}

/* contanct form */
.dailyspins-xb4g4j {
  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;
}

.dailyspins-xb4g4j label {
  font-size: 14px;
}

.dailyspins-xb4g4j h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.dailyspins-xb4g4j input,
.dailyspins-xb4g4j textarea,
.dailyspins-xb4g4j 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;
}
.dailyspins-xb4g4j button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.dailyspins-fqi822 ease;
}
.dailyspins-xb4g4j button:hover {
  background-color: #691204;
}
.dailyspins-23ni0h {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.dailyspins-qg54sh ease-in;
}

.dailyspins-23ni0h h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}