@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 800;
  color: #232323;
}

h1,
.h1 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 24px;
}

h2,
.h2 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 16px;
}

h3,
.h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 16px;
}

h4,
.h4 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
}

h5,
.h5 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}

h6,
.h6 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
}

p,
a {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 24px;
}

a {
  color: #C2570F;
  margin-bottom: 0;
}

ul, ol {
  list-style: none;
  margin-bottom: 24px;
  padding-left: 0px;
}
ul li, ol li {
  position: relative;
  font-size: 16px;
  padding-left: 1.4em !important;
  margin-bottom: 8px;
}
ul li:before, ol li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0px;
  width: 10px;
  height: 10px;
  background: #FF9619;
  border-radius: 20px;
  background-size: cover;
}

ol {
  list-style: none;
  counter-reset: ol-counter;
  margin-bottom: 32px;
}
ol li {
  counter-increment: ol-counter;
}
ol li::before {
  color: #FF9619;
  content: counter(ol-counter);
  font-weight: 700;
  font-size: 16px;
  margin-right: 0.5rem;
  padding-right: 5px;
  background: none;
  top: 0;
}
ol li::after {
  margin-left: 10px;
}

.wp-block-table {
  overflow-x: auto;
}
.wp-block-table.dark thead {
  background: rgba(255, 255, 255, 0.86);
  color: #0D0803;
}
.wp-block-table.dark thead th {
  border-width: 0;
  border: 0;
}
.wp-block-table.dark tbody tr:nth-child(even) {
  background-color: #897f7d;
  color: #FFFFFF;
}
.wp-block-table.dark tbody tr:nth-child(odd) {
  background-color: #574f57;
  color: #FFFFFF;
}
.wp-block-table thead th {
  border-width: 0;
  border: 0;
}

table, td, tfoot, th, thead, tr {
  border-width: inherit;
}

table {
  border: 0;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.1411764706);
  border-radius: 12px;
  margin-bottom: 24px;
  width: 100%;
}
table tfoot,
table tr,
table td {
  border: 0 !important;
}
table th,
table td,
table a {
  padding: 6px 64px 6px 16px;
  font-size: 14px;
  font-weight: 700;
}
table a {
  padding: 0;
}
table th:nth-child(1) {
  border-top-left-radius: 12px;
}
table th:nth-last-child(1) {
  border-top-right-radius: 12px;
}
table thead {
  background: rgba(13, 8, 3, 0.6509803922);
  color: #FFFFFF;
  border-bottom: 1px solid #FF9619 !important;
}
table tbody {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
table tbody tr {
  border-bottom: 1px solid #FF9619 !important;
}
table tbody tr:last-child {
  border-bottom: 0px !important;
}
table tbody td {
  font-weight: 500;
}
table tbody tr:nth-last-child(1) {
  border-bottom: 0px;
}
table tbody tr:nth-last-child(1) td:nth-child(1) {
  border-bottom-left-radius: 12px;
}
table tbody tr:nth-last-child(1) td:nth-last-child(1) {
  border-bottom-right-radius: 12px;
}
table tbody tr:nth-child(even) {
  background-color: #ffedd7;
}
table tbody tr:nth-child(odd) {
  background-color: #FFFFFF;
}

img {
  width: 100%;
  margin-bottom: 24px;
}

@media screen and (min-width: 992px) {
  h1,
  .h1 {
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 24px;
  }
  h2,
  .h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 16px;
  }
  h3,
  .h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
  }
  h4,
  .h4 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  h5,
  .h5 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  h6,
  .h6 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  ul,
  ol {
    margin-bottom: 32px;
    margin-left: 15px;
  }
  ul li,
  ol li {
    margin-bottom: 8px;
  }
  table {
    margin-bottom: 32px;
  }
  table th,
  table td {
    padding: 12px 64px 12px 16px;
    font-size: 16px;
  }
  img {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 768px) {
  ul, ol {
    margin-left: 24px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Manrope", sans-serif;
  background-color: #EFEFEF;
  overflow-x: hidden;
  padding: 0;
  --sb-track-color: #E5E5E5;
  --sb-thumb-color: #ff9619;
  --sb-size: 6px;
}

::-webkit-scrollbar {
  width: var(--sb-size);
  height: 7px;
}

::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 6px;
  height: 7px;
}

::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 6px;
  height: 7px;
}

.content-area {
  background: #2E232D;
}

footer {
  margin-left: -20px;
  margin-right: -20px;
}

:root :where(p) {
  padding-top: 0;
  padding-bottom: 0;
}

.wp-block-casinocrew-crew-offers-list {
  margin-bottom: 40px;
}

.wp-block-group.container p {
  padding: 0;
}
.wp-block-group.container .container:not(li) {
  padding: 0px !important;
}

.splide__slide::before {
  content: none;
}

@media screen and (max-width: 768px) {
  .wp-block-columns.is-layout-flex.wp-block-columns-is-layout-flex .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow .wp-block-create-block-pros-and-cons .mb-3 {
    margin-bottom: 0 !important;
  }
  .wp-block-columns.is-layout-flex.wp-block-columns-is-layout-flex .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:last-child {
    margin-bottom: 24px !important;
  }
}
.btn--1 {
  color: #232323;
  background: linear-gradient(93.29deg, #FFA841 5.07%, #FF9619 100%);
  font-size: 18px;
  font-weight: 800;
  padding: 12px 32px;
  border: 3px solid transparent;
  border-radius: 50px;
  box-shadow: none;
}
.btn--1:hover {
  border: 3px solid #202020;
}
.btn--1:focus, .btn--1.active {
  border: 3px solid #c0c0c0;
}
.btn--1:disabled,
.btn--1 .disabled {
  background: #737373;
  border: 3px solid transparent;
}
.btn--2 {
  color: #232323;
  background: transparent;
  font-size: 18px;
  font-weight: 800;
  padding: 12px 32px;
  border: 3px solid #232323;
  border-radius: 50px;
  box-shadow: none;
}
.btn--2:hover {
  background: rgba(255, 168, 65, 0.35);
  border: 3px solid #232323;
}
.btn--2:disabled,
.btn--2 .disabled {
  border: 3px solid #737373;
}
.btn--3 {
  color: #C75000;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  padding: 12px 32px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}
.btn--3:hover {
  text-decoration: underline;
  color: #C75000;
}
.btn--3:focus {
  border: 1px solid #44172E;
}
.btn--3:disabled,
.btn--3 .disabled {
  color: #737373;
}

.show-all {
  cursor: pointer;
  border-radius: 50px;
  border: 1px solid #232323;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  padding: 2px 11px;
}

.card-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  background: #FFFFFF;
  border: 3px solid #FF9619;
  border-radius: 50px;
  padding: 7px 13px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.card-rating svg {
  position: relative;
  bottom: 2px;
}

@media screen and (min-width: 992px) {
  .btn--1 {
    font-size: 20px;
    padding: 16px 32px;
  }
  .btn--2 {
    font-size: 20px;
    padding: 16px 32px;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  animation: fadeIn 1s forwards;
}

.bg--gray {
  background: #E5E5E5;
}
.bg--gray.offers {
  padding: 24px 12px;
}
.bg--gray.offers .single-offer-1 {
  height: auto;
}

.c--gray {
  color: #E5E5E5;
}

.offers-scroll {
  display: flex;
  align-items: stretch;
  overflow-x: auto;
  padding-bottom: 20px;
  gap: 24px;
}
.offers-scroll .single-offer-1 {
  min-width: 336px;
  max-width: 405px;
}

.order-1 {
  order: 1;
}

@media (min-width: 576px) {
  .order-sm-1 {
    order: 1;
  }
}
@media (min-width: 768px) {
  .order-md-1 {
    order: 1;
  }
}
@media (min-width: 992px) {
  .order-lg-1 {
    order: 1;
  }
}
@media (min-width: 1200px) {
  .order-xl-1 {
    order: 1;
  }
}
.order-2 {
  order: 2;
}

@media (min-width: 576px) {
  .order-sm-2 {
    order: 2;
  }
}
@media (min-width: 768px) {
  .order-md-2 {
    order: 2;
  }
}
@media (min-width: 992px) {
  .order-lg-2 {
    order: 2;
  }
}
@media (min-width: 1200px) {
  .order-xl-2 {
    order: 2;
  }
}
.order-3 {
  order: 3;
}

@media (min-width: 576px) {
  .order-sm-3 {
    order: 3;
  }
}
@media (min-width: 768px) {
  .order-md-3 {
    order: 3;
  }
}
@media (min-width: 992px) {
  .order-lg-3 {
    order: 3;
  }
}
@media (min-width: 1200px) {
  .order-xl-3 {
    order: 3;
  }
}
.order-4 {
  order: 4;
}

@media (min-width: 576px) {
  .order-sm-4 {
    order: 4;
  }
}
@media (min-width: 768px) {
  .order-md-4 {
    order: 4;
  }
}
@media (min-width: 992px) {
  .order-lg-4 {
    order: 4;
  }
}
@media (min-width: 1200px) {
  .order-xl-4 {
    order: 4;
  }
}
.order-5 {
  order: 5;
}

@media (min-width: 576px) {
  .order-sm-5 {
    order: 5;
  }
}
@media (min-width: 768px) {
  .order-md-5 {
    order: 5;
  }
}
@media (min-width: 992px) {
  .order-lg-5 {
    order: 5;
  }
}
@media (min-width: 1200px) {
  .order-xl-5 {
    order: 5;
  }
}
.order-6 {
  order: 6;
}

@media (min-width: 576px) {
  .order-sm-6 {
    order: 6;
  }
}
@media (min-width: 768px) {
  .order-md-6 {
    order: 6;
  }
}
@media (min-width: 992px) {
  .order-lg-6 {
    order: 6;
  }
}
@media (min-width: 1200px) {
  .order-xl-6 {
    order: 6;
  }
}
.order-7 {
  order: 7;
}

@media (min-width: 576px) {
  .order-sm-7 {
    order: 7;
  }
}
@media (min-width: 768px) {
  .order-md-7 {
    order: 7;
  }
}
@media (min-width: 992px) {
  .order-lg-7 {
    order: 7;
  }
}
@media (min-width: 1200px) {
  .order-xl-7 {
    order: 7;
  }
}
.order-8 {
  order: 8;
}

@media (min-width: 576px) {
  .order-sm-8 {
    order: 8;
  }
}
@media (min-width: 768px) {
  .order-md-8 {
    order: 8;
  }
}
@media (min-width: 992px) {
  .order-lg-8 {
    order: 8;
  }
}
@media (min-width: 1200px) {
  .order-xl-8 {
    order: 8;
  }
}
.order-9 {
  order: 9;
}

@media (min-width: 576px) {
  .order-sm-9 {
    order: 9;
  }
}
@media (min-width: 768px) {
  .order-md-9 {
    order: 9;
  }
}
@media (min-width: 992px) {
  .order-lg-9 {
    order: 9;
  }
}
@media (min-width: 1200px) {
  .order-xl-9 {
    order: 9;
  }
}
.order-10 {
  order: 10;
}

@media (min-width: 576px) {
  .order-sm-10 {
    order: 10;
  }
}
@media (min-width: 768px) {
  .order-md-10 {
    order: 10;
  }
}
@media (min-width: 992px) {
  .order-lg-10 {
    order: 10;
  }
}
@media (min-width: 1200px) {
  .order-xl-10 {
    order: 10;
  }
}
.maxw-fit-content {
  max-width: fit-content;
}

.fixed {
  position: fixed;
  top: 0;
}

@media screen and (min-width: 768px) {
  .bg--gray.offers {
    display: flex;
    overflow-x: auto;
    padding: 32px 36px 12px 36px;
    border-radius: 16px;
  }
}
.filters-nav .search-form {
  margin-bottom: 24px;
}
.filters-nav .search-form input[type=text] {
  border: 2px solid #FF9619;
  border-radius: 50px;
  height: 58px;
}
.filters-nav .search-form button {
  top: 14px;
}
.filters-nav .search-form button svg {
  stroke: #0d0803;
  fill: #0d0803;
}
.filters-nav .filters-toggle {
  cursor: pointer;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  border: 2px solid #FF9619;
  border-radius: 50px;
}
.filters-nav .filters-toggle .label {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.filters {
  display: none;
}
.filters .filters-category-name {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 20px;
}
.filters .filters-category-name .label {
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
}

.toc-ctn {
  margin-bottom: 24px;
}
.toc-ctn h5 {
  text-align: center;
}
.toc-ctn .toc {
  display: flex;
  gap: 12px;
  padding-bottom: 12px;
  overflow-x: auto;
}
.toc-ctn .toc .item {
  background: #FFFFFF;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.0784313725);
  border-radius: 23px;
  cursor: pointer;
  padding: 5px 16px;
  min-width: max-content;
}
.toc-ctn .toc .item a {
  color: #212529;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.block-simple-image {
  border-radius: 30px;
}

@media screen and (max-width: 768px) {
  .toc-container {
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .hero--2 .author-meta {
    max-width: 654px;
    margin-left: auto;
    margin-right: auto;
  }
}
footer {
  background-color: #0D0803;
  color: #FFFFFF;
  padding-top: 85px;
  padding-bottom: 30px;
  position: relative;
  margin-top: 120px;
  text-align: center;
}
footer p {
  font-size: 14px;
}
footer .footer-logo-mobile {
  position: absolute;
  max-width: 341px;
  top: -94px;
  left: 50%;
  transform: translateX(-50%);
}
footer .newsletter-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
footer .btn.btn--1 {
  width: 100%;
}
footer .footer-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 16px;
}
footer ul {
  margin-bottom: 40px;
}
footer ul li::before {
  content: none;
}
footer ul li {
  padding: 0;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 16px;
}
footer ul li a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
}
footer .mobile-logo {
  max-width: 133px;
  margin: 0 auto;
  margin-bottom: 24px;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 13px;
  margin-bottom: 24px;
}
.social-links .item {
  background: linear-gradient(93.29deg, #FFA841 5.07%, #FF9619 100%);
  width: 38px;
  height: 38px;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.copyright-text {
  font-size: 14px;
  line-height: 20px;
}

@media screen and (min-width: 768px) {
  footer {
    margin-top: 160px;
    padding-top: 160px;
    padding-bottom: 40px;
  }
  .footer-logo-desktop {
    position: absolute;
    max-width: 607px;
    top: -170px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 992px) {
  footer {
    text-align: left;
  }
  footer .footer-logo {
    max-width: 190px;
  }
  footer .newsletter-ctn .btn.btn--1 {
    max-width: fit-content;
  }
  footer .copyright-text {
    text-align: right;
  }
  footer .social-links {
    justify-content: flex-end;
  }
  footer .footer__gambling {
    text-align: center;
  }
}
body.logged-in.admin-bar .nav-ctn {
  top: 64px;
}

.entry-content.wp-block-post-content {
  margin-top: 60px;
}
@media screen and (min-width: 992px) {
  .entry-content.wp-block-post-content {
    margin-top: 120px;
  }
}

.home .entry-content.wp-block-post-content {
  margin-top: 0;
}

.nav-ctn {
  position: fixed;
  width: 100%;
  z-index: 10;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.nav {
  color: #FFFFFF;
  margin-top: 8px;
  margin-bottom: 32px;
  position: relative;
}
.nav__logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 18px;
  background-color: #0D0803;
  border-radius: 50px;
}
.nav__logo .nav-logo {
  margin-bottom: 0px;
  max-width: 62px;
}
.nav__logo .desktop-bottom-nav {
  display: none;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
}
.nav__logo .desktop-bottom-nav .item a {
  color: #FFFFFF;
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.nav .menu-toggler__ctn {
  display: flex;
  align-items: center;
  gap: 24px;
}
.nav .menu-toggler__ctn .search-toggler__ctn {
  display: none;
}
.nav .nav-menu__ctn {
  padding: 14px 18px;
  background-color: #0D0803;
  border-radius: 0px 0px 50px 50px;
  width: 100%;
  position: absolute;
  top: 100%;
}
.nav .nav-menu__ctn .nav-menu {
  margin-bottom: 24px;
  max-height: 500px;
  overflow-y: auto;
  padding-right: 20px;
}
.nav .nav-menu__ctn .nav-menu .nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid rgba(255, 150, 25, 0.4);
  margin-bottom: 16px;
  padding-bottom: 4px;
}
.nav .nav-menu__ctn .nav-menu .nav-item a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.nav .nav-menu__ctn .nav-menu .nav-item a:hover {
  color: #FFA841;
}
.nav .nav-menu__ctn .nav-menu .nav-item .nav-item-toggler {
  width: 60px;
  text-align: right;
}
.nav .nav-menu__ctn .nav-menu .nav-childs {
  padding-left: 23px;
}
.nav .nav-menu__ctn .nav-socials {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav .nav-menu__ctn .nav-socials .social-links {
  margin-bottom: 0px;
}

.rotate {
  transform: rotate(180deg);
  animation-name: rotateAnimation;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
}

@keyframes rotateAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
.visuallyHidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/* Basic styles */
.menu-toggler {
  display: inline-block;
  cursor: pointer;
}
.menu-toggler .hamburger {
  position: relative;
  width: 24px;
  height: 18px;
}
.menu-toggler .hamburger .bar {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.4s ease-in-out;
  position: absolute;
}
.menu-toggler .bar:nth-child(1) {
  top: 0;
}
.menu-toggler .bar:nth-child(2) {
  top: 7px;
}
.menu-toggler .bar:nth-child(3) {
  bottom: 0;
}

/* Animation for the X icon */
.menu-toggler.active .bar:nth-child(1) {
  transform: rotate(45deg);
  top: 7px; /* Move to the middle */
}

.menu-toggler.active .bar:nth-child(2) {
  opacity: 0; /* Disappear */
}

.menu-toggler.active .bar:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 7px; /* Move to the middle */
}

.open-nav .nav__logo {
  border-radius: 30px 30px 0px 0px;
}

.search-form {
  position: relative;
  margin-bottom: 19px;
}
.search-form input[type=text] {
  width: 100%;
  height: 30px;
  padding: 18px 40px 18px 18px;
  background: #FFFFFF;
  border-radius: 50px;
  border: 0;
}
.search-form input[type=text]:focus {
  outline: none;
}
.search-form button {
  background: transparent;
  position: absolute;
  top: 5px;
  right: 12px;
  border: 0;
}
.search-form button svg {
  width: 21px;
}

@media screen and (min-width: 992px) {
  .nav {
    margin-bottom: 48px;
  }
  .nav .nav-logo {
    max-width: 100px;
  }
  .nav .desktop-bottom-nav {
    display: flex;
  }
  .nav .desktop-bottom-nav a:hover {
    color: #FFA841;
  }
  .nav .nav__logo.desktop-nav .nav-logo-ctn {
    display: flex;
    align-items: center;
  }
  .nav .nav__logo.desktop-nav .nav-logo-ctn .nav-socials {
    display: flex;
    gap: 13px;
    margin-left: 32px;
  }
  .nav .nav__logo.desktop-nav .nav-logo-ctn .nav-socials .social-links {
    margin-bottom: 0px;
  }
  .nav .nav__logo.desktop-nav .nav-logo-ctn .nav-socials .social-links .item {
    background: transparent;
    border: 1px solid #FF9619;
  }
  .nav .nav__logo.desktop-nav .nav-logo-ctn .nav-socials .social-links svg {
    fill: #FF9619;
  }
  .nav .nav__logo .search-toggler {
    cursor: pointer;
    display: inline;
  }
  .nav .nav__logo .menu-toggler__ctn,
  .nav .nav__logo .search-toggler__ctn {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .nav .nav__logo .menu-toggler__ctn .search-form,
  .nav .nav__logo .search-toggler__ctn .search-form {
    margin-bottom: 0px;
  }
  .nav .nav__logo .menu-toggler {
    position: relative;
    top: 2px;
  }
  .nav .nav__logo .search-toggler__ctn {
    gap: 0;
  }
  .nav .nav__logo .search-toggler__ctn .search-toggler svg {
    width: 18px;
  }
  .nav .nav__logo .search-toggler__ctn .search-form {
    background: #0D0803;
    position: absolute;
    width: 100%;
    right: 0px;
    top: 120%;
    padding: 9px 12px;
    border-radius: 50px;
    display: none;
  }
  .nav .nav__logo .search-toggler__ctn .search-form button {
    top: 13px;
    right: 22px;
  }
  .nav .nav-menu__ctn .nav-menu {
    max-width: 18%;
    padding-right: 0px;
  }
  .nav .nav-menu__ctn .nav-menu .nav-childs {
    position: absolute;
    top: 11px;
    left: 18.9%;
    padding-left: 16px;
    border-left: 2px solid rgba(255, 150, 25, 0.4);
    height: 90%;
    overflow-x: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 18px;
  }
  .nav .nav-menu__ctn .nav-menu .nav-childs .nav-item {
    margin-right: 15px;
    margin-bottom: 0px;
  }
  .nav .nav-menu__ctn .nav-menu .nav-childs .nav-item-border {
    width: 2px;
    height: 100%;
    background: rgba(255, 150, 25, 0.4);
  }
  .nav .nav-menu__ctn .nav-menu .nav-item {
    border-bottom: 2px solid transparent;
  }
  .nav .nav-menu__ctn .nav-menu .nav-item .nav-item-toggler {
    display: none;
  }
  .nav .nav-menu__ctn .nav-menu .nav-item__childs:hover > .nav-childs {
    display: flex !important;
  }
  .nav .nav-menu__ctn .nav-menu .nav-item__childs:hover > .nav-item {
    border-bottom: 2px solid rgba(255, 150, 25, 0.4);
  }
}
@keyframes slideAnimationSearch {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 300px;
    opacity: 1;
  }
}
.slideSearch {
  animation-name: slideAnimationSearch;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  width: 100%;
  display: inline-block !important;
}

.bottom-nav {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 0;
  padding-right: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 80%;
  z-index: 1000;
}
.bottom-nav__ctn {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  max-width: 500px;
  background-color: #0D0803;
  color: #FFFFFF;
  padding: 7px 25px 7px 11px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 100%;
  z-index: 2;
}
.bottom-nav__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
}
.bottom-nav__item .label {
  font-size: 10px;
  font-weight: 500;
  line-height: 13px;
}
.bottom-nav__item svg {
  stroke: #FFFFFF;
  width: 20px;
  margin-bottom: 5px;
}
.bottom-nav__item:hover {
  color: #FF9619;
  transition: color 0.2s ease-in;
}
.bottom-nav__item:hover svg {
  stroke: #FF9619;
  transition: stroke 0.2s ease-in;
}
.bottom-nav__item.active {
  color: #FF9619;
}
.bottom-nav__item.active svg {
  stroke: #FF9619;
}
.bottom-nav__msg {
  position: relative;
}
.bottom-nav__msg .ana-ctn {
  cursor: pointer;
  width: 58px;
  z-index: 1000;
}
.bottom-nav__msg .popup__ctn {
  position: absolute;
  bottom: 60%;
  right: 60%;
  z-index: -1;
  opacity: 0;
  background: #ffd8aa;
  border-radius: 16px;
  padding: 32px 16px 16px 16px;
  width: max-content;
  max-height: 157px;
  overflow-y: auto;
}
.bottom-nav__msg .popup__ctn svg {
  position: absolute;
  top: 10px;
  right: 12px;
  cursor: pointer;
}
.bottom-nav__msg .popup__ctn p {
  max-width: 300px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.bottom-nav__msg .popup__ctn .btn.btn--3 {
  padding: 0px;
}
@keyframes moveUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30px);
  }
}
@keyframes moveDown {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.bottom-nav .moveup-anim {
  animation: moveUp 0.2s ease-in forwards;
}
.bottom-nav .movedown-anim {
  animation: moveDown 0.2s ease-in forwards;
}
.bottom-nav .fadein-anim {
  animation: fadeIn 0.2s ease-in forwards;
  display: block;
}
.bottom-nav .fadeout-anim {
  animation: fadeOut 0.2s ease-in forwards;
}
.bottom-nav img {
  margin-bottom: 0px;
}

.onboarding--react .bottom-nav {
  justify-content: flex-end;
  z-index: 100;
  max-width: 100%;
}

@media screen and (min-width: 992px) {
  .wp-block-template-part .bottom-nav__ctn {
    display: none !important;
  }
  .bottom-nav {
    justify-content: flex-end;
  }
  .bottom-nav {
    align-items: flex-end;
    padding: 10px;
  }
  .bottom-nav__ctn {
    border-radius: 40px;
    padding: 8px;
    max-width: inherit;
    justify-content: center;
    gap: 140px;
  }
  .bottom-nav__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
  .bottom-nav__item .label {
    margin: 0px;
    font-size: 14px;
    line-height: 20px;
  }
  .bottom-nav__msg .ana-ctn {
    width: 100px;
  }
}
.custom-dropdown {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.custom-dropdown h5 {
  margin-bottom: 0px;
}
.custom-dropdown .selected-option {
  background-color: #FFFFFF;
  border: 2px solid #FF9619;
  border-radius: 50px;
  padding: 16px 24px;
}
.custom-dropdown .selected-option .option-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.custom-dropdown .selected-option .option-header img {
  width: 14px;
  margin-bottom: 0px;
}
.custom-dropdown .options-list {
  width: 100%;
  background-color: #FFFFFF;
  border: 2px solid #FF9619;
  border-top: none;
  display: none;
  padding: 16px 24px;
  position: absolute;
  z-index: 10;
  max-height: 400px;
  overflow-y: auto;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.custom-dropdown .options-list input[type=checkbox] {
  visibility: hidden;
}
.custom-dropdown .options-list label {
  display: block;
  padding: 8px 0px;
  cursor: pointer;
  font-size: 18px;
}
.custom-dropdown .options-list label input[type=checkbox] {
  margin-right: 6px;
  background: transparent;
  border: 1px solid #C75000;
}
.custom-dropdown .selected-option.selected-option-active {
  border-bottom: 0px;
  padding-bottom: 0px;
  border-radius: 20px 20px 0px 0px;
}
.custom-dropdown .header-option-active {
  border-bottom: 1px solid #FF9619;
  padding-bottom: 10px;
}
.custom-dropdown .options-list label {
  display: block;
  padding: 8px;
  cursor: pointer;
  position: relative;
}
.custom-dropdown .custom-checkbox {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-color: #FFFFFF;
  border: 1px solid #FF9619;
  border-radius: 4px;
  -webkit-text-fill-color: inherit;
}
.custom-dropdown input[type=checkbox]:checked + .custom-checkbox::after {
  content: "✓";
  color: #FF9619;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dropdown-ctn.dropdown-2 {
  align-items: center;
  justify-content: center;
  display: block;
  min-width: 231.5px;
  width: 100% !important;
  max-width: 483px;
}
.dropdown-ctn.dropdown-2 .wrapper-dropdown {
  position: relative;
  display: inline-block;
  min-width: 231.5px;
  width: 100% !important;
  max-width: 483px;
  padding: 14px;
  min-height: 44px;
  background: #0D0803;
  border: 1px solid #FF9619;
  text-align: left;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dropdown-ctn.dropdown-2 .flag-img {
  margin-bottom: 0px;
  max-width: 24px;
  position: static;
  left: 0px;
  transform: inherit;
}
.dropdown-ctn.dropdown-2 .scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}
.dropdown-ctn.dropdown-2 .arrow {
  margin-left: 10px;
  margin-right: 10px;
  float: right;
  position: relative;
  top: 11px;
}
.dropdown-ctn.dropdown-2 .selected-display {
  font-size: 18px;
  font-weight: 700;
}
.dropdown-ctn.dropdown-2 .selected-display img {
  margin-right: 10px;
}
.dropdown-ctn.dropdown-2 svg {
  transition: all 0.3s;
}
.dropdown-ctn.dropdown-2 .wrapper-dropdown::before {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -2px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #fff transparent;
}
.dropdown-ctn.dropdown-2 .rotated {
  transform: rotate(-180deg);
}
.dropdown-ctn.dropdown-2 .wrapper-dropdown .dropdown {
  transition: 0.3s;
  position: absolute;
  top: 120%;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 99;
  box-shadow: inherit;
  background: inherit;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  visibility: hidden;
}
.dropdown-ctn.dropdown-2 .wrapper-dropdown .dropdown li {
  padding: 0 7px;
  line-height: 45px;
  overflow: hidden;
  font-size: 18px;
  font-weight: 700;
}
.dropdown-ctn.dropdown-2 .wrapper-dropdown .dropdown li::before {
  border: 0px;
  width: 0;
  height: 0;
}
.dropdown-ctn.dropdown-2 .wrapper-dropdown .dropdown li img {
  margin-right: 10px;
}
.dropdown-ctn.dropdown-2 .wrapper-dropdown .dropdown li:last-child {
  border-bottom: none;
}
.dropdown-ctn.dropdown-2 .dropdown {
  padding: 7px !important;
}
.dropdown-ctn.dropdown-2 .wrapper-dropdown .dropdown li:hover {
  background-color: rgb(35, 40, 49);
  border-radius: 10px;
}
.dropdown-ctn.dropdown-2 .wrapper-dropdown.active .dropdown {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 768px) {
  .custom-dropdown .selected-option .option-header img {
    width: 20px;
  }
}
@media screen and (max-width: 576px) {
  .dropdown-ctn.dropdown-2 .selected-display,
  .dropdown-ctn.dropdown-2 .wrapper-dropdown .dropdown li {
    font-size: 14px;
  }
  .btn.btn-lang {
    height: 51px;
  }
}
@media screen and (max-width: 320px) {
  .dropdown-ctn.dropdown-2 .wrapper-dropdown {
    padding: 14px 7px;
  }
}
.slot-card {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 12px;
  width: 100%;
  min-height: 114px;
  height: 100%;
}
.slot-card .slot-overlay {
  text-decoration: none;
}
.slot-card .slot-content {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 12px;
  padding: 10px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
.slot-card .slot-content .slot-name,
.slot-card .slot-content .slot-provider {
  color: #FFFFFF;
  text-decoration: none;
  border: 0px;
}

.author-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border-radius: 20px;
  padding: 16px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.0509803922);
  text-align: center;
}
.author-card img {
  border-radius: 12px;
  max-width: 100px;
  margin: 0 auto;
  margin-bottom: 16px;
}
.author-card .name {
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  color: #232323;
  margin-bottom: 4px;
}
.author-card .role {
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 2%;
  color: #909090;
  margin-bottom: 8px;
}
.author-card p {
  color: #232323;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.02em;
  margin-bottom: 4px;
}
.author-card a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.02em;
}

.post-card {
  border-radius: 20px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.0509803922);
  padding-bottom: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.post-card .thumbnail {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-bottom: 12px;
  width: 100%;
  height: 172px;
}
.post-card img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-bottom: 12px;
}
.post-card .content {
  padding: 0px 12px 0px 12px;
  color: #232323;
}
.post-card .author-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}
.post-card .author-meta p {
  padding: 0;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.post-card .category-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 16px;
}
.post-card .post-title {
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  margin-bottom: 16px;
}
.post-card .read-more {
  text-decoration: none;
  padding: 0px 12px 12px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.02em;
}

.casino-card {
  color: #232323;
  background: #FFFFFF;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.0509803922);
  padding: 12px 16px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.casino-card .logo-ctn {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  gap: 20px;
}
.casino-card .logo-ctn img {
  max-width: 152px;
  margin-bottom: 0px;
}
.casino-card .logo-ctn .casino-meta {
  text-align: center;
}
.casino-card .logo-ctn .casino-meta .casino-name {
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
  margin-bottom: 8px;
}
.casino-card .logo-ctn .casino-meta .casino-rating svg {
  position: relative;
  top: -2px;
}
.casino-card .logo-ctn .casino-meta .casino-rating span {
  font-size: 14px;
  font-weight: 800;
  line-height: 22px;
}
.casino-card p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}
.casino-card .buttons {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
.casino-card .buttons .link {
  text-decoration: none;
  font-size: 14px;
}
.casino-card .buttons .link.disabled {
  color: #737373;
  cursor: not-allowed;
  pointer-events: none;
}
.casino-card .buttons .btn {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}
.casino-card .buttons .btn:first-child {
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .slot-card {
    min-height: 234px;
  }
  .slot-card:hover .slot-content {
    display: flex;
  }
  .slot-card .slot-content a {
    text-decoration: none;
  }
  .slot-card .slot-content .slot-name {
    font-size: 18px;
    line-height: 22px;
    font-weight: 800;
    margin-bottom: 8px;
  }
  .slot-card .slot-content .slot-provider {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 28px;
  }
  .slot-card .slot-content .btn.btn--2 {
    background: transparent;
    border-color: #FFFFFF;
    color: #FFFFFF;
    font-size: 15px;
  }
}
.categories-cards.scroll {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: scroll;
  width: 100%;
  padding-bottom: 12px;
}
.categories-cards.scroll .item {
  padding: 8px 40px;
  min-width: max-content;
}
.categories-cards .item {
  background: #FFFFFF;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 12px;
  text-decoration: none;
}
.categories-cards .item svg,
.categories-cards .item img {
  margin-bottom: 4px;
}
.categories-cards .item .label {
  color: #232323;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.pac-card {
  background-color: #FFFFFF;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 16px;
  padding: 24px;
  height: 100%;
}
.pac-card .title {
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  margin-bottom: 16px;
}
.pac-card .item {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}
.pac-card .item p {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.02em;
}

.casino-cards.scroll {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: scroll;
  padding-bottom: 20px;
}
.casino-cards.scroll .item {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 6px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.casino-cards.scroll .item img {
  max-width: 82px;
  margin-bottom: 5px;
}
.casino-cards.scroll .item .btn.btn--2 {
  font-size: 8.4px;
  line-height: 10.27px;
  padding: 5px;
  border-width: 2px;
}

@media screen and (min-width: 768px) {
  .categories-cards.scroll {
    gap: 24px;
  }
  .categories-cards.scroll .item {
    padding: 8px 64px;
  }
  .categories-cards .item {
    font-size: 16px;
  }
  .pac-card .title {
    font-size: 20px;
    line-height: 24px;
  }
  .pac-card .item p {
    font-size: 16px;
    line-height: 22px;
  }
  .casino-cards.scroll {
    gap: 24px;
  }
  .casino-cards.scroll .item {
    min-width: 242px;
    padding: 12px 30px;
  }
  .casino-cards.scroll .item img {
    margin-bottom: 12px;
    max-width: 176px;
  }
  .casino-cards.scroll .item .btn.btn--2 {
    font-size: 18px;
    line-height: 22px;
    padding: 12px 20px;
    border-width: 3px;
  }
}
.content-card {
  background: #FFFFFF;
  padding: 16px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  text-align: center;
}
.content-card p:last-child {
  margin-bottom: 0px;
}
.content-card img {
  display: block;
  border-radius: 16px;
  max-width: 196px;
  margin: 0 auto;
  margin-bottom: 24px;
}

@media screen and (min-width: 1200px) {
  .slot-card .slot-content .btn.btn--2 {
    padding: 8px 18px;
    font-size: 13px;
  }
  .content-card {
    display: flex;
    align-items: center;
    align-items: flex-start;
    gap: 32px;
    text-align: left;
  }
  .content-card img {
    margin-bottom: 0px;
    max-width: 292px;
  }
}
.author-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 16px;
}
.author-meta .item,
.author-meta a {
  text-decoration: none;
  color: #232323;
  margin-bottom: 2px;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.02em;
}

.author-card-2 {
  background: #FFFFFF;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.0784313725);
  border-radius: 16px;
  border: 1px solid #000;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.author-card-2 .content .profile {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.author-card-2 .content .profile img {
  margin-bottom: 0px;
  width: 56px;
  border-radius: 8px;
}
.author-card-2 .content .profile .name {
  color: #C2570F;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
}
.author-card-2 .content .profile .role {
  color: #909090;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.02em;
}
.author-card-2 .content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}
.author-card-2 .content .list {
  margin-bottom: 20px;
}
.author-card-2 .content .list .item {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 5px;
}
.author-card-2 .content .list .item a {
  font-size: 14px;
}
.author-card-2 .buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}
.author-card-2 .buttons a {
  text-decoration: none;
}
.author-card-2 .buttons img {
  width: 32px;
  margin-bottom: 0px;
}

.author-card-full {
  border-radius: 16px;
  background: #FFFFFF;
  padding: 17px 18px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.author-card-full .author-details {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 18px;
}
.author-card-full .author-details .author-image {
  max-width: 100px;
  width: 100%;
  position: relative;
}
.author-card-full .author-details .author-image img {
  border-radius: 8px;
  margin-bottom: 0px;
}
.author-card-full .author-details .author-image span {
  position: absolute;
  bottom: -5px;
  right: -5px;
  z-index: 2;
}
.author-card-full .author-details .h3 {
  margin-bottom: 4px;
}
.author-card-full .author-details .role {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 8px;
  color: #909090;
}
.author-card-full .author-details .buttons-group {
  display: flex;
  align-items: center;
  gap: 12px;
}
.author-card-full .author-details .buttons-group img {
  width: 32px;
  height: 32px;
  margin-bottom: 0px;
}
.author-card-full .author-details .buttons-group a {
  text-decoration: none;
  font-size: 14px;
}
.author-card-full .author-desc p {
  margin-bottom: 16px;
}
.author-card-full .author-skills {
  margin-bottom: 16px;
}
.author-card-full .author-skills .h5 {
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  margin-bottom: 8px;
}
.author-card-full .author-skills .d-flex {
  gap: 11px;
  margin-bottom: 5px;
}
.author-card-full .author-skills .d-flex:last-child {
  margin-bottom: 0px;
}
.author-card-full .author-skills .d-flex strong {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}
.author-card-full .author-verified .card {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 8px 15px;
  border-radius: 16px;
  border: 0;
  background: #EFEFEF;
}
.author-card-full .author-verified .card svg {
  margin: 0 auto;
}
.author-card-full .author-verified .card .h5 {
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  margin-bottom: 4px;
}
.author-card-full .author-verified .card .h5.name a {
  color: #C2570F;
  font-size: 14px;
  text-decoration: none;
}
.author-card-full .author-verified .card .role {
  font-size: 12px;
  line-height: 16px;
  color: #909090;
  margin-bottom: 4px;
}

@media screen and (min-width: 992px) {
  .author-meta {
    margin-bottom: 32px;
    justify-content: space-between;
  }
  .author-meta .item,
  .author-meta a {
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .author-card-full {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .author-card-full.in-row {
    padding: 17px;
  }
  .author-card-full.in-row .author-details {
    flex-direction: row;
    text-align: left;
    margin-bottom: 16px;
  }
  .author-card-full.in-row .author-details .role {
    margin-bottom: 8px;
  }
  .author-card-full.in-row .author-desc {
    margin-bottom: 16px;
  }
  .author-card-full.in-row .author-skills .h5 {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .author-card-full.in-row .author-skills .d-flex strong {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .author-card-full .row {
    align-items: center;
  }
  .author-card-full .author-details {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 0px;
  }
  .author-card-full .author-details .h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .author-card-full .author-details .role {
    margin-bottom: 16px;
  }
  .author-card-full .author-details .buttons-group {
    justify-content: center;
  }
  .author-card-full .author-desc p {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 22px;
  }
  .author-card-full .author-skills,
  .author-card-full .author-verified {
    margin-bottom: 0px;
  }
  .author-card-full .author-skills .h5 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .author-card-full .author-skills .d-flex strong {
    font-size: 16px;
    line-height: 24px;
  }
  .author-card-full .author-verified .card {
    padding: 16px 18px;
  }
  .author-card-full .author-verified .card .h5 {
    font-size: 20px;
    line-height: 24px;
  }
  .author-card-full .author-verified .card .h5.name a {
    font-size: 16px;
    line-height: 20px;
  }
  .author-card-full .author-verified .card .role {
    font-size: 12px;
    line-height: 16px;
  }
}
.pagination {
  margin-bottom: 32px;
  justify-content: center;
}
.pagination li {
  padding: 0px;
  list-style: none;
}
.pagination li::before {
  content: none;
}
.pagination li .page-link {
  border: 1px solid #FF9619;
  color: #232323;
}
.pagination li.active .page-link {
  background: #232323;
  color: #FFFFFF;
}

@media screen and (min-width: 992px) {
  .pagination {
    margin-bottom: 58px;
  }
}
.step-card {
  text-align: center;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 16px 24px;
  height: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.step-card .counter {
  color: #FF9619;
  font-size: 25.12px;
  font-weight: 800;
  line-height: 32.3px;
  margin-bottom: 7px;
}
.step-card .h3 {
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
  margin-bottom: 16px;
}
.step-card p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 1200px) {
  .step-card .counter {
    font-size: 33.75px;
    line-height: 43.39px;
    margin-bottom: 8px;
  }
  .step-card .h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .step-card p {
    font-size: 18px;
    line-height: 24px;
  }
}
.highlight-content {
  border-radius: 16px;
  padding: 24px 16px;
  background: #FFFFFF;
}
.highlight-content .casino-info {
  margin-bottom: 24px !important;
}

@media screen and (min-width: 992px) {
  .highlight-content {
    padding: 48px 96px;
    box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.0784313725);
  }
}
.casino-disclosure-single {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  position: relative;
}
.casino-disclosure-single .span svg {
  width: 20px;
}
.casino-disclosure-single p,
.casino-disclosure-single a {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 0px;
}
.casino-disclosure-single .card {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 100%;
}
.casino-disclosure-single .card svg {
  position: absolute;
  top: 6px;
  right: 6px;
  cursor: pointer;
}
.casino-disclosure-single .card .h3 {
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .casino-disclosure-single {
    width: fit-content;
  }
  .casino-disclosure-single .span svg {
    width: 36px;
  }
  .casino-disclosure-single:hover .card {
    display: block;
  }
  .casino-disclosure-single .card {
    min-width: 400px;
    right: 0;
  }
  .casino-disclosure-single .card svg {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .casino-disclosure-single {
    width: fit-content;
  }
  .casino-disclosure-single .card {
    min-width: 400px;
    right: 0;
  }
}
.graphic-block {
  padding: 32px 0px;
}
.graphic-block.light .card {
  border-color: #fff;
}
.graphic-block.light .shape {
  display: none;
}
.graphic-block.dark {
  background: #2E232D;
  position: relative;
}
.graphic-block.dark .border-wrap {
  border-radius: 24px;
  position: relative;
  background: linear-gradient(107.09deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 104.27%);
  padding: 3px;
}
.graphic-block.dark .card {
  background-color: #473e47;
  backdrop-filter: blur(10px);
  color: #FFFFFF;
}
.graphic-block.dark .shape {
  display: none;
}
.graphic-block .card {
  padding: 24px;
  border-radius: 20px;
}
.graphic-block .title,
.graphic-block .caption {
  text-align: center;
}
.graphic-block .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 8px;
}
.graphic-block .caption {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 40px;
}
@keyframes bake-pie {
  from {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}
.graphic-block .pie-chart {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.graphic-block .pie-chart .slice-svg {
  width: 34px;
}
.graphic-block .pieID {
  display: inline-block;
  vertical-align: top;
}
.graphic-block .pie {
  height: 200px;
  width: 200px;
  position: relative;
  margin: 0 30px 30px 0;
}
.graphic-block .pie::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  top: 40px;
  left: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 10px solid #FFFFFF;
}
.graphic-block .slice {
  position: absolute;
  width: 200px;
  height: 200px;
  clip: rect(0px, 200px, 200px, 100px);
  animation: bake-pie 1s;
}
.graphic-block .slice span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  clip: rect(0px, 200px, 200px, 100px);
}
.graphic-block .legend {
  width: 100%;
  margin-bottom: 0;
}
.graphic-block .legend .legend-circle {
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.graphic-block .legend li {
  display: flex;
  align-items: center;
  gap: 15px;
  position: static;
  padding: 0px;
  margin-bottom: 16px;
  font-size: 18px;
}
.graphic-block .legend li::before {
  display: none;
}
.graphic-block .legend li:last-child {
  margin-bottom: 0;
}
.graphic-block .legend li svg {
  margin-right: 24px;
}
.graphic-block .legend li span {
  visibility: hidden;
}
.graphic-block .legend em {
  font-style: normal;
}
.graphic-block .legend span {
  float: right;
}

@media screen and (min-width: 992px) {
  .graphic-block {
    padding: 66px 0px;
  }
  .graphic-block.dark {
    overflow: hidden;
  }
  .graphic-block.dark .shape {
    position: absolute;
    bottom: -100%;
    right: -30%;
    display: block;
    width: 1070px;
    height: 1070px;
    border-radius: 100%;
    opacity: 0.15;
    background: #FF9619;
    filter: blur(83px);
    z-index: 1;
  }
  .graphic-block.dark .card {
    z-index: 2;
  }
  .graphic-block.dark .pie::before {
    border-color: #202020;
  }
  .graphic-block .card {
    padding: 32px 80px 45px 80px;
  }
  .graphic-block .title {
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 32px;
  }
  .graphic-block .caption {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 78px;
  }
  .graphic-block .pie-chart {
    flex-direction: row;
    justify-content: space-around;
  }
  .graphic-block .pie-chart .legend {
    width: fit-content;
  }
  .graphic-block .pie-chart .legend em {
    font-size: 20px;
    line-height: 20px;
  }
  .graphic-block .pie-chart .legend li {
    margin-bottom: 40px;
  }
  .graphic-block .pie {
    height: 400px; /* Increase the size of the pie chart */
    width: 400px;
  }
  .graphic-block .slice {
    width: 400px; /* Increase slice size proportionally */
    height: 400px;
    clip: rect(0px, 400px, 400px, 200px); /* Update clipping for larger size */
  }
  .graphic-block .slice span {
    width: 400px; /* Update the span to match the new size */
    height: 400px;
    clip: rect(0px, 400px, 400px, 200px);
  }
  .graphic-block .pie::before {
    width: 300px;
    height: 300px;
    top: 51px;
    left: 51px;
    border: 20px solid #FFFFFF;
  }
}
.page-search-list .single-offer-1 {
  height: auto;
}
.page-search-list .offers-col {
  background-color: #E5E5E5;
  display: flex;
  overflow-y: auto;
  gap: 10px;
  padding-top: 24px;
  padding-bottom: 24px;
}
.page-search-list .offers-col .single-offer-1 {
  min-width: 336px;
}

@media screen and (min-width: 992px) {
  .page-search-list .single-offer-1 {
    margin-bottom: 24px;
  }
  .page-search-list .single-offer-1:last-child {
    margin-bottom: 0;
  }
  .page-search-list .offers-col {
    border-radius: 3px;
    padding-top: 32px;
    padding-bottom: 32px;
    height: fit-content;
    display: block;
  }
}
.contact-us-form .title {
  color: #232323;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  margin-bottom: 24px;
}
.contact-us-form .custom-dropdown {
  margin-bottom: 24px;
}
.contact-us-form .custom-dropdown .option-header {
  justify-content: center;
  gap: 10px;
}
.contact-us-form .custom-dropdown .option-header h5 {
  font-size: 14px;
}
.contact-us-form .custom-dropdown .options-list label {
  font-size: 14px;
}
.contact-us-form form label {
  color: #232323;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-bottom: 10px;
}
.contact-us-form form input[type=text],
.contact-us-form form textarea {
  width: 100%;
  border-radius: 50px;
  border: 2px solid #FF9619;
  background: #FFFFFF;
  padding: 17px 16px;
  margin-bottom: 16px;
}
.contact-us-form form input[type=text]:last-child,
.contact-us-form form textarea:last-child {
  margin-bottom: 24px;
}
.contact-us-form form input[type=text]::placeholder,
.contact-us-form form textarea::placeholder {
  color: #909090;
  font-size: 16px;
  line-height: 24px;
}
.contact-us-form form input[type=text]:focus,
.contact-us-form form textarea:focus {
  outline: none;
}
.contact-us-form form textarea {
  border-radius: 16px;
  min-height: 177px;
}
.contact-us-form form .btn.btn--2 {
  font-size: 16px;
}

@media screen and (min-width: 992px) {
  .contact-us-form .title {
    text-align: center;
    font-size: 48px;
    font-weight: 800;
    line-height: 52px;
    margin-bottom: 40px;
  }
  .contact-us-form .custom-dropdown {
    margin-bottom: 40px;
  }
  .contact-us-form .custom-dropdown .option-header h5 {
    font-size: 18px;
  }
  .contact-us-form .custom-dropdown .options-list label {
    font-size: 18px;
  }
  .contact-us-form form label {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .contact-us-form form input[type=text],
  .contact-us-form form textarea {
    padding: 17px 16px;
    margin-bottom: 16px;
  }
  .contact-us-form form input[type=text]::placeholder,
  .contact-us-form form textarea::placeholder {
    font-size: 16px;
    line-height: 24px;
  }
  .contact-us-form form textarea {
    height: calc(100% - 32px);
    margin-bottom: 0px !important;
  }
  .contact-us-form form .btn.btn--2 {
    font-size: 20px;
    line-height: 22px;
    margin-top: 40px;
    min-width: 404px;
  }
}
.block-character-page {
  cursor: pointer;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.block-character-page .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.block-character-page video {
  display: none;
  width: 100vw; /* Full viewport width */
  height: 100vh; /* Full viewport height */
  object-fit: cover; /* Ensures video covers the entire container without distortion */
  position: absolute;
  left: 50%;
  transform: translateY(-50%);
}
.block-character-page .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.block-character-page .content .card {
  border-radius: 33.74px;
  border: 2px solid rgba(255, 255, 255, 0.5215686275);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(17.2px);
  -webkit-backdrop-filter: blur(17.2px);
  padding: 24px 16px;
  margin-bottom: 38px;
  transform: translateY(100%);
  opacity: 0;
}
.block-character-page .content .card .character-desc {
  margin-bottom: 32px;
}
.block-character-page .content .card .character-desc .name {
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.36px;
  margin-bottom: 6px;
}
.block-character-page .content .card .character-desc p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.28px;
}
.block-character-page .content .card .character-desc p:last-child {
  margin-bottom: 0;
}
.block-character-page .content .card .numbers {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 227px;
  margin: 0 auto;
  text-align: center;
  flex-wrap: wrap;
  row-gap: 10px;
}
.block-character-page .content .card .numbers .number {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.28px;
  margin-bottom: 10px;
}
.block-character-page .content .card .numbers .text {
  font-size: 19.405px;
  font-weight: 800;
  letter-spacing: -0.149px;
}
.block-character-page .content .page-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
}
.block-character-page .content .page-links p {
  margin-bottom: 0;
  margin-top: 7px;
  font-size: 11px;
  font-weight: 800;
}
.block-character-page .content .page-links .item {
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  transform: translateY(-100px);
  opacity: 0;
}
.block-character-page .content .glass-border {
  border-radius: 100%;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(17.2px);
  -webkit-backdrop-filter: blur(17.2px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px;
  width: 81px;
  height: 81px;
}
.block-character-page .content .glass-border .ctn {
  background-size: cover;
  background-position: center;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.block-character-page .content .glass-border .ctn img {
  position: absolute;
  top: 5px;
  right: -10px;
}

.wp-block-casinocrew-crew-character-hero .block-character-page .content .glass-border .ctn img {
  top: 0;
  right: 0;
}
.wp-block-casinocrew-crew-character-hero .character-desc p {
  padding-left: 0;
}

@media screen and (min-width: 992px) {
  .block-character-page .content {
    max-width: 586px;
  }
  .block-character-page .content .card {
    padding: 44px;
  }
  .block-character-page .content .card .numbers {
    min-width: 227px;
  }
  .block-character-page .content .card .numbers .number {
    font-size: 16px;
    line-height: 22px;
  }
  .block-character-page .content .card .numbers .text {
    font-size: 19px;
    line-height: normal;
  }
  .block-character-page .content .card .character-desc {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .block-character-page .content .card .character-desc p {
    font-size: 16px;
    line-height: 22px;
  }
  .block-character-page .content .page-links .item p {
    font-size: 19px;
    line-height: normal;
  }
  .block-character-page .content .glass-border {
    width: 150px;
    height: 150px;
  }
}
.block-social-media-post {
  display: grid;
  grid-gap: 10px;
  padding: 10px;
}
.block-social-media-post .gallery-item {
  width: 100%;
  cursor: pointer;
}
.block-social-media-post .post {
  position: relative;
}
.block-social-media-post .post .pin {
  max-width: 15px;
  margin-bottom: 0;
}
.block-social-media-post .post .post-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 350px;
}
.block-social-media-post .post .post-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(46, 35, 45, 0) 0%, rgba(46, 35, 45, 0.65) 25%, rgba(46, 35, 45, 0.96) 70%);
  padding: 40px 10px 10px 10px;
}
.block-social-media-post .post .post-content .casino-name {
  color: #FFFFFF;
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 4px;
}
.block-social-media-post .post .post-content .post-title {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.block-social-media-post .post .post-content p {
  color: #FFFFFF;
  font-size: 12px;
  line-height: 22px; /* 183.333% */
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: pre-wrap;
  padding-left: 0;
}
.block-social-media-post .post .post-content .likes-ctn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  min-width: 50px;
}
.block-social-media-post .post .post-content .likes-ctn.active svg path {
  fill: #FF9619;
}
.block-social-media-post .post .post-content .likes-ctn .likes {
  color: #FF9619;
  font-size: 10px;
  line-height: 22px;
}

/* Modal styles */
.block-social-media-post-modal {
  display: none;
  position: fixed;
  z-index: 10;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(239, 239, 239, 0.8);
  text-align: center;
  z-index: 1000;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  /* Close button */
}
.block-social-media-post-modal .content-ctn {
  max-width: 502px;
  padding: 20px 24px;
  border-radius: 16px;
  background: #2E232D;
}
.block-social-media-post-modal .content-ctn .modal-content {
  margin-bottom: 10px;
}
.block-social-media-post-modal .content-ctn .post-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFFFFF;
  text-align: left;
  margin-bottom: 24px;
}
.block-social-media-post-modal .content-ctn .post-content .casino-name {
  font-size: 14px;
  line-height: 22px;
}
.block-social-media-post-modal .content-ctn .post-content .casino-name img {
  margin-bottom: 0;
  max-width: 15px;
}
.block-social-media-post-modal .content-ctn .post-content .post-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.block-social-media-post-modal .content-ctn .post-content .likes-ctn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}
.block-social-media-post-modal .content-ctn .post-content .likes-ctn.active svg path {
  fill: #FF9619;
}
.block-social-media-post-modal .content-ctn .post-content .likes-ctn .likes {
  color: #FF9619;
  font-size: 10px;
  line-height: 22p;
}
.block-social-media-post-modal .content-ctn .post-desc {
  margin-bottom: 24px;
}
.block-social-media-post-modal .content-ctn .post-desc p {
  padding-left: 0;
  color: #FFFFFF;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}
.block-social-media-post-modal .modal-controls {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.block-social-media-post-modal .modal-controls button {
  background: transparent;
  border: 0;
  padding: 0;
}
.block-social-media-post-modal .modal-controls button .text {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
  margin: 5px;
}
.block-social-media-post-modal .close {
  position: absolute;
  top: 10px;
  right: 25px;
  color: white;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}

@media screen and (min-width: 576px) {
  .block-social-media-post {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .block-social-media-post {
    grid-template-columns: repeat(3, 1fr);
  }
}
.block-character-casino {
  background: #2E232D;
  padding: 32px 0px;
}
.block-character-casino .heading {
  color: #FFFFFF;
  margin-bottom: 37px;
  text-align: center;
}
.block-character-casino .heading .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 8px;
}
.block-character-casino .heading p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.block-character-casino .character {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.block-character-casino .character .char-img {
  margin-bottom: 0;
  position: relative;
  bottom: -50px;
  z-index: 1;
  max-width: 100px;
}
.block-character-casino .character .char-card {
  padding: 10px 22px;
  border-radius: 6.754px;
  border: 1.477px solid #fff;
  background: #fff;
  backdrop-filter: blur(0.98459512px);
  display: flex;
  z-index: 2;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 100%;
}
.block-character-casino .character .char-card img {
  margin-bottom: 5px;
  max-width: 80px;
}
.block-character-casino .cta {
  display: flex;
  justify-content: center;
}
.block-character-casino .cta .btn.btn--2 {
  color: #FFFFFF;
  border-color: #FFFFFF;
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  .block-character-casino {
    padding: 77px 0px 0px 0px;
  }
  .block-character-casino .heading,
  .block-character-casino .cta {
    display: none;
  }
  .block-character-casino .character .char-img {
    max-width: 254px;
  }
  .block-character-casino .character .char-card {
    height: 120px;
    justify-content: space-around;
  }
  .block-character-casino .character .char-card img {
    max-width: 150px;
  }
}
.hp-hero {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.hp-hero video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.hp-hero .content {
  position: absolute;
  left: 50%;
  top: 120px;
  transform: translateX(-50%);
  text-align: center;
  padding: 0px 20px;
}
.hp-hero .content h1 {
  font-size: 32px;
  font-weight: 800;
  line-height: 36px;
  color: #FFFFFF;
}

@media screen and (min-width: 992px) {
  .hp-hero .content {
    max-width: 820px;
  }
}
@media screen and (min-width: 1200px) {
  .hp-hero .content h1 {
    font-size: 48px;
    line-height: 52px;
  }
}
.characters-map {
  background: url("/images/bright-high-seas.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px 0px;
  height: 100vh;
  position: relative;
}
.characters-map .vector {
  display: none;
}
.characters-map .glass-border {
  border-radius: 100%;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(17.2px);
  -webkit-backdrop-filter: blur(17.2px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 5px;
}
.characters-map .glass-border .ctn {
  background-size: cover;
  background-position: center;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.characters-map .heading {
  text-align: center;
  color: #FFFFFF;
}
.characters-map .heading .title {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 8px;
}
.characters-map .heading p {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.characters-map .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.characters-map .glass-border.glass-border-small {
  width: 40px;
  height: 40px;
}
.characters-map .glass-border.glass-border-small.pos-1 {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.characters-map .glass-border.glass-border-small.pos-2 {
  position: absolute;
  top: 44%;
  left: 20%;
  transform: translate(-50%, -50%);
}
.characters-map .glass-border.glass-border-small.pos-3 {
  position: absolute;
  top: 45%;
  left: 60%;
  transform: translate(-50%, -50%);
}
.characters-map .glass-border.glass-border-small.pos-4 {
  position: absolute;
  top: 44%;
  right: 0%;
  transform: translate(-50%, -50%);
}
.characters-map .char-card {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(12.5px);
  padding: 14px;
  min-height: 85px;
  text-decoration: none;
  color: #0D0803;
  position: relative;
  margin-bottom: 30px;
}
.characters-map .char-card .label,
.characters-map .char-card .title {
  font-size: 14px;
  line-height: 16px;
}
.characters-map .char-card .label {
  font-weight: 500;
}
.characters-map .char-card .title {
  font-weight: 800;
  margin-bottom: 10px;
}
.characters-map .char-card .icon-offset svg {
  max-width: 54px;
}
.characters-map .char-card .glass-border {
  width: 81px;
  height: 81px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.characters-map .char-card .glass-border .ctn {
  position: relative;
}
.characters-map .char-card .glass-border .ctn img {
  position: absolute;
  top: 5px;
  right: -10px;
}
.characters-map .char-card.left-char {
  padding-right: 40px;
  padding-left: 50px;
  text-align: left;
  max-width: 245px;
  margin-left: auto;
  margin-right: auto;
}
.characters-map .char-card.left-char .icon-offset {
  position: absolute;
  bottom: -30px;
  right: 0;
}
.characters-map .char-card.left-char .glass-border {
  left: -41px;
}
.characters-map .char-card.right-char {
  padding-left: 40px;
  padding-right: 50px;
  max-width: 245px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}
.characters-map .char-card.right-char .icon-offset {
  position: absolute;
  bottom: -30px;
  left: 0;
}
.characters-map .char-card.right-char .glass-border {
  right: -41px;
}

@media screen and (min-width: 768px) {
  .characters-map .glass-border.glass-border-small {
    display: none;
  }
  .characters-map .container {
    justify-content: center;
    position: relative;
  }
  .characters-map .heading .title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 32px;
  }
  .characters-map .heading p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 992px) {
  .characters-map__row .char-card-1,
  .characters-map__row .char-card-2 {
    position: relative;
    right: -50px;
  }
  .characters-map__row .char-card {
    margin-bottom: 124px;
  }
  .characters-map__row .char-card .glass-border {
    width: 107px;
    height: 107px;
  }
  .characters-map__row .char-card .icon-offset svg {
    max-width: 83px;
  }
  .characters-map__row .char-card.left-char {
    padding: 21px 86px 21px 60px;
    text-align: right;
    max-width: 360px;
  }
  .characters-map__row .char-card.left-char .icon-offset {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: auto;
  }
  .characters-map__row .char-card.left-char .glass-border {
    right: -41px;
    left: auto;
  }
  .characters-map__row .char-card.right-char {
    padding: 21px 60px 21px 86px;
    max-width: 360px;
    text-align: left;
  }
  .characters-map__row .char-card.right-char .icon-offset {
    position: absolute;
    bottom: -30px;
    right: 0;
    left: auto;
  }
  .characters-map__row .char-card.right-char .glass-border {
    left: -41px;
    right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .characters-map .characters-map__row {
    position: relative;
    top: 60px;
  }
  .characters-map .char-card {
    margin-bottom: 180px;
  }
  .characters-map .vector {
    display: none;
    max-width: 100px;
    position: absolute;
  }
  .characters-map .char-card-1 .vector {
    right: -100px;
    top: 50px;
  }
  .characters-map .char-card-2 .vector {
    top: 50px;
    left: -100px;
  }
  .characters-map .char-card-3 .vector {
    right: -100px;
    bottom: 50px;
  }
  .characters-map .char-card-4 .vector {
    bottom: 50px;
    left: -100px;
  }
}
.hp-characters-card-slider {
  background: url("/images/homepage/futuristic-yacht.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  padding: 30px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: grab;
}
.hp-characters-card-slider .splide__pagination {
  bottom: -50px;
  gap: 16px;
  flex-wrap: nowrap;
}
.hp-characters-card-slider .splide__pagination li::before {
  content: none;
}
.hp-characters-card-slider .splide__pagination li {
  width: 100%;
  max-width: 121px;
  padding: 0;
}
.hp-characters-card-slider .splide__pagination li button {
  width: 100%;
  border-radius: 10px;
}
.hp-characters-card-slider .splide__pagination li button.is-active {
  background: #FF9619;
  transform: scale(1);
}
.hp-characters-card-slider .heading {
  color: #FFFFFF;
  text-align: center;
}
.hp-characters-card-slider .heading .title {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 8px;
}
.hp-characters-card-slider .heading p {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 28px;
}
.hp-characters-card-slider .card {
  border-radius: 20px;
  border: 3px solid rgba(255, 255, 255, 0.35);
  padding: 24px;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(12.5px);
  height: 100%;
}
.hp-characters-card-slider .card .title {
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  margin-bottom: 16px;
}
.hp-characters-card-slider .card p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.28px;
}
.hp-characters-card-slider .card p:last-of-type {
  padding-right: 90px;
}
.hp-characters-card-slider .card a {
  color: #FF9619;
  font-weight: 600;
  text-decoration: none;
}
.hp-characters-card-slider .card a span {
  margin-left: 10px;
}
.hp-characters-card-slider .char-img {
  max-width: 113px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.hp-characters-card-slider .char-img img {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .hp-characters-card-slider .heading .title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 24px;
  }
  .hp-characters-card-slider .heading p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 67px;
  }
  .hp-characters-card-slider .splide__track {
    overflow: visible;
  }
  .hp-characters-card-slider .card {
    max-width: 991px;
    margin: 0 auto;
    padding: 57px 107px 34px 107px;
  }
  .hp-characters-card-slider .card .title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 32px;
  }
  .hp-characters-card-slider .card p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .hp-characters-card-slider .card p:last-of-type {
    padding-right: 0;
  }
  .hp-characters-card-slider .card .content {
    padding-left: 200px;
  }
  .hp-characters-card-slider .char-img {
    max-width: 302px;
    right: auto;
    left: 0;
  }
}
.hp-characters-guide {
  background: #2E232D;
  padding: 45px 0px;
}
.hp-characters-guide .heading {
  text-align: center;
  color: #FFFFFF;
}
.hp-characters-guide .heading .title {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 8px;
}
.hp-characters-guide .heading p {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.hp-characters-guide .splide {
  cursor: grab;
}
.hp-characters-guide .card {
  background: transparent;
  background-image: url("/images/homepage/guide/character thumbnail alex.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  min-height: 405px;
  max-width: 280px;
  border: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  margin: 0 auto;
}
.hp-characters-guide .card .match-ctn {
  position: absolute;
  top: 20px;
  right: 1px;
  background: #FFFFFF;
  border-top-left-radius: 11px;
  border-bottom-left-radius: 11px;
  padding: 10px 12px;
  text-align: center;
  box-shadow: 1.77px 2.655px 4.425px 0px rgba(0, 0, 0, 0.1);
}
.hp-characters-guide .card .match-ctn .match {
  font-size: 17px;
  font-weight: 700;
  line-height: 19px;
}
.hp-characters-guide .card .match-ctn .bonus {
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
}
.hp-characters-guide .card .content {
  border-radius: 0px 0px 16px 16px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 22.94%, rgba(0, 0, 0, 0.19) 84.94%), rgba(0, 0, 0, 0.4);
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.3);
  max-width: 97%;
  margin: 0 auto;
  width: 100%;
  color: #FFFFFF;
  padding: 12px 16px 16px 16px;
}
.hp-characters-guide .card .content .name {
  font-size: 24px;
  font-weight: 800;
  line-height: 32px; /* 133.333% */
}
.hp-characters-guide .card .content .role {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px; /* 200% */
}
.hp-characters-guide .card .content .btn.btn--1 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .hp-characters-guide {
    padding: 60px 0px;
  }
  .hp-characters-guide .heading .title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 32px;
  }
  .hp-characters-guide .heading p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 45px;
  }
}
.hp-offers-slider {
  background-image: url("/images/homepage/futuristic-yacht-party.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.hp-offers-slider .btn.btn--2 {
  color: #FFFFFF;
  border-color: #FFFFFF;
  min-width: 212px;
}
.hp-offers-slider .splide {
  cursor: grab;
}
.hp-offers-slider .splide__pagination {
  bottom: -40px;
  gap: 16px;
  flex-wrap: nowrap;
}
.hp-offers-slider .splide__pagination li::before {
  content: none;
}
.hp-offers-slider .splide__pagination li {
  width: 100%;
  max-width: 121px;
  padding: 0;
}
.hp-offers-slider .splide__pagination li button {
  width: 100%;
  border-radius: 10px;
}
.hp-offers-slider .splide__pagination li button.is-active {
  background: #FF9619;
  transform: scale(1);
}
.hp-offers-slider .casino-info img {
  right: 0;
}

@media screen and (min-width: 768px) {
  .hp-offers-slider .casino-info__msg {
    padding-right: 180px;
  }
}
@media screen and (min-width: 992px) {
  .hp-offers-slider .splide__track {
    overflow: visible;
  }
  #hp-offers-slider .splide__slide[aria-hidden=true] {
    opacity: 0.3;
    transform: translateY(-30px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  #hp-offers-slider .toggle-offer-1-content {
    display: none;
  }
  #hp-offers-slider .splide__slide {
    opacity: 1;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
}
.block-story-post {
  background: rgba(114, 17, 33, 0.2);
  padding: 60px 0px;
}
.block-story-post .title {
  color: #680d1c;
  text-align: center;
  font-weight: 800;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 10px;
}
.block-story-post .stories-container {
  display: flex;
  gap: 20px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.block-story-post .story-viewer {
  position: relative;
  width: 100%;
  aspect-ratio: 9/16;
  background-color: #000;
  overflow: hidden;
  border-radius: 24px;
  cursor: pointer;
  display: block;
}
.block-story-post .story-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-story-post .story-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 10px 10px 10px;
}
.block-story-post .story-overlay .user-role {
  font-size: 5.39px;
  line-height: 7.18px;
  color: #f7f2f2;
}
.block-story-post .story-overlay .user-name {
  font-size: 11.97px;
  font-weight: 800;
  line-height: 14.37px;
}
.block-story-post .story-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.block-story-post .user-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ccc;
  margin-right: 10px;
}
.block-story-post .user-name {
  color: #fff;
  font-weight: bold;
}
.block-story-post .story-text {
  color: #FFFFFF;
}
.block-story-post .story-text .title {
  color: #FFFFFF;
  font-size: 16.78px;
  font-weight: 500;
  line-height: 14.37px;
  margin-bottom: 10px;
}
.block-story-post .story-text p {
  margin-bottom: 0;
  font-size: 14.38px;
  line-height: 17.98px;
  text-align: center;
}
.block-story-post .story-progress {
  position: absolute;
  top: 18px;
  right: 20px;
  height: 3px;
  display: flex;
  max-width: 50%;
  width: 100%;
}
.block-story-post .progress-segment {
  flex-grow: 1;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  margin-right: 2px;
}
.block-story-post .progress-segment:last-child {
  margin-right: 0;
}
.block-story-post .progress-segment-fill {
  width: 0;
  height: 100%;
  background-color: #fff;
}
.block-story-post .inactive .story-image {
  filter: sepia(0.5) brightness(0.8);
}
.block-story-post .inactive .story-overlay {
  background-color: rgba(43, 5, 5, 0.8);
}
.block-story-post .inactive .story-text {
  display: none;
}
.block-story-post .story-text {
  transform: translateY(150%);
  transition: transform 0.3s ease-out;
}
.block-story-post .story-text.animate {
  transform: translateY(0);
}
.block-story-post .splide__pagination {
  bottom: -40px;
  gap: 16px;
  flex-wrap: nowrap;
}
.block-story-post .splide__pagination li::before {
  content: none;
}
.block-story-post .splide__pagination li {
  width: 100%;
  max-width: 53px;
  padding: 0;
}
.block-story-post .splide__pagination li button {
  width: 100%;
  border-radius: 10px;
  background: rgba(104, 13, 28, 0.3);
}
.block-story-post .splide__pagination li button.is-active {
  background: #680D1C;
  transform: scale(1);
}

@media screen and (min-width: 768px) {
  .block-story-post .story-viewer.inactive {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .block-story-post {
    padding: 60px 0px;
  }
  .block-story-post .title {
    font-size: 107.92px;
    line-height: 97px;
    max-width: 739px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.block-threads {
  background-image: url("/images/block-threads-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 30px 0px;
}
.block-threads .title {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 800;
  line-height: 36px;
  text-align: center;
  max-width: 190px;
  margin: 0 auto;
  margin-bottom: 24px;
}
.block-threads .threads-ctn {
  max-width: 380px;
  margin: 0 auto;
}
.block-threads .threads-profile {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 12px;
}
.block-threads .threads-profile img {
  max-width: 33px;
  margin-bottom: 0px;
}
.block-threads .threads-profile .name {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.block-threads .threads-profile .label {
  background: #FFFFFF;
  color: #a1a1a1;
  border-radius: 50px;
  padding: 5px 10px;
  font-size: 16.86px;
  line-height: 22.48px;
  text-align: center;
}
.block-threads .threads {
  border-left: 2px solid #d9d9d9;
  margin-left: 17px;
}
.block-threads .threads p {
  color: #FFFFFF;
  padding-left: 17px;
}
.block-threads .threads .card {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid #FFFFFF;
  margin-left: 17px;
  padding: 15px;
}
.block-threads .threads .card .name,
.block-threads .threads .card p {
  color: #202020;
}
.block-threads .threads .card p {
  margin-bottom: 0;
  padding-left: 0;
}

@media screen and (min-width: 992px) {
  .block-threads {
    padding: 46px 0px;
  }
  .block-threads .title {
    max-width: max-content;
    font-size: 40px;
    line-height: 48px;
  }
  .block-threads .threads-profile .name,
  .block-threads .threads-profile .label {
    font-size: 18px;
    line-height: 24px;
  }
  .block-threads .threads-profile .label {
    padding: 3px 15px;
  }
  .block-threads .threads p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 40px;
  }
  .block-threads .threads .card p {
    font-size: 18px;
    line-height: 24px;
  }
}
.onboarding {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
  display: none;
}
.onboarding .modal_ctn {
  padding: 12px;
  height: 100%;
}
.onboarding .modal_content {
  background: #FFFFFF;
  border-radius: 14px;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
  padding: 24px 16px;
  position: fixed;
  bottom: 180px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 336px;
  margin: 0 auto;
  text-align: center;
}
.onboarding .modal_content .h1 {
  max-width: 230px;
  margin: 0 auto;
  margin-bottom: 16px;
}
.onboarding .modal_content .btn.btn--1 {
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 12px;
}
.onboarding .modal_content .btn.btn-skip {
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 39px;
}

.onboarding-1 #step1,
.onboarding-1 #step2,
.onboarding-1 #step3 {
  display: none;
}
.onboarding-1 .modal_ctn .hp-characters-guide {
  background: transparent;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.onboarding-1 .modal_ctn .go-back {
  position: absolute;
  left: 15px;
  top: 10px;
  cursor: pointer;
}
.onboarding-1 .modal_ctn .q-label {
  color: #C75000;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.onboarding-1 .modal_ctn form {
  margin-bottom: 32px;
}
.onboarding-1 .modal_ctn form div {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}
.onboarding-1 .modal_ctn form div input[type=radio] {
  accent-color: #C75000;
}
.onboarding-1 .modal_ctn form .form-control {
  cursor: pointer;
  border: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
}
.onboarding-1 .modal_ctn form input[type=radio] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: #C75000;
  width: 1.15em;
  height: 1.15em;
  border: 1px solid #C75000;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  min-width: 18px;
  min-height: 18px;
}
.onboarding-1 .modal_ctn form input[type=radio]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  /* Windows High Contrast Mode */
  background-color: #C75000;
}
.onboarding-1 .modal_ctn form input[type=radio]:checked::before {
  transform: scale(1);
}
.onboarding-1 .modal_ctn .q-legend {
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  color: #C75000;
}

.onboarding-highlight {
  border: 1px solid #FF9619;
  z-index: 100;
  padding: 5px 10px;
}

.onboarding-2 .modal_content {
  padding: 24px 0px;
}
.onboarding-2 .modal_content .h1 {
  padding: 0px 16px;
  max-width: max-content;
}
.onboarding-2 .modal_content button.btn {
  margin: 0px 16px;
  width: -webkit-fill-available !important;
}
.onboarding-2 #step1 .image-ctn,
.onboarding-2 #step2 .image-ctn,
.onboarding-2 #step3 .image-ctn,
.onboarding-2 #step4 .image-ctn {
  position: relative;
  height: 220px;
}
.onboarding-2 #step1 .image-ctn img,
.onboarding-2 #step2 .image-ctn img,
.onboarding-2 #step3 .image-ctn img,
.onboarding-2 #step4 .image-ctn img {
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: -1;
  margin-bottom: 0;
}
.onboarding-2 #step2 .image-ctn,
.onboarding-2 #step3 .image-ctn,
.onboarding-2 #step4 .image-ctn {
  margin-bottom: 18px;
}
.onboarding-2 #step2 p,
.onboarding-2 #step3 p,
.onboarding-2 #step4 p {
  padding: 0 16px;
}
.onboarding-2 #step2 span,
.onboarding-2 #step3 span,
.onboarding-2 #step4 span {
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 20;
  display: none;
}

.chat {
  max-width: 300px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 16px;
  display: none;
  position: absolute;
  bottom: 80px;
  right: -13%;
  z-index: -1;
}
.chat .chat-header {
  padding: 24px;
}
.chat .chat-header .close-chat {
  cursor: pointer;
}
.chat .chat-header .turn-off-interactions {
  font-size: 12px;
  line-height: 16.39px;
  color: #737373;
  cursor: pointer;
}
.chat .chat-header .small-a {
  font-size: 12px;
  line-height: 16.39px;
  text-decoration: none;
}
.chat .chat-header .large-a {
  font-size: 14px;
  line-height: 19.12px;
  text-decoration: none;
}
.chat .chat-header .char-name {
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
}
.chat .mwai-chatbot-container .mwai-chatbot .mwai-content {
  height: 100%;
  background: #E5E5E5;
}
.chat .mwai-chatbot-container .mwai-chatbot .mwai-conversation {
  background: #E5E5E5;
  border-radius: 16px;
  max-height: 600px;
  min-height: 600px;
}
@media screen and (max-width: 768px) {
  .chat .mwai-chatbot-container .mwai-chatbot .mwai-conversation {
    max-height: 400px;
    min-height: 400px;
  }
}
.chat .mwai-chatbot-container .mwai-chatbot .mwai-reply.mwai-user {
  background: #FFFFFF;
  color: #232323;
}
.chat .mwai-chatbot-container .mwai-chatbot .mwai-reply.mwai-ai {
  background: #FFD8AA;
  color: #232323;
}
.chat .mwai-chatbot-container .mwai-chatbot .mwai-input-submit {
  background: #FFD8AA;
}
.chat .mwai-chatbot-container .mwai-chatbot .mwai-input-submit:hover {
  filter: none;
}
.chat .mwai-chatbot-container .mwai-chatbot .mwai-input-text {
  padding: 9px;
  border-radius: 34px;
  max-height: 100px;
  overflow-y: auto;
}
.chat .chat-iframe {
  width: 100%;
}
.chat .chat-iframe iframe {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .onboarding-1 .modal_ctn .modal_content .h1,
  .onboarding-2 .modal_ctn .modal_content .h1 {
    max-width: max-content;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
  }
  .onboarding-1 .modal_ctn .modal_content p,
  .onboarding-2 .modal_ctn .modal_content p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 24px;
  }
  .onboarding-1 .modal_ctn .modal_content .btn.btn--1,
  .onboarding-2 .modal_ctn .modal_content .btn.btn--1 {
    padding: 12px 32px;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .onboarding-1 .modal_ctn #step2 .h1,
  .onboarding-2 .modal_ctn #step2 .h1 {
    max-width: 300px;
    margin-bottom: 24px;
  }
  .onboarding-1 .modal_ctn .modal_content,
  .onboarding-2 .modal_ctn .modal_content {
    padding: 40px 32px;
    left: 50%;
    top: 50%;
    bottom: inherit;
    transform: translate(-50%, -50%);
    min-width: 572px;
  }
  .onboarding-2 .modal_content {
    padding: 40px 0px !important;
  }
  .onboarding-2 .modal_content .h1,
  .onboarding-2 .modal_content p {
    padding: 0px 32px !important;
  }
  .onboarding-2 .modal_content button.btn {
    margin: 0px 32px;
  }
  .onboarding-2 .modal_ctn .modal_content {
    left: 50%;
    top: 50%;
    bottom: inherit;
    transform: translate(-50%, -50%);
    min-width: 572px;
  }
  .onboarding-2 .modal_ctn .modal_content .image-ctn {
    min-height: 254px;
    max-width: 362px;
    margin: 0 auto;
  }
  .onboarding-2 .modal_ctn .modal_content .h1 {
    max-width: max-content !important;
  }
  .chat {
    bottom: 100px;
    max-width: 387px;
  }
  .chat .chat-iframe {
    max-height: 600px;
  }
}
.wpml-language-switcher {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 50px;
}
.wpml-language-switcher .wpml-lang-item .country-flag {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  width: 69px;
  height: 69px;
}
.wpml-language-switcher .wpml-lang-item span,
.wpml-language-switcher .wpml-lang-item a {
  color: #0D0803;
  text-decoration: none;
  font-size: 14.01px;
  font-weight: 800;
  line-height: 16.34px;
}
.wpml-language-switcher .wpml-lang-item a,
.wpml-language-switcher .wpml-lang-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

@media screen and (min-width: 1200px) {
  .wpml-language-switcher {
    margin-bottom: 82px;
    gap: 50px;
  }
  .wpml-language-switcher .wpml-lang-item .country-flag {
    width: 119px;
    height: 119px;
  }
  .wpml-language-switcher .wpml-lang-item span,
  .wpml-language-switcher .wpml-lang-item a {
    font-size: 24px;
    line-height: 28px;
  }
  .wpml-language-switcher .wpml-lang-item a,
  .wpml-language-switcher .wpml-lang-item {
    gap: 12px;
  }
}
.casino-card--review .remove-a-style {
  color: #232323;
  text-decoration: none;
}
.casino-card--review .logo-ctn .casino-meta {
  flex: 1;
}
.casino-card--review .logo-ctn .casino-meta .casino-name {
  margin-bottom: 0;
}
.casino-card--review .logo-ctn .casino-meta .btn.btn--3 {
  padding: 0;
  font-size: 12px;
  font-weight: 800;
}
.casino-card--review .offer-text {
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 16px;
  border: 3px solid #FF9619;
  padding: 16px 36px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.casino-card--review .offer-text a {
  color: #232323;
  text-decoration: none;
}
.casino-card--review .offer-text p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
}
.casino-card--review .offer-text p:last-of-type {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}
.casino-card--review .offer-text.disabled {
  border-color: #C0C0C0;
}
.casino-card--review .offer-text.disabled p {
  color: #737373;
  font-size: 18px;
  margin-bottom: 0;
}
.casino-card--review .offer-text .btn.btn--1 {
  padding: 12px 32px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .casino-card--review .offer-text p {
    font-size: 16px;
    line-height: 26px;
  }
  .casino-card--review .offer-text p:last-of-type {
    font-size: 12px;
    line-height: 22px;
  }
  .casino-card--review .offer-text.disabled p {
    font-size: 18px;
    line-height: 26px;
  }
}

.casino-info {
  width: 100%;
  position: relative;
  margin-bottom: 40px !important;
}
.casino-info img {
  max-width: 56px;
  margin-bottom: 0px;
  position: absolute;
  bottom: -20px;
  right: 10px;
  z-index: 2;
}
.casino-info__msg {
  background-color: #44172E;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.casino-info__msg.show-to-scroll {
  opacity: 0;
}
.casino-info__msg .title,
.casino-info__msg p {
  color: #FFFFFF;
}
.casino-info__msg .title {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}
.casino-info__msg p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.02em;
  margin-bottom: 0px;
  padding: 0;
  font-style: italic;
  padding-right: 33px;
}
.casino-info__msg a {
  display: inline-block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #FFA841;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .casino-info {
    max-width: 810px;
    margin: 0 auto;
    margin-bottom: 50px !important;
  }
  .casino-info img {
    max-width: 163px;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0px;
    right: -60px;
  }
  .casino-info__msg {
    padding: 20px 32px;
    padding-right: 120px;
  }
  .casino-info__msg .title {
    font-size: 24px;
    line-height: 28px;
  }
  .casino-info__msg p {
    font-size: 18px;
    line-height: 24px;
  }
}
.about-info {
  padding: 24px 24px 174px 24px;
  background-color: #473e47;
  backdrop-filter: blur(10px);
  border-radius: 24px;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.about-info .h2 {
  color: #FFFFFF;
}
.about-info__ctn {
  background: #2E232D;
  padding: 32px 0px;
}
.about-info__ctn.icons-info .about-info {
  padding-bottom: 24px;
}
.about-info__ctn.icons-info .about-info__tips {
  max-width: none;
}
.about-info__ctn .border-wrap {
  border-radius: 24px;
  position: relative;
  background: linear-gradient(107.09deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 104.27%);
  padding: 3px;
}
.about-info__ctn.light {
  background: #EFEFEF;
}
.about-info__ctn.light .about-info {
  background: #FFFFFF;
  color: #232323;
}
.about-info__ctn.light .about-info .h2 {
  color: #232323;
}
.about-info__tips .item {
  margin-bottom: 32px;
}
.about-info__tips .item .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
  color: #FF9619;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}
.about-info__tips .item p {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
  margin-bottom: 0px;
}
.about-info .img-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 33%;
  margin-bottom: 0;
}
.about-info .img-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 54%;
  margin-bottom: 0;
}

.character-info,
.block-character-role-animated {
  margin-top: 140px;
  margin-bottom: 100px !important;
}
.character-info__ctn,
.block-character-role-animated__ctn {
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 31px;
  padding: 200px 20px 20px 20px;
  position: relative;
}
.character-info__img,
.block-character-role-animated__img {
  max-width: 209px;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}
.character-info__img img,
.block-character-role-animated__img img {
  margin-bottom: 0px;
}
.character-info .border-wrap,
.block-character-role-animated .border-wrap {
  border-radius: 24px;
  position: relative;
  background: linear-gradient(107.09deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 104.27%);
  padding: 3px;
}
.character-info__content,
.block-character-role-animated__content {
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(14px);
  border-radius: 24px;
  color: #FFFFFF;
  padding: 24px;
}
.character-info__content .h3,
.block-character-role-animated__content .h3 {
  color: #FFFFFF;
}
.character-info__content p,
.block-character-role-animated__content p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
}
.character-info__content p:last-child,
.block-character-role-animated__content p:last-child {
  margin-bottom: 0px;
}

@media screen and (min-width: 768px) {
  .character-info .col-md-4,
  .block-character-role-animated .col-md-4 {
    position: relative;
  }
  .character-info__img,
  .block-character-role-animated__img {
    top: 0px;
    width: 100%;
    max-width: 422px;
  }
  .character-info__ctn,
  .block-character-role-animated__ctn {
    padding-top: 37px;
  }
  .character-info__content,
  .block-character-role-animated__content {
    min-height: 320px;
    max-height: 330px;
    overflow-y: auto;
  }
  .about-info .img-1 {
    max-width: 17%;
    left: 0;
    bottom: 0px;
  }
  .about-info .img-2 {
    max-width: 28%;
    right: 0;
    bottom: 0px;
  }
}
@media screen and (min-width: 992px) {
  .character-info__img,
  .block-character-role-animated__img {
    width: 100%;
    top: -40%;
    left: 41%;
    max-width: 422px;
  }
}
@media screen and (min-width: 1200px) {
  .about-info {
    padding: 31px 100px;
  }
  .about-info .h2 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .about-info__ctn {
    padding: 64px 0px;
  }
  .about-info__tips {
    max-width: 700px;
    margin: 0 auto;
  }
  .character-info,
  .block-character-role-animated {
    margin-top: 180px;
  }
  .character-info__img,
  .block-character-role-animated__img {
    top: -50%;
  }
}
.testimonial-card {
  text-align: center;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 16px 24px;
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonial-card p {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
}
.testimonial-card span {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

@media screen and (min-width: 1200px) {
  .testimonial-card p {
    font-size: 18px;
    line-height: 24px;
  }
}
.schema-faq .schema-faq-section {
  margin-bottom: 20px;
  position: relative;
}
.schema-faq .schema-faq-section:last-child {
  margin-bottom: 0;
}
.schema-faq p {
  margin-top: 15px;
  padding: 0px 15px !important;
  margin-bottom: 0;
}
.schema-faq .faq-toggle {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  font-weight: bold;
  height: 23px;
  width: 23px;
}
.schema-faq .schema-faq-question {
  cursor: pointer;
  background: #44172E;
  border-radius: 30px;
  color: #FFFFFF;
  display: block;
  padding: 10px 64px 10px 18px;
  width: 100%;
  position: relative;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
}

@media screen and (min-width: 992px) {
  .schema-faq .schema-faq-question {
    font-size: 32px;
    line-height: 40px;
    padding: 16px 70px 16px 40px;
    border-radius: 50px;
  }
  .schema-faq .faq-toggle {
    width: 40px;
    height: 40px;
    font-size: 28px;
  }
  .schema-faq p {
    font-size: 18px;
    line-height: 24px;
    padding: 0px 40px !important;
  }
}
.block-character-role-animated .character-info__content {
  position: relative;
}
.block-character-role-animated .slots-wrap {
  height: 70px;
  width: 100%;
  display: inline-block;
  margin: auto;
  overflow: hidden;
  position: relative;
  top: 30px;
  left: -2px;
  margin: 0 10px;
}
.block-character-role-animated .slot-text {
  position: absolute;
  top: -15px;
}
.block-character-role-animated .animate-slots {
  animation: slot-animation 1.8s;
  animation-timing-function: cubic-bezier(0.36, 1.28, 0.75, 1.1);
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
.block-character-role-animated .slot,
.block-character-role-animated .caption {
  height: 70px;
  width: 100%;
  line-height: 70px;
  margin: 0;
  font-size: 45.55px;
  font-weight: 800;
  line-height: 50.94px;
  letter-spacing: 17px;
}
.block-character-role-animated .caption {
  width: 100%;
  height: auto;
  letter-spacing: normal;
  margin-top: 60px;
}
@keyframes slot-animation {
  0% {
    transform: translateY(-1px);
  }
  100% {
    transform: translateY(-630px);
  }
}

@media screen and (min-width: 992px) {
  .block-character-role-animated .character-info__content {
    max-height: max-content;
  }
  .block-character-role-animated .slot,
  .block-character-role-animated .caption {
    font-size: 87.62px;
    line-height: 98px;
  }
  .block-character-role-animated .slot {
    letter-spacing: 40px;
    line-height: 68px;
  }
  .block-character-role-animated .slots-wrap {
    height: 71px;
  }
  .block-character-role-animated .caption {
    margin-top: 90px;
  }
}
.block-character-slider {
  background-image: url("/images/block-threads-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px 0px 60px 0px;
}
.block-character-slider .splide__slide {
  position: relative;
}
.block-character-slider .splide__slide a {
  text-decoration: none;
}
.block-character-slider .splide__slide .name {
  font-size: 92.11px;
  font-weight: 800;
  line-height: 99.78px;
  color: #FFFFFF;
  opacity: 0.2;
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
.block-character-slider .splide__slide img {
  margin-bottom: 0;
  margin-top: 80px;
}
.block-character-slider .splide__slide p {
  margin-bottom: 0;
  color: #FFFFFF;
  font-size: 19.72px;
  font-weight: 500;
  line-height: 23.67px;
  text-align: center;
}
.block-character-slider .splide__pagination {
  bottom: -35px;
  gap: 16px;
  flex-wrap: nowrap;
}
.block-character-slider .splide__pagination li::before {
  content: none;
}
.block-character-slider .splide__pagination li {
  width: 100%;
  max-width: 50px;
  padding: 0;
}
.block-character-slider .splide__pagination li button {
  width: 100%;
  border-radius: 10px;
  height: 4px;
}
.block-character-slider .splide__pagination li button.is-active {
  background: #FF9619;
  transform: scale(1);
}

@media screen and (min-width: 992px) {
  .block-character-slider .splide__slide .name {
    font-size: 186.81px;
    line-height: 202.37px;
  }
  .block-character-slider .splide__slide img {
    margin-top: 140px;
  }
  .block-character-slider .splide__slide p {
    font-size: 40px;
    line-height: 48px;
  }
}
.block-character-page-link .title {
  font-size: 28px;
  font-weight: 800;
  line-height: 36px;
  text-align: center;
  margin-bottom: 24px;
}
.block-character-page-link .colored-char-card {
  border-radius: 20px;
  padding: 65px 15px 0px 15px;
  position: relative;
  height: 100%;
  min-height: 469px;
  overflow: hidden;
}
.block-character-page-link .colored-char-card .name {
  font-size: 86.55px;
  font-weight: 800;
  line-height: 103.86px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  text-transform: capitalize;
}
.block-character-page-link .colored-char-card img {
  position: absolute;
  bottom: -25%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 290px;
}
.block-character-page-link .colored-char-card.orange {
  background: rgba(238, 150, 75, 0.2);
}
.block-character-page-link .colored-char-card.orange .name {
  color: #FF9619;
}
.block-character-page-link .colored-char-card.purple {
  background: rgba(114, 17, 33, 0.2);
}
.block-character-page-link .colored-char-card.purple .name {
  color: #680d1c;
}
.block-character-page-link .colored-char-card img {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .block-character-page-link .title {
    font-size: 87.62px;
    line-height: 105.15px;
  }
}
.single-casino-hero {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr 2fr 2fr 5fr;
  grid-template-rows: 1fr;
  column-gap: 16px;
  row-gap: 16px;
  align-items: center;
  margin-bottom: 32px;
}
.single-casino-hero .single-casino-card {
  grid-area: 1/1/4/4;
  background: #FFFFFF;
  border: 1px solid #FF9619;
  border-radius: 8px;
  padding: 8px;
  text-align: center;
}
.single-casino-hero .single-casino-card img {
  margin-bottom: 8px;
}
.single-casino-hero .single-casino-card .caption {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}
.single-casino-hero .single-casino-card .inline-rating {
  margin-bottom: 8px;
}
.single-casino-hero .single-casino-card .btn.btn--1 {
  padding: 2px 17px;
  font-size: 10px;
  font-weight: 800;
  line-height: 17.15px;
}
.single-casino-hero .casino-meta {
  grid-area: 1/4/4/7;
}
.single-casino-hero .casino-meta h1 {
  margin-bottom: 16px;
}
.single-casino-hero .casino-meta .author-meta {
  gap: 2px;
}
.single-casino-hero .casino-meta .author-meta a {
  color: #C2570F;
}
.single-casino-hero .casino-description {
  grid-area: 4/1/6/7;
}
.single-casino-hero .casino-description p {
  padding-left: 0;
  margin-bottom: 0px;
}
.single-casino-hero .casino-features {
  grid-area: 6/1/8/7;
  padding-bottom: 15px;
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.single-casino-hero .casino-features .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border: 2px solid #FF9619;
  border-radius: 16px;
  padding: 10px;
  text-align: center;
  min-width: 148px;
  width: 100%;
}
.single-casino-hero .casino-features .item .caption {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 8px;
}
.single-casino-hero .casino-disclosure {
  grid-area: 8/1/10/7;
  padding-top: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.single-casino-hero .casino-disclosure .disc {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  position: relative;
}
.single-casino-hero .casino-disclosure p,
.single-casino-hero .casino-disclosure a {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 0px;
}
.single-casino-hero .casino-disclosure .card {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 100%;
}
.single-casino-hero .casino-disclosure .card svg {
  position: absolute;
  top: 6px;
  right: 6px;
  cursor: pointer;
}
.single-casino-hero .casino-disclosure .card .h3 {
  margin-bottom: 8px;
}

.slot-hero .slot-game {
  min-height: 209px;
}
.slot-hero .slot-game .placeholder {
  cursor: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 15px;
  position: relative;
  opacity: 1;
}
.slot-hero .slot-game .placeholder .overlay {
  cursor: auto;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slot-hero .slot-game .placeholder .placeholder-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180.78deg, rgba(0, 0, 0, 0) 43.75%, rgba(0, 0, 0, 0.9) 80.74%);
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
.slot-hero .slot-game .btn.btn--2 {
  color: #FFFFFF;
  border-color: #FFFFFF;
  z-index: 2;
  font-size: 16px;
  padding: 15px 23px;
}
.slot-hero .slot-game .btn.btn--2 a {
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
}
.slot-hero .slot-game,
.slot-hero .placeholder,
.slot-hero iframe {
  width: 100%;
  height: 100%;
}
.slot-hero .iframe {
  display: none;
  background-color: #232323;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  z-index: 1000;
}
.slot-hero .iframe span {
  fill: #FF9619;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 10px;
}
.slot-hero .iframe span svg {
  width: 20px;
  height: 20px;
}
.slot-hero .game-info {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  padding: 16px;
  border: 0;
  border-radius: 16px;
  height: 100%;
}
.slot-hero .game-info .h4 {
  text-align: center;
}
.slot-hero .game-info .item {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #FF9619;
  padding-bottom: 5px;
}
.slot-hero .game-info .item:last-child {
  margin-bottom: 0px;
  border-bottom: 0px;
}
.slot-hero .game-info .item span,
.slot-hero .game-info .item strong {
  font-size: 16px;
  line-height: 22px;
}
.slot-hero .game-info .item strong {
  text-align: right;
  max-width: 130px;
}
.slot-hero .hero-content h1,
.slot-hero .hero-content p {
  text-align: center;
}

.author-hero img {
  margin-bottom: 58px;
}
.author-hero .author-role {
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
  margin-bottom: 32px;
  color: #909090;
}
.author-hero p {
  text-align: left;
}

.inline-rating strong {
  font-size: 14px;
  font-weight: 800;
  line-height: 22px;
}

@media screen and (min-width: 768px) {
  .single-casino-hero .casino-disclosure .disc {
    width: fit-content;
  }
  .single-casino-hero .casino-disclosure .disc:hover .card {
    display: block;
  }
  .single-casino-hero .casino-disclosure .disc .card {
    min-width: 400px;
    right: 0;
  }
  .single-casino-hero .casino-disclosure .disc .card svg {
    display: none;
  }
  .slot-hero .slot-game {
    min-height: 432px;
  }
  .slot-hero .slot-game .placeholder {
    align-items: flex-end;
  }
  .slot-hero .slot-game .placeholder .placeholder-overlay {
    background: linear-gradient(123.86deg, rgba(0, 0, 0, 0) 57.25%, rgba(0, 0, 0, 0.9) 82.62%);
  }
  .slot-hero .slot-game .btn.btn--2 {
    padding: 16px 32px;
  }
  .slot-hero .slot-game .btn.btn--2 a {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .single-casino-hero {
    grid-template-columns: 1fr 1fr 1fr 1fr 6fr;
    grid-template-rows: 1fr auto 1fr;
    align-items: normal;
    column-gap: 24px;
    row-gap: 0px;
  }
  .single-casino-hero .single-casino-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    grid-area: 1/1/6/3;
    padding: 35px 8px;
  }
  .single-casino-hero .single-casino-card img {
    margin-bottom: 16px;
  }
  .single-casino-hero .single-casino-card .caption {
    font-size: 14px;
    line-height: 20px;
  }
  .single-casino-hero .single-casino-card .inline-rating {
    margin-bottom: 16px;
  }
  .single-casino-hero .single-casino-card .inline-rating strong {
    font-size: 18px;
    line-height: 22px;
  }
  .single-casino-hero .single-casino-card .inline-rating span {
    position: relative;
    top: -4px;
  }
  .single-casino-hero .single-casino-card .btn.btn--1 {
    font-size: 14px;
    line-height: 22px;
  }
  .single-casino-hero .casino-meta {
    grid-area: 1/3/2/6;
  }
  .single-casino-hero .casino-meta h1 {
    margin-bottom: 4px;
  }
  .single-casino-hero .casino-meta .author-meta {
    justify-content: flex-start;
    gap: 17px;
    margin-bottom: 10px;
  }
  .single-casino-hero .casino-description {
    grid-area: 2/3/3/6;
    margin-bottom: 12px;
  }
  .single-casino-hero .casino-features {
    padding-bottom: 0;
    grid-area: 3/3/4/6;
  }
  .single-casino-hero .casino-disclosure {
    grid-area: 4/3/5/6;
    justify-content: space-between;
  }
  .single-casino-hero .casino-disclosure .disc {
    width: fit-content;
  }
  .single-casino-hero .casino-disclosure .disc .card {
    min-width: 400px;
    right: 0;
  }
}
.casino-details .card {
  padding: 16px 24px 16px 24px;
  background: #FFFFFF;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.0784313725);
  border: 0px;
  border-radius: 16px;
  position: relative;
  height: 100%;
}
.casino-details .card .title {
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  margin-bottom: 16px;
}
.casino-details .card .list.item-border .item {
  border-bottom: 1px solid #FF9619;
  margin-bottom: 26px;
}
.casino-details .card .list .item {
  display: flex;
  align-content: center;
  margin-bottom: 8px;
  justify-content: space-between;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
}
.casino-details .card .list .item:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.casino-details .card .list .item div:last-child {
  text-align: right;
}
.casino-details .card .show-all {
  max-width: fit-content;
  position: absolute;
  right: 24px;
}
.casino-details .card .grid-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.casino-details .card .grid-list img {
  margin-bottom: 0px;
}
.casino-details .card .grid-list .item-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}
.casino-details .card .grid-list .item-icon span {
  margin-bottom: 10px;
}

@media screen and (min-width: 1200px) {
  .casino-details .card {
    padding: 24px;
  }
  .casino-details .card .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 32px;
  }
  .casino-details .card .list .item {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (min-width: 992px) {
  .go-to-homepage .btn.btn--2 {
    min-width: 404px;
  }
}
.single-offer-1,
.single-offer-2,
.single-offer-3 {
  height: auto;
  overflow: hidden;
  position: relative;
  padding: 16px;
  background: #FFFFFF;
  border: 3px solid #FF9619;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.0784313725);
}
.single-offer-1 .casino-logo,
.single-offer-2 .casino-logo,
.single-offer-3 .casino-logo {
  display: block;
  max-width: 152px;
  margin-bottom: 8px;
  margin: 0 auto;
}
.single-offer-1 .inline-rating,
.single-offer-2 .inline-rating,
.single-offer-3 .inline-rating {
  text-align: center;
}
.single-offer-1 .btn-review,
.single-offer-2 .btn-review,
.single-offer-3 .btn-review {
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 10px;
  font-weight: 800;
  line-height: 20px;
  text-decoration: none;
  margin-bottom: 24px;
}
.single-offer-1 .offer-text,
.single-offer-2 .offer-text,
.single-offer-3 .offer-text {
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 16px;
  border: 3px solid #FF9619;
  padding: 7px 36px;
  text-align: center;
  margin-bottom: 16px;
}
.single-offer-1 .offer-text p,
.single-offer-2 .offer-text p,
.single-offer-3 .offer-text p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
}
.single-offer-1 .offer-text p:last-child,
.single-offer-2 .offer-text p:last-child,
.single-offer-3 .offer-text p:last-child {
  font-size: 16px;
  line-height: 22px;
}
.single-offer-1 ul,
.single-offer-2 ul,
.single-offer-3 ul {
  margin-bottom: 16px;
  text-align: left !important;
}
.single-offer-1 ul li,
.single-offer-2 ul li,
.single-offer-3 ul li {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}
.single-offer-1 ul li:last-child,
.single-offer-2 ul li:last-child,
.single-offer-3 ul li:last-child {
  margin-bottom: 0px;
}
.single-offer-1 .btn.btn--1,
.single-offer-2 .btn.btn--1,
.single-offer-3 .btn.btn--1 {
  padding: 12px 32px;
  font-size: 18px;
  line-height: 22px;
  display: block;
  max-width: fit-content;
  margin: 0 auto;
  margin-bottom: 16px;
}
.single-offer-1 .toggle-offer-1-content,
.single-offer-1 .toggle-offer-3-content,
.single-offer-2 .toggle-offer-1-content,
.single-offer-2 .toggle-offer-3-content,
.single-offer-3 .toggle-offer-1-content,
.single-offer-3 .toggle-offer-3-content {
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
  line-height: 20px;
  text-align: center;
  color: #C2570F;
}
.single-offer-1 .tag,
.single-offer-2 .tag,
.single-offer-3 .tag {
  position: absolute;
  top: 10px;
  left: -46px;
}
.single-offer-1 .hidden-content,
.single-offer-2 .hidden-content,
.single-offer-3 .hidden-content {
  display: none;
  border-top: 2px solid rgba(255, 150, 25, 0.3019607843);
  margin-top: 20px;
  padding-top: 20px;
}
.single-offer-1 .hidden-content .title,
.single-offer-2 .hidden-content .title,
.single-offer-3 .hidden-content .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.single-offer-1 .hidden-content .title p,
.single-offer-2 .hidden-content .title p,
.single-offer-3 .hidden-content .title p {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
}
.single-offer-1 .hidden-content .grid-list,
.single-offer-2 .hidden-content .grid-list,
.single-offer-3 .hidden-content .grid-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 16px;
}
.single-offer-1 .hidden-content .grid-list img,
.single-offer-2 .hidden-content .grid-list img,
.single-offer-3 .hidden-content .grid-list img {
  margin-bottom: 0px;
}
.single-offer-1 .hidden-content .grid-list .item-icon,
.single-offer-2 .hidden-content .grid-list .item-icon,
.single-offer-3 .hidden-content .grid-list .item-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #232323;
  text-decoration: none;
}
.single-offer-1 .hidden-content .grid-list .item-icon p,
.single-offer-2 .hidden-content .grid-list .item-icon p,
.single-offer-3 .hidden-content .grid-list .item-icon p {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.single-offer-1 {
  height: 100%;
}

.tag {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 800;
  line-height: 13px;
  text-align: center;
  padding: 5px 43px;
  max-width: fit-content;
  rotate: -45deg;
}
.tag.black {
  background: radial-gradient(39.63% 184.63% at 46.66% 29.05%, #757575 0%, #080808 100%);
}
.tag.grape {
  background: radial-gradient(39.63% 184.63% at 46.66% 29.05%, rgba(68, 23, 46, 0.74) 0%, #44172e 100%);
}
.tag.orange {
  background: radial-gradient(39.63% 184.63% at 46.66% 29.05%, rgba(255, 150, 25, 0.74) 0%, #ff9619 100%);
}

.single-offer-2 {
  margin-bottom: 24px;
}
.single-offer-2:last-child {
  margin-bottom: 0px;
}
.single-offer-2 .casino-logo {
  margin-bottom: 4px;
}
.single-offer-2 .toggle-offer-2-content {
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
  line-height: 20px;
  text-align: center;
  color: #C2570F;
}
.single-offer-2 .toggle-offer-2-content svg {
  position: relative;
  top: -2px;
  right: -2px;
}

@media screen and (min-width: 992px) {
  .single-offer-2 .col-lg-8 .grid-list {
    grid-template-columns: repeat(auto-fill, 70px);
  }
}
@media screen and (min-width: 1200px) {
  .single-offer-2 .row {
    align-items: center;
  }
  .single-offer-2 .row .offer-text {
    padding: 12px 22px;
  }
  .single-offer-2 .row .offer-text p:last-child {
    font-size: 18px;
  }
  .single-offer-2 .row .btn-review,
  .single-offer-2 .row .offer-text,
  .single-offer-2 .row ul {
    margin-bottom: 0px;
  }
}
.single-offer-3 {
  margin-bottom: 24px;
}
.single-offer-3 .casino-logo {
  margin-bottom: 8px;
}
.single-offer-3 .offer-text {
  border: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.single-offer-3 .offer-text p,
.single-offer-3 .offer-text p:last-child {
  font-size: 20px;
  line-height: 26px;
}
.single-offer-3 .toggle-offer-3-content {
  border-bottom: 2px solid rgba(255, 150, 25, 0.3019607843);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.single-offer-3 .offer-info {
  display: flex;
  align-items: center;
  gap: 8px;
}
.single-offer-3 .offer-info p {
  color: #737373;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 0px;
}
.single-offer-3 .hidden-content {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.single-offer-3 .hidden-content .border-b {
  max-width: calc(100% - 16px);
  margin-bottom: 16px;
}
.single-offer-3 .border-b {
  border-bottom: 2px solid rgba(255, 150, 25, 0.3019607843);
  max-width: calc(100% - 48px);
  margin: 0 auto;
  margin-top: 18px;
}
.single-offer-3 .check-list .item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.single-offer-3 .check-list .item:last-child {
  margin-bottom: 0;
}
.single-offer-3 .check-list .item p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 18px;
}
.single-offer-3 .offer-options {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 38px;
}
.single-offer-3 .offer-options p,
.single-offer-3 .offer-options .item:last-child {
  margin-bottom: 0px;
}
.single-offer-3 .offer-options .item {
  margin-bottom: 16px;
}
.single-offer-3 .offer-options .item .title {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-align: center;
  margin-bottom: 4px;
}
.single-offer-3 .offer-options .item .copy-text {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 18.2px;
  color: #C2570F;
}
.single-offer-3 .offer-options .item p {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

@media screen and (min-width: 768px) {
  .single-offer-3 .row {
    align-items: center;
  }
  .single-offer-3 .toggle-offer-3-content {
    border-bottom: 0;
    padding: 0;
    margin: 0;
  }
  .single-offer-3 .btn-review {
    margin-bottom: 0;
  }
  .single-offer-3 .order-md-1 {
    margin-top: 12px;
  }
  .single-offer-3 .border-b {
    max-width: calc(100% - 20px);
  }
  .single-offer-3 .offer-info {
    padding: 18px 12px 4px 12px;
  }
  .single-offer-3 .hidden-content .grid-list {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .single-offer-3 .btn.btn--1 {
    max-width: 100%;
  }
  .single-offer-3 .col-lg-8 .grid-list {
    grid-template-columns: repeat(auto-fill, 70px);
  }
}

/*# sourceMappingURL=styles.css.map */
