* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
.casfr-nt {
  height: 20px;
}
ul {
  list-style: none;
  padding: 0 0 0 30px;
  margin: 0;
}
li::marker {
  color: #47c5c4;
}
a {
  text-decoration: none;
}
img {
  display: block;
  height: auto;
  padding: 0;
  margin: 0;
}
button {
  cursor: pointer;
}
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  min-height: 100vh;
  background-color: #000;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
p {
  font-family: 'Inter', sans-serif;
  line-height: 150%;
}
a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
.casfr-page-wrapper {
  min-width: 1420px;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: url('../images/bg_top.webp') center top no-repeat;
  background-size: cover;
}
.casfr-container {
  width: 1420px;
  padding: 0 20px;
  margin: 0 auto;
}
/* FOOTER */
.casfr-footer {
  width: 100%;
  background: url('../images/bg_bot.webp') center bottom no-repeat;
  background-size: cover;
}
.casfr-footer .casfr-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.casfr-icon {
  display: inline-block;
}
.casfr-icon-check {
  width: 16px;
  height: 16px;
  background: url('../images/checkmark.svg') center no-repeat;
}
.casfr-icon-winner {
  width: 16px;
  height: 16px;
  background: url('../assets/img/ico/winner.svg') center no-repeat;
}
.casfr-icon-win {
  width: 20px;
  height: 20px;
  margin-right: 7px;
  background: url('../images/win.svg') center no-repeat;
}
.casfr-icon-Isplata {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}
.casfr-icon-sub {
  width: 10px;
  height: 10px;
  background: url('../assets/img/ico/sub.svg') center no-repeat;
}
.casfr-icon-fire {
  width: 16px;
  height: 16px;
  background: url('../assets/img/ico/fire.svg') center no-repeat;
}
.casfr-icon-jackpot {
  width: 16px;
  height: 16px;
  background: url('../assets/img/ico/jackpot.svg') center no-repeat;
}
.casfr-icon-why {
  width: 48px;
  height: 48px;
  background: url('../assets/img/ico/why.svg') center no-repeat;
}
.casfr-icon-security {
  width: 48px;
  height: 48px;
  background: url('../assets/img/ico/security.svg') center no-repeat;
}
.casfr-icon-bonus {
  width: 48px;
  height: 48px;
  background: url('../assets/img/ico/bonus.svg') center no-repeat;
}
.casfr-icon-payment {
  width: 48px;
  height: 48px;
  background: url('../assets/img/ico/payment.svg') center no-repeat;
}
@media screen and (max-width: 1420px) {
  .casfr-container {
    width: 100%;
  }
  .casfr-page-wrapper {
    min-width: 320px;
  }
  .casfr-footer {
    height: auto;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
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 {
  font-family: monospace, monospace;
  font-size: 1em;
}
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;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[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;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.casfr-header {
  height: 60px;
  background: #5c5d01;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.casfr-header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  padding: 5px 0;
}
.casfr-hero-title {
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #ffd700;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-family: 'Inter', sans-serif;
  letter-spacing: 1px;
}
@media (max-width: 1300px) {
  .casfr-hero-title {
    font-size: 32px;
  }
}
@media (max-width: 900px) {
  .casfr-hero-title {
    font-size: 22px;
  }
}
.casfr-hero-desc {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}
.casfr-header-logo-img {
  width: 40px;
}
.casfr-header-logo-text {
  font-size: 18px;
}
@media (max-width: 991px) {
  .casfr-header-logo-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 1420px) {
  .casfr-header {
    height: 50px;
  }
}
.casfr-footer-logo-img {
  width: 50px;
}
.casfr-footer-logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.casfr-footer {
  padding-top: 32px;
}
.casfr-footer-content p {
  text-align: center;
  color: #fff;
  line-height: 150%;
  margin: 0 0 32px;
  font-size: 16px;
}
.casfr-footer-divider {
  width: 100%;
  height: 2px;
  background-color: #ffd700;
}
.casfr-footer-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 32px 0 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.casfr-footer-logo-img {
  max-height: 60px;
  width: 100%;
}
.casfr-footer-logos img {
  margin: 0 10px;
  padding: 5px;
}
@media screen and (max-width: 1420px) {
  .casfr-footer {
    padding: 0 20px;
  }
  .casfr-footer-content p {
    margin: 0 0 24px;
    font-size: 12px;
  }
  .casfr-footer-logos {
    margin: 24px 0;
    gap: 10px;
  }
  .casfr-footer-logos img {
    height: 33px;
    margin: 10px 10px;
  }
}
.casfr-hero {
  margin: 48px 0;
}
.casfr-hero-title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 24px;
}
.casfr-hero-title-container img {
  max-width: 698px;
  max-height: 92px;
  width: 100%;
  height: auto;
}
.casfr-hero-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
}
.casfr-hero-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 24px;
}
.casfr-hero-feature span {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  text-transform: uppercase;
  margin-left: 7px;
}
.casfr-pnhj {
  padding: 10px;
}
.casfr-offers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
  padding: 24px 0;
  max-width: 1200px;
  margin: 0 auto;
}
.casfr-offer {
  background: linear-gradient(180deg, #1a2332 0%, #0f1721 100%);
  border: 2px solid #2a3547;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  height: 600px;
}
.casfr-offer:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(255, 187, 0, 0.2);
}
.casfr-offer-details {
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  gap: 12px;
  padding-top: 50px;
  justify-content: center;
}
.casfr-offer-details > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
.casfr-offer-logo {
  max-width: 180px;
  height: auto;
  transition: transform 0.2s ease;
}
.casfr-offer-logo:hover {
  transform: scale(1.05);
}
.casfr-offer-badge {
  background-color: #2a9d8f;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 8px;
  width: fit-content;
  margin-bottom: 8px;
  position: absolute;
  top: 10px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.casfr-offer-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
  margin: 12px 0;
}
.casfr-offer-rating, .casfr-offer-withdrawal, .casfr-offer-rtp {
  flex: 1;
}
.casfr-offer-rating h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin: 0;
}
.casfr-offer-rating span {
  font-size: 28px;
  color: #ffd700;
}
.casfr-offer-rating p, .casfr-offer-withdrawal p, .casfr-offer-rtp p {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #a0aec0;
  margin: 4px 0 0;
}
.casfr-offer-withdrawal h3, .casfr-offer-rtp h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  margin: 4px 0 0;
}
.casfr-offer-stars {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex: 1;
}
.casfr-star-rating {
  display: flex;
  gap: 4px;
}
.casfr-star-item {
  width: 20px;
  height: 20px;
  background: url('../images/star.svg') center no-repeat;
  background-size: contain;
}
.casfr-offer-bonus {
  background: linear-gradient(180deg, #2d3748 0%, #1a2332 100%);
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.casfr-offer-bonus-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #a0aec0;
  margin: 0;
}
.casfr-offer-bonus-details {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  background: url('../images/bonus_bg.webp') center no-repeat;
  background-size: cover;
  padding: 12px;
  border-radius: 8px;
  width: 100%;
  text-align: center;
  transition: background-color 0.3s ease;
}
.casfr-offer-bonus-details:hover {
  background-color: rgba(255, 187, 0, 0.1);
}
.casfr-offer-bonus-details span {
  display: block;
  font-size: 32px;
  color: #ffd700;
}
.casfr-offer-cta {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #000;
  background-color: #ffd700;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  width: 100%;
  text-align: center;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.casfr-offer-cta:hover {
  background-color: #ffbb0b;
  transform: translateY(-2px);
}
.casfr-offer-premium {
  border: 2px solid #ffd700;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.3);
}
.casfr-offer-premium .casfr-offer-badge {
  background-color: #ffd700;
  color: #1a2332;
}
@media (max-width: 768px) {
  .casfr-offers {
    grid-template-columns: 1fr;
    padding: 16px;
  }
  .casfr-offer {
    max-width: 100%;
  }
  .casfr-offer-logo {
    max-width: 140px;
  }
  .casfr-offer-info {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .casfr-offer-rating, .casfr-offer-withdrawal, .casfr-offer-rtp {
    margin: 0;
  }
  .casfr-offer-bonus-details span {
    font-size: 24px;
  }
  .casfr-offer-cta {
    font-size: 16px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1420px) {
  .casfr-hero {
    margin: 8px 0 12px;
  }
  .casfr-hero-title-container {
    max-width: 600px;
    margin: 0 auto;
  }
  .casfr-offers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
  }
  .casfr-offer {
    margin-bottom: 20px;
  }
  .casfr-offer {
    height: 550px;
  }
  .casfr-offer-details .casfr-icon {
    width: 16px;
    height: 16px;
  }
  .casfr-offer-details > a {
    max-height: 77px;
  }
  .casfr-offer-details p {
    font-size: 8px;
  }
  .casfr-offer-bonus {
    padding-top: 12px;
  }
  .casfr-offer-badge span {
    font-size: 10px;
  }
  .casfr-offer-badge .casfr-icon {
    height: 12px;
    width: 12px;
    background-size: contain;
  }
  .casfr-offer-info {
    margin-bottom: 12px;
    justify-content: space-around;
  }
  .casfr-offer-cta {
    font-size: 16px;
    line-height: 22px;
    padding: 12px 0;
  }
  .casfr-offer-stars {
    padding: 0 8px;
  }
  .casfr-offer-rating {
    margin-right: 0;
  }
  .casfr-offer-rating span {
    font-size: 18px;
    line-height: 16px;
  }
  .casfr-offer-rating h3 {
    line-height: 16px;
    font-size: 12px;
  }
  .casfr-offer-rtp h3 {
    font-size: 12px;
    line-height: 16px;
    margin-top: 0;
  }
  .casfr-offer-withdrawal {
    margin-right: 8px;
  }
  .casfr-offer-withdrawal h3 {
    font-size: 12px;
    line-height: 16px;
    margin-top: 0;
  }
  .casfr-offer-bonus-title {
    font-size: 14px;
    line-height: 19px;
  }
  .casfr-offer-bonus-details {
    line-height: 22px;
    font-size: 16px;
    margin: 0 0 12px;
  }
  .casfr-offer-bonus-details span {
    display: block;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 22px;
    line-height: 33px;
  }
  .casfr-offer-bonus-details b {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    line-height: 16px;
    line-height: 25px;
  }
  .casfr-offer-subinfo {
    font-size: 8px;
  }
  .casfr-star-rating {
    height: 18px;
    padding: 0 8px;
  }
  .casfr-star-item {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 900px) {
  .casfr-hero-features {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr);
    grid-template-columns: repeat(2, 1fr);
    padding: 0 20px;
  }
  .casfr-hero-title-container {
    max-width: 270px;
    margin-bottom: 5px;
  }
  .casfr-hero-feature {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 4px;
    margin-right: 0;
  }
  .casfr-hero-feature span {
    font-size: 10px;
    word-break: keep-all;
    display: inline-block;
    margin-left: 8px;
  }
}
.casfr-modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: none;
}
.casfr-pop-up {
  position: fixed;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
  color: #fff;
  border: 1px solid #fff500;
  background-color: black;
  border-radius: 0;
  color: #fff;
  width: 370px;
  z-index: 1000;
  height: 500px;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  padding: 10px;
}
@media (max-width: 384px) {
  .casfr-pop-up {
    width: 90%;
  }
}
.casfr-pop-up-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: row;
  gap: 10px;
  background-color: #ecac1a;
  height: 38px;
  color: black;
  border-radius: 5px;
  font-weight: 800;
}
.casfr-pop-up-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
}
.casfr-pop-up-section__1 {
  color: #7d7d7d;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.casfr-pop-up-section__2 {
  font-size: 20px;
  font-weight: 300;
  margin: 0;
}
.casfr-pop-up-section__3 {
  font-size: 40px;
  font-weight: 800;
  margin: 0;
}
.casfr-pop-up-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  height: 55px;
  color: #fff;
  border-radius: 20px;
  background-color: #0c9511;
}
#close-button {
  position: absolute;
  top: 0;
  right: 10px;
  border: none;
  width: 25px;
  height: 25px;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  font-size: 16px;
  margin-top: 20px;
}
.casfr-footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}
.casfr-footer-nav-link {
  color: white;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0%;
}
.casfr-docWrap {
  padding: 50px 20px;
  max-width: 1220px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .casfr-footer-nav {
    gap: 10px;
    flex-direction: column;
  }
  .casfr-hero-desc {
    max-width: 100%;
  }
  .casfr-hero-title {
    text-align: center;
  }
}
.casfr-section {
  margin-top: 60px;
  margin-bottom: 60px;
}
.casfr-section h2 {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  background-color: #ffd700;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: start;
  margin-bottom: 24px;
  width: 100%;
}
.casfr-section p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #bdbdbd;
  text-align: start;
  width: 100%;
}
.casfr-section ul {
  text-align: start;
  width: 100%;
}
.casfr-section li {
  list-style: disc;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 12px;
  color: #bdbdbd;
}
@media (min-width: 1200px) {
  .casfr-section h2 {
    font-size: 32px;
    margin: 0;
    padding-bottom: 15px;
    text-align: left;
    width: 100%;
  }
  .casfr-section p {
    font-size: 16px;
    margin: 0;
  }
  .casfr-section ul {
    margin: 0;
    padding-top: 10px;
  }
  .casfr-section li {
    font-size: 16px;
  }
}
/* -----------------BETTING STEP---------------- */
.casfr-card_img {
  display: none;
}
.casfr-start_betting h2 {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  background-color: #ffd700;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 24px;
  text-align: left;
}
.casfr-start_betting h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 158%;
  color: #202020;
  border-radius: 8px;
  width: 48px;
  height: 48px;
  background-color: #ffd700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  margin-top: 17px;
}
.casfr-start_betting h4 {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
.casfr-start_betting p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #bdbdbd;
  margin-top: 12px;
}
.casfr-start_betting ul {
  padding: 0;
}
@media (max-width: 714px) {
  .casfr-start_betting {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .casfr-start_betting {
    margin-bottom: 60px;
    width: 100%;
  }
  .casfr-card_img {
    display: flex;
    width: 24px;
    height: 24px;
    margin-top: 84px;
  }
  .casfr-start_betting ul {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .casfr-start_betting li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .casfr-start_betting h2 {
    font-size: 32px;
    text-align: start;
  }
  .casfr-start_betting li {
    display: flex;
    flex-direction: column;
  }
  .casfr-start_betting h3 {
    margin-bottom: 16px;
  }
}
/* ------------------types_of_betting------------------- */
.casfr-games-section {
  margin-top: 60px;
  margin-bottom: 60px;
}
.casfr-games-section h2 {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  background-color: #ffd700;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 24px;
  text-align: left;
  width: 100%;
}
.casfr-games-section h3 {
  margin-bottom: 12px;
  margin-top: 24px;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #fff;
}
.casfr-games-section p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #bdbdbd;
}
.casfr-games-section ul {
  padding: 0;
}
@media (min-width: 1200px) {
  .casfr-games-section h2 {
    font-size: 32px;
    text-align: start;
  }
  .casfr-games-section h3 {
    font-size: 20px;
  }
  .casfr-games-section p {
    font-size: 16px;
    max-width: 1220px;
  }
}
/* -------------------payment---------------- */
.casfr-payment {
  margin-bottom: 60px;
}
.casfr-payment h2 {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  background-color: #ffd700;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 24px;
  text-align: start;
  width: 100%;
}
.casfr-payment p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #bdbdbd;
  margin-bottom: 14px;
  text-align: start;
  width: 100%;
}
.casfr-payment ul {
  text-align: start;
  width: 100%;
}
.casfr-payment li {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #bdbdbd;
  list-style: disc;
  margin-bottom: 12px;
}
/* ---------------SAFE-------------- */
.casfr-safe {
  padding-bottom: 60px;
}
.casfr-safe h2 {
  font-weight: 700;
  font-size: 26px;
  text-transform: uppercase;
  background-color: #ffd700;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 24px;
  text-align: start;
  width: 100%;
}
.casfr-safe p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #bdbdbd;
  text-align: start;
  width: 100%;
}
.casfr-safe ul {
  display: flex;
  flex-direction: column;
  text-align: start;
  width: 100%;
  margin-top: 10px;
}
.casfr-safe li {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #bdbdbd;
  list-style: disc;
  margin-bottom: 12px;
}
.casfr-footer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  padding-bottom: 20px;
}
@media (max-width: 500px) {
  .casfr-footer-content {
    flex-direction: column;
  }
}
.casfr-footer-content p {
  padding-bottom: 10px;
}
.casfr-footer h3,
.casfr-footer h4 {
  text-align: center;
  padding-bottom: 10px;
}
.casfr-footer-nav {
  padding: 20px 0;
}
.casfr-footer-copyright {
  text-align: center;
}
.casfr-main-content.casfr-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.casfr-docHeader {
  margin: 20px 0;
}
.casfr-docItemDesc,
.casfr-docItemTitle {
  padding-bottom: 10px;
}
.casfr-docList {
  padding: 0 10px 0 30px;
  list-style: disc;
}