html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

table caption {
  font-size: 26px;
  padding: 15px 0;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden] {
  display: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input::-ms-clear {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  background: var(--main-theme-color);
  color: var(--text-color);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

a {
  cursor: pointer;
}

* {
  outline: none;
  box-sizing: border-box;
}

*::after,
*::before {
  box-sizing: border-box;
}

svg {
  transform: translateZ(0);
}

input,
textarea {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: normal;
  margin: 0 auto 28px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h5 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h6 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.caswino-7zffl0 {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

@media only screen and (max-width: 767px) {
  .caswino-7zffl0 {
    padding: 54px 0 0;
  }
}

.caswino-epzglk {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  border-radius: 6px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  border: none;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .caswino-epzglk:hover {
    background: var(--button-bg-hover);
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

.caswino-zia9h2 {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

@media only screen and (max-width: 767px) {
  .caswino-zia9h2 {
    margin: 20px auto 100px;
  }
}

.caswino-zia9h2 h1 {
  font-size: 200px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .caswino-zia9h2 h1 {
    font-size: 120px;
  }
}

.caswino-zia9h2 p {
  color: var(--text-color);
  font-size: 20px;
  line-height: normal;
  margin: 0 0 50px;
}

.caswino-ah7kk9 {
  cursor: pointer;
}

.caswino-7hz4c0 {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.caswino-7cezd3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.caswino-7cezd3 figure {
  margin: 0;
}

.caswino-7cezd3.caswino-l2whfa {
  justify-content: flex-start;
  margin-right: 4px;
}

.caswino-7cezd3.caswino-0n0mrv {
  justify-content: flex-end;
  margin-left: 4px;
}

.caswino-7cezd3.caswino-pzo9j7 {
  justify-content: center;
}

.caswino-7cezd3.caswino-8xuik1 {
  justify-content: normal;
}

.caswino-979zzq {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 991px) {
  .caswino-979zzq {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}

@media only screen and (max-width: 767px) {
  .caswino-979zzq {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

.caswino-4vxju4 {
  font-size: 60px;
  line-height: 66px;
  font-weight: 600;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .caswino-4vxju4 {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.caswino-oxrsnw {
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .caswino-oxrsnw {
    flex-direction: column;
  }
}

.caswino-idgdow {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}

.caswino-idgdow img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .caswino-idgdow {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}

.caswino-au1sao {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.caswino-au1sao ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .caswino-au1sao ul {
    margin-bottom: 15px;
  }
}

.caswino-au1sao ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.caswino-au1sao ul li span {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 22px;
  color: var(--title-color);
}

.caswino-au1sao ul li span svg {
  fill: var(--title-color);
}

.caswino-au1sao ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .caswino-au1sao ul li small {
    font-size: 12px;
  }
}

.caswino-au1sao ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}

.caswino-au1sao ul li:last-of-type::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .caswino-au1sao {
    flex-basis: auto;
    margin: 0 auto;
  }
}

.caswino-6ve7mg {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  margin-bottom: 24px;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .caswino-6ve7mg {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.caswino-ol8cxm {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

.caswino-f1f87d {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0.caswino-jer3uj ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}

@media only screen and (max-width: 767px) {
  .caswino-f1f87d {
    height: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .caswino-f1f87d:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}

.caswino-f1f87d.caswino-g1utzf {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .caswino-f1f87d.caswino-g1utzf:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.caswino-slagr2 {
  padding: 80px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1200px) {
  .caswino-slagr2 {
    padding: 80px 16px 0;
  }
}

@media only screen and (max-width: 767px) {
  .caswino-slagr2 {
    padding: 50px 16px 68px;
  }
}

.caswino-2q38f1 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .caswino-2q38f1 {
    flex-direction: column;
  }
}

.caswino-yqsjy7 {
  margin-bottom: 94px;
}

@media only screen and (max-width: 767px) {
  .caswino-yqsjy7 {
    margin-bottom: 40px;
  }
}

.caswino-gw63at .caswino-o1b6tc {
  margin-bottom: 28px;
}

.caswino-gw63at .caswino-o1b6tc img {
  max-height: 100px;
  width: auto;
}

.caswino-a54uh9 {
  display: flex;
  align-items: center;
}

.caswino-a54uh9 a + a {
  margin-left: 24px;
}

.caswino-a54uh9 img {
  max-height: 56px;
  width: auto;
}

.caswino-a54uh9 img + img {
  margin-left: 24px;
}

.caswino-stizmf {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  .caswino-stizmf {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}

.caswino-mb9o6s {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .caswino-mb9o6s {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

.caswino-y55cef {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 -7px 48px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .caswino-y55cef {
    flex-wrap: wrap;
  }
}

.caswino-y55cef li {
  display: flex;
  margin: 0 7px;
}

.caswino-y55cef li svg {
  transition: 0.caswino-jer3uj ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .caswino-y55cef li:hover svg {
    transform: scale(1.2);
  }
}

.caswino-cdowrh {
  color: var(--footer-text-color);
  font-size: 12px;
  text-align: center;
  max-width: 350px;
  width: 100%;
  word-wrap: break-word;
}

.caswino-0h1foa + .caswino-0h1foa {
  margin-left: 120px;
}

@media only screen and (max-width: 767px) {
  .caswino-0h1foa + .caswino-0h1foa {
    margin: 36px 0 0;
  }
}

.caswino-3vuslw {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.caswino-zmgfof {
  list-style: none;
  margin: 0;
  padding: 0;
}

.caswino-zmgfof li {
  font-size: 16px;
}

.caswino-zmgfof li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .caswino-zmgfof li a:hover {
    text-decoration: underline;
  }
}

.caswino-zmgfof li + li {
  margin-top: 16px;
}

.caswino-074jfb {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.caswino-m3nqtu ease-in-out;
}

.caswino-074jfb.caswino-d3edr5 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.caswino-6bwn46 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.caswino-6bwn46 h1,
.caswino-6bwn46 h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .caswino-6bwn46 h1,
  .caswino-6bwn46 h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .caswino-6bwn46 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .caswino-6bwn46 {
    margin-bottom: 60px;
  }
}

.caswino-5muugh {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}

@media only screen and (max-width: 767px) {
  .caswino-5muugh {
    gap: 6px;
    overflow-x: auto;
    margin: 0 0 20px;
  }
}

.caswino-5muugh li {
  width: 100%;
}

.caswino-5muugh li a {
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.caswino-jer3uj ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.caswino-5muugh li a svg {
  fill: var(--button-text-color);
}

.caswino-5muugh li a.caswino-d3edr5 {
  background: var(--border-color);
}

@media only screen and (min-width: 1025px) {
  .caswino-5muugh li a:hover {
    background: var(--border-color);
  }
}

@media only screen and (max-width: 767px) {
  .caswino-5muugh li a {
    font-size: 14px;
    height: 36px;
    padding: 0 10pxr;
  }
  .caswino-5muugh li a img {
    max-width: 16px;
  }
}

.caswino-vopzdf {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .caswino-vopzdf {
    margin: 0 -5px;
  }
}

.caswino-6jdmkn {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.caswino-6jdmkn span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--text-color);
}

.caswino-6jdmkn small {
  display: block;
  color: var(--text-color);
  opacity: 0.8;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .caswino-6jdmkn {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .caswino-6jdmkn span {
    font-size: 16px;
    margin-bottom: 2px;
  }
}

.caswino-cxdus6 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.caswino-cxdus6 img {
  width: 100%;
  transition: 0.caswino-jer3uj ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .caswino-cxdus6:hover img {
    transform: scale(1.1);
  }
}

.caswino-iy3q7g {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: var(--fh-bg-color);
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .caswino-iy3q7g {
    height: 54px;
  }
}

.caswino-z0ap9m {
  max-width: 1310px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .caswino-z0ap9m {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .caswino-z0ap9m {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .caswino-z0ap9m .caswino-o1b6tc img {
    max-width: 90px;
  }
}

.caswino-o1b6tc img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .caswino-o1b6tc {
    order: -2;
  }
}

@media only screen and (max-width: 1023px) {
  .caswino-878bif {
    display: none;
  }
  .caswino-878bif::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 300%;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
  }
}

.caswino-l2o55s {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.caswino-l2o55s li {
  font-size: 16px;
  margin: 0 20px;
}

.caswino-l2o55s li a {
  color: var(--menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .caswino-l2o55s li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 1023px) {
  .caswino-l2o55s {
    display: block;
  }
  .caswino-l2o55s li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .caswino-l2o55s li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .caswino-l2o55s li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    border: 5px solid transparent;
    border-left: 5px solid var(--menu-color);
  }
  .caswino-l2o55s li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

.caswino-vvbxy4 {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

@media only screen and (max-width: 1400px) {
  .caswino-vvbxy4 {
    margin-right: 105px;
  }
}

@media only screen and (max-width: 1023px) {
  .caswino-vvbxy4 {
    order: -1;
    margin-left: auto;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .caswino-vvbxy4 {
    max-width: 230px;
    justify-content: flex-end;
  }
}

.caswino-vvbxy4.caswino-paey4s {
  margin-right: 0;
}

.caswino-o82vxx {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .caswino-o82vxx {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

@media only screen and (min-width: 1025px) {
  .caswino-o82vxx:hover {
    background: var(--button-bg-color);
    opacity: 0.9;
  }
}

.caswino-0rs1fc {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

@media only screen and (min-width: 1025px) {
  .caswino-0rs1fc:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .caswino-0rs1fc {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

.caswino-qd9byy {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1023px) {
  .caswino-qd9byy {
    top: 9px;
    transform: none;
    right: auto;
    left: 0;
  }
}

.caswino-qd9byy:hover > ul {
  display: flex;
}

.caswino-qd9byy:focus > ul {
  display: flex;
}

.caswino-qd9byy:focus-within > ul {
  display: flex;
}

.caswino-rwbgb2 {
  position: relative;
  border-radius: 10px;
  height: 42px;
  padding: 5px 32px 5px 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  gap: 5px;
}

.caswino-rwbgb2::after {
  border-bottom: 1px solid var(--button-text-color);
  border-right: 1px solid var(--button-text-color);
  content: "";
  height: 7px;
  width: 7px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.caswino-m3nqtu ease-in-out;
}

@media only screen and (max-width: 767px) {
  .caswino-rwbgb2 {
    padding: 5px 30px 5px 5px;
    font-size: 14px;
    height: 38px;
    gap: 3px;
  }
  .caswino-rwbgb2 img {
    max-width: 20px;
  }
}

.caswino-qd9byy ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.caswino-jer3uj ease-in-out;
  z-index: 2;
  border-radius: 10px;
  min-width: 66px;
  display: none;
  max-height: 465px;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: wrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: var(--button-bg-color);
}

@media only screen and (max-width: 767px) {
  .caswino-qd9byy ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.caswino-qd9byy ul li {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.caswino-jer3uj ease-in-out;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .caswino-qd9byy ul li {
    padding: 5px;
  }
}

.caswino-qd9byy ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--button-text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .caswino-qd9byy ul li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767px) {
  .caswino-qd9byy ul li a {
    font-size: 14px;
    gap: 3px;
  }
  .caswino-qd9byy ul li a img {
    max-width: 20px;
  }
}

.caswino-pb5dtv {
  display: none;
}

.caswino-cvggat {
  width: 38px;
  height: 38px;
  display: none;
  cursor: pointer;
  border-radius: 6px;
  background: var(--button-bg-color);
  padding: 12px 5px;
  z-index: 99;
  margin-left: 8px;
}

@media only screen and (max-width: 1023px) {
  .caswino-cvggat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

.caswino-cvggat span {
  display: block;
  height: 1px;
  border-radius: 4px;
  width: 20px;
  background: var(--button-text-color);
}

@media only screen and (max-width: 1023px) {
  .caswino-pb5dtv:checked ~ .caswino-878bif {
    display: block;
    position: absolute;
    height: 100vh;
    background: var(--fh-bg-color);
    top: 0;
    right: 0;
    max-width: 286px;
    width: 100%;
    z-index: 9;
    padding: 85px 0;
  }
  .caswino-878bif {
    display: none;
    transition: display 0.caswino-jer3uj ease-in-out;
  }
  .caswino-pb5dtv:checked ~ .caswino-878bif {
    display: block;
  }
  .caswino-pb5dtv:checked + .caswino-cvggat span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .caswino-pb5dtv:checked + .caswino-cvggat span:nth-child(2) {
    display: none;
  }
  .caswino-pb5dtv:checked + .caswino-cvggat span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

.caswino-ndxugz {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .caswino-ndxugz {
    padding: 0 16px;
  }
}

.caswino-ndxugz img {
  margin-bottom: 20px;
}

.caswino-ndxugz p {
  color: var(--text-color);
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .caswino-ndxugz p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .caswino-ndxugz {
    margin-bottom: 60px;
  }
}

.caswino-kswa2i {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .caswino-kswa2i {
    font-size: 32px;
  }
}

.caswino-yge8uh {
  color: var(--text-color);
}

.caswino-j3hznn {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .caswino-j3hznn {
    font-size: 16px;
    line-height: 140%;
  }
}

.caswino-j3hznn p {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

.caswino-j3hznn p img {
  display: block;
  margin: 0 auto;
}

.caswino-j3hznn p:first-of-type {
  margin-top: 0;
}

.caswino-j3hznn p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .caswino-j3hznn p {
    font-size: 18px;
    line-height: 140%;
  }
}

.caswino-j3hznn ul {
  padding: 0 0 0 20px;
}

.caswino-j3hznn table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.caswino-j3hznn table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--table-1-color);
}

@media only screen and (max-width: 767px) {
  .caswino-j3hznn table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.caswino-j3hznn table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .caswino-j3hznn table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.caswino-j3hznn table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.caswino-j3hznn iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .caswino-j3hznn iframe {
    height: 200px;
  }
}

.caswino-wgjhi6 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 1200px) {
  .caswino-wgjhi6 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .caswino-wgjhi6 {
    margin-bottom: 60px;
  }
}

.caswino-sp1nrl {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .caswino-sp1nrl {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.caswino-sp1nrl h1,
.caswino-sp1nrl h2,
.caswino-sp1nrl h3,
.caswino-sp1nrl h4 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .caswino-sp1nrl h1,
  .caswino-sp1nrl h2,
  .caswino-sp1nrl h3,
  .caswino-sp1nrl h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.caswino-i59k8n {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .caswino-i59k8n {
    flex-direction: column-reverse;
  }
}

.caswino-i59k8n .caswino-153c4b {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .caswino-i59k8n .caswino-153c4b {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.caswino-i59k8n .caswino-6lragv {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .caswino-i59k8n .caswino-6lragv {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .caswino-i59k8n .caswino-6lragv img {
    width: 100%;
  }
}

.caswino-6lragv {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .caswino-6lragv {
    margin-bottom: 18px;
  }
}

.caswino-153c4b {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .caswino-153c4b {
    margin-bottom: 18px;
  }
}

.caswino-wgjhi6 h2 {
  color: var(--title-color);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .caswino-wgjhi6 h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.caswino-wgjhi6 .caswino-epzglk {
  margin-top: 30px;
  margin-bottom: 30px;
}

.caswino-t2yir1 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 110px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  background: #1a1b2d;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .caswino-t2yir1 {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 767px) {
  .caswino-t2yir1 {
    margin-bottom: 60px;
  }
}

.caswino-5oakkt {
  position: relative;
  border: none;
}

.caswino-5oakkt::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--fh-bg-color);
}

.caswino-fdfma1 {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  font-size: 24px;
  font-weight: 700;
  background: var(--fh-bg-color);
  color: var(--title-color);
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
}

.caswino-fdfma1 span {
  height: 32px;
}

.caswino-fdfma1 span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.caswino-fdfma1.caswino-7pg68u span {
  transform: scaleY(-1);
}

@media only screen and (max-width: 767px) {
  .caswino-fdfma1 {
    padding: 0 14px;
    font-size: 22px;
    height: 68px;
  }
}

.caswino-2q8h1t {
  list-style: none;
  padding: 0;
  margin: 0;
}

.caswino-2q8h1t li {
  font-size: 18px;
  background: var(--fh-bg-color);
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .caswino-2q8h1t li {
    font-size: 16px;
  }
}

.caswino-2q8h1t li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.caswino-jer3uj ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .caswino-2q8h1t li a:hover {
    background: var(--main-theme-color);
  }
}

@media only screen and (max-width: 767px) {
  .caswino-2q8h1t li a {
    padding: 12px 14px;
  }
}

.caswino-2q8h1t.caswino-hiuq7f {
  display: none;
}

.caswino-y0jmut {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.caswino-y0jmut table {
  width: 100%;
  border-collapse: collapse;
}

.caswino-y0jmut table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .caswino-y0jmut table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

  .caswino-y0jmut table td {
    min-width: 75px;
  }
}

.caswino-y0jmut table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .caswino-y0jmut table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.caswino-y0jmut table tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.caswino-y0jmut p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .caswino-y0jmut p {
    font-size: 16px;
    line-height: 140%;
  }
}

@media only screen and (max-width: 1200px) {
  .caswino-y0jmut {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .caswino-y0jmut {
    margin-bottom: 60px;
  }
}

.caswino-z0yazd {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fh-bg-color);
  color: var(--title-color);
  font-size: 28px;
  font-weight: 700;
  padding: 24px 32px;
  border-radius: 12px 12px 0 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .caswino-z0yazd {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.caswino-z6qvi2 {
  width: 100%;
  border-collapse: collapse;
}

@media only screen and (max-width: 500px) {
  .caswino-z6qvi2 {
    width: 100%;
    border-collapse: collapse;
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}

.caswino-z6qvi2 tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .caswino-z6qvi2 tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.caswino-z6qvi2 tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.caswino-1r4mvs table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.caswino-1r4mvs table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.caswino-1r4mvs p {
  color: var(--text-color);
}

.caswino-2ud54d {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .caswino-2ud54d {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .caswino-2ud54d {
    margin-bottom: 60px;
  }
}

.caswino-jvetd0 {
  padding: 16px 32px;
  border-radius: 10px;
  font-size: 20px;
  background: var(--fh-bg-color);
  color: var(--updated-block-color);
  border-left: 5px solid var(--button-bg-color);
  border-color: var(--border-color);
}

.caswino-zj8w0y {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .caswino-zj8w0y {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .caswino-zj8w0y {
    margin-bottom: 60px;
  }
}

.caswino-s9wgjw {
  border-radius: 10px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  margin-bottom: 10px;
  padding: 20px 32px 20px;
}

.caswino-s9wgjw h3 {
  position: relative;
  color: var(--title-color);
  font-size: 26px;
  cursor: pointer;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .caswino-s9wgjw h3 {
    font-size: 22px;
    font-weight: 600;
  }
}

.caswino-s9wgjw p {
  padding: 0;
  font-size: 18px;
  line-height: 135%;
  margin: 0;
  color: var(--text-color);
}

.caswino-s9wgjw p + p {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .caswino-s9wgjw p {
    font-size: 16px;
  }
}

.caswino-udo91f {
  display: none;
}

@media only screen and (max-width: 767px) {
  .caswino-udo91f {
    display: flex;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    height: 68px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #161d33;
    padding: 0 40px;
  }
}

.caswino-8yy6i1 {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.caswino-8yy6i1 li {
  margin: 0 20px;
}

.caswino-8yy6i1 li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
}

.caswino-8yy6i1 li a img {
  margin-bottom: 4px;
}

@media only screen and (min-width: 1025px) {
  .caswino-8yy6i1 li a:hover {
    color: #2ab765;
  }
}

.caswino-9b11g8 {
  max-width: 1110px;
  width: 100%;
  list-style: none;
  margin: 10px auto;
  padding: 0;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .caswino-9b11g8 {
    padding: 0 16px;
  }
}

.caswino-9b11g8 li {
  font-size: 16px;
  position: relative;
}

.caswino-9b11g8 li a {
  color: var(--text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .caswino-9b11g8 li a:hover {
    text-decoration: underline;
  }
}

.caswino-9b11g8 li span {
  opacity: 0.5;
}

.caswino-9b11g8 li + li {
  margin-left: 30px;
}

.caswino-9b11g8 li + li::before {
  content: "-";
  left: -20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--text-color);
  position: absolute;
}

h2.caswino-sp1nrl {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  h2.caswino-sp1nrl {
    margin-bottom: 18px;
  }
}

.caswino-8p0dl4 {
  border-collapse: separate;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--text-color);
  counter-reset: table-row;
}

.caswino-8p0dl4 tbody tr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 36px;
  padding: 20px 24px;
  border-radius: 10px;
  margin-bottom: 16px;
  cursor: pointer;
  background-color: var(--fh-bg-color);
}

.caswino-8p0dl4 tbody tr:first-of-type::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  background: var(--fh-bg-color);
  border-radius: 10px;
}

.caswino-8p0dl4 tbody tr:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--fh-bg-color);
  border-radius: 10px;
}

.caswino-8p0dl4 tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.caswino-8p0dl4 tbody tr:last-of-type {
  margin-bottom: 0;
}

.caswino-8p0dl4 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.caswino-8p0dl4 tbody tr td:first-of-type > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--rate-image-border);
}

.caswino-8p0dl4 tbody tr td:first-of-type > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 10px 0;
  padding: 2px 9px;
  width: 28px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  counter-increment: table-row;
  content: counter(table-row);
  background: var(--rate-counter-bg);
}

.caswino-8p0dl4 tbody tr td:last-of-type {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .caswino-8p0dl4 tbody tr td:last-of-type {
    margin-left: 0;
    width: 100%;
  }
}

.caswino-8p0dl4 tbody tr td .caswino-rqa5k9 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .caswino-8p0dl4 tbody tr td .caswino-rqa5k9 {
    width: 100%;
  }
}

.caswino-8p0dl4 tbody tr td .caswino-js3k6p {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 10px;
  width: 181px;
  height: 46px;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  transition: 0.caswino-jer3uj ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .caswino-8p0dl4 tbody tr td .caswino-js3k6p:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .caswino-8p0dl4 tbody tr td .caswino-js3k6p {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .caswino-8p0dl4 tbody tr td .caswino-js3k6p {
    width: 100%;
  }
}

.caswino-8p0dl4 tbody tr td .caswino-7cquhg {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .caswino-8p0dl4 tbody tr td .caswino-7cquhg:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .caswino-8p0dl4 tbody tr {
    flex-direction: column;
  }
}

.caswino-8p0dl4 tbody tr:nth-child(-n + 3) td > a::before {
  background: var(--rate-counter-bg-top);
}

.caswino-55r68t {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .caswino-55r68t {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .caswino-55r68t {
    margin: 0 auto 60px;
  }
}

.caswino-zcxa95 {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .caswino-zcxa95 {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

.caswino-19k1rc {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .caswino-19k1rc {
    margin: 0 -5px;
  }
}

.caswino-omv0mf {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  text-decoration: none;
  cursor: pointer;
}

.caswino-omv0mf img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.caswino-jer3uj ease-in-out;
}

.caswino-omv0mf p {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0 0;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .caswino-omv0mf:hover img {
    transform: scale(1.01);
  }
}

@media only screen and (max-width: 991px) {
  .caswino-omv0mf {
    max-width: calc(33.33333% - 20px);
    flex-basis: calc(33.33333% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .caswino-omv0mf {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 12px;
  }
  .caswino-omv0mf p {
    font-size: 16px;
  }
}

.caswino-4iz6j8 {
  position: relative;
  max-width: 800px;
  height: 400px;
  width: 100%;
  margin: 40px auto;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 520px) {
  .caswino-4iz6j8 {
    height: 190px;
    margin: 20px auto;
  }
}

.caswino-4iz6j8 img {
  width: 100%;
  height: 100%;
}

.caswino-4iz6j8 iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

@media only screen and (max-width: 520px) {
  .caswino-4iz6j8 iframe {
    height: 190px;
  }
}

.caswino-dm2lc8 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(3px);
}

.caswino-dm2lc8::before {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.caswino-czycue {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

.caswino-czycue svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.caswino-jer3uj ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .caswino-czycue:hover svg {
    transform: scale(1.1);
  }
}

.caswino-rlyvwn {
  padding: 90px 0;
}

@media only screen and (max-width: 767px) {
  .caswino-rlyvwn {
    padding: 40px 0;
  }
}

.caswino-hhyr0l {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .caswino-hhyr0l {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .caswino-hhyr0l {
    flex-direction: column-reverse;
  }
}

.caswino-eln8bq {
  max-width: 520px;
  width: 100%;
  flex-basis: 520px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 24px;
}

.caswino-eln8bq img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .caswino-eln8bq {
    max-width: 565px;
    flex-basis: auto;
    margin: 24px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .caswino-eln8bq {
    margin: 10px 0 0;
  }
}

.caswino-xwp9x1 {
  max-width: 565px;
  width: 100%;
  flex-basis: 565px;
  border-radius: 10px;
  padding: 36px 32px;
  background: radial-gradient(
    114.2% 133.85% at 7.14% 3.6%,
    rgba(35, 35, 54, 0.7) 0%,
    rgba(35, 35, 54, 0.7) 0.01%,
    rgba(35, 35, 54, 0.1) 100%
  );
  border: 1px solid #383853;
}

.caswino-xwp9x1 h2 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 16px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .caswino-xwp9x1 {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 767px) {
  .caswino-xwp9x1 {
    padding: 24px 10px;
  }
}

.caswino-2zwimm {
  background: rgba(30, 30, 53, 0.6);
  border: 1px solid #383853;
  border-radius: 6px;
  padding: 14px 20px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #a29eb6;
  transition: 0.caswino-jer3uj ease-in-out;
}

.caswino-2zwimm:hover {
  border: 1px solid #8c8ca2;
}

.caswino-9rgq2k {
  margin: 20px auto 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  padding: 15px 10px;
  width: 100%;
  height: 52px;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
}

.caswino-9rgq2k:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.caswino-t75e0q {
  max-width: 342px;
  width: 100%;
  margin: 20px auto 0;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #c0c0c0;
  text-align: center;
}

.caswino-t75e0q a {
  text-decoration: underline;
  color: #8babff;
}

.caswino-pa3ys0 {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.caswino-pa3ys0 .caswino-2zwimm {
  width: 50%;
  margin: 0;
}

.caswino-hth49j {
  border-radius: 6px;
  padding: 15px 10px;
  width: 50%;
  height: 52px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.caswino-hth49j:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.caswino-ibe5wz {
  margin: 0 0 100px;
}

@media only screen and (max-width: 1200px) {
  .caswino-ibe5wz {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .caswino-ibe5wz {
    margin: 0 0 60px;
  }
}

.caswino-c98cw9 {
  position: relative;
  padding: 20px 24px;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .caswino-c98cw9 {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.caswino-hgc26r {
  max-width: 200px;
  width: 100%;
  flex-basis: 200px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .caswino-hgc26r {
    max-width: 80px;
    flex-basis: auto;
    margin-bottom: 10px;
  }
}

.caswino-gwaltr {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

@media only screen and (max-width: 767px) {
  .caswino-gwaltr {
    flex-basis: auto;
    max-width: 100%;
  }
}

.caswino-lgydkl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 40px;
  font-weight: 700;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .caswino-lgydkl {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.caswino-lgydkl a {
  width: 26px;
  height: 26px;
  background: #5277e7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  margin-left: 20px;
  border-radius: 4px;
  transition: 0.caswino-jer3uj ease-in-out;
}

@media only screen and (max-width: 767px) {
  .caswino-lgydkl a {
    margin: 1px 0 4px;
  }
}

.caswino-lgydkl a svg {
  fill: #fff;
}

.caswino-lgydkl a:hover {
  background: #3d68e7;
}

.caswino-y93fv5 {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.caswino-z924qe {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .caswino-z924qe {
    position: absolute;
    top: 18px;
    left: 115px;
  }
}

.caswino-ynajsw {
  font-size: 16px;
  color: var(--text-color);
}

.caswino-nm15g6 {
  display: grid;
  grid-template-areas: "play-block__left" "content-section" "play-block__right";
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .caswino-nm15g6 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .caswino-nm15g6 {
    margin: 20px auto 60px;
  }
}

@media only screen and (min-width: 992px) {
  .caswino-nm15g6 {
    grid-template-areas: "play-block__left play-block__right" "content-section content-section";
    grid-template-columns: 65% 35%;
  }
}

.caswino-ahgudk {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

.caswino-ahgudk h1,
.caswino-ahgudk h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .caswino-ahgudk h1,
  .caswino-ahgudk h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .caswino-ahgudk {
    margin: 0;
    padding-right: 20px;
  }
}

.caswino-v68pnf {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

.caswino-v68pnf h1 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .caswino-v68pnf h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.caswino-v68pnf h2 {
  display: flex;
  align-items: center;
  min-height: 68px;
  font-size: 26px;
  line-height: normal;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 6px;
}

@media only screen and (max-width: 767px) {
  .caswino-v68pnf h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.caswino-v68pnf table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.caswino-v68pnf table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .caswino-v68pnf table tr td {
    padding: 12px 4px;
  }
}

.caswino-v68pnf table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .caswino-v68pnf table tr th {
    padding: 12px 4px;
  }
}

.caswino-v68pnf table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .caswino-v68pnf {
    margin: 0;
  }
}

.caswino-fsujvs {
  width: 100%;
  min-height: 356px;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .caswino-fsujvs {
    min-height: 190px;
  }
}

.caswino-2duju2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(5px);
}

.caswino-2duju2::before {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.caswino-hlzmqs {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.caswino-hlzmqs.caswino-dm0jvn {
  display: none;
}

.caswino-7yaupw {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
}

.caswino-7yaupw iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.caswino-7yaupw iframe.caswino-xi3b6s {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.caswino-7yaupw.caswino-08s0zz {
  opacity: 1;
  pointer-events: all;
}

.caswino-7po31o {
  border: none;
  cursor: pointer;
  text-decoration: none;
  max-width: 252px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #c2c0ce;
  margin: 0 auto;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.caswino-jer3uj ease-in-out;
}

.caswino-7po31o svg {
  margin-right: 10px;
}

.caswino-7po31o + .caswino-7po31o {
  margin-top: 14px;
}

@media only screen and (min-width: 1025px) {
  .caswino-7po31o:hover {
    background: #a8a6b3;
  }
}

.caswino-9p45lo {
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
}

@media only screen and (min-width: 1025px) {
  .caswino-9p45lo:hover {
    background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
  }
}

@media only screen and (max-width: 767px) {
  .caswino-7po31o {
    height: 42px;
    max-width: 220px;
  }
}

.caswino-nm15g6 .caswino-wgjhi6 {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.caswino-nm15g6 .caswino-wgjhi6 h1,
.caswino-nm15g6 .caswino-wgjhi6 h2 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .caswino-nm15g6 .caswino-wgjhi6 h1,
  .caswino-nm15g6 .caswino-wgjhi6 h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .caswino-nm15g6 .caswino-wgjhi6 {
    margin: 28px 0 0;
  }
}

.caswino-xzl31w {
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .caswino-xzl31w {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .caswino-xzl31w {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .caswino-xzl31w {
    margin: 20px auto 60px;
  }
}

.caswino-cxc26h {
  max-width: 545px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .caswino-cxc26h {
    max-width: 100%;
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .caswino-cxc26h {
    max-width: 100%;
    margin: 0 0 10px;
  }
}

.caswino-leakss {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 20px;
}

.caswino-leakss iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.caswino-x5m262 {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

.caswino-x5m262 h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 1200px) {
  .caswino-x5m262 h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .caswino-x5m262 h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .caswino-x5m262 {
    max-width: 100%;
    margin: 0;
  }
}

.caswino-lnmmzk {
  padding: 25px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .caswino-lnmmzk {
    padding: 14px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}

.caswino-00gxry {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  .caswino-00gxry {
    flex-direction: column;
    margin: 0 0 0 20px;
  }
}

.caswino-lp0gmn {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.caswino-lp0gmn span {
  margin-right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0000;
}

@media only screen and (max-width: 767px) {
  .caswino-lp0gmn {
    margin: 0;
  }
  .caswino-lp0gmn:last-of-type {
    margin-top: 4px;
  }
}

.caswino-x2u05w {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 540px) {
  .caswino-x2u05w {
    padding: 10px;
  }
}

.caswino-x2u05w .caswino-epzglk {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .caswino-x2u05w .caswino-epzglk {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .caswino-x2u05w {
    flex-wrap: wrap;
  }
}

.caswino-4ectyk {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.caswino-4ectyk img {
  width: 100%;
}

.caswino-wyo1ly {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

@media only screen and (max-width: 540px) {
  .caswino-wyo1ly {
    max-width: 200px;
    margin: 0;
  }
}

.caswino-5i92cr {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

.caswino-qbw51y {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-color);
}

.caswino-i3xh60 {
  width: 100%;
  margin: 0 0 100px;
}

@media only screen and (max-width: 767px) {
  .caswino-i3xh60 {
    margin: 0 0 60px;
  }
}

.caswino-i3xh60 .caswino-bdtfix {
  position: relative;
}

.caswino-i3xh60 .caswino-1whnac {
  width: 100%;
  height: calc(100vh - 54px);
  height: 100dvh;
  height: calc(100dvh - env(safe-area-inset-bottom, 0px));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.caswino-i3xh60 .caswino-1whnac.caswino-dm0jvn {
  display: none;
}

.caswino-i3xh60 .caswino-07053y {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  max-width: 910px;
  width: 100%;
  border-radius: 20px;
  padding: 17px 40px;
  background: var(--main-theme-color);
  border: 1px solid var(--border-color);
  margin-bottom: env(safe-area-inset-bottom, 0px);
}

@media only screen and (max-width: 991px) {
  .caswino-i3xh60 .caswino-07053y {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .caswino-i3xh60 .caswino-07053y {
    bottom: 90px;
  }
}

.caswino-i3xh60 .caswino-07053y .caswino-bkgkfb {
  max-width: 300px;
  width: 100%;
}

.caswino-i3xh60 .caswino-07053y .caswino-bkgkfb .caswino-ohuat6 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .caswino-i3xh60 .caswino-07053y .caswino-bkgkfb .caswino-ohuat6 {
    font-size: 32px;
    text-align: center;
  }
}

.caswino-i3xh60 .caswino-07053y .caswino-bkgkfb .caswino-8welhx {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .caswino-i3xh60 .caswino-07053y .caswino-bkgkfb .caswino-8welhx {
    text-align: center;
  }
}

.caswino-i3xh60 .caswino-07053y .caswino-paey4s {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .caswino-i3xh60 .caswino-07053y .caswino-paey4s {
    flex-direction: column-reverse;
  }
}

.caswino-i3xh60 .caswino-07053y .caswino-paey4s .caswino-rfjo6t {
  border-radius: 10px;
  padding: 12px 28px;
  width: 200px;
  height: 46px;
  background: #a9afbc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #0b0b10;
  cursor: pointer;
  transition: 0.caswino-jer3uj ease-in-out;
}

.caswino-i3xh60 .caswino-07053y .caswino-paey4s .caswino-rfjo6t:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .caswino-i3xh60 .caswino-07053y .caswino-paey4s .caswino-rfjo6t {
    width: 100%;
  }
}

.caswino-i3xh60 .caswino-07053y .caswino-paey4s .caswino-mfdb16 {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  width: 274px;
  height: 46px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  position: relative;
  transition: 0.caswino-jer3uj ease-in-out;
  overflow: hidden;
}

.caswino-i3xh60 .caswino-07053y .caswino-paey4s .caswino-mfdb16 span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@keyframes slideLeftRight {
  0% {
    left: -16px;
  }
  100% {
    left: calc(100% + 16px);
  }
}

.caswino-i3xh60 .caswino-07053y .caswino-paey4s .caswino-mfdb16:before {
  content: "";
  border-radius: 10px;
  position: absolute;
  height: 100%;
  width: 32px;
  top: 0;
  left: -16px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.75) 50%,
    transparent 100%
  );
  z-index: 0;
  backdrop-filter: blur(5px);
  animation: slideLeftRight 2s infinite;
}

.caswino-i3xh60 .caswino-07053y .caswino-paey4s .caswino-mfdb16:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .caswino-i3xh60 .caswino-07053y .caswino-paey4s .caswino-mfdb16 {
    width: 100%;
  }
}

.caswino-i3xh60 .caswino-07053y.caswino-dm0jvn {
  display: none;
}

.caswino-i3xh60 .caswino-a2690r {
  display: none;
}

.caswino-i3xh60 .caswino-a2690r.caswino-08s0zz {
  display: block;
}

.caswino-i3xh60 .caswino-a2690r iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .caswino-i3xh60 .caswino-a2690r iframe {
    height: calc(100vh - 54px);
  }
}

.caswino-i3xh60 .caswino-j6m8k3 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .caswino-i3xh60 .caswino-j6m8k3 {
    padding: 24px 16px 0;
  }
}

.caswino-i3xh60 .caswino-j6m8k3 .caswino-ohuat6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .caswino-i3xh60 .caswino-j6m8k3 .caswino-ohuat6 {
    margin-bottom: 24px;
  }
}

.caswino-i3xh60 .caswino-j6m8k3 table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.caswino-i3xh60 .caswino-j6m8k3 table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .caswino-i3xh60 .caswino-j6m8k3 table tr td {
    padding: 12px 4px;
  }
}

.caswino-i3xh60 .caswino-j6m8k3 table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .caswino-i3xh60 .caswino-j6m8k3 table tr th {
    padding: 12px 4px;
  }
}

.caswino-i3xh60 .caswino-j6m8k3 table tr:last-of-type td {
  border-bottom: none;
}

.caswino-pvgp8o {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  background: var(--main-theme-color);
}

.caswino-pvgp8o.caswino-d3edr5 {
  display: block;
}

.caswino-pvgp8o iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.caswino-pvgp8o .caswino-4pmi63 {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  color: #000;
  border: 1px solid #000;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 10000;
}

.caswino-pvgp8o .caswino-eez5sh {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.caswino-pvgp8o .caswino-mfdb16 {
  bottom: 20px;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  height: 46px;
  width: 100%;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  z-index: 10000;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  transition: 0.caswino-jer3uj ease-in-out;
}

.caswino-pvgp8o .caswino-mfdb16:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

.caswino-zr3ciw {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: none;
  overflow: auto;
}

.caswino-zr3ciw.caswino-d3edr5 {
  display: block;
}

.caswino-e6y3v3 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.caswino-mgnj8i {
  position: relative;
  top: 100px;
  margin: 0 auto;
  z-index: 999;
  max-width: 600px;
  width: 100%;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 28px 44px;
}

.caswino-o5g9d5 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .caswino-mgnj8i {
    width: calc(100% - 20px);
    max-width: 100%;
    padding: 28px 16px;
  }
}

.caswino-25h9i0 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.caswino-25h9i0 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.caswino-xcyhxk {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.caswino-y29whs.caswino-dm0jvn {
  display: none;
}

.caswino-5z8aum {
  font-size: 16px;
  line-height: 140%;
  color: var(--title-color);
  text-align: center;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .caswino-5z8aum {
    margin-bottom: 20px;
  }
}

.caswino-4ha0i0 {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

.caswino-4ha0i0 span {
  font-weight: 500;
  font-size: 20px;
  color: var(--text-color);
  display: block;
  margin-bottom: 4px;
}

.caswino-4ha0i0 small {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.8;
  display: block;
  margin-bottom: 16px;
}

.caswino-4ha0i0 input {
  border-radius: 46px;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: none;
  font-size: 16px;
  transition: 0.caswino-jer3uj ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.caswino-4ha0i0 input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.caswino-4ha0i0 input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.caswino-4ha0i0 input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.caswino-4ha0i0 input:active {
  border-color: #c2c0ce;
}

.caswino-4ha0i0 input:focus {
  border-color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .caswino-4ha0i0 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.caswino-v6ij6z {
  margin-bottom: 36px;
}

.caswino-v6ij6z textarea {
  border-radius: 20px;
  padding: 14px 20px;
  width: 100%;
  height: 120px;
  resize: none;
  overflow: hidden;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: 1px solid #c2c0ce;
  font-size: 16px;
}

.caswino-v6ij6z textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.caswino-v6ij6z textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .caswino-v6ij6z {
    margin-bottom: 24px;
  }
}

.caswino-lo496u {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.caswino-gcn2o9 {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  width: 136px;
  height: 42px;
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
  border: 1px solid var(--border-color);
  transition: 0.caswino-jer3uj ease-in-out;
}

.caswino-gcn2o9:hover {
  background: var(--border-color);
}

.caswino-da7cqq {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #197bff;
  color: var(--title-color);
  border-radius: 6px;
  padding: 10px;
  width: 193px;
  height: 42px;
  margin-left: 16px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: 0.caswino-jer3uj ease-in-out;
}

.caswino-da7cqq:hover {
  background: #166ad9;
}

.caswino-q6upph {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.caswino-q6upph.caswino-dm0jvn {
  display: none;
}

.caswino-s474dw {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: var(--title-color);
  margin: 16px 0 20px;
}

.caswino-q6upph .caswino-gcn2o9 {
  margin: 0 auto;
}

.caswino-j6vdux {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

@media only screen and (max-width: 767px) {
  .caswino-j6vdux {
    margin-bottom: 16px;
  }
}

.caswino-17rm14 {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  height: auto;
  position: relative;
}

.caswino-seaf60 {
  filter: grayscale(100%);
}

.caswino-17rm14 > input {
  display: none;
}

.caswino-17rm14 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.caswino-75vu4k.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.caswino-t6dve0 44.caswino-1ylcso.caswino-9d6wkz.caswino-ypbw4k.caswino-lhzulu.caswino-6cyn4s.caswino-mwhfl8.caswino-0czmwc.caswino-ml1z2d.caswino-em25pl.caswino-7jbcdm.caswino-2l8k4z.caswino-ytdbnd 0l-12.caswino-kkl1ts 30.caswino-26olao.caswino-86duuy 2.caswino-4rqw7a.caswino-86duuy 3.caswino-5vs40s 3.caswino-9sr438.caswino-o7i18x 3.caswino-0l6jci.caswino-0sfeot.caswino-0mbb0s.caswino-2hz7ja 7-3.caswino-kkl1ts 10.caswino-kzvcs1.caswino-2hz7ja 23.caswino-zdtma5.caswino-ka4p92 1.caswino-cxxgi7 2.caswino-kkl1ts 3.caswino-ka4p92 1.caswino-o7i18x 5.caswino-gtb659.caswino-o7i18x 32.caswino-3va0to.caswino-0sfeot 5.caswino-ytdbnd 4.caswino-2hz7ja 9.caswino-2hz7ja 8.caswino-o7i18x 6.caswino-kkcoe4.caswino-1ky2ji.caswino-3x81by.caswino-2mjqlt.caswino-n5sopx 4.caswino-bmattj.caswino-n5sopx 6.caswino-n5sopx 0l29.caswino-ytdbnd 17.caswino-3amgz0.caswino-uo22r9 2.caswino-vi9508 10.caswino-p9u6ue.caswino-kkl1ts 8.caswino-a2hi9s.caswino-70l461.caswino-fcksc7.caswino-qor8c9.caswino-skkepg.caswino-0sfeot.caswino-6cyn4s.caswino-kkl1ts 1.caswino-83dhkm.caswino-d2y951.caswino-tn0its.caswino-g84ffc.caswino-fyys08.caswino-cxxgi7 1.caswino-sxbc2x.caswino-6k6mr2.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.caswino-17rm14 > input:checked ~ label,
.caswino-17rm14 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.caswino-75vu4k.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.caswino-t6dve0 44.caswino-1ylcso.caswino-9d6wkz.caswino-ypbw4k.caswino-lhzulu.caswino-6cyn4s.caswino-mwhfl8.caswino-0czmwc.caswino-ml1z2d.caswino-em25pl.caswino-7jbcdm.caswino-2l8k4z.caswino-ytdbnd 0l-12.caswino-kkl1ts 30.caswino-26olao.caswino-86duuy 2.caswino-4rqw7a.caswino-86duuy 3.caswino-5vs40s 3.caswino-9sr438.caswino-o7i18x 3.caswino-0l6jci.caswino-0sfeot.caswino-0mbb0s.caswino-2hz7ja 7-3.caswino-kkl1ts 10.caswino-kzvcs1.caswino-2hz7ja 23.caswino-zdtma5.caswino-ka4p92 1.caswino-cxxgi7 2.caswino-kkl1ts 3.caswino-ka4p92 1.caswino-o7i18x 5.caswino-gtb659.caswino-o7i18x 32.caswino-3va0to.caswino-0sfeot 5.caswino-ytdbnd 4.caswino-2hz7ja 9.caswino-2hz7ja 8.caswino-o7i18x 6.caswino-kkcoe4.caswino-1ky2ji.caswino-3x81by.caswino-2mjqlt.caswino-n5sopx 4.caswino-bmattj.caswino-n5sopx 6.caswino-n5sopx 0l29.caswino-ytdbnd 17.caswino-3amgz0.caswino-uo22r9 2.caswino-vi9508 10.caswino-p9u6ue.caswino-kkl1ts 8.caswino-a2hi9s.caswino-70l461.caswino-fcksc7.caswino-qor8c9.caswino-skkepg.caswino-0sfeot.caswino-6cyn4s.caswino-kkl1ts 1.caswino-83dhkm.caswino-d2y951.caswino-tn0its.caswino-g84ffc.caswino-fyys08.caswino-cxxgi7 1.caswino-sxbc2x.caswino-6k6mr2.5z'/%3e%3c/svg%3e");
}

.caswino-17rm14 > input:not(:checked) ~ label:hover,
.caswino-17rm14 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.caswino-75vu4k.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.caswino-t6dve0 44.caswino-1ylcso.caswino-9d6wkz.caswino-ypbw4k.caswino-lhzulu.caswino-6cyn4s.caswino-mwhfl8.caswino-0czmwc.caswino-ml1z2d.caswino-em25pl.caswino-7jbcdm.caswino-2l8k4z.caswino-ytdbnd 0l-12.caswino-kkl1ts 30.caswino-26olao.caswino-86duuy 2.caswino-4rqw7a.caswino-86duuy 3.caswino-5vs40s 3.caswino-9sr438.caswino-o7i18x 3.caswino-0l6jci.caswino-0sfeot.caswino-0mbb0s.caswino-2hz7ja 7-3.caswino-kkl1ts 10.caswino-kzvcs1.caswino-2hz7ja 23.caswino-zdtma5.caswino-ka4p92 1.caswino-cxxgi7 2.caswino-kkl1ts 3.caswino-ka4p92 1.caswino-o7i18x 5.caswino-gtb659.caswino-o7i18x 32.caswino-3va0to.caswino-0sfeot 5.caswino-ytdbnd 4.caswino-2hz7ja 9.caswino-2hz7ja 8.caswino-o7i18x 6.caswino-kkcoe4.caswino-1ky2ji.caswino-3x81by.caswino-2mjqlt.caswino-n5sopx 4.caswino-bmattj.caswino-n5sopx 6.caswino-n5sopx 0l29.caswino-ytdbnd 17.caswino-3amgz0.caswino-uo22r9 2.caswino-vi9508 10.caswino-p9u6ue.caswino-kkl1ts 8.caswino-a2hi9s.caswino-70l461.caswino-fcksc7.caswino-qor8c9.caswino-skkepg.caswino-0sfeot.caswino-6cyn4s.caswino-kkl1ts 1.caswino-83dhkm.caswino-d2y951.caswino-tn0its.caswino-g84ffc.caswino-fyys08.caswino-cxxgi7 1.caswino-sxbc2x.caswino-6k6mr2.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .caswino-ncfuqz > .caswino-dgrgyk {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .caswino-ncfuqz > .caswino-dgrgyk {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .caswino-ncfuqz > .caswino-dgrgyk {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .caswino-ncfuqz > .caswino-dgrgyk {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .caswino-ncfuqz > .caswino-dgrgyk {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

label[for="rating-0"] {
  display: none;
}

.caswino-jcnom1 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.caswino-jcnom1.caswino-dm0jvn {
  display: none;
}

.caswino-efo6r9 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  height: 110px;
  border-radius: 30px 30px 0 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .caswino-efo6r9 {
    height: 74px;
    overflow: visible;
  }
}

@media only screen and (max-width: 767px) {
  .caswino-efo6r9 {
    border-radius: 20px 20px 0 0;
  }
}

.caswino-62u1fg {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 52px;
  gap: 16px;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  color: #fff;
  border-top-left-radius: 30px;
}

.caswino-62u1fg::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.caswino-62u1fg::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.caswino-62u1fg img {
  border-radius: 16px;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .caswino-62u1fg {
    max-width: 300px;
    padding: 0 10px;
    font-size: 16px;
  }
  .caswino-62u1fg img {
    max-width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .caswino-62u1fg {
    max-width: 120px;
    font-size: 14px;
    border-top-left-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    font-size: 14px;
  }
  .caswino-62u1fg img {
    max-width: 60px;
    border-radius: 7px;
  }
}

.caswino-e825iv {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .caswino-e825iv {
    font-size: 16px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .caswino-e825iv {
    font-size: 14px;
  }
}

.caswino-p2l74x {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 52px 0 0;
  z-index: 2;
  overflow: hidden;
  border-top-right-radius: 30px;
}

.caswino-p2l74x::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .caswino-p2l74x::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.caswino-p2l74x::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -2;
}

@media only screen and (max-width: 767px) {
  .caswino-p2l74x::after {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .caswino-p2l74x {
    max-width: 300px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .caswino-p2l74x {
    max-width: 120px;
    border-top-right-radius: 20px;
  }
}

.caswino-ei84hm {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .caswino-ei84hm {
    top: -20px;
  }
}

.caswino-onti1o {
  width: 220px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.caswino-jer3uj ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

@media only screen and (min-width: 1025px) {
  .caswino-onti1o:hover {
    background: linear-gradient(138deg, #fbff21 0%, #f2f55d 74.32%);
  }
}

@media only screen and (max-width: 1023px) {
  .caswino-onti1o {
    width: 200px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .caswino-onti1o {
    width: 90px;
    height: 40px;
  }
}

.caswino-jcnom1.caswino-0g6her .caswino-efo6r9 {
  background: #2b3b67;
}

.caswino-jcnom1.caswino-0g6her .caswino-62u1fg {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.caswino-jcnom1.caswino-0g6her .caswino-62u1fg::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.caswino-jcnom1.caswino-0g6her .caswino-62u1fg::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.caswino-jcnom1.caswino-0g6her .caswino-p2l74x::before {
  background: #0e0f41;
}

.caswino-jcnom1.caswino-0g6her .caswino-p2l74x::after {
  background: #152557;
}

.caswino-jcnom1.caswino-wj6utk .caswino-efo6r9 {
  background: #1f35fa;
}

.caswino-jcnom1.caswino-wj6utk .caswino-62u1fg {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.caswino-jcnom1.caswino-wj6utk .caswino-62u1fg::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.caswino-jcnom1.caswino-wj6utk .caswino-62u1fg::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.caswino-jcnom1.caswino-wj6utk .caswino-p2l74x::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.caswino-jcnom1.caswino-wj6utk .caswino-p2l74x::after {
  background: #192ac8;
}

.caswino-jcnom1.caswino-anihxh .caswino-efo6r9 {
  background: #fa771f;
}

.caswino-jcnom1.caswino-anihxh .caswino-62u1fg {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.caswino-jcnom1.caswino-anihxh .caswino-62u1fg::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.caswino-jcnom1.caswino-anihxh .caswino-62u1fg::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.caswino-jcnom1.caswino-anihxh .caswino-p2l74x::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.caswino-jcnom1.caswino-anihxh .caswino-p2l74x::after {
  background: #fa8535;
}

.caswino-lv3kro {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .caswino-lv3kro {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .caswino-lv3kro {
    margin: 24px 0 60px;
  }
}

.caswino-lv3kro h1 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .caswino-lv3kro h1 {
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 18px;
  }
}

.caswino-i8pwep {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 24px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .caswino-i8pwep {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

.caswino-q8yd6x {
  display: flex;
  align-items: center;
  color: var(--text-color);
  gap: 6px;
  font-weight: 700;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .caswino-q8yd6x {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

.caswino-z65oq9 {
  max-width: 200px;
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .caswino-z65oq9:hover {
    background: var(--button-bg-hover);
  }
}

.caswino-24ut05 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.caswino-24ut05 span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.caswino-24ut05 small {
  font-size: 14px;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .caswino-24ut05 {
    margin-bottom: 16px;
  }
}

.caswino-p1z9ay {
  width: 120px;
  height: 22px;
}

.caswino-p1z9ay .caswino-tt1ikz {
  fill: #c2c0ce;
}

.caswino-p1z9ay [rating="1"] .caswino-tt1ikz:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.caswino-p1z9ay [rating="2"] .caswino-tt1ikz:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.caswino-p1z9ay [rating="3"] .caswino-tt1ikz:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.caswino-p1z9ay [rating="4"] .caswino-tt1ikz:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.caswino-p1z9ay [rating="5"] .caswino-tt1ikz:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.caswino-dhgi99 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

@media only screen and (max-width: 767px) {
  .caswino-dhgi99 {
    gap: 16px 0;
  }
}

.caswino-nmkibv {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.caswino-nmkibv.caswino-08s0zz {
  display: block;
}

.caswino-nmkibv.caswino-dm0jvn {
  display: none;
}

@media only screen and (max-width: 767px) {
  .caswino-nmkibv {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.caswino-uij4la {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.caswino-vlxrva {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.caswino-z7v17z {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.caswino-zryi0v small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.caswino-zryi0v span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.caswino-498blp {
  font-size: 16px;
  line-height: 140%;
}

.caswino-zlqakb {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.caswino-zlqakb .caswino-tt1ikz {
  fill: #c2c0ce;
}

.caswino-zlqakb [rating="1"] .caswino-tt1ikz:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.caswino-zlqakb [rating="2"] .caswino-tt1ikz:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.caswino-zlqakb [rating="3"] .caswino-tt1ikz:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.caswino-zlqakb [rating="4"] .caswino-tt1ikz:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.caswino-zlqakb [rating="5"] .caswino-tt1ikz:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.caswino-us8nla {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

@media only screen and (max-width: 767px) {
  .caswino-us8nla {
    margin: 18px auto 0;
  }
}

/* Review Hero Block Styles */

.caswino-2f1s9x {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .caswino-2f1s9x {
    padding: 0 16px;
  }
}

.caswino-xoeij5 {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .caswino-xoeij5 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.caswino-wo0btm {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  padding: 16px;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .caswino-wo0btm {
    padding: 12px;
    gap: 12px;
  }
}

.caswino-zohp69 {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.caswino-zohp69 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.caswino-07l83y {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    var(--button-bg-color) 0%,
    var(--button-bg-hover) 100%
  );
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.caswino-c3czb7 {
  flex: 1;
  min-width: 0;
}

.caswino-p9jvwd {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .caswino-p9jvwd {
    font-size: 14px;
    gap: 6px;
  }
}

.caswino-3m2gxa {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.caswino-3m2gxa svg,
.caswino-3m2gxa img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.caswino-3m2gxa svg path {
  fill: var(--button-bg-color);
}

.caswino-3m2gxa svg circle {
  fill: var(--button-text-color);
}

.caswino-j309nj {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .caswino-j309nj {
    font-size: 12px;
  }
}

.caswino-j309nj strong {
  font-weight: 600;
}

.caswino-sv62ui {
  font-size: 16px;
  line-height: 160%;
  color: var(--text-color);
  margin: 0;
}

.caswino-sv62ui p {
  margin: 0 0 16px;
}

.caswino-sv62ui p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .caswino-sv62ui {
    font-size: 14px;
    line-height: 150%;
  }
}

.caswino-j9mu23 {
  max-width: 300px;
  width: 100%;
}

.caswino-j9mu23 a {
  width: 100%;
}

@media (max-width: 575px) {
  .caswino-j9mu23 {
    max-width: 200px;
  }
}

.caswino-thcd42 {
  justify-content: center;
}

.caswino-v5pjxt {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.caswino-fuu1av {
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .caswino-4axmt8 {
    padding: 0 0 50px;
    justify-content: center;
  }
}

.caswino-waectj {
  padding: 5px 0;
  justify-content: center;
  background: color-mix(in srgb, var(--fh-bg-color), transparent 20%);
}

.caswino-waectj .caswino-l2o55s {
  justify-content: center;
}

/* faq */

.caswino-jpckuv {
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  user-select: none;
}

.caswino-o4j9bn {
  color: var(--text-color);
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  background: var(--table-1-color);
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.caswino-jto635 ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.caswino-o4j9bn::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.caswino-jto635 ease;
}

.caswino-jpckuv.caswino-d3edr5 .caswino-o4j9bn::after {
  transform: rotate(45deg);
}

.caswino-c9fkxx {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.caswino-jer3uj ease, padding 0.caswino-jer3uj ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.caswino-jpckuv.caswino-d3edr5 .caswino-c9fkxx {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.caswino-hb7ijs {
  margin: 25px 0;
}

.caswino-17rm14 > input:not(:checked) ~ label:hover,
.caswino-17rm14 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.caswino-gljegp.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.caswino-4ino4r 44.caswino-png8ly.caswino-ouw2bf.caswino-cwpfci.caswino-pm1j8y.caswino-erxa16.caswino-2jn8x6.caswino-xrjhhz.caswino-0rr4y6.caswino-yc1p5z.caswino-b8k6pg.caswino-tlvnwp.caswino-uyvpwk 0l-12.caswino-i2r8qn 30.caswino-vlr416.caswino-f30iy5 2.caswino-0spm2v.caswino-f30iy5 3.caswino-ag8eza 3.caswino-5gzcte.caswino-fe35iy 3.caswino-q7h3oy.caswino-1z60zw.caswino-xbtja4.caswino-v87j4w 7-3.caswino-i2r8qn 10.caswino-0d1kpd.caswino-v87j4w 23.caswino-m42o3f.caswino-4dl894 1.caswino-bcume5 2.caswino-i2r8qn 3.caswino-4dl894 1.caswino-fe35iy 5.caswino-8r96wm.caswino-fe35iy 32.caswino-qasjbj.caswino-1z60zw 5.caswino-uyvpwk 4.caswino-v87j4w 9.caswino-v87j4w 8.caswino-fe35iy 6.caswino-mqi49a.caswino-h958md.caswino-rcywdl.caswino-mn38uy.caswino-vcifxc 4.caswino-n24mzt.caswino-vcifxc 6.caswino-vcifxc 0l29.caswino-uyvpwk 17.caswino-4gqs1h.caswino-pz3iv2 2.caswino-vmo3hb 10.caswino-zdc2zy.caswino-i2r8qn 8.caswino-zo7or2.caswino-1uzdio.caswino-y5yyvw.caswino-0nnus9.caswino-nmp2re.caswino-1z60zw.caswino-erxa16.caswino-i2r8qn 1.caswino-b8x223.caswino-6gvtc5.caswino-vqdbq3.caswino-4wg4wk.caswino-bdvkue.caswino-bcume5 1.caswino-9zt96u.caswino-1illu0.5z'/%3e%3c/svg%3e");
}

.caswino-umgfkf {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .caswino-umgfkf {
    gap: 16px 0;
  }
}

.caswino-m5selm {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.caswino-m5selm.caswino-kl5tce {
  display: block;
}

.caswino-m5selm.caswino-8s56t2 {
  display: none;
}

@media only screen and (max-width: 767px) {
  .caswino-m5selm {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.caswino-x6h6s2 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.caswino-qr3kqu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.caswino-2qufik {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.caswino-00t6g9 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.caswino-00t6g9 span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.caswino-bn2n64 {
  font-size: 16px;
  line-height: 140%;
}

.caswino-881e8c {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.caswino-881e8c .caswino-l62v36 {
  fill: #c2c0ce;
}

.caswino-881e8c [rating="1"] .caswino-l62v36:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.caswino-881e8c [rating="2"] .caswino-l62v36:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.caswino-881e8c [rating="3"] .caswino-l62v36:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.caswino-881e8c [rating="4"] .caswino-l62v36:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.caswino-881e8c [rating="5"] .caswino-l62v36:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

.caswino-ux3621 {
  padding: 16px;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  background: var(--fh-bg-color);
  font-family: sans-serif;
}

.caswino-ux3621 textarea {
  width: 100%;
  height: 80px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  resize: none;
  box-sizing: border-box;
  font-size: 18px;
}

.caswino-ux3621 button {
  margin-top: 10px;
  padding: 8px 16px;
  background: var(--button-bg-color);
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

@media (max-width: 576px) {
  table {
    word-break: break-all;
  }
}

/* up */

.caswino-ggdsh9 {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.caswino-ggdsh9.caswino-d2kv8i {
  opacity: 1;
  pointer-events: auto;
}
