@font-face {
  font-family: "Roboto";
  src: url("../assets/fonts/Roboto-Regular.woff2") format("woff2"), sans-serif;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Georama";
  src: url("../assets/fonts/Georama-Bold.woff2") format("woff2"), sans-serif;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../assets/fonts/OpenSans-Regular.woff2") format("woff2"), sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../assets/fonts/OpenSans-Bold.woff2") format("woff2"), sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  color: #232323;
}

h1,
h2,
h3,
h4,
.h1,
.h4,
.h2 {
  font-family: "Georama", sans-serif, sans-serif;
  color: #000000;
  font-weight: 800;
}

h5 {
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
.h1,
.h2 {
  font-weight: 800;
}

h3,
h4,
h5,
.h4 {
  font-weight: 700;
  margin-bottom: 16px;
}

h1,
.h1 {
  font-size: 48px;
  line-height: 55px;
  margin-bottom: 32px;
}

h2,
.h2 {
  font-size: 40px;
  line-height: 53px;
  margin-bottom: 24px;
}

h3 {
  font-size: 30px;
  line-height: 40px;
}

h4,
.h4 {
  font-size: 24px;
  line-height: 30px;
}

p {
  font-family: "Open Sans", sans-serif, sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 32px;
}

a {
  color: #C37601;
  background-color: transparent;
}

a:hover {
  color: #e99d0e;
}

ul {
  font-family: "Open Sans", sans-serif;
  list-style: none;
  margin-bottom: 32px;
}
ul li {
  position: relative;
  font-size: 16px;
  padding-left: 1.4em;
  margin-bottom: 10px;
}
ul li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0px;
  width: 10px;
  height: 10px;
  background: #e99d0e;
  border-radius: 20px;
  background-size: cover;
}

ol {
  list-style: none;
  counter-reset: ol-counter;
  margin-bottom: 32px;
}
ol li {
  counter-increment: ol-counter;
  font-family: "Open Sans", sans-serif;
  display: flex;
}
ol li::before {
  color: #e99d0e;
  content: counter(ol-counter);
  font-weight: 700;
  font-size: 16px;
  margin-right: 0.5rem;
  padding-right: 5px;
}

img {
  margin-bottom: 32px;
  width: 100%;
  height: auto;
}

iframe {
  margin-bottom: 32px;
}

.heading--1 {
  color: #413dee;
  font-size: 30px;
  font-weight: 700;
  font-family: "Georama", sans-serif;
  margin-bottom: 32px;
  text-align: center;
}

.wp-block-quote {
  box-sizing: border-box;
  overflow-wrap: break-word;
}

blockquote {
  margin-bottom: 20px !important;
  border-left: 10px solid #117dd1;
  margin-left: 15px;
  margin: 0 0 1rem;
}
blockquote p {
  padding-left: 25px;
  position: relative;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #fafafa;
  margin-bottom: 2px;
  align-items: center;
  font-size: 18px;
}
blockquote cite {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  h1, h2, h3, h4, h5, .h1, .h2 {
    font-weight: 700;
  }
  h1,
  .h1 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 24px;
  }
  h2, h3, h4, h5, .h2 {
    margin-bottom: 16px;
  }
  h2,
  .h2 {
    font-size: 26px;
    line-height: 28px;
  }
  h3 {
    font-size: 24px;
    line-height: 28px;
  }
  h4,
  .h4 {
    font-size: 20px;
    line-height: 26px;
  }
  h5 {
    font-size: 18px;
    line-height: 22px;
  }
  p {
    line-height: 22px;
    margin-bottom: 24px;
  }
  h3, h4, h5, .h4 {
    font-family: "Open Sans", sans-serif;
  }
  img {
    margin-bottom: 16px;
  }
  .heading--1 {
    font-size: 40px;
  }
}
.mb--80 {
  margin-bottom: 80px;
}

.btn_offer-1,
.btn--1,
.btn_offer-3 {
  border-radius: 30px;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 22px;
  text-transform: uppercase;
}
.btn_offer-1:hover,
.btn--1:hover,
.btn_offer-3:hover {
  background: linear-gradient(0deg, #6d84ff 0%, #6d84ff 100%), linear-gradient(0deg, #7673ff 0%, #7673ff 100%), #413dee;
  color: #fff;
}

.btn_offer-1 {
  background: #413dee;
  padding: 16px 20px;
}

.btn--1,
.btn_offer-3 {
  background: #413dee;
  border: none;
  padding: 8px 32px;
}

.btn_offer-3 {
  width: 100%;
}

.btn_offer-4 {
  color: #fff;
  border-radius: 50px;
  background: #4cb944;
  border: none;
  font-size: 14px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  padding: 8px 32px;
}
.btn_offer-4:hover {
  background-color: #57de4d;
  color: #fff;
}

.btn--2 {
  color: #fff;
  background: #4cb944;
  text-transform: uppercase;
  padding: 8px 32px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 30px;
  border: none;
}
.btn--2:hover {
  background: #57de4d;
}

a.btn--2 {
  color: #fff;
}

.btn_category {
  color: #fff;
  background: #413dee;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  padding: 12px 20px;
  font-weight: 700;
  font-family: "Georama", sans-serif;
  margin-bottom: 20px;
}
.btn_category svg {
  width: 25px;
  fill: #fff;
  position: relative;
  top: 3px;
}
.btn_category:hover {
  color: #fff;
}
.btn_category h5 {
  margin-bottom: 0px;
}

.btn-cta--1 {
  background: #413dee;
  width: 100%;
  border-radius: 55.006px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 17px 5px;
}
.btn-cta--1:hover, .btn-cta--1:visited, .btn-cta--1:link {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .btn-cta--1 {
    font-size: 16px;
  }
}

.toggle-link {
  display: flex;
  margin-bottom: 32px;
}
.toggle-link svg {
  height: 1%;
  margin-top: 2px;
  width: 15px;
  fill: #e99d0e;
  margin-left: 6px;
}

.card_outer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.card_inner {
  display: flex;
  flex-direction: row;
}

.btn--green {
  border-radius: 30px;
  background-image: linear-gradient(to right, #00a800 0%, #20d94b 50%, #00a800 100%);
  border: 1px solid #fff;
  padding: 15px 5px;
  width: 100%;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}
.btn--green:hover {
  background-size: 200% auto;
  color: #fff;
}

.btn-selected-casino {
  padding: 16px;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  box-shadow: 0px 0px 0px 0px transparent;
  transition: all 0.2s ease-in-out;
  font-family: "Georama", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  width: 100%;
  color: #212529;
}
.btn-selected-casino.active {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.197);
  color: #413dee;
}
.btn-selected-casino:hover {
  color: #413dee;
}

.bg-color-black {
  background-color: rgba(10, 35, 51, 0.93);
  color: #fff;
  text-align: center;
}
.bg-color-black h1,
.bg-color-black h2,
.bg-color-black h3,
.bg-color-black h4 {
  color: #fff;
}

.btn--3 {
  background: transparent;
  border-radius: 30px;
  border: 2px solid #413dee;
  color: #413dee;
  font-weight: 700;
  font-size: 16px;
  padding: 8px 32px;
  text-transform: uppercase;
}
.btn--3:hover {
  background: rgba(65, 61, 238, 0.15);
  color: #413dee;
}

table {
  font-family: "Open Sans", sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.fs--18 {
  font-size: 18px;
}

.c--blue {
  color: #413dee;
}

.bg--primary {
  background: #413dee;
}
.bg--gray {
  background: #f9f9f9;
}
.bg--blue-gradient {
  background: radial-gradient(ellipse at center, #078ecb 0%, #063d85 100%);
}
.bg--black {
  background: #000;
  color: #fff;
}
.bg--black h2 {
  color: #fff;
}

.content .wp-block-yoast-faq-block .schema-faq-section strong {
  background: #fff;
}

.casino_nav .casino_nav_item {
  cursor: pointer;
  border: 1px solid #413dee;
  border-radius: 4px;
  padding: 8px 14px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.58px;
  width: 100%;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.casino_nav .casino_nav_item a {
  color: #000;
}

.gutters--0 {
  margin-right: 0;
  margin-left: 0;
}
.gutters--0 > .col,
.gutters--0 > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.gutters--5 {
  margin-right: -5px;
  margin-left: -5px;
}
.gutters--5 > .col,
.gutters--5 > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.gutters--10 {
  margin-right: -10px;
  margin-left: -10px;
}
.gutters--10 > .col,
.gutters--10 > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

.card-align-left {
  justify-content: flex-start;
}

.card-align-right {
  justify-content: flex-end;
}

.card-align-center {
  justify-content: center;
}

.bg--gray {
  background-color: #f2f2f2;
}

.bg--primary h3,
.bg--primary p {
  color: #fff;
}
.bg--primary .btn--3 {
  border: 2px solid #fff;
  color: #fff;
}

.btn--4 {
  padding: 8px 32px;
  border: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
  border-radius: 30px;
}
.btn--4:hover {
  text-decoration: none;
}

#pe-widget-bell {
  bottom: 90px !important;
}

#pe-widget-bell.pe-bottom-right {
  right: 14px !important;
}

.btn--5 {
  color: #413dee;
  font-size: 10px;
  line-height: 14px;
  background: #d1d4fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 4px 10px 4px 8px;
  gap: 4px;
  width: -moz-fit-content;
  width: fit-content;
}

.table-archive thead tr td,
.table-archive tbody tr td {
  text-align: center;
  padding: 14px;
}
.table-archive thead {
  background: #413dee;
}
.table-archive thead tr td {
  color: #fff;
  font-family: "Georama", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.table-archive tbody tr td {
  border: none;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #212529;
}
@media screen and (max-width: 576px) {
  .table-archive thead tr td,
  .table-archive tbody tr td {
    padding: 7px;
  }
}

@media screen and (min-width: 576px) {
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 992px) {
  .btn_category {
    padding: 32px;
  }
  .bg--primary .btn--3 {
    padding: 8px 32px;
  }
  .home .btn--3 {
    padding: 8px 32px;
  }
  .page-template-home_page .btn--3 {
    padding: 8px 32px;
  }
}
@media screen and (max-width: 992px) {
  .btn--1,
  .btn--2,
  .btn--3,
  .btn--4 {
    font-size: 13px;
    padding: 8px 22px;
  }
}
#sc-live-button.nav-maraton-btn {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#sc-live-button.nav-maraton-btn p {
  margin-bottom: 0;
}

.mega-menu-desktop-container--li .mega-menu-desktop-container--a.maraton-nav-item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.mega-menu-desktop-container--li .mega-menu-desktop-container--a.maraton-nav-item svg {
  position: relative;
  top: 2px;
}
.mega-menu-desktop-container--li .mega-menu-desktop-container--a.maraton-nav-item:hover {
  text-decoration: none;
}
.mega-menu-desktop-container--li .mega-menu-desktop-container--a.maraton-nav-item .maraton-img {
  max-width: 110px;
  animation: none;
  margin: 0;
  rotate: 0deg;
  position: relative;
  bottom: 0px;
}

.category nav.nav-pos-rel,
.home nav.nav-pos-rel,
.page-template-home_page .page-template-lp_september_2024 nav.nav-pos-rel,
.page-template-cutia_cu_surprize nav.nav-pos-rel,
.page-template-lp_night nav.nav-pos-rel,
.archive nav.nav-pos-rel,
.search.search-results nav.nav-pos-rel {
  margin-bottom: 0;
}

.home.page-template .navbar {
  margin-bottom: 0px !important;
}

.page-template-home_page .navbar {
  margin-bottom: 0px !important;
}

.navbar {
  margin-bottom: 20px;
  background-color: #413dee;
}
.navbar .navbar-nav div:first-child .nav-link {
  padding-left: 0px;
}
.navbar img {
  margin-bottom: 0px;
}
.navbar .nav-item a {
  color: #fff;
}
.navbar svg {
  fill: #fff;
}
.navbar .icons svg {
  fill: transparent;
}
.navbar .icons a {
  display: grid;
}
.navbar .nav-search .search-icon svg {
  fill: #fff;
}

.navbar .nav_dropdown_ctn .nav_dropdown {
  background-color: #413dee;
  padding: 10px 0px 2px 0px;
}

.navbar .arrow--transform-mobile {
  transform: rotate(0deg) !important;
}

.navbar .dropdown .dropdown-toggle svg {
  width: 12px;
}

.navbar .dropdown .dropdown-toggle::after {
  content: none;
}

.navbar .dropdown .nav-item-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar .navbar_desktop_right {
  display: flex;
}

@media screen and (min-width: 1200px) {
  nav.nav-pos-rel {
    margin-bottom: 0;
  }
  .navbar .navbar_desktop_right {
    position: absolute;
    right: 0px;
  }
  .page-template-oferte_cazino nav.nav-pos-rel,
  .page-template-bonus_index nav.nav-pos-rel {
    margin-bottom: 30px;
  }
}
.navbar .navbar_desktop_top {
  position: relative;
}

.navbar .greetings {
  text-align: right;
  margin-right: 15px;
  font-size: 14px;
  color: #7f7f7f;
  line-height: 17px;
}

.navbar .navbar-toggler-icon {
  background-image: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 6px;
}
.navbar .navbar-toggler-icon svg {
  color: #fff;
}

.navbar .navbar-toggler-icon div {
  background-color: #fff;
  width: 30px;
  height: 2px;
}

.navbar .navbar-brand img {
  margin-bottom: 0px;
  width: auto;
  max-width: 263px;
}

.navbar .nav-link {
  color: #fff !important;
  text-transform: initial;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
}

.navbar .nav_18 {
  margin-right: 5px;
}

.navbar .nav_18 img,
.navbar .nav_user img {
  border-radius: 20px;
  width: 32px;
  margin-bottom: 0px;
}

.navbar .dropdown:hover > .dropdown-menu {
  display: block;
}

.navbar .dropdown {
  color: #fff;
}

.navbar .dropdown .dropdown-menu {
  background-color: #fff;
  border: none;
}

.navbar .dropdown .dropdown-menu a {
  color: #fff;
}

.navbar .dropdown .dropdown-menu .dropdown-item {
  background-color: transparent;
}

@media screen and (max-width: 1200px) {
  .navbar .dropdown .dropdown-menu {
    padding-left: 20px;
    padding-top: 0px;
  }
  .navbar .nav-item,
  .navbar .dropdown-item {
    font-size: 16px;
    line-height: 23px;
  }
}
.navbar .dropdown-toggle::after {
  display: none;
}

.navbar .dropdown-submenu {
  position: relative;
}

.navbar .dropdown-menu a,
.navbar .dropdown-menu a:link,
.navbar .dropdown-menu a:visited {
  color: #fff;
}

.navbar .dropdown-item:hover {
  background-color: transparent;
}

.navbar .dropdown-submenu > a:after {
  content: ">";
  float: right;
}

.navbar .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}

.navbar .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.navbar .dropdown-toggle::after {
  display: none;
}

.navbar .dropdown-submenu {
  position: relative;
}

.navbar .dropdown-menu a,
.navbar .dropdown-menu a:link,
.navbar .dropdown-menu a:visited {
  color: #fff;
}

.navbar .dropdown-item:hover {
  background-color: transparent;
}

.navbar .dropdown-submenu > a:after {
  content: ">";
  float: right;
}

.navbar .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}

.navbar .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

@media screen and (min-width: 981px) {
  .navbar .nav-item-border {
    border: 1px solid #fff;
    border-radius: 100px;
    position: absolute;
    left: -5px;
    height: 100%;
    width: 100%;
  }
  .navbar .dropdown-menu {
    background-color: unset;
  }
}
@media screen and (max-width: 768px) {
  .navbar .navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .navbar .navbar-brand img {
    max-width: 140px;
  }
}
.navbar .dropdown-toggle::after {
  display: none;
}

.navbar .dropdown-submenu {
  position: relative;
}

.navbar .dropdown-menu a,
.navbar .dropdown-menu a:link,
.navbar .dropdown-menu a:visited {
  color: #fff;
}

.navbar .dropdown-item:hover {
  background-color: #f8f8f8;
}

.navbar .dropdown-submenu > a:after {
  content: ">";
  float: right;
}

.navbar .dropdown-submenu > .dropdown-menu {
  top: 0px !important;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}

.navbar .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.navbar .active div {
  padding: 0px 0px 0px 10px;
  border: none;
  background: #fff;
}

.navbar .nav-item-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .navbar .nav-link {
    padding-left: 0px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .dropdown-menu {
    padding-top: 0px;
    padding-bottom: 0px;
    position: absolute !important;
    top: 30px !important;
  }
  .navbar .nav-item-flex .sdr-toggle {
    margin-left: 8px;
  }
}
.navbar .dropdown-item {
  font-style: normal;
  text-transform: inherit;
}

.navbar a:hover {
  color: #e99d0e;
}

.navbar .nav-item:hover,
.navbar .dropdown-item:hover {
  color: #e99d0e !important;
}

.navbar .nav-x-close {
  display: none;
}

.navbar .nav-x-close :first-child {
  transform: rotate(45deg);
  position: relative;
  top: 8px;
}

.navbar .nav-x-close :last-child {
  transform: rotate(-45deg);
  position: relative;
  bottom: 7px;
}

.navbar .dropdown-item:hover {
  background-color: #f8f8f8 !important;
}

.navbar .dropdown-item {
  font-size: 16px;
}

.dropdown-item a:hover,
.nav-link a:hover {
  text-decoration: none !important;
}

.cta--1 {
  position: fixed;
  right: 2%;
  bottom: 2%;
  z-index: 2;
}

.navbar-top .icons {
  width: 100%;
  justify-content: flex-end;
}
@media screen and (max-width: 1199px) {
  .navbar-top .icons {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .navbar-top .icons .icon_18 {
    order: 1;
    margin-bottom: 10px;
  }
  .navbar-top .icons .facebook_icon {
    order: 2;
    margin-right: 0.5rem;
    margin-bottom: 10px;
  }
  .navbar-top .icons .twitch_icon {
    order: 3;
    margin-right: 0.5rem;
    margin-bottom: 10px;
  }
  .navbar-top .icons .youtube_icon {
    order: 4;
    margin-bottom: 10px;
  }
  .navbar-top .icons .nav-search {
    order: 5;
    width: 100%;
    min-width: 100%;
  }
}
.navbar-top .nav-search {
  position: relative;
  width: 100%;
  max-width: 333px;
}
.navbar-top .nav-search input:-webkit-autofill,
.navbar-top .nav-search input:-webkit-autofill:hover,
.navbar-top .nav-search input:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.navbar-top .nav-search input {
  font-size: 14px;
  color: #fff;
  background: transparent;
  width: 100%;
  border-radius: 30px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #fff;
  height: 30px;
}
.navbar-top .nav-search input:focus {
  outline: none;
  background-color: transparent;
  background: transparent;
}
.navbar-top .nav-search input::-moz-placeholder {
  font-size: 14px;
  color: #fff;
}
.navbar-top .nav-search input::placeholder {
  font-size: 14px;
  color: #fff;
}
.navbar-top .nav-search .search-icon {
  cursor: pointer;
  border: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.navbar-top .nav-search .search-icon svg {
  width: 12px;
}

.navbar-light .navbar-toggler {
  border: none;
}

@media screen and (max-width: 1200px) {
  .navbar .search input {
    margin-bottom: 40px;
  }
  .nav-item-flex .sdr-toggle {
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav {
    width: 100%;
    justify-content: space-between;
  }
  .navbar .navbar-nav .nav-item:last-child {
    padding-right: 0px;
    margin-right: 0px;
  }
  .navbar .search {
    position: absolute;
    left: 0px;
  }
  .navbar .search input {
    position: absolute;
    top: -16px;
    bottom: 0px;
    left: 0px;
    min-width: 300px;
    height: 35px;
  }
  .navbar .dropdown-item {
    position: relative;
  }
  .navbar .sdr-toggle {
    position: absolute;
    right: 8px;
  }
  .search_icon .close-input {
    position: absolute;
    left: 10px;
    top: -18px;
  }
}
@media screen and (max-width: 1200px) {
  .navbar .sdr-toggle {
    transform: rotate(-90deg);
  }
  .navbar .nav-link {
    cursor: pointer;
  }
  .navbar .navbar-nav .dropdown:hover > .dropdown-menu {
    display: none;
  }
  .navbar .navbar-nav .dropdown-submenu:hover > .dropdown-menu {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .navbar-nav .dropdown-menu {
    display: none !important;
  }
  .navbar {
    position: relative;
  }
  .navbar .nav_dropdown_ctn {
    height: 60px;
    bottom: 0px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    position: absolute;
    top: 100%;
    width: 500px;
    min-width: 500px;
    left: -250px;
  }
  .navbar .nav_dropdown_ctn .nav_dropdown {
    position: fixed;
    top: 120px;
    left: 0px;
    width: 100vw;
    min-height: 65px;
    background-color: #413dee;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 100;
    padding: 20px 80px;
  }
  .navbar .nav_dropdown_ctn .nav_dropdown .nav--flex {
    display: flex;
  }
  .navbar .nav_dropdown_ctn .nav_dropdown .nav--flex .nav_dropdown_item a {
    margin-right: 15px;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.29px;
  }
  .navbar .nav_dropdown_ctn .nav_dropdown a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin-right: 10px;
  }
  .navbar .nav_dropdown_ctn .nav_dropdown a:hover {
    text-decoration: none;
    color: #e99d0e;
  }
  .nav_item_border {
    height: 2px;
    background-color: #fff;
    width: 100px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    visibility: hidden;
  }
  .dropdown-mobile {
    display: none;
  }
  .nav-item__dropdown {
    display: flex;
    align-items: center;
  }
  .nav-item__dropdown .desktop-angle-icon {
    transform: rotate(-90deg);
    margin-left: 8px;
  }
  .nav-item__dropdown .desktop-angle-icon svg {
    width: 8px;
  }
  .nav-item__dropdown {
    cursor: pointer;
  }
  .nav-item__dropdown:hover > .nav_dropdown_ctn {
    display: block !important;
  }
  .navbar .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .nav_dropdown_ctn .nav_dropdown {
    max-height: 480px;
  }
  .nav_dropdown_ctn .nav--flex {
    overflow-y: auto;
  }
}
@media screen and (max-width: 1200px) {
  .nav--flex {
    display: flex;
    flex-direction: column;
    padding: 0px 10px;
  }
  .nav--flex a {
    margin-bottom: 8px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin-right: 10px;
  }
  .nav--flex a:hover {
    text-decoration: none;
    color: #e99d0e;
  }
}
@media screen and (min-width: 768px) {
  .navbar .navbar-brand img {
    max-width: 180px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar-collapse {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .navbar-collapse .icons {
    display: flex;
  }
  .navbar-collapse .icons div {
    margin-right: 10px;
  }
  .navbar-collapse .icons div:last-child {
    margin-right: 0px;
  }
  .navbar .nav_dropdown_ctn .nav_dropdown {
    top: 93px;
  }
  .navbar .nav_dropdown_ctn .nav_dropdown a {
    font-size: 14px;
  }
  .navbar .nav-link {
    font-size: 14px;
  }
  .navbar-expand-xl .navbar-nav .nav-link .sdr-toggle {
    position: relative;
    margin-left: 0px;
    left: 4px;
  }
  .navbar-expand-xl .navbar-nav .nav-link .sdr-toggle svg {
    width: 8px;
  }
}
@media screen and (min-width: 1400px) {
  .navbar .nav_dropdown_ctn .nav_dropdown {
    top: 110px;
  }
  .navbar .nav_dropdown_ctn .nav_dropdown a {
    font-size: 16px;
  }
  .navbar .nav-link {
    font-size: 16px;
  }
  .navbar .navbar-brand img {
    max-width: 240px;
  }
}
.input-mobile-active {
  width: 200px !important;
}

.offer-1,
.offer-2,
.offer-3 {
  border: 1px solid rgb(224, 224, 224) !important;
  padding-bottom: 32px;
  background: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 10px;
  margin-bottom: 24px;
  position: relative;
}
.offer-1 svg,
.offer-2 svg,
.offer-3 svg {
  height: auto;
}
.offer-1 ul li,
.offer-2 ul li,
.offer-3 ul li {
  margin-bottom: 4px;
}
.offer-1 img,
.offer-2 img,
.offer-3 img {
  margin: 0px;
}
.offer-1 .logo-box--bg,
.offer-2 .logo-box--bg,
.offer-3 .logo-box--bg {
  background: radial-gradient(circle, rgb(30, 25, 100) 0%, rgb(23, 19, 82) 100%);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 8px;
  position: relative;
}
.offer-1 .logo-box--bg,
.offer-1 .logo-box,
.offer-2 .logo-box--bg,
.offer-2 .logo-box,
.offer-3 .logo-box--bg,
.offer-3 .logo-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.offer-1 .logo-box img,
.offer-2 .logo-box img,
.offer-3 .logo-box img {
  width: 80%;
}
.offer-1 .logo-box .counter,
.offer-2 .logo-box .counter,
.offer-3 .logo-box .counter {
  background: #fff;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  color: #2d2d2d;
  font-weight: 700;
}
.offer-1 .offer-title,
.offer-2 .offer-title,
.offer-3 .offer-title {
  font-family: "Georama", sans-serif;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  font-weight: 700;
}
.offer-1 .offer-rating,
.offer-2 .offer-rating,
.offer-3 .offer-rating {
  margin-bottom: 7px;
}
.offer-1 .offer-rating .rating,
.offer-2 .offer-rating .rating,
.offer-3 .offer-rating .rating {
  color: #1C1C1C;
  font-size: 16px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 6px;
}
.offer-1 .offer-rating .stars,
.offer-2 .offer-rating .stars,
.offer-3 .offer-rating .stars {
  display: flex;
}
.offer-1 .offer-rating .stars svg,
.offer-2 .offer-rating .stars svg,
.offer-3 .offer-rating .stars svg {
  fill: #ffcb21;
  overflow: auto;
  width: 12px;
}
.offer-1 .casino-review,
.offer-2 .casino-review,
.offer-3 .casino-review {
  font-size: 12px;
  color: #117DD1;
  font-family: "Open Sans", sans-serif;
}
.offer-1 .special-offer-svg,
.offer-2 .special-offer-svg,
.offer-3 .special-offer-svg {
  max-width: 150px;
  position: absolute;
  z-index: 2;
  transform: rotate(10deg);
  bottom: -10px;
  left: -10px;
}

.offer-1 {
  padding-bottom: 18px;
}

.offer-2 {
  border: 0px !important;
}
.offer-2 .offer_info_btn {
  position: absolute;
  top: 10px;
  right: 10px;
}
.offer-2 .offer_info {
  overflow-y: scroll;
  position: absolute;
  left: 0px;
  top: 0px;
}

.offer-3 {
  padding: 0px;
  padding-bottom: 30px;
}
.offer-3 ul {
  margin-bottom: 24px;
}
.offer-3 .special-offer-svg {
  max-width: 144px;
  bottom: -10px;
  transform: rotate(10deg);
}
.offer-3 .offer-title {
  padding: 12px 24px 0px 24px;
  font-size: 20px;
}
.offer-3 .col-buttons {
  width: 100%;
  margin-top: auto;
  padding: 0px 24px;
}
.offer-3 .col-buttons .btn_offer-3 {
  width: 100%;
}
.offer-3 ul {
  padding: 0px 24px;
}
.offer-3 .offer-title {
  font-size: 22px;
}
.offer-3 .offer-rating .rating {
  font-size: 20px;
}
.offer-3 .offer-rating .stars svg {
  width: 14px;
}
.offer-3 .casino-review {
  font-size: 12px;
}
.offer-3 .btn--2 {
  padding: 8px 32px;
  font-size: 15px;
}

.offer-4 {
  padding: 30px 0px;
}
.offer-4 .special-offer-svg {
  max-width: 111px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transform: rotate(30deg);
}
@media screen and (min-width: 768px) {
  .offer-4 .special-offer-svg {
    max-width: 155px;
    right: 0px;
    left: initial;
    bottom: 60px;
    transform: rotate(10deg);
  }
}
.offer-4 ul li {
  margin-bottom: 10px;
}
.offer-4--blue {
  background: radial-gradient(ellipse at center, #078ecb 0%, #063d85 100%);
}
.offer-4--white {
  background: #fff;
}
.offer-4 .logo-box {
  background: #1c175e;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 10px;
}
.offer-4 .logo-box img {
  width: 80%;
  margin-bottom: 0px;
}
.offer-4 .logo-box .counter {
  width: 32px;
  height: 32px;
  border: 2px solid #2d2d2d;
  background: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #2d2d2d;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  top: 0px;
  left: 0px;
}
.offer-4 .offer-rating .rating {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #fff;
  margin-bottom: 6px;
  font-weight: 700;
}
.offer-4 .offer-rating .stars {
  display: flex;
  margin-bottom: 6px;
}
.offer-4 .offer-rating .stars svg {
  width: 14px;
  fill: #ffcb21;
  overflow: auto;
}
.offer-4 .offer-rating .casino-review {
  color: #fff;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
}
.offer-4 .offer_title {
  font-family: "Georama", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 31px;
}
.offer-4 .offer-4--margin {
  margin-bottom: 56px;
}
.offer-4 .offer_info_btn {
  position: absolute;
  right: 20px;
  top: -50px;
}
.offer-4 .offer_info {
  position: absolute;
  top: -60px;
  right: 10px;
  text-align: left;
  width: 95%;
}

.offer-4--white .offer_title,
.offer-4--white .rating,
.offer-4--white .casino-review {
  color: #2d2d2d !important;
}

.offer-padding {
  padding-left: 15px;
  padding-right: 15px;
}

.offer_info_btn {
  background: #413dee;
  border: 1px solid #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1490196078);
  cursor: pointer;
  z-index: 4;
}
.offer_info_btn svg {
  width: 8px;
  fill: #fff;
}

.offer_info {
  height: 100%;
  display: none;
  padding: 20px 25px 60px 25px;
  z-index: 3;
  border-radius: 20px;
  border: 1px solid #ebebeb;
  background-color: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1490196078);
  width: 100%;
}

.offer-5 {
  background: #413dee;
  border-radius: 20px;
  color: #fff;
  position: relative;
  width: 100%;
}
.offer-5 .show-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  padding: 4px;
}
.offer-5 svg {
  fill: #fff;
  cursor: pointer;
  width: 14px;
}
.offer-5 .card_overlay {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #413dee;
  border-radius: 20px;
}
.offer-5 .card_overlay ul,
.offer-5 .card_overlay ol {
  overflow-y: scroll;
  padding-right: 8px;
  margin-bottom: 0px;
  height: 100%;
}
.offer-5 h4 {
  color: #fff;
}
.offer-5 .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px dotted rgba(255, 255, 255, 0.5);
  padding: 15px 15px 12px 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.offer-5 .text {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.offer-5 .btn--2 {
  font-size: 14px;
  padding: 8px 24px;
}
.offer-5 .offer-5-content span {
  color: #F9CB00;
}

.offer--exclusiv .title {
  background-color: #4CB944 !important;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.offer--exclusiv .box-exclusiv {
  border-radius: 4px;
  background-color: #413dee;
  padding: 0px 8px;
  font-size: 12px;
  font-weight: 600;
  margin-left: auto;
  margin-right: 16px;
}

.special-offer {
  position: relative;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.308);
  border-radius: 20px;
  height: 100%;
}
.special-offer .btn_ctn {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.special-offer .btn_ctn .btn_blue,
.special-offer .btn_ctn .btn_green {
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 28px;
}
.special-offer .btn_ctn .btn_blue {
  background: #413dee;
  width: 40%;
  border-bottom-left-radius: 20px;
}
.special-offer .btn_ctn .btn_blue:hover {
  background: #0c447a;
}
.special-offer .btn_ctn .btn_green {
  background: #11d11e;
  width: 60%;
  border-bottom-right-radius: 20px;
}
.special-offer .btn_ctn .btn_green:hover {
  background: #00a800;
}
.special-offer img {
  margin-bottom: 0px;
  border-radius: 20px;
}

.offer-6 {
  border: 2px solid #413dee;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
  border-radius: 15px;
  padding: 0px !important;
}
.offer-6 .casino-review {
  color: #413dee;
}
.offer-6 ul {
  margin-bottom: 0px;
}
.offer-6 ul li:last-child {
  margin-bottom: 0px;
}
.offer-6 .offer-6_heading {
  width: 100%;
  margin: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #413dee;
  text-align: center;
  padding: 20px;
}
.offer-6 .offer-6_heading .offer_title {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
}
.offer-6 .offer-6_body {
  padding: 40px 20px 20px 20px;
}
.offer-6 .offer-6_body .btn_links {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .offer-6 ul li {
    font-size: 18px;
  }
  .offer-6 .offer-6_heading {
    align-items: center;
    text-align: left;
  }
  .offer-6 .offer-6_heading img {
    margin-bottom: 0px;
  }
}

.offer-3.see-more-offer.counter-enabled {
  border: 0px !important;
}
.offer-3.see-more-offer.counter-enabled .logo-box--bg {
  padding-left: 40px;
  min-height: 93px;
}
.offer-3.see-more-offer.counter-enabled .logo-box img {
  max-width: 131px;
}
.offer-3.see-more-offer.counter-enabled .logo-box .counter {
  background: transparent;
  border-radius: 0px;
  top: 0px;
  font-weight: 600;
  width: 37px;
  height: 29px;
}
.offer-3.see-more-offer.counter-enabled .logo-box .counter::before {
  color: #fff;
  z-index: 10;
}
.offer-3.see-more-offer.counter-enabled .logo-box .counter .badge_1 {
  position: absolute;
  top: 0;
  left: 0;
}
.offer-3.see-more-offer.counter-enabled .logo-box .counter .badge_2 {
  position: absolute;
}

@media screen and (min-width: 768px) {
  .special-offer .btn_ctn .btn_green,
  .special-offer .btn_ctn .btn_blue {
    height: 41px;
    font-size: 14px;
  }
  .offer-1,
  .offer-2 {
    padding: 0px;
  }
  .offer-1 .logo-box--bg,
  .offer-2 .logo-box--bg {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
  }
  .offer-1 .col-info,
  .offer-2 .col-info {
    padding: 24px;
  }
  .offer-1 .col-rating,
  .offer-2 .col-rating {
    padding: 24px 0px;
  }
  .offer-1 .offer-title,
  .offer-2 .offer-title {
    text-align: left;
  }
  .offer-1 ul li,
  .offer-2 ul li {
    font-size: 18px;
  }
  .offer-1 .offer-rating .rating,
  .offer-2 .offer-rating .rating {
    font-size: 24px;
    margin-bottom: 0px;
  }
  .offer-1 .offer-rating .stars svg,
  .offer-2 .offer-rating .stars svg {
    width: 20px;
  }
  .offer-1 .casino-review,
  .offer-2 .casino-review {
    font-size: 14px;
  }
  .offer-1 .special-offer-svg,
  .offer-2 .special-offer-svg {
    bottom: -10px;
    left: -20px;
  }
  .offer-2 {
    border: 0px !important;
  }
  .offer-2 .offer_info_btn {
    right: 26%;
  }
  .offer-2 .offer_info {
    left: initial;
    width: 50%;
    right: 25%;
    height: 100%;
  }
  .offer-2 .offer-title {
    max-width: 504px;
    text-align: center;
  }
  .offer-2 .rating {
    font-size: 20px !important;
  }
  .offer-2 .offer-rating {
    margin-bottom: 10px;
  }
  .offer-2 .offer-rating .stars svg {
    width: 18px;
  }
  .offer-2 .btn--2 {
    padding: 8px 26px;
    margin-bottom: 10px;
  }
  .offer-2 .casino-review {
    font-size: 12px;
  }
  .offer-2 .offer_info_btn {
    background: #386FFF;
  }
  .offer-3 {
    padding-bottom: 40px;
  }
  .offer-3 ul li {
    font-size: 16px;
  }
  .offer-3 .offer-rating .stars svg {
    width: 15px;
  }
  .offer-3 .casino-review {
    font-size: 12px;
  }
  .offer-4 {
    padding: 36px 0px;
  }
  .offer-4 .offer_info_btn {
    top: -20px;
  }
  .offer-4 .offer_info {
    top: -25px;
    right: 15px;
  }
  .offer-4 .offer-4--margin {
    margin-bottom: 0px;
  }
  .offer-4 .logo-box {
    width: 172px;
    height: 172px;
  }
  .offer-4 .logo-box .counter {
    top: 10px;
    left: 10px;
  }
  .offer-4 .offer-rating .rating {
    font-size: 24px;
    margin-bottom: 0px;
  }
  .offer-4 .offer-rating .stars {
    margin-bottom: 10px;
  }
  .offer-4 .offer-rating .stars svg {
    width: 20px;
  }
  .offer-4 .offer_title {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  .offer-4 {
    padding: 36px 0px 50px 0px;
  }
  .offer-4 .logo-box {
    width: 243px;
    height: 243px;
  }
  .offer-4 .logo-box .counter {
    top: 20px;
    left: 20px;
  }
  .offer-4 .btn_offer-4 {
    position: absolute;
    bottom: -28px;
  }
  .offer-5 .text {
    font-size: 24px;
  }
  .offer-2 {
    border: 0px !important;
  }
  .offer-2 .row {
    margin-left: auto;
    margin-right: auto;
  }
}
.offer-2 ul li {
  color: #000;
  text-align: left;
}

.offer-1 .logo-box img,
.offer-2 .logo-box img,
.offer-3 .logo-box img {
  max-width: 200px;
}
.offer-1 .logo-box--bg img,
.offer-2 .logo-box--bg img,
.offer-3 .logo-box--bg img {
  max-width: 200px;
}

.offer-3 {
  width: 100%;
}

.offer-1.exclusive-offer,
.offer-2.exclusive-offer,
.offer-3.exclusive-offer {
  padding-bottom: 50px;
}

.offer-card--1 h4 {
  font-size: 12px;
  line-height: 14px;
  text-wrap: wrap;
}
.offer-card--1 .btn.btn--1,
.offer-card--1 .btn.btn--3 {
  text-transform: capitalize;
  font-size: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.offer-card--2 {
  border-radius: 10px;
  background: #413dee;
  padding: 16px;
  box-shadow: 0px 6px 10px 0px rgba(20, 17, 172, 0.2784313725);
  border: 0px;
  color: #fff;
  min-width: 218px;
}
.offer-card--2 .logo-box-ctn {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.offer-card--2 .logo-box-ctn .logo-box-recenzie .btn {
  font-size: 12px;
  line-height: 16.34px;
  color: #fff;
  padding: 0px;
}
.offer-card--2 .logo-box-ctn .logo-box {
  background: #000;
  border-radius: 6px;
  max-width: 87px;
  padding: 4px;
}
.offer-card--2 .logo-box-ctn .logo-box img {
  margin-bottom: 0px;
}
.offer-card--2 .offer-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 8px;
}
.offer-card--2 .caption {
  color: #F1F4FF;
  font-size: 14px;
  line-height: 19.07px;
  margin-bottom: 4px;
  text-align: center;
}

.offer-3.see-more-offer,
.offer-1.offer-full-row-collapse {
  padding-bottom: 16px;
  height: 100%;
  position: relative;
}
.offer-3.see-more-offer .offer-icon,
.offer-1.offer-full-row-collapse .offer-icon {
  position: absolute;
  top: -20px;
  left: -10px;
  z-index: 2;
  max-width: 40px;
  margin-bottom: 0;
}
.offer-3.see-more-offer .glow,
.offer-1.offer-full-row-collapse .glow {
  width: 60px;
  height: 60px;
  background: radial-gradient(50% 50% at 50% 50%, #FF9F0D 0%, rgba(255, 159, 13, 0) 100%);
  border-radius: 100%;
  z-index: 1;
  position: absolute;
  top: -30px;
  left: -20px;
}
.offer-3.see-more-offer .logo-box--bg,
.offer-1.offer-full-row-collapse .logo-box--bg {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.offer-3.see-more-offer .logo-box--bg > div:last-child,
.offer-1.offer-full-row-collapse .logo-box--bg > div:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.offer-3.see-more-offer .logo-box--bg .tag-exclusive,
.offer-1.offer-full-row-collapse .logo-box--bg .tag-exclusive {
  background: #e99d0e;
  border-radius: 8px;
  padding: 4px 12px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16.34px;
  margin-bottom: 7px;
}
.offer-3.see-more-offer .logo-box--bg .rating-number,
.offer-1.offer-full-row-collapse .logo-box--bg .rating-number {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #f1f4ff;
}
.offer-3.see-more-offer .logo-box--bg .casino-review,
.offer-1.offer-full-row-collapse .logo-box--bg .casino-review {
  color: #e99d0e;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 16.34px;
}
.offer-3.see-more-offer .h4,
.offer-1.offer-full-row-collapse .h4 {
  padding-left: 24px;
  padding-right: 24px;
  font-family: "Georama", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}
.offer-3.see-more-offer .h4 a,
.offer-1.offer-full-row-collapse .h4 a {
  color: #232323;
}
.offer-3.see-more-offer .col-buttons .btn.btn--2,
.offer-1.offer-full-row-collapse .col-buttons .btn.btn--2 {
  width: 100%;
  font-size: 15px;
  line-height: 22px;
  padding: 11px;
  margin-bottom: 16px;
}
.offer-3.see-more-offer .see-more-btn,
.offer-1.offer-full-row-collapse .see-more-btn {
  cursor: pointer;
  color: #c37601;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  margin: 0 auto;
}
.offer-3.see-more-offer .hidden-content,
.offer-1.offer-full-row-collapse .hidden-content {
  padding: 0px 10px 20px 10px;
  display: none;
}
.offer-3.see-more-offer .hidden-content .rotate-180,
.offer-1.offer-full-row-collapse .hidden-content .rotate-180 {
  animation: rotate-180 0.5s ease-in-out forwards;
}
@keyframes rotate-180 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
.offer-3.see-more-offer .hidden-content .card,
.offer-1.offer-full-row-collapse .hidden-content .card {
  background: #f6f6f6;
  border-radius: 10px;
  border: 0;
  padding: 16px;
  margin-bottom: 20px;
}
.offer-3.see-more-offer .hidden-content .card .title,
.offer-1.offer-full-row-collapse .hidden-content .card .title {
  font-family: Georama;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.offer-3.see-more-offer .hidden-content .card .link,
.offer-1.offer-full-row-collapse .hidden-content .card .link {
  font-size: 12px;
  font-weight: 600;
  line-height: 16.34px;
}
.offer-3.see-more-offer .hidden-content .card .border-bottom,
.offer-1.offer-full-row-collapse .hidden-content .card .border-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.offer-3.see-more-offer .hidden-content .card .border-bottom:last-child,
.offer-1.offer-full-row-collapse .hidden-content .card .border-bottom:last-child {
  margin-bottom: 0;
}
.offer-3.see-more-offer .hidden-content .card .border-bottom div,
.offer-1.offer-full-row-collapse .hidden-content .card .border-bottom div {
  font-size: 14px;
  line-height: 20px;
}
.offer-3.see-more-offer .hidden-content .card .flex-images,
.offer-1.offer-full-row-collapse .hidden-content .card .flex-images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
.offer-3.see-more-offer .hidden-content .card .flex-images.has-label img,
.offer-1.offer-full-row-collapse .hidden-content .card .flex-images.has-label img {
  margin-bottom: 4px;
}
.offer-3.see-more-offer .hidden-content .card .flex-images.has-label div,
.offer-1.offer-full-row-collapse .hidden-content .card .flex-images.has-label div {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.offer-3.see-more-offer .hidden-content .btn.btn--2,
.offer-1.offer-full-row-collapse .hidden-content .btn.btn--2 {
  margin: 0 auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  margin-bottom: 20px;
  padding: 11px 32px;
  font-size: 15px;
}
.offer-3.see-more-offer .hidden-content .card.tac,
.offer-1.offer-full-row-collapse .hidden-content .card.tac {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.offer-3.see-more-offer .hidden-content .card.tac span,
.offer-1.offer-full-row-collapse .hidden-content .card.tac span {
  position: relative;
  top: 3px;
}
.offer-3.see-more-offer .hidden-content .card.tac p,
.offer-3.see-more-offer .hidden-content .card.tac a,
.offer-1.offer-full-row-collapse .hidden-content .card.tac p,
.offer-1.offer-full-row-collapse .hidden-content .card.tac a {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0;
}
.offer-3.see-more-offer .hidden-content .card.tac p,
.offer-1.offer-full-row-collapse .hidden-content .card.tac p {
  color: #c37601;
}

.col-12.offer--collapse.offer-1.offer-full-row-collapse {
  border: 0 !important;
  height: auto;
}
.col-12.offer--collapse.offer-1.offer-full-row-collapse .casino-review {
  color: #c37601;
}
.col-12.offer--collapse.offer-1.offer-full-row-collapse .col-logo {
  justify-content: center;
  position: relative;
}
.col-12.offer--collapse.offer-1.offer-full-row-collapse .col-logo .tag-exclusive {
  position: absolute;
  bottom: 5px;
  right: 5px;
  margin-bottom: 0;
}
.col-12.offer--collapse.offer-1.offer-full-row-collapse .see-more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.col-12.offer--collapse.offer-1.offer-full-row-collapse .hidden-content {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.col-12.offer--collapse.offer-1.offer-full-row-collapse .sc-h4-offer {
  text-align: center;
}
.col-12.offer--collapse.offer-1.offer-full-row-collapse .sc-h4-offer a {
  color: #232323;
  text-decoration: none;
}
.col-12.offer--collapse.offer-1.offer-full-row-collapse .logo-box-open {
  border-radius: 10px 0px 0px 0px;
}

a.affiliate-meta-link.text-offer,
a.affiliate-meta-link.text-offer:hover {
  color: #232323;
  text-decoration: none;
}

@media screen and (min-width: 576px) {
  .offer-5 .btn--2 {
    padding: 8px 3px;
  }
  .offer-3.see-more-offer .offer-icon,
  .offer-1.offer-full-row-collapse .offer-icon {
    max-width: 60px;
  }
  .offer-3.see-more-offer .glow,
  .offer-1.offer-full-row-collapse .glow {
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 768px) {
  .offer-5 .btn--2 {
    padding: 15px 32px;
  }
  .offer-1.exclusive-offer,
  .offer-2.exclusive-offer {
    padding-bottom: 0px;
  }
  .offer-3.exclusive-offer {
    padding-bottom: 40px;
  }
  .col-12.offer--collapse.offer-1.offer-full-row-collapse {
    padding-bottom: 0;
  }
  .col-12.offer--collapse.offer-1.offer-full-row-collapse .sc-h4-offer,
  .col-12.offer--collapse.offer-1.offer-full-row-collapse ul {
    text-align: left;
  }
  .col-12.offer--collapse.offer-1.offer-full-row-collapse ul {
    margin-bottom: 0;
  }
  .col-12.offer--collapse.offer-1.offer-full-row-collapse .hidden-content {
    margin-top: 24px;
  }
  .col-12.offer--collapse.offer-1.offer-full-row-collapse .hidden-content .row {
    row-gap: 24px;
  }
  .col-12.offer--collapse.offer-1.offer-full-row-collapse .hidden-content .card {
    height: 100%;
  }
  .col-12.offer--collapse.offer-1.offer-full-row-collapse .hidden-content .card.tac {
    height: auto;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .offer-5 .btn--2 {
    padding: 8px 10px;
  }
  .offer-card--2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-shadow: none;
    min-height: 148px;
  }
  .offer-card--2 .offer-title {
    font-size: 20px;
    line-height: 27.24px;
  }
}
@media screen and (min-width: 1200px) {
  .offer-2 .offer-title {
    font-size: 30px;
  }
  .offer-2 .btn--2 {
    padding: 8px 32px;
  }
  .offer-5 .btn--2 {
    padding: 15px 32px;
  }
}
@media screen and (max-width: 768px) {
  .offer-6 .btn--2 {
    padding: 8px 32px;
  }
}
.article-card img {
  margin-bottom: 0px;
  border-radius: 10px;
}
.article-card .date-posted {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.article-card .article_title {
  font-family: "Georama", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #413dee;
}
.article-card .article_text {
  color: #2d2d2d;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}
.article-card .btn--1 {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (min-width: 768px) {
  .article-card .article_title {
    font-size: 30px;
  }
  .article-card .article_title a:hover {
    color: #413dee;
  }
  .article-card .date-posted {
    font-size: 18px;
  }
}

.article-card--bg {
  text-align: left;
}
.article-card--bg .card {
  background: transparent;
}
.article-card--bg .card .article_title a {
  color: #000000;
}
.article-card--bg .card .heading {
  color: #fff;
  font-size: 30px;
  margin-bottom: 8px;
}

.info-card {
  color: #fff;
  padding: 20px;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1490196078);
  margin-top: 50px;
  margin-bottom: 20px;
  padding-top: 50px;
  position: relative;
  text-align: center;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}
.info-card h3 {
  color: #fff;
  font-size: 24px !important;
  margin-bottom: 0px;
}
.info-card .heading {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}
.info-card.green {
  background: #03ac07;
}
.info-card.green .info-card_icon {
  background-color: #03ac07;
}
.info-card.blue {
  background: #413dee;
}
.info-card.blue .info-card_icon {
  background: #413dee;
}
@media screen and (min-width: 768px) {
  .info-card.half-width {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.info-card .info-card_icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 50px;
  width: 70px;
  height: 70px;
  z-index: 10;
  padding: 3px;
}
.info-card .info-card_icon svg {
  fill: #fff;
  z-index: 10;
  width: 28%;
}
.info-card p {
  margin-bottom: 0px;
}
.info-card--2 {
  margin-left: 60px;
  padding: 15px 10px 15px 0px;
  padding-left: 60px;
  color: #fff;
  border-radius: 28px;
  position: relative;
}
.info-card--2 a {
  color: #fff;
  text-decoration: underline;
}
.info-card--2 p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
}
.info-card--2 .info-card_icon {
  position: absolute;
  top: 50%;
  left: -35px;
  margin-top: -30px;
  border: 4px solid #fff;
  border-radius: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.info-card--2.blue-gradient {
  background: radial-gradient(ellipse at center, #078ecb 0%, #063d85 100%);
  color: #064d93;
}
.info-card--2.blue {
  border-radius: 10px 10px 10px 10px;
  background: #413dee;
}
.info-card--2.blue .info-card_icon {
  position: absolute;
  top: 20%;
}
.info-card--2.blue svg {
  color: #413dee;
}
.info-card--2 svg {
  width: 50px;
}
@media screen and (min-width: 768px) {
  .info-card--2 {
    padding: 28px 0px;
    padding-left: 60px;
  }
}

.hide-icon .info-card_icon {
  display: none;
}

.info-card.type-style-1 .info-card_icon {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.info-card.type-style-2 {
  margin-left: 30px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.info-card.type-style-2 .info-card_icon {
  position: absolute;
  top: 50%;
  left: -35px;
  margin-top: -35px;
}

.info-card.type-style-3 .info-card_icon {
  width: 40px;
  min-width: 40px;
  min-height: 40px;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .info-card.type-style-3 .info-card_icon {
    width: 83px;
    height: 83px;
  }
}

.subscribe-newsletter .title {
  font-family: "Georama", sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 4px;
  max-width: 540px;
}
.subscribe-newsletter .text {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-size: 16px;
  margin-bottom: 8px;
}
.subscribe-newsletter .btn_newsletter {
  font-family: "Open Sans", sans-serif;
  padding: 24px 8px;
  border-radius: 50px;
  background: #413dee;
  border: none;
  outline: none;
  width: 100%;
  color: #fff;
  height: 100%;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}
.subscribe-newsletter .btn_newsletter:hover {
  background: linear-gradient(0deg, #6d84ff 0%, #6d84ff 100%), linear-gradient(0deg, #7673ff 0%, #7673ff 100%), #413dee;
}
@media screen and (min-width: 768px) {
  .subscribe-newsletter {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .subscribe-newsletter .title {
    font-size: 40px;
    max-width: 450px;
    margin-bottom: 12px;
    line-height: initial;
  }
  .subscribe-newsletter .text {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .subscribe-newsletter .btn_newsletter {
    max-width: 30%;
  }
}

.content_highlight {
  background: #092332;
  color: #fff;
  margin-bottom: 32px;
}
.content_highlight :last-child {
  margin-bottom: 0px;
}
.content_highlight .card {
  background: transparent;
}
.content_highlight h1,
.content_highlight h2,
.content_highlight h3,
.content_highlight h4 {
  font-family: "Open Sans", sans-serif;
  color: #fff;
}

.wp-block-yoast-faq-block {
  margin-bottom: 30px;
  width: 100%;
}
.wp-block-yoast-faq-block .schema-faq-section {
  position: relative;
  margin-bottom: 20px;
}
.wp-block-yoast-faq-block .schema-faq-section p {
  font-size: 18px;
  padding: 0 8.33333%;
}
.wp-block-yoast-faq-block .schema-faq-question {
  margin-bottom: 10px;
}
.wp-block-yoast-faq-block .schema-faq-section strong {
  font-family: "Georama", sans-serif;
  display: block;
  color: #fff;
  border-radius: 10px;
  background: #413dee;
  padding: 25px 8.33333%;
  font-size: 20px;
  transition: all 0.3s;
  cursor: pointer;
}
@media (max-width: 769px) {
  .wp-block-yoast-faq-block .schema-faq-section strong {
    padding: 10px 35px 10px 30px;
    font-size: 18px;
  }
}
.wp-block-yoast-faq-block .schema-faq-section .faq-toggle {
  position: absolute;
  top: 25px;
  right: 20px;
  width: 24px;
  height: 24px;
  border: 2px solid;
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
  color: #fff;
  line-height: 21px;
  cursor: pointer;
}
@media (max-width: 769px) {
  .wp-block-yoast-faq-block .schema-faq-section .faq-toggle {
    right: 10px;
    top: 10px;
  }
}
@media (min-width: 768px) {
  .wp-block-yoast-faq-block .schema-faq-section .faq-toggle {
    width: 30px;
    height: 30px;
    line-height: 26px;
  }
}

#breadcrumbs {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #413dee;
  margin-top: 20px;
  margin-bottom: 32px;
}
#breadcrumbs a {
  color: #2d2d2d;
}

.pagination_ctn {
  display: flex;
  justify-content: center;
}
.pagination_ctn .pagination .page-item.active .page-link {
  background: #3c8dc5;
  border-color: #3c8dc5;
  border: 0px;
}
.pagination_ctn .pagination .page-item {
  margin-right: 8px;
}
.pagination_ctn .pagination .page-item .page-link {
  padding: 12px;
  border-radius: 5px;
  background: #6fb7e9;
  color: #fff;
  border: 0px;
}
.pagination_ctn .pagination .page-item .page-link:hover {
  background: #3c8dc5;
}
@media screen and (max-width: 576px) {
  .pagination_ctn .pagination .page-item {
    margin-right: 0px;
  }
}
.pagination_ctn .pagination .between-links {
  position: relative;
  top: 15px;
}

.hero_casino .logo_box {
  border-radius: 10px;
  background: radial-gradient(circle, rgb(30, 25, 100) 0%, rgb(23, 19, 82) 100%);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.hero_casino .logo_box img {
  margin-bottom: 0px;
  max-width: 80%;
}
.hero_casino .btn--2 {
  width: 100%;
  padding: 12px 24px;
}
.hero_casino .btn--blue {
  background-image: linear-gradient(to bottom, #078ecb 0%, #063d85 100%);
  border-radius: 50px;
  border: 0px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 15px 5px;
  width: 100%;
}

.casino_details {
  word-break: break-word;
}
.casino_details .card {
  height: 100%;
}
.casino_details .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.casino_details .border-right--green {
  border-right: 2px solid #e99d0e;
}
.casino_details .svg-box {
  background: #fff;
  border: 1px solid #505050;
  width: 25px;
  height: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  position: absolute;
  top: -10px;
}
.casino_details .svg-box .green {
  color: #20d94b;
}
.casino_details .svg-box .red {
  color: #d92020;
}
.casino_details .title--blue {
  font-size: 14px;
  color: #413dee;
  text-align: center;
  font-weight: 700;
}
.casino_details img {
  margin-bottom: 0px;
}
.casino_details svg {
  width: 10px;
}
.casino_details .rating--circle {
  border-radius: 100px;
  background: #413dee;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.collapse_category a:hover,
.collapse_category a:visited,
.collapse_category a:link {
  color: #fff;
}
.collapse_category .category_card {
  height: 100%;
  background: #413dee;
  padding: 15px;
  border-radius: 20px;
  color: #fff;
}
.collapse_category .category_card .row {
  height: 100%;
}
.collapse_category .category_card .title {
  font-weight: 700;
  font-size: 16px;
}
.collapse_category .category_card .text {
  font-size: 14px;
}
.collapse_category .category_card .category_arrow {
  background: #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-left: auto;
}
.collapse_category .category_card .category_arrow svg {
  width: 25px;
  fill: #413dee;
}
@media screen and (min-width: 768px) {
  .collapse_category .category_card .title {
    font-weight: 700;
    font-size: 24px;
  }
  .collapse_category .category_card .text {
    font-size: 18px;
  }
}

.card-highlight,
.card-highlight-icon {
  border-radius: 28px;
}
.card-highlight a:hover,
.card-highlight-icon a:hover {
  text-decoration: underline;
}
.card-highlight a:hover,
.card-highlight a:visited,
.card-highlight a:link,
.card-highlight-icon a:hover,
.card-highlight-icon a:visited,
.card-highlight-icon a:link {
  color: #fff;
}
.card-highlight p,
.card-highlight-icon p {
  color: #fff;
  margin-bottom: 0px;
  font-size: 18px;
}

.card-highlight-icon {
  background: #413dee;
  position: relative;
}
.card-highlight-icon .icon {
  position: absolute;
  top: 20px;
  left: 20px;
}
.card-highlight-icon p {
  padding-left: 40px;
}
@media screen and (min-width: 768px) {
  .card-highlight-icon p {
    padding-left: 60px;
  }
}
.card-highlight-icon svg {
  width: 30px;
  color: #fff;
}

.pros-cons .title {
  color: #505050;
  font-size: 24px;
  font-weight: 700;
}
.pros-cons .text {
  color: #505050;
  font-size: 18px;
  font-weight: 700;
}
.pros-cons .pros svg {
  color: #20d94b;
}
.pros-cons .cons svg {
  color: #d92020;
}
.pros-cons svg {
  width: 15px;
  margin-right: 10px;
}

.articles_ctn img {
  border-radius: 10px;
  margin-bottom: 10px;
}
.articles_ctn a,
.articles_ctn a:hover,
.articles_ctn a:link,
.articles_ctn a:visited {
  color: #413dee;
}
.articles_ctn .title {
  color: #413dee;
  font-size: 18px;
  font-weight: 700;
}

.cta-section--1 .title {
  font-size: 24px;
  font-weight: 700;
  color: #505050;
  margin-bottom: 25px;
}

.slot_text {
  background: #413dee;
  color: #fff;
  text-align: center;
}
.slot_text p {
  margin-bottom: 0px;
}

.slot_details {
  text-align: center;
}
.slot_details .title {
  margin-bottom: 8px;
  font-weight: 700;
  color: #212529;
}
.slot_details .text {
  font-family: "Georama", sans-serif;
  color: #413dee;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .slot_details {
    text-align: left;
  }
}

.card_slots .card .d-flex.flex-column {
  border: 2px solid #386fff;
  border-top: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.card_slots .card img {
  margin-bottom: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.card_slots .card h5 {
  margin-top: 10px;
}
@media screen and (max-width: 400px) {
  .card_slots .card .title {
    font-size: 16px;
  }
  .card_slots .card .btn--1 {
    padding: 8px 16px;
  }
}

.slot_game {
  margin-bottom: 30px;
}
.slot_game img {
  margin-bottom: 0px;
}
.slot_game .slot_start {
  background-image: url("https://www.supercazino.ro/wp-content/uploads/2022/09/crystal-hot-40-ecran-joc.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 258px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.slot_game .slot_content {
  background: linear-gradient(to top, rgba(5, 4, 33, 0.84) 70%, rgba(0, 0, 0, 0));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 30px 20px;
}
.slot_game .slot_content .btn--1 {
  font-size: 16px;
}
.slot_game .slot_content .btn {
  margin-bottom: 0px;
  border: 1px solid #fff;
}
.slot_game .slot_content .text {
  text-align: center;
  min-width: 83.3333%;
  padding: 15px;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0px;
  font-family: "Georama", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .slot_game .slot_content {
    background: linear-gradient(to top, rgba(5, 4, 33, 0.84) 35%, rgba(0, 0, 0, 0));
    padding: 60px 40px;
    min-height: 512px;
  }
  .slot_game .slot_content .text {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .slot_game .slot_content h3 {
    font-size: 18px;
  }
  .slot_game .slot_content .btn--1 {
    font-size: 12px;
  }
}

.slot_modal,
.video_modal {
  background: rgba(0, 0, 0, 0.39);
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.slot_modal .close-modal,
.video_modal .close-modal {
  width: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  fill: #413dee;
}
.slot_modal iframe,
.video_modal iframe {
  height: 100%;
  width: 100%;
  margin-bottom: 0px;
}

.slot_modal {
  padding-top: 80px;
  z-index: 9999;
  position: fixed;
}
.slot_modal .iframe-container {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
.slot_modal .iframe-container .close-modal {
  top: -40px;
  right: 20px;
}

.video_modal {
  position: fixed;
}

.search_input {
  border: 1px solid #d9d9d9;
  padding: 12px;
  border-radius: 10px;
  width: 100%;
}
.search_input::-moz-placeholder {
  font-style: italic;
}
.search_input::placeholder {
  font-style: italic;
}
.search_input:focus {
  outline: none;
}

.table--style table {
  color: #212529;
  width: 100%;
  margin-bottom: 24px;
}
.table--style table thead {
  background: #413dee;
}
.table--style table thead tr td {
  height: 80px;
  border: none;
  color: #fff;
  font-weight: 700;
  padding-left: 20px;
  padding: 4px;
}
.table--style table tbody tr td {
  padding-left: 20px;
  height: 80px;
  border-top: 1px solid #eee;
}
.table--style table tbody tr:nth-of-type(2n + 2) {
  background: #f5f5f5;
}

.hero {
  background-image: url("https://www.supercazino.ro/wp-content/uploads/2023/10/hero-img-mobile-sc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  min-height: 460px;
  color: #fff;
  position: relative;
}
.hero svg {
  width: 40px;
  fill: #d92020;
}
.hero .title h1 {
  color: #fff;
  font-weight: 900;
  font-size: 34px;
  margin-bottom: 15px;
  line-height: 40px;
}
.hero .text p {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
.hero .streaming {
  display: flex;
  align-items: center;
}
.hero .streaming .streaming--flex {
  margin-left: 20px;
}
.hero .streaming .streaming--flex .stream-title {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.hero .streaming .streaming--flex .stream-text {
  font-size: 1rem;
}
@media screen and (min-width: 992px) {
  .hero {
    background-image: url("https://www.supercazino.ro/wp-content/uploads/2023/07/desktop.png");
    background-position: right;
    height: 100%;
    min-height: 600px;
    position: relative;
  }
  .hero .container {
    height: 100%;
    min-height: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .hero .container .row {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .hero .container .row h1 {
    font-size: 56px;
    font-weight: 900;
    line-height: 72px;
    margin-bottom: 32px;
  }
  .hero .container .row p {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .hero.mb--80 {
    margin-bottom: 0px;
  }
}

.home h3,
.page-template-home_page h3 {
  font-family: "Georama", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35.82px;
}
.home .mb--80.position-relative p,
.home .section_2-heading p,
.page-template-home_page .mb--80.position-relative p,
.page-template-home_page .section_2-heading p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24.51px;
}

.section--blue {
  text-align: center;
}
.section--blue .buttons_group {
  text-align: left;
}

.section--light-blue {
  width: 100%;
  height: 100%;
}

.section-cards {
  text-align: center;
}
.section-cards .buttons_group {
  text-align: left;
}
.section-cards .title {
  color: #fff;
}

.buttons_group .btn-blue {
  height: 100%;
  background: #413dee;
  border-radius: 150px;
  display: flex;
  color: #fff;
  padding: 8px 10px;
  text-align: left;
  border-bottom: 0px;
}
.buttons_group .btn-blue .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.buttons_group .btn-blue .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.buttons_group .btn-blue:hover {
  text-decoration: none;
}
.buttons_group .btn-blue .icon {
  background: #fff;
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  margin-right: 10px;
}
.buttons_group .btn-blue img {
  width: 30px;
  height: 30px;
  margin-bottom: 0px;
}

.card--1 {
  border-radius: 10px;
  position: relative;
}
.card--1 .mobile-link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.card--1 .heading {
  background: #4cb944;
  padding: 32px 8px 12px 8px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-family: "Georama", sans-serif;
  font-weight: 700;
}
.card--1 .heading .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.card--1 .card_body {
  border: 2px solid #4cb944;
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 100%;
}
.card--1 .card_body .text {
  margin-bottom: 16px;
  font-weight: 400;
  padding: 0px 30px;
}
.card--1 .btn {
  margin-bottom: 0px;
}
.card--1 .card_icon {
  background: #413dee;
  border-radius: 100px;
  border: 2px solid #fff;
  top: -15px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.card--1 .card_icon img {
  margin-bottom: 0px;
  max-width: 40%;
}

@media screen and (max-width: 768px) {
  .card--1_ctn .card_inner {
    display: block;
    margin-bottom: 16px;
  }
  .card--1_ctn .card_inner:last-child {
    margin-bottom: 0px;
  }
  .card--1_ctn .card--1 {
    background: linear-gradient(0deg, #4CB944 0%, #4CB944 100%), linear-gradient(0deg, #A5F441 0%, #A5F441 100%), linear-gradient(0deg, #A5F441 0%, #A5F441 100%), linear-gradient(0deg, #01E0FE 0%, #01E0FE 100%), #20D94B;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 16px;
    position: relative;
  }
  .card--1_ctn .card--1 .arrow-ctn {
    position: absolute;
    right: 16px;
    top: 16px;
  }
  .card--1_ctn .card--1 .card_icon {
    position: static;
    transform: none;
    width: 42px;
    height: 42px;
  }
  .card--1_ctn .card--1 .heading {
    background: none;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 0px;
    padding: 0px;
  }
  .card--1_ctn .card--1 .heading .title {
    font-size: 18px;
    line-height: 22px;
  }
}
.card--2 {
  border: 0px;
  background: #fff;
}
.card--2 .card_body {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 2px solid #413dee;
  border-top: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 22px 10px 24px 10px;
}
.card--2 .card-image {
  width: 100%;
  height: 100%;
  min-height: 82px;
  max-height: 82px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 0px;
  background-size: cover;
  background-position: center;
}
.card--2 .title {
  color: #212529;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 20px;
}
.card--2 .text {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .card--2 .title {
    font-size: 28px;
  }
  .card--2 .text {
    font-size: 16px;
  }
}
.card--2 .btn--1 {
  margin-bottom: 0px;
  padding: 8px 32px;
}
@media screen and (max-width: 992px) {
  .card--2 {
    width: 100%;
    min-height: 150px;
    position: relative;
  }
  .card--2 .card_body {
    display: none;
  }
  .card--2 .card-image {
    border-radius: 10px;
    min-height: inherit;
    max-height: inherit;
  }
  .card--2 .card_label {
    background: #413dee;
    border-radius: 0px 0px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 6px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: left;
    min-height: 40px;
  }
  .card--2 .card_label a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
  }
  .card--2 .card_label a:hover {
    text-decoration: none;
  }
  .card--2 .card_label .arrow {
    padding-left: 20px;
  }
}
@media screen and (max-width: 576px) {
  .card--2 {
    min-height: 140px;
  }
}

.content-layout--1 {
  text-align: left;
}
.content-layout--1 img {
  border-radius: 10px;
}
.content-layout--1 h3 {
  font-size: 30px !important;
  font-weight: 700;
  line-height: 40px;
}
.content-layout--1 .text {
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .content-layout--1 .title {
    font-size: 42px;
  }
  .content-layout--1 p {
    font-size: 24px;
  }
  .content-layout--1 img {
    margin-bottom: 0px;
  }
  .img-right .col-lg-6:first-child {
    order: 1;
  }
}
.card_video {
  background: transparent;
  border: 0px;
  border-radius: 20px;
  position: relative;
  min-height: 200px;
}
.card_video img {
  border-radius: 20px;
  margin-bottom: 0px;
  height: 100%;
  min-height: inherit;
}
.card_video .play_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  background: #413dee;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
}
.card_video .play_icon svg {
  fill: #fff;
  width: 20px;
}
.card_video .play_icon:hover {
  background: #fff;
  border: 1px solid #413dee;
}
.card_video .play_icon:hover svg {
  fill: #413dee;
}
.card_video .video-description {
  background: linear-gradient(to bottom, #078ecb 0%, #063d85 100%);
  color: #fff;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 15px 25px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-family: "Georama", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
.card_video iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 20px;
}

.card_video--big {
  height: 100%;
}

.page-not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-not-found img {
  margin-bottom: 0px;
}
.page-not-found .text {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
}
.page-not-found .btn {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-not-found {
    text-align: left;
  }
  .page-not-found .btn {
    width: auto;
  }
}

.casino_review_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 10px;
  background: radial-gradient(circle, rgb(30, 25, 100) 0%, rgb(23, 19, 82) 100%);
}
.casino_review_card img {
  margin-bottom: 0px;
}
.casino_review_card .img_padding {
  padding: 40px 20px 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.casino_review_card .btn-casino-review-link {
  background: #413dee;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 24px 12px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.selected_casino .article-card .article_title {
  font-size: 24px;
  line-height: initial;
}

.single-special-offer_caption {
  background: linear-gradient(to bottom, #7e00c5 1%, #3f0063 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 6px;
  text-align: center;
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .single-special-offer_caption {
    padding: 12px;
    font-size: 24px;
    text-align: center;
    margin-bottom: 32px;
  }
}

.acf-steps.display-card .steps-inner-holder {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 10px;
  height: 100%;
}
.acf-steps.display-card .steps-inner-holder .step-no h4 {
  max-width: 120px;
  border-bottom: 5px solid #413dee;
  font-size: 22px;
  font-weight: 700;
  color: #413dee;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px !important;
}
.acf-steps.display-card .steps-inner-holder p {
  margin-bottom: 0px;
}
.acf-steps.display-card .steps-inner-holder:hover {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.acf-steps.display-row {
  position: relative;
}
.acf-steps.display-row .steps-inner-holder {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 10px;
}
.acf-steps.display-row .steps-inner-holder .step-no {
  position: absolute;
  width: 150px;
}
.acf-steps.display-row .steps-inner-holder .step-no h4 {
  max-width: 120px;
  border-bottom: 5px solid #413dee;
  font-size: 22px;
  font-weight: 700;
  color: #413dee;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px !important;
}
.acf-steps.display-row .steps-inner-holder .step-info {
  padding-left: 170px;
  text-align: center;
}
.acf-steps.display-row .steps-inner-holder .step-info p {
  margin-bottom: 0px;
}
.acf-steps.display-row .steps-inner-holder:hover {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.acf-steps.display-colored .step_number {
  background: #e99d0e;
  width: 100%;
  min-height: 50px;
  border-radius: 30px 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: "Georama", sans-serif;
  font-weight: 700;
}

.acf-text-image p,
.acf-text-image img {
  margin-bottom: 0px;
}

.acf-more-info .toggle-link {
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}
.acf-more-info .toggle-link svg {
  color: inherit;
  display: none;
  width: 17px;
  max-height: 14px;
}
.acf-more-info p {
  margin-bottom: 0px;
}
.acf-more-info .card {
  border: 0px;
  padding: 0px;
}

.acf-more-info.type-button .toggle-link {
  background: linear-gradient(to bottom, #078ecb 0%, #063d85 100%);
  border: none;
  color: #fff;
  border: 1px solid #fff;
  padding: 16px 32px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50px;
  margin-top: 1.5em;
  display: inline-block;
  text-align: center;
}
.acf-more-info.type-button .toggle-link svg {
  position: relative;
  left: 5px;
}

.acf-more-info.type-heading a.toggle-link {
  background-color: #1d84d4;
  color: #fff;
  border-bottom-right-radius: 20px;
  padding: 10px 15px;
  font-size: 18px;
  transition: all 0.3s;
  display: block;
  margin-bottom: 0;
  position: relative;
}
.acf-more-info.type-heading a.toggle-link svg {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 15px;
}

.casino-toolbox.acf-more-info.has-icon svg {
  display: inline;
}

.rotate-180 {
  transform: rotate(180deg);
}

.single-author_profile .title {
  font-size: 18px;
  color: #014b85;
  font-weight: 700;
}
.single-author_profile .meta-data {
  color: #505050;
}
.single-author_profile .profile_img img {
  max-width: 40px;
  max-height: 40px;
  margin-bottom: 0px;
}

.single-author_articles img {
  border-radius: 20px;
  margin-bottom: 0px;
}
.single-author_articles p {
  margin-bottom: 0px;
}

.single-author_people img {
  border-radius: 180px;
  margin-bottom: 8px;
}
.single-author_people .title {
  color: #413dee;
  font-size: 24px;
  font-family: "Georama", sans-serif;
  font-weight: 700;
}
.single-author_people p {
  margin-bottom: 16px;
}

.single-author__image {
  width: 120px;
  height: 120px;
}
.single-author__image img {
  margin-bottom: 0;
  border-radius: 8px;
}

.type-heading svg,
.type-button svg {
  fill: #fff;
}

.home section,
.page-template-home_page section {
  margin: 40px 0px;
}

@media screen and (min-width: 992px) {
  .home section,
  .page-template-home_page section {
    margin: 80px 0px;
  }
  .card--1 .heading {
    padding: 32px 8px 20px 8px;
  }
  .card--1 .card_body .text {
    padding: 0px;
  }
  .hero_casino p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .single-author__image {
    width: 240px;
    height: 240px;
  }
}
.footer-brand-logo {
  margin-bottom: 16px;
}

@media screen and (min-width: 1200px) {
  .footer-brand-logo {
    margin-bottom: 24px;
  }
}
.back-to-top {
  background: #413dee;
  border: 1px solid #fff;
  border-radius: 100%;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 8px;
  right: 30px;
  z-index: 10;
}
.back-to-top svg {
  width: 20px;
  fill: #fff;
}
@media screen and (max-width: 1200px) {
  .back-to-top {
    transform: translate(42%, 0px) scale(0.8);
  }
}

footer {
  margin-top: 20px;
  padding-top: 30px;
  background: #171717;
  color: #fff;
}
footer img {
  margin-bottom: 0px;
  max-width: 300px;
}
footer .container {
  padding: 80px 15px;
}
footer .container .footer_title {
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: 700;
}
footer .container .footer_text {
  font-size: 16px;
  margin-bottom: 16px;
}
footer .container a {
  color: #fff;
  text-decoration: underline;
  font-size: 16px;
  margin-bottom: 14px;
}
footer .container a:hover {
  color: #e99d0e;
}
footer .container .footer_icons {
  margin-bottom: 10px;
}
footer .container .footer_icons.onjn img {
  width: 40px;
  height: 40px;
}
footer .container .footer_icons a {
  text-decoration: none;
}
footer .container .footer_icons img {
  width: 30px;
  margin-right: 10px;
}
footer .container .copyright_text,
footer .container .copyright_text a {
  font-size: 12px;
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  footer .container .copyright {
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.6392156863);
    align-items: center;
  }
  footer .container .copyright div:first-child .footer_icons img {
    margin-bottom: 0px;
  }
}
footer .expanded_list .footer_title {
  cursor: pointer;
}
footer .expanded_list .footer_title::after {
  color: #e99d0e;
  content: "+";
  float: right;
}
footer .expanded_list .footer_title.expanded_title::after {
  content: "-";
}
footer .expanded_list .footer-menu-items {
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}
footer .expanded_list .footer-menu-items.visible {
  max-height: 800px;
  opacity: 1;
}

#wpcf7-f83657-o1 form label {
  display: block;
  font-size: 18px;
  color: #117dd1;
}
#wpcf7-f83657-o1 form input {
  font-size: 18px;
  width: 100%;
  height: 60px;
  border: 1px solid #bbb;
  outline: none;
  border-radius: 5px;
  padding: 8px 24px;
}
#wpcf7-f83657-o1 form input[type=submit] {
  cursor: pointer;
  font-size: 18px;
  background: #117dd1;
  color: #fff;
  border: none;
  outline: none;
  transition: all 0.2s ease-in-out;
}
#wpcf7-f83657-o1 form input[type=submit]:hover {
  background: #0c447a;
  transition: all 0.2s ease-in-out;
}
#wpcf7-f83657-o1 form textarea {
  font-size: 18px;
  width: 100%;
  border: 1px solid #bbb;
  outline: none;
  border-radius: 5px;
  padding: 8px 24px;
  height: 180px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

@media screen and (min-width: 1700px) {
  .container {
    max-width: 1640px;
  }
}
img {
  max-width: 100%;
  height: auto;
}

.center-p-h h1,
.center-p-h h2,
.center-p-h h3,
.center-p-h h4,
.center-p-h h5,
.center-p-h h6,
.center-p-h p {
  text-align: center;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4);
}

::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.9);
}

.lp-calendar-enabled nav.position-relative {
  margin-bottom: 70px;
}
.lp-calendar-enabled.page-template-halloween_offers_page_2024 .halloween-banner-ctn, .lp-calendar-enabled.page-template-lp_night .halloween-banner-ctn, .lp-calendar-enabled.page-template-lp_september_2024 .halloween-banner-ctn {
  display: none;
}
.lp-calendar-enabled.page-template-halloween_offers_page_2024 nav.position-relative, .lp-calendar-enabled.page-template-lp_night nav.position-relative, .lp-calendar-enabled.page-template-lp_september_2024 nav.position-relative {
  margin-bottom: 0;
}
.lp-calendar-enabled.page-template-home_page nav.position-relative, .lp-calendar-enabled.page-template-cutia_cu_surprize nav.position-relative, .lp-calendar-enabled.page-template-lp_september_2024 nav.position-relative, .lp-calendar-enabled.page-template-calendar_vday_page nav.position-relative, .lp-calendar-enabled.page-template-paste_2024 nav.position-relative {
  margin-bottom: 0;
}

.page-template-oferte_cazinio_lp_with_add .btn.lp-promo-button,
.page-template-oferte_cazinio_lp_with_add .halloween-banner-ctn {
  display: none;
}

.page-template-christmas_promo2024 nav.position-relative {
  margin-bottom: 0;
}

.hero_casino {
  padding-top: 40px;
}

.casino-toolbox.info-card h1,
.casino-toolbox.info-card h2,
.casino-toolbox.info-card h3,
.casino-toolbox.info-card h4,
.casino-toolbox.info-card h5 {
  color: #fff;
}

.offers_page_cards .d--card--blue {
  height: 100%;
  border-radius: 10px;
  background: #413dee;
}
.offers_page_cards .d--card--green {
  height: 100%;
  border-radius: 10px;
  background: #4cb944;
}
.offers_page_cards img {
  width: 100%;
  height: auto;
  margin-right: 15px;
  max-width: 100px;
}
@media screen and (max-width: 576px) {
  .offers_page_cards img {
    margin-right: 0px;
  }
}
.offers_page_cards h4,
.offers_page_cards p {
  color: #fff;
}
.offers_page_cards .d--round--button {
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.card_slots.playable_slot_block {
  height: 100%;
}
.card_slots.playable_slot_block .card {
  height: 100%;
}

.content-card {
  background-color: #413DEE;
  border-radius: 8px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.content-card h1,
.content-card h2,
.content-card h3,
.content-card h4,
.content-card h5 {
  color: #fff;
  width: 100%;
}
.content-card ul {
  list-style-position: inside;
}
.content-card ul li {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
}
.content-card__image {
  width: 56px;
  min-height: 56px;
  border: 1px solid #fff;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-bottom: 16px;
}
.content-card__image img {
  width: 100%;
  margin-bottom: 0;
}
.content-card ul,
.content-card p {
  width: 100%;
  color: #fff;
  margin-bottom: 0;
}

.skills-card__item {
  position: relative;
  border-bottom: 1px solid #413DEE;
}
.skills-card__level {
  background-color: rgba(64, 61, 238, 0.4784313725);
  border-radius: 3px;
  width: 140px;
  height: 6px;
  overflow: hidden;
  position: relative;
}
.skills-card__level--inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #413DEE;
  border-radius: 3px;
}
.skills-card__star {
  width: 20px;
  height: 20px;
  border-radius: 300px;
  background-color: #C37601;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.skills-card__star svg {
  width: 16px;
  height: 16px;
  color: #fff;
}
.skills-card__image {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.skills-card__image img {
  margin-bottom: 0;
  width: 100%;
  height: auto;
}
.skills-card__header {
  border-bottom: 1px solid rgb(216, 216, 216);
}
.skills-card__title {
  font-size: 20px;
  line-height: 18px;
  font-weight: bold;
}
.skills-card p {
  margin-bottom: 0 !important;
}

.casino_info {
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  width: 100%;
  margin: 0 auto;
}
.casino_info .cinfo-wrapper {
  border-radius: 7px 7px 0px 0px;
  padding: 5px 15px 20px 15px;
  border-bottom: 0px;
  width: 100%;
  margin: 0 auto;
}
.casino_info .cinfo-wrapper .ctitle {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  color: #232323;
  padding: 15px 0px;
  margin: 15px 0;
  border-bottom: 1px solid #f5f5f5;
}
.casino_info .cinfo-wrapper .ctitle img {
  margin-bottom: 0px;
  max-width: 40px;
  margin-right: 20px;
}
.casino_info .cinfo-wrapper .cinfo {
  display: flex;
  justify-content: space-between;
  padding: 8px 10px;
}
.casino_info .cinfo-wrapper .cinfo .cinfoanswer {
  font-weight: 600;
}
.casino_info .cinfo-wrapper .cinfo:nth-child(2n+1) {
  background: #f5f5f5;
}
.casino_info .cinfo-wrapper .bonus-code {
  display: flex;
  align-items: center;
  color: #0c447a;
}
.casino_info .cinfo-wrapper .bonus-code img {
  max-width: 40px;
  margin-bottom: 0px;
  margin-right: 20px;
}
.casino_info .tc {
  margin-bottom: 0px;
  background-color: #f7f7f7;
  padding: 15px;
  font-size: 12px;
  color: #000;
  line-height: 1.2;
}
.casino_info .btn.btn--2 {
  width: 100%;
  margin: 20px 0px 0px 0px;
  padding: 12px 24px;
}

.page-template-live .short-item {
  padding: 0px;
}
.page-template-live .short-item iframe {
  margin-bottom: 0px;
  width: 100%;
  height: 100%;
}
.page-template-live #scroller {
  overflow-y: hidden !important;
}
.page-template-live .c-scrollbar {
  opacity: 1;
}
.page-template-live .page-top-part {
  text-align: center;
  max-width: 834px;
  margin: 0 auto;
  margin-bottom: 32px;
}
.page-template-live .page-top-part h1,
.page-template-live .page-top-part .h1 {
  font-size: 30px;
  font-weight: 800;
  line-height: 35.82px;
  margin-bottom: 16px;
}
.page-template-live .offer-card .kk-star-ratings,
.page-template-live .offer-card--2 .kk-star-ratings {
  flex-direction: column;
  margin-top: 8px;
  margin-bottom: 10px;
}
.page-template-live .offer-card .kk-star-ratings .kksr-legend,
.page-template-live .offer-card--2 .kk-star-ratings .kksr-legend {
  font-size: 12px !important;
}
.page-template-live .offer-card .kk-star-ratings .kksr-stars .kksr-star .kksr-icon,
.page-template-live .offer-card--2 .kk-star-ratings .kksr-stars .kksr-star .kksr-icon {
  width: 12px !important;
  height: 12px !important;
}
.page-template-live .offer-card--2 .kk-star-ratings {
  margin-bottom: 0px;
}
.page-template-live .offer-card--2 .kksr-legend {
  display: none;
}
.page-template-live #accordionCalendarOffers .accordion-calendar-offers .day,
.page-template-live #accordionCalendarOffers .mobile-buttons .day {
  display: none;
  text-align: center;
  max-width: 51px;
  margin-bottom: 16px;
}
.page-template-live #accordionCalendarOffers .accordion-calendar-offers .day.active .day-letter,
.page-template-live #accordionCalendarOffers .mobile-buttons .day.active .day-letter {
  color: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: #413dee;
}
.page-template-live #accordionCalendarOffers .accordion-calendar-offers .day .day-letter,
.page-template-live #accordionCalendarOffers .mobile-buttons .day .day-letter {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 2px solid #413dee;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}
.page-template-live #accordionCalendarOffers .accordion-calendar-offers .day .date,
.page-template-live #accordionCalendarOffers .mobile-buttons .day .date {
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  line-height: 16px;
  width: -moz-max-content;
  width: max-content;
  padding-top: 4px;
}
.page-template-live #accordionCalendarOffers .accordion-calendar-offers .day.today .day-letter,
.page-template-live #accordionCalendarOffers .mobile-buttons .day.today .day-letter {
  color: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: #413dee;
}
.page-template-live #accordionCalendarOffers .mobile-buttons {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  margin-bottom: 30px;
  padding: 0px 10px;
}
.page-template-live #accordionCalendarOffers .mobile-buttons .day {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.page-template-live #accordionCalendarOffers .mobile-buttons .day:not(.collapsed) .day-letter {
  color: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: #413dee;
}
.page-template-live #accordionCalendarOffers .mobile-buttons .day .day-letter {
  width: 100%;
}
.page-template-live .slot-month {
  background: #413dee;
  border-radius: 10px;
  padding: 14px 0px;
  text-align: center;
  max-width: 462px;
  margin: 0 auto;
}
.page-template-live .slot-month .title {
  color: #fff;
  font-family: "Georama", sans-serif;
  font-size: 23.65px;
  font-weight: 800;
  line-height: 31.34px;
  text-align: center;
  rotate: -5deg;
  margin-bottom: 15px;
}
.page-template-live .slot-month a.btn {
  padding: 10px 30px;
  color: #fff;
  border: 2px solid #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20.59px;
  border-radius: 50px;
  text-transform: uppercase;
}
.page-template-live .bg--grey--mobile {
  background: #f2f2f2;
  padding-top: 31px;
  padding-bottom: 31px;
}
.page-template-live .offers-month__ctn .offers-scroll {
  display: flex;
  gap: 16px;
  overflow-x: scroll;
  padding-bottom: 20px;
}
.page-template-live .latest-stream-ctn {
  text-align: center;
}
.page-template-live .latest-stream-ctn .heading {
  font-family: "Georama", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35.82px;
  margin-bottom: 8px;
}
.page-template-live .latest-stream-ctn p {
  font-size: 18px;
  line-height: 24.51px;
  margin-bottom: 16px;
}
.page-template-live .latest-stream-ctn .stream-thumbnail {
  background: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  position: relative;
  width: 100%;
  height: 200px;
  margin-bottom: 0px;
}
.page-template-live .latest-stream-ctn .stream-thumbnail span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.page-template-live .sc-live-slide-btn {
  color: #143cdb;
  text-decoration: none;
}
.page-template-live .sc-live-slide-btn .green-circle {
  width: 12px;
  height: 12px;
  background: #00c42e;
  border-radius: 50px;
  margin-left: 8px;
  position: relative;
  top: 1px;
}
.page-template-live .future-streams__ctn {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 20px;
}
.page-template-live .future-streams__card {
  min-width: 278px;
}
.page-template-live .future-streams__card .thumbnail {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 168px;
  border-radius: 5px;
  margin-bottom: 8px;
  position: relative;
}
.page-template-live .future-streams__card .thumbnail:hover .overlay {
  display: flex;
}
.page-template-live .future-streams__card .thumbnail .overlay {
  display: none;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(20, 60, 219, 0.54), rgba(20, 60, 219, 0.54)), linear-gradient(197.26deg, rgba(11, 23, 71, 0.0864) 33.29%, rgba(4, 14, 52, 0.48) 92.7%);
  width: 100%;
  height: 100%;
}
.page-template-live .future-streams__card .thumbnail .overlay .svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.page-template-live .future-streams__card .thumbnail .overlay .details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 12px;
}
.page-template-live .future-streams__card .thumbnail .overlay .details div {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-family: "Georama", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 26.91px;
}
.page-template-live .future-streams__card .thumbnail .overlay .details div .green-dot {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #00c42e;
  border-radius: 50px;
}
.page-template-live .future-streams__card .title {
  font-family: "Georama", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.1px;
}
.page-template-live #casino-thumbnail-carousel {
  position: relative;
}
.page-template-live #casino-thumbnail-carousel img {
  margin-bottom: 0px;
  border-radius: 10px;
}
.page-template-live #casino-thumbnail-carousel .splide__arrow {
  border-radius: 10px;
  background: linear-gradient(0deg, #143cdb, #143cdb), linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8));
}
.page-template-live #casino-thumbnail-carousel .splide__arrow svg {
  fill: #fff;
}
.page-template-live #casino-thumbnail-carousel .splide__arrow--prev {
  top: 80%;
}
.page-template-live #casino-thumbnail-carousel .splide__arrow--next {
  top: 80%;
}
.page-template-live .cards-grid-posts .post-card {
  background: #413dee;
  border-radius: 10px;
  border: 0px;
  color: #fff;
  padding: 16px 30px;
}
.page-template-live .cards-grid-posts .post-card .h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
}
.page-template-live .cards-grid-posts .post-card p {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
}
.page-template-live .cards-grid-posts .post-card a.btn {
  padding: 0px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Open Sans;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
}
.page-template-live .cards-grid-posts .post-card a.btn svg {
  position: relative;
  top: 2px;
}
.page-template-live .cards-grid-posts .post-card--1 img {
  max-width: 237px;
  margin: 0 auto;
  margin-bottom: 6px;
}
.page-template-live .bg--primary .h1 {
  color: #fff;
}
.page-template-live #live-articles-carousel .splide__pagination {
  bottom: -20px;
}
.page-template-live #live-articles-carousel .splide__pagination .splide__pagination__page.is-active {
  background: #e99d0e;
}
.page-template-live #live-articles-carousel .article-card {
  color: #fff;
  padding-bottom: 40px;
}
.page-template-live #live-articles-carousel .article-card .h3 {
  color: #fff;
  font-family: "Georama", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 30px;
}
.page-template-live #live-articles-carousel .article-card img {
  border-radius: 10px;
  margin-bottom: 24px;
}
.page-template-live #live-articles-carousel .article-card .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 16px;
}
.page-template-live #live-articles-carousel .article-card .date {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 24px;
}
.page-template-live #live-articles-carousel .article-card a.btn {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 11px 32px;
  text-transform: uppercase;
}
.page-template-live .special-happenings {
  background: #413dee;
}
.page-template-live .section-3-shape {
  background: #413dee;
  width: 100%;
  height: 83px;
  position: relative;
}
.page-template-live .section-3-shape::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 46px;
  background-color: white;
  border-radius: 0 0 100% 100%;
  rotate: 180deg;
}
.page-template-live .section-3-shape .socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.page-template-live .section-3-shape .socials .item {
  z-index: 2;
  color: #232323;
}
.page-template-live .section-3-shape .socials img {
  max-width: 40px;
  margin-bottom: 0px;
}
.page-template-live .section-3-shape .socials p {
  margin-bottom: 0px;
  font-family: "Georama", sans-serif;
  font-size: 9.35px;
  font-weight: 800;
  line-height: 30.27px;
  text-align: center;
}
.page-template-live .roanoke-c-canvas.Campaign__canvas .Campaign__alphaLayer {
  border: 0px !important;
}
.page-template-live .roanoke-c-canvas.Campaign__canvas .roanoke-powered-by {
  display: none;
}
.page-template-live .roanoke-c-canvas.Campaign__canvas .roanoke-element.roanoke-ele-1 p span {
  font-family: "Georama", sans-serif !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 35.82px !important;
  margin-bottom: 8px !important;
}
.page-template-live .roanoke-c-canvas.Campaign__canvas .roanoke-element.roanoke-ele-2 p span {
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
  margin-bottom: 24px !important;
}
.page-template-live .roanoke-c-canvas.Campaign__canvas #roanoke-field-emailInput {
  border-radius: 10px !important;
  margin-bottom: 16px !important;
}
.page-template-live .roanoke-c-canvas.Campaign__canvas #roanoke-field-privacy {
  margin-bottom: 16px !important;
}
.page-template-live .roanoke-c-canvas.Campaign__canvas #roanoke-field-privacy label {
  font-family: "Open Sans", sans-serif !important;
  font-size: 12px !important;
  line-height: 16px !important;
}
.page-template-live .roanoke-c-canvas.Campaign__canvas #roanoke-field-privacy label a span {
  color: #e99d0e !important;
}
.page-template-live .roanoke-c-canvas.Campaign__canvas #roanoke-FieldsElementButton--rR12tGjr0cH5civtcmiY {
  background: #413dee !important;
  color: #fff !important;
  border: 0px;
  padding: 11px 20px !important;
  width: 100% !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  border-radius: 50px !important;
  font-family: "Open Sans", sans-serif;
}
.page-template-live .shorts-container::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
}
.page-template-live #live-offers-carousel .offer {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #fff;
  border-radius: 6px;
  padding: 6px;
  min-width: 229px;
  width: 100%;
  min-height: 35px;
}
.page-template-live #live-offers-carousel .offer .logo-box {
  background: #232323;
  max-width: 44px;
  width: 100%;
  padding: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-template-live #live-offers-carousel .offer .title {
  color: #232323;
  font-family: "Georama", sans-serif;
  font-size: 7px;
  line-height: 11px;
  text-align: left;
}
.page-template-live #live-offers-carousel .offer .btn.btn--2 {
  font-size: 10px;
  padding: 2px 10px;
}

.offer-3--live {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 20px !important;
  background: rgba(65, 61, 238, 0.03);
  max-width: 300px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0px 8px 12px 6px rgba(3, 16, 63, 0.1490196078);
}
.offer-3--live .logo-box--bg {
  border-radius: 4px;
  max-width: 81px;
  width: 100%;
  padding: 4px;
  margin-bottom: 3px;
}
.offer-3--live h3 {
  font-size: 17px;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 8px;
}
.offer-3--live .slot-image {
  max-width: 204px;
  margin-bottom: 12px;
  border-radius: 8px;
}
.offer-3--live.card.offer-3.offer-card.offer-card--1 {
  border: 0px !important;
  height: 100%;
}
.offer-3--live.card.offer-3.offer-card.offer-card--1 h3 {
  flex-wrap: wrap;
}
.offer-3--live .btn.btn--2 {
  max-width: 188px;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
}
.offer-3--live .time-overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  background: linear-gradient(0deg, rgba(65, 61, 238, 0.7), rgba(65, 61, 238, 0.7)), linear-gradient(180deg, rgba(20, 60, 219, 0) 71.1%, rgba(20, 60, 219, 0.31) 100%);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 10px 30px;
  border-radius: 10px;
  cursor: not-allowed;
}
.offer-3--live .time-overlay .text,
.offer-3--live .time-overlay .counter {
  text-align: center;
  font-family: "Georama", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.live-page-hero-area {
  margin-bottom: 80px;
}
.live-page-hero-area .splide__track {
  overflow: visible;
}
.live-page-hero-area .splide__pagination {
  bottom: -50px;
}
.live-page-hero-area .splide__pagination li .splide__pagination__page.is-active {
  background: #E99D0E !important;
}
.live-page-hero-area .col-md-3 {
  padding-bottom: 15px;
}
.live-page-hero-area .card {
  border: 0px;
  background: #413dee;
  padding: 15px 11px;
  padding-bottom: 0;
  position: relative;
}
.live-page-hero-area .card .streamer-name {
  right: 0px;
  text-transform: uppercase;
}
.live-page-hero-area .card.to-left {
  border-radius: 10px 0px 10px 0px;
}
.live-page-hero-area .card.to-left .streamer .streamer-img {
  position: absolute;
  bottom: 0px;
  left: -20px;
}
.live-page-hero-area .card.to-right {
  border-radius: 10px 0px 10px 0px;
}
.live-page-hero-area .card.to-right .streamer-name {
  right: 0;
}
.live-page-hero-area .card.to-right .streamer .streamer-img {
  position: absolute;
  bottom: 0px;
  left: -20px;
}
@media screen and (min-width: 768px) {
  .live-page-hero-area .card.to-right {
    border-radius: 0px 10px 0px 10px;
  }
  .live-page-hero-area .card.to-right .streamer-name {
    left: 0;
    right: unset;
  }
}
@media screen and (min-width: 992px) {
  .live-page-hero-area .card.to-right .streamer .streamer-img {
    position: absolute;
    bottom: 0px;
    right: -20px;
    left: unset;
  }
}
.live-page-hero-area .card .streamer .streamer-img {
  max-width: 156px;
  margin-bottom: 0px;
}
.live-page-hero-area .card .star-1,
.live-page-hero-area .card .star-2,
.live-page-hero-area .card .star-3 {
  border: 0px;
  box-shadow: none;
  margin-bottom: 0px;
  position: absolute;
}
.live-page-hero-area .card .star-1 {
  max-width: 18px;
  right: 0;
  top: 20px;
  transform: rotate(-53deg);
}
.live-page-hero-area .card .star-2 {
  max-width: 11px;
  right: 30px;
  top: 50%;
  transform: rotate(-40deg);
}
.live-page-hero-area .card .star-3 {
  max-width: 25px;
  bottom: 0;
  left: -5px;
  transform: rotate(45deg);
}
.live-page-hero-area .card .streamer img {
  margin-bottom: 0px;
  border: 0;
  box-shadow: none;
}
.live-page-hero-area .card .streamer-name {
  color: #413dee;
  font-family: "Georama", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 23px;
  position: absolute;
  bottom: 100%;
}
.live-page-hero-area .card .title {
  font-family: "Georama", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 21.69px;
  text-align: center;
  margin-bottom: 12px;
  color: #fff;
}
.live-page-hero-area .card img,
.live-page-hero-area .card .offer-card,
.live-page-hero-area .card .image-bg,
.live-page-hero-area .card iframe {
  border-radius: 8px;
  box-shadow: 0px 1px 11px 0px rgba(255, 255, 255, 0.3019607843);
}
.live-page-hero-area .card .image-bg {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  max-height: 100px;
}
.live-page-hero-area .card .offer-card {
  background: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
}
.live-page-hero-area .card .offer-card img {
  max-width: 100px;
  border: 0;
  box-shadow: none;
  margin-bottom: 0px;
}
.live-page-hero-area .card .offer-card .offer-title {
  font-family: "Georama", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 15.57px;
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
}
.live-page-hero-area .card .offer-card .btn.btn--2 {
  font-size: 9px;
  line-height: 9px;
}
.live-page-hero-area .card .stream-thumbnail iframe {
  max-height: 100px;
  margin-bottom: 0;
  border-radius: 8px !important;
}

#sc-motives-cards,
#sc-numbers-maraton {
  height: 300px;
  overflow: hidden;
  background: #413dee;
  padding: 27px 29px 27px 29px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
#sc-motives-cards .h3,
#sc-numbers-maraton .h3 {
  color: #f2f2f2;
  font-family: Georama, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}
#sc-motives-cards .card-container,
#sc-numbers-maraton .card-container {
  width: 100%;
  position: relative;
}
#sc-motives-cards .card-number,
#sc-numbers-maraton .card-number {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(-100px);
}
#sc-motives-cards .card-number .h1,
#sc-numbers-maraton .card-number .h1 {
  color: #413dee;
  font-family: Georama, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 55px;
  text-align: center;
  text-shadow: 3px 3px 0 #fff, -3px 3px 0 #fff, -3px -3px 0 #fff, 3px -3px 0 #fff;
}
#sc-motives-cards .card-number p,
#sc-numbers-maraton .card-number p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24.51px;
  color: #f2f2f2;
  max-width: 154px;
  text-align: center;
  margin-bottom: 0;
}
#sc-motives-cards .card-number.visible,
#sc-numbers-maraton .card-number.visible {
  opacity: 1;
  transform: translateY(0); /* Bring the card into view */
}
#sc-motives-cards .card-number.hide,
#sc-numbers-maraton .card-number.hide {
  opacity: 0;
  transform: translateY(-100%); /* Move the card out (top) */
}

@media screen and (min-width: 768px) {
  .page-template-live #accordionCalendarOffers .mobile-buttons {
    justify-content: center;
  }
  .page-template-live .latest-stream-ctn .stream-thumbnail {
    height: 343px;
  }
  #sc-motives-cards,
  #sc-numbers-maraton {
    height: -moz-fit-content;
    height: fit-content;
  }
  #sc-motives-cards .h3,
  #sc-numbers-maraton .h3 {
    font-size: 48px;
    line-height: 55px;
    margin-bottom: 24px;
  }
  #sc-motives-cards .card-container,
  #sc-numbers-maraton .card-container {
    display: flex;
    flex-direction: row;
  }
  #sc-motives-cards .card-container .card-number,
  #sc-numbers-maraton .card-container .card-number {
    position: static;
    box-shadow: none;
  }
  #sc-motives-cards .card-number,
  #sc-numbers-maraton .card-number {
    opacity: 0;
    transform: translateY(-100); /* Prevent vertical animation on desktop */
    transition: opacity 0.5s ease; /* Fade in on desktop */
  }
}
@media screen and (min-width: 992px) {
  .page-template-live .page-top-part h1,
  .page-template-live .page-top-part .h1 {
    font-size: 48px;
    line-height: 55px;
  }
  .page-template-live .page-top-part p {
    font-size: 18px;
    line-height: 24.51px;
  }
  .page-template-live #accordionCalendarOffers .col {
    margin-bottom: 100px;
  }
  .page-template-live #accordionCalendarOffers .row {
    justify-content: center;
  }
  .page-template-live #accordionCalendarOffers .mobile-buttons {
    display: none;
  }
  .page-template-live #accordionCalendarOffers .accordion-calendar-offers .collapse {
    display: block;
  }
  .page-template-live #accordionCalendarOffers .accordion-calendar-offers .day {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-live #accordionCalendarOffers .accordion-calendar-offers .day .day-letter {
    width: 100%;
  }
  .page-template-live .slot-month {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding-top: 24px;
    max-width: none;
    height: 100%;
  }
  .page-template-live .slot-month .title {
    font-size: 35px;
  }
  .page-template-live .slot-month a.btn {
    font-size: 16px;
    line-height: 22px;
  }
  .page-template-live .bg--grey--mobile {
    padding: 0;
    background: transparent;
  }
  .page-template-live .offers-month__ctn .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    margin-bottom: 24px;
  }
  .page-template-live .offers-month__ctn .offers-scroll {
    padding-bottom: 0px;
    flex-direction: column;
    gap: 29px;
  }
  .page-template-live .latest-stream-ctn {
    text-align: left;
  }
  .page-template-live .latest-stream-ctn .heading {
    font-size: 40px;
    font-weight: 900;
    line-height: 48px;
    margin-bottom: 16px;
  }
  .page-template-live .latest-stream-ctn p {
    font-size: 16px;
    line-height: 21.79px;
  }
  .page-template-live .cards-grid-posts .post-card .h3 {
    font-size: 24px;
    line-height: 40px;
  }
  .page-template-live .cards-grid-posts .post-card--1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .page-template-live .cards-grid-posts .post-card--1 .h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .page-template-live .cards-grid-posts .post-card--1 img {
    position: absolute;
    right: -150px;
    max-width: 600px;
    z-index: 1;
  }
  .page-template-live .cards-grid-posts .post-card--1 .h3,
  .page-template-live .cards-grid-posts .post-card--1 p {
    z-index: 2;
    max-width: 360px;
  }
  .page-template-live .cards-grid-posts .smaller-post-cards {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    overflow-x: auto;
  }
  .page-template-live .cards-grid-posts .smaller-post-cards .post-card {
    max-width: 192px;
    margin-bottom: 0px !important;
  }
  .page-template-live .roanoke-c-content Campaign__content {
    padding: 0px !important;
  }
  .page-template-live .roanoke-c-canvas.Campaign__canvas .roanoke-element.roanoke-ele-1 p span {
    font-size: 40px !important;
    line-height: 53px !important;
    margin-bottom: 16px !important;
  }
  .page-template-live .roanoke-c-canvas.Campaign__canvas .roanoke-element.roanoke-ele-2 p span {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .page-template-live .roanoke-c-canvas.Campaign__canvas #roanoke-FieldsElementButton--rR12tGjr0cH5civtcmiY {
    max-width: 290px !important;
  }
  .page-template-live .section-3-shape:after {
    bottom: -98px;
  }
  .bg--primary .page-top-part {
    color: #fff;
  }
  .page-template-live .section-3-shape {
    height: 225px;
  }
  .page-template-live .section-3-shape::after {
    height: 181px;
  }
  .page-template-live .section-3-shape .socials {
    gap: 124px;
  }
  .page-template-live .section-3-shape .socials p {
    color: #fff;
  }
  .page-template-live .section-3-shape .socials img {
    max-width: 73px;
  }
  .page-template-live .section-3-shape .socials p {
    font-size: 17px;
    line-height: 55px;
  }
  .live-page-hero-area {
    margin-bottom: 88px;
  }
  .live-page-hero-area .col-md-3 {
    padding-bottom: 32px;
  }
  .live-page-hero-area .card {
    padding: 32px 60px;
    padding-bottom: 0;
  }
  .live-page-hero-area .card.to-left .streamer .streamer-img {
    left: -90px;
    bottom: 0px;
  }
  .live-page-hero-area .card .title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 24px;
  }
  .live-page-hero-area .card .streamer-name {
    font-size: 51.98px;
    line-height: 64.98px;
    bottom: calc(100% - 16px);
  }
  .live-page-hero-area .card .streamer .streamer-img {
    max-width: 279px;
  }
  .live-page-hero-area .card .star-1,
  .live-page-hero-area .card .star-2,
  .live-page-hero-area .card .star-3 {
    display: none;
  }
  .live-page-hero-area .card .image-bg,
  .live-page-hero-area .card .offer-card {
    max-height: 148px;
  }
  .live-page-hero-area .card .offer-card {
    height: 100%;
  }
  .live-page-hero-area .card .offer-card img {
    margin-bottom: 5px;
  }
  .live-page-hero-area .card .stream-thumbnail iframe {
    max-height: inherit;
  }
}
.no-scroll {
  overflow: hidden;
}

.page-id-115638.page-template-cutia_cu_surprize #fixed-offer {
  display: none;
}

.page-template-cutia_cu_surprize {
  overflow-x: hidden;
}
.page-template-cutia_cu_surprize #nav-mobile-blue-bar,
.page-template-cutia_cu_surprize .mega-menu-desktop-container {
  box-shadow: 0px 5.33px 57.2px 0px rgba(20, 7, 42, 0.1882352941);
}
.page-template-cutia_cu_surprize footer {
  margin-top: 0px !important;
}
.page-template-cutia_cu_surprize .cutia-cu-surprize__ctn {
  max-width: -webkit-fill-available;
}

.mobile-gift-header img {
  margin-bottom: 0px;
  animation: scaleUpDown 2s ease-in-out infinite;
  max-width: 24px;
}

.mega-menu-desktop-container--li img {
  margin-bottom: 0px;
  max-width: 20px;
  position: relative;
  bottom: 3px;
  margin-left: 6px;
  animation: scaleUpDown 2s ease-in-out infinite;
  rotate: 10deg;
}

@keyframes scaleUpDown {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}
.cutia-cu-surprize__wrapper {
  padding-top: 65px;
  width: 100%;
  height: 800px;
  background-size: cover;
  background-repeat: no-repeat;
}
.cutia-cu-surprize__wrapper .h1 {
  padding: 0px 20px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 800;
  font-family: "Georama", sans-serif;
  text-align: center;
  color: #fff;
  margin-bottom: 80px;
}

.circle-container {
  position: absolute;
  width: 250px;
  height: 250px;
  left: 50%;
  transform: translateX(-50%);
  top: 360px;
}

.circle {
  position: relative;
  width: 100%;
  height: 100%;
  border: 4px solid rgba(255, 255, 255, 0.3); /* Border of the circle */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle-item {
  position: absolute;
  width: 40px; /* Width of the images */
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: 125px 125px; /* Half of the container's width and height */
  margin-bottom: 0px;
}

/* Use transform: rotate() to evenly space the items around the circle */
.circle-item:nth-child(1) {
  transform: rotate(0deg) translateX(125px);
}

.circle-item:nth-child(2) {
  transform: rotate(45deg) translateX(125px);
}

.circle-item:nth-child(3) {
  transform: rotate(90deg) translateX(125px);
}

.circle-item:nth-child(4) {
  transform: rotate(135deg) translateX(125px);
}

.circle-item:nth-child(5) {
  transform: rotate(180deg) translateX(125px);
}

.circle-item:nth-child(6) {
  transform: rotate(225deg) translateX(125px);
}

.circle-item:nth-child(7) {
  transform: rotate(270deg) translateX(125px);
}

.circle-item:nth-child(8) {
  transform: rotate(315deg) translateX(125px);
}

/* Center gift images */
.gift-wrapper {
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.gift-wrapper img {
  margin-bottom: 0px;
}
.gift-wrapper .card {
  position: absolute;
  left: 50%;
  top: 59%;
  transform: translate(-50%, -50%) scale(0); /* Initially scale to 0 (hidden) */
  z-index: 10; /* Make sure the card is above the gift halves */
  display: none;
  width: 100%;
  max-width: 330px;
}
.gift-wrapper .btn.btn--1.see-more-offers {
  background: #fff;
  color: #413dee;
  box-shadow: 0px 0px 39px 0px #FFFFFF;
  z-index: 5;
  position: absolute;
  bottom: -50px;
  left: 50%;
  display: none;
  transform: translateX(-50%) scale(0); /* Initially scale to 0 (hidden) */
}
.gift-wrapper .offer-card {
  box-shadow: 4px 4px 32px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 0px;
  padding-bottom: 24px;
}
.gift-wrapper .offer-card .col-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 8px;
}
.gift-wrapper .offer-card .col-buttons .btn {
  width: 100%;
}
.gift-wrapper .offer-card .btn.btn--2 {
  padding: 8px 12px;
  font-size: 14px;
}
.gift-wrapper .offer-card .logo-box--bg {
  flex-direction: row;
}
.gift-wrapper .offer-card .logo-box--bg .rating-number {
  color: #f1f4ff;
  font-size: 24px;
  line-height: 30px;
  text-align: right;
  font-weight: 700;
}
.gift-wrapper .offer-card .logo-box--bg .casino-review {
  color: #e99d0e;
  font-size: 12px;
  text-align: right;
}
.gift-wrapper .offer-card h4 {
  padding: 0px 24px;
}
.gift-wrapper .offer-card h4 a {
  text-decoration: none;
  color: #323232;
}
.gift-wrapper .offer-card .hidden-content {
  background: #fff;
  border-radius: 10px;
  overflow-y: auto;
  padding: 7px 24px 18px 24px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: column;
  row-gap: 20px;
  justify-content: center;
}
.gift-wrapper .offer-card .hidden-content span {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.gift-wrapper .offer-card .hidden-content .step-item {
  display: flex;
  gap: 13px;
}
.gift-wrapper .offer-card .hidden-content .step-item p {
  margin-bottom: 0;
  font-family: "Georama", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}
.gift-wrapper .offer-card .hidden-content .step-item p a,
.gift-wrapper .offer-card .hidden-content .step-item p strong {
  color: #00c42e;
  text-decoration: none;
}
.gift-wrapper .offer-card .hidden-content .step-item .index {
  font-family: "Georama", sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 24px;
  color: #413dee;
}
.gift-wrapper .offer-card .btn--see-more,
.gift-wrapper .slot-card .btn--see-more {
  border: 1px solid #323232;
  border-radius: 30px;
  font-weight: 700;
  color: #323232;
}
.gift-wrapper .offer-card .kk-star-ratings .kksr-legend,
.gift-wrapper .slot-card .kk-star-ratings .kksr-legend {
  color: #323232;
  font-size: 9px !important;
  line-height: 19px;
  font-weight: 500 !important;
}
.gift-wrapper .offer-card .kk-star-ratings .kksr-icon,
.gift-wrapper .slot-card .kk-star-ratings .kksr-icon {
  width: 10px !important;
  height: 10px !important;
}
.gift-wrapper .slot-card {
  box-shadow: 4px 4px 32px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 24px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 22px;
  padding: 8px 12px;
}
.gift-wrapper .slot-card img {
  margin-bottom: 30px;
  border-radius: 10px;
}
.gift-wrapper .slot-card .buttons-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.gift-wrapper .slot-card .buttons-group .btn {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
  padding: 8px 12px;
  width: 100%;
}

.gift-half {
  width: 70px; /* Adjust size as needed */
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.gift-half.top {
  width: 200px;
}
.gift-half.bottom {
  width: 175px;
  position: relative;
  bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .mobile-gift-header {
    display: none;
  }
  .cutia-cu-surprize__wrapper {
    padding-top: 68px;
    min-height: 800px;
  }
  .cutia-cu-surprize__wrapper .h1 {
    font-size: 48px;
    line-height: 60px;
  }
  .cutia-cu-surprize__wrapper .circle-container {
    width: 550px;
    height: 550px;
  }
  .circle-container {
    top: 320px;
  }
  .gift-wrapper {
    top: 360px;
  }
  .gift-wrapper .card {
    top: 50%;
  }
  .gift-wrapper .btn.btn--1.see-more-offers {
    padding: 17px 44px;
    font-size: 16px;
    font-weight: 700;
    bottom: 40px;
  }
  .gift-half.top {
    width: 416px;
  }
  .gift-half.bottom {
    width: 360px;
    bottom: 63px;
  }
  .circle-item {
    width: 65px;
    height: 65px;
  }
  /* Use transform: rotate() to evenly space the items around the circle */
  .circle-item:nth-child(1) {
    transform: rotate(0deg) translateX(275px);
  }
  .circle-item:nth-child(2) {
    transform: rotate(45deg) translateX(275px);
  }
  .circle-item:nth-child(3) {
    transform: rotate(90deg) translateX(275px);
  }
  .circle-item:nth-child(4) {
    transform: rotate(135deg) translateX(275px);
  }
  .circle-item:nth-child(5) {
    transform: rotate(180deg) translateX(275px);
  }
  .circle-item:nth-child(6) {
    transform: rotate(225deg) translateX(275px);
  }
  .circle-item:nth-child(7) {
    transform: rotate(270deg) translateX(275px);
  }
  .circle-item:nth-child(8) {
    transform: rotate(315deg) translateX(275px);
  }
}
body.page-template-lp_lead_generation {
  background: #413dee;
}
body.page-template-lp_lead_generation .fixed-overlay {
  display: none;
}
body.page-template-lp_lead_generation main {
  padding-top: 16px;
  padding-bottom: 30px !important;
}
body.page-template-lp_lead_generation footer {
  margin-top: 0px !important;
}
body.page-template-lp_lead_generation h1 {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
}
body.page-template-lp_lead_generation h1 span {
  color: #e99d0e;
}
body.page-template-lp_lead_generation h2 {
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 32px;
}
body.page-template-lp_lead_generation .btn.btn--1 {
  color: #050451;
  background: #e99d0e;
  padding: 12px;
  font-size: 15px;
  line-height: 22px;
}
body.page-template-lp_lead_generation .lp-lead {
  margin-bottom: 56px;
  max-width: 661px;
  margin-left: auto;
  margin-right: auto;
}
body.page-template-lp_lead_generation .lp-lead .streamer-img {
  display: none;
}
body.page-template-lp_lead_generation .lp-lead .form-success {
  text-align: center;
}
body.page-template-lp_lead_generation .lp-lead .form-success h2 {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 24px;
}
body.page-template-lp_lead_generation .lp-lead .form-success p {
  font-size: 20px;
  line-height: 27px;
  text-align: center;
}
body.page-template-lp_lead_generation .lp-lead .form-success img {
  max-width: 111px;
  margin-bottom: 0;
}
body.page-template-lp_lead_generation .lp-lead .form-success .btn.btn--1 {
  width: 100%;
}
body.page-template-lp_lead_generation .lp-lead .form-container {
  border-radius: 11px;
  color: #fff;
  padding: 20px 16px;
  position: relative;
  margin-bottom: 16px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), linear-gradient(27.1deg, rgba(36, 33, 139, 0) 44.87%, rgba(2, 0, 88, 0.8) 99.27%);
}
body.page-template-lp_lead_generation .lp-lead .form-container .label {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 24px;
}
body.page-template-lp_lead_generation .lp-lead .form-container .icon-dice {
  rotate: -10deg;
}
body.page-template-lp_lead_generation .lp-lead .form-container .icon-heart {
  rotate: -25deg;
  max-width: 20px;
  margin-bottom: 0px;
  position: absolute;
  top: -18px;
  right: 19px;
  z-index: 2;
}
body.page-template-lp_lead_generation .lp-lead .form-container .icon-dice {
  max-width: 35px;
  margin-bottom: 0px;
  position: absolute;
  top: -25px;
  right: -10px;
}
body.page-template-lp_lead_generation .lp-lead .terms {
  color: #fff;
  font-size: 11px;
  line-height: 15px;
}

@media screen and (min-width: 768px) {
  body.page-template-lp_lead_generation .sc-motive-cards .card {
    margin-bottom: 0;
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  body.page-template-lp_lead_generation main {
    padding-top: 58px;
    padding-bottom: 80px !important;
  }
  body.page-template-lp_lead_generation h1 {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 51px;
  }
  body.page-template-lp_lead_generation h2 {
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 48px;
  }
  body.page-template-lp_lead_generation .lp-lead {
    margin-bottom: 120px;
    position: relative;
  }
  body.page-template-lp_lead_generation .lp-lead .streamer-img {
    display: inline;
    max-width: 405px;
    margin-bottom: 0;
    position: absolute;
    top: -50px;
    right: -32%;
  }
  body.page-template-lp_lead_generation .lp-lead .form-container {
    padding: 32px 36px;
    margin-right: 40px;
  }
  body.page-template-lp_lead_generation .lp-lead .form-container .label {
    font-size: 20px;
    line-height: 27.24px;
    margin-bottom: 32px;
  }
  body.page-template-lp_lead_generation .lp-lead .form-container .icon-dice {
    max-width: 51px;
    top: -27px;
    right: initial;
    left: -4px;
  }
  body.page-template-lp_lead_generation .lp-lead .form-container .icon-heart {
    max-width: 42px;
    top: 0px;
    right: initial;
    left: -25px;
  }
  body.page-template-lp_lead_generation .lp-lead .form-success {
    text-align: left;
    padding: 50px 0px;
  }
  body.page-template-lp_lead_generation .lp-lead .form-success h2,
  body.page-template-lp_lead_generation .lp-lead .form-success p {
    text-align: left;
  }
  body.page-template-lp_lead_generation .lp-lead .form-success img {
    display: none;
  }
  body.page-template-lp_lead_generation .lp-lead .form-success h2 {
    font-size: 40px;
    line-height: 36px;
  }
  body.page-template-lp_lead_generation .lp-lead .form-success p {
    margin-bottom: 40px;
  }
  body.page-template-lp_lead_generation .lp-lead .form-success .btn.btn--1 {
    max-width: 261px;
  }
  body.page-template-lp_lead_generation .sc-motive-cards {
    margin-bottom: 48px;
  }
}
.page-template-home_page .pin-spacer,
.page-template-lp_september_2024 .pin-spacer {
  background: #413dee;
}

#hp-hero-v2,
#lp-september-hero {
  background: #413dee;
  position: relative;
  overflow-x: clip;
  height: 100vh;
  min-height: 500px;
}
#hp-hero-v2 .svg-container,
#lp-september-hero .svg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#hp-hero-v2 #image-reveal,
#lp-september-hero #image-reveal {
  width: 100%;
  height: 100%;
}
#hp-hero-v2 #animatedImage,
#lp-september-hero #animatedImage {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#hp-hero-v2 .cards-container,
#lp-september-hero .cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  padding: 0 20px;
  max-width: 320px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
#hp-hero-v2 .cards-container .card,
#lp-september-hero .cards-container .card {
  background: rgba(255, 255, 255, 0.55);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 28px;
  backdrop-filter: blur(4px);
  padding: 16px;
  text-align: center;
  color: white;
  opacity: 0;
  transform: translateY(20px);
  width: calc(50% - 10px);
  min-height: 130px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  #hp-hero-v2 .cards-container .card,
  #lp-september-hero .cards-container .card {
    width: calc(25% - 15px);
  }
}
#hp-hero-v2 .cards-container .card img,
#lp-september-hero .cards-container .card img {
  max-width: 60px;
  margin-bottom: 0;
  transition: transform 0.5s ease;
}
#hp-hero-v2 .cards-container .card .text1,
#hp-hero-v2 .cards-container .card .text2,
#lp-september-hero .cards-container .card .text1,
#lp-september-hero .cards-container .card .text2 {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  opacity: 0;
  display: none;
  font-family: "Georama", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 21px;
  color: #0c0a67;
  text-align: center;
}
#hp-hero-v2 .cards-container .card .text1 .small,
#hp-hero-v2 .cards-container .card .text2 .small,
#lp-september-hero .cards-container .card .text1 .small,
#lp-september-hero .cards-container .card .text2 .small {
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}
#hp-hero-v2 .gift,
#lp-september-hero .gift {
  position: absolute;
  top: 70%;
  right: 10%;
  max-width: 75px;
  margin-bottom: 0;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.5s ease;
}
#hp-hero-v2 .star-big,
#lp-september-hero .star-big {
  position: absolute;
  top: 10%;
  right: 10%;
  max-width: 83px;
  margin-bottom: 0;
}
#hp-hero-v2 .star-small,
#lp-september-hero .star-small {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  max-width: 60px;
  margin-bottom: 0;
}
#hp-hero-v2 .no-deposit,
#lp-september-hero .no-deposit {
  max-width: 155px;
  position: absolute;
  top: 49%;
  right: 10%;
  margin-bottom: 0;
}
#hp-hero-v2 .cazinouri,
#lp-september-hero .cazinouri {
  max-width: 196px;
  margin-bottom: 0;
  position: absolute;
  top: 6%;
  left: 5%;
}
#hp-hero-v2 .heading-1,
#hp-hero-v2 .heading-2,
#lp-september-hero .heading-1,
#lp-september-hero .heading-2 {
  width: 100%;
  transition: transform 0.5s ease;
}
#hp-hero-v2 .heading-1 svg,
#hp-hero-v2 .heading-2 svg,
#lp-september-hero .heading-1 svg,
#lp-september-hero .heading-2 svg {
  max-width: 300px;
  width: 100%;
}
#hp-hero-v2 .heading-1,
#hp-hero-v2 .heading-2,
#lp-september-hero .heading-1,
#lp-september-hero .heading-2 {
  width: 100%;
  max-width: 300px;
}
#hp-hero-v2 .heading-1 img,
#hp-hero-v2 .heading-2 img,
#lp-september-hero .heading-1 img,
#lp-september-hero .heading-2 img {
  margin-bottom: 0;
}
#hp-hero-v2 .heading-1,
#lp-september-hero .heading-1 {
  position: absolute;
  top: 24%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
}
#hp-hero-v2 .heading-2,
#lp-september-hero .heading-2 {
  position: absolute;
  bottom: 25%;
  transform: translateX(-50%);
  left: 50%;
}
#hp-hero-v2 .btn.btn--3,
#lp-september-hero .btn.btn--3 {
  background: #413dee;
  color: #fff;
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: capitalize;
}
#hp-hero-v2 .scroll-icon,
#lp-september-hero .scroll-icon {
  display: block;
  position: relative;
  height: 40px;
  width: 20px;
  border: 2px solid #fff;
  border-radius: 1em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
#hp-hero-v2 .scroll-icon__wheel-outer,
#lp-september-hero .scroll-icon__wheel-outer {
  display: block;
  position: absolute;
  left: 50%;
  top: 0.6em;
  height: 1em;
  width: 0.4em;
  margin-left: -0.2em;
  border-radius: 0.4em;
  overflow: hidden;
}
#hp-hero-v2 .scroll-icon__wheel-inner,
#lp-september-hero .scroll-icon__wheel-inner {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  background: #fff;
  animation: scroll_1 2.75s ease-in-out infinite;
}
@keyframes scroll_1 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-0.6em);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(0.6em);
  }
  100% {
    transform: translateY(0);
  }
}

@media screen and (min-width: 1200px) {
  #hp-hero-v2 .heading-1,
  #hp-hero-v2 .heading-2,
  div#lp-september-hero.lp-hero-animated .heading-1,
  div#lp-september-hero.lp-hero-animated .heading-2 {
    max-width: 600px;
  }
  #hp-hero-v2 .heading-1 img,
  #hp-hero-v2 .heading-2 img,
  div#lp-september-hero.lp-hero-animated .heading-1 img,
  div#lp-september-hero.lp-hero-animated .heading-2 img {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  #hp-hero-v2 .heading-1,
  div#lp-september-hero.lp-hero-animated .heading-1 {
    top: 9%;
  }
  #hp-hero-v2 .heading-2,
  div#lp-september-hero.lp-hero-animated .heading-2 {
    bottom: 10%;
  }
  #hp-hero-v2 .star-small,
  div#lp-september-hero.lp-hero-animated .star-small {
    display: none;
  }
  #hp-hero-v2 .cazinouri,
  div#lp-september-hero.lp-hero-animated .cazinouri {
    max-width: 300px;
    top: 46%;
    left: 22%;
    rotate: -17deg;
  }
  #hp-hero-v2 .gift,
  div#lp-september-hero.lp-hero-animated .gift {
    max-width: 140px;
    top: 10%;
  }
  #hp-hero-v2 .star-big,
  div#lp-september-hero.lp-hero-animated .star-big {
    max-width: 190px;
    top: 70%;
  }
  #hp-hero-v2 .no-deposit,
  div#lp-september-hero.lp-hero-animated .no-deposit {
    max-width: 200px;
    top: 40%;
    right: 22%;
  }
  #hp-hero-v2 .cards-container,
  div#lp-september-hero.lp-hero-animated .cards-container {
    max-width: 960px;
  }
  #hp-hero-v2 .cards-container .card,
  div#lp-september-hero.lp-hero-animated .cards-container .card {
    min-height: 214px;
  }
  #hp-hero-v2 .cards-container .card img,
  div#lp-september-hero.lp-hero-animated .cards-container .card img {
    max-width: 130px;
  }
  #hp-hero-v2 .cards-container .card .icon-dice,
  div#lp-september-hero.lp-hero-animated .cards-container .card .icon-dice {
    max-width: 146px;
  }
  #hp-hero-v2 .cards-container .card .icon-star-3D,
  div#lp-september-hero.lp-hero-animated .cards-container .card .icon-star-3D {
    max-width: 163px;
  }
  #hp-hero-v2 .cards-container .card .icon-seven,
  div#lp-september-hero.lp-hero-animated .cards-container .card .icon-seven {
    max-width: 120px;
  }
  #hp-hero-v2 .cards-container .card .text1,
  #hp-hero-v2 .cards-container .card .text2,
  div#lp-september-hero.lp-hero-animated .cards-container .card .text1,
  div#lp-september-hero.lp-hero-animated .cards-container .card .text2 {
    font-size: 26px;
    line-height: 30px;
  }
  #hp-hero-v2 .cards-container .card .text1 .small,
  #hp-hero-v2 .cards-container .card .text2 .small,
  div#lp-september-hero.lp-hero-animated .cards-container .card .text1 .small,
  div#lp-september-hero.lp-hero-animated .cards-container .card .text2 .small {
    font-size: 14px;
    line-height: 14px;
  }
  #hp-hero-v2 .btn.btn--3 {
    bottom: 71px !important;
  }
  #hp-hero-v2 .scroll-icon {
    bottom: 15px;
  }
}
.calculator-block .card {
  background: #f2f2f2;
  border: 0;
  border-radius: 10px;
  padding: 24px 12px;
}
.calculator-block .taxes-calculator .results-ctn {
  flex-direction: column;
}
.calculator-block .taxes-calculator form,
.calculator-block .no-deposit-calculator form,
.calculator-block .deposit-calculator form,
.calculator-block .free-spins-calculator form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.calculator-block .taxes-calculator label,
.calculator-block .no-deposit-calculator label,
.calculator-block .deposit-calculator label,
.calculator-block .free-spins-calculator label {
  font-family: "Georama", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-right: 9px;
}
.calculator-block .taxes-calculator input,
.calculator-block .no-deposit-calculator input,
.calculator-block .deposit-calculator input,
.calculator-block .free-spins-calculator input {
  border: 0;
  background: #fff;
  padding: 10px;
  max-width: 136px;
  text-align: right;
}
.calculator-block .taxes-calculator input:focus,
.calculator-block .no-deposit-calculator input:focus,
.calculator-block .deposit-calculator input:focus,
.calculator-block .free-spins-calculator input:focus {
  outline: none;
}
.calculator-block .taxes-calculator input::-webkit-outer-spin-button, .calculator-block .taxes-calculator input::-webkit-inner-spin-button,
.calculator-block .no-deposit-calculator input::-webkit-outer-spin-button,
.calculator-block .no-deposit-calculator input::-webkit-inner-spin-button,
.calculator-block .deposit-calculator input::-webkit-outer-spin-button,
.calculator-block .deposit-calculator input::-webkit-inner-spin-button,
.calculator-block .free-spins-calculator input::-webkit-outer-spin-button,
.calculator-block .free-spins-calculator input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.calculator-block .taxes-calculator input[type=number],
.calculator-block .no-deposit-calculator input[type=number],
.calculator-block .deposit-calculator input[type=number],
.calculator-block .free-spins-calculator input[type=number] {
  -moz-appearance: textfield;
}
.calculator-block .taxes-calculator input::-moz-placeholder, .calculator-block .no-deposit-calculator input::-moz-placeholder, .calculator-block .deposit-calculator input::-moz-placeholder, .calculator-block .free-spins-calculator input::-moz-placeholder {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
.calculator-block .taxes-calculator input,
.calculator-block .taxes-calculator input::placeholder,
.calculator-block .no-deposit-calculator input,
.calculator-block .no-deposit-calculator input::placeholder,
.calculator-block .deposit-calculator input,
.calculator-block .deposit-calculator input::placeholder,
.calculator-block .free-spins-calculator input,
.calculator-block .free-spins-calculator input::placeholder {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
.calculator-block .taxes-calculator span,
.calculator-block .no-deposit-calculator span,
.calculator-block .deposit-calculator span,
.calculator-block .free-spins-calculator span {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-left: 8px;
}
.calculator-block .taxes-calculator .btn.btn--1,
.calculator-block .no-deposit-calculator .btn.btn--1,
.calculator-block .deposit-calculator .btn.btn--1,
.calculator-block .free-spins-calculator .btn.btn--1 {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.calculator-block .taxes-calculator .taxes-calculator-results,
.calculator-block .taxes-calculator .results-ctn,
.calculator-block .no-deposit-calculator .taxes-calculator-results,
.calculator-block .no-deposit-calculator .results-ctn,
.calculator-block .deposit-calculator .taxes-calculator-results,
.calculator-block .deposit-calculator .results-ctn,
.calculator-block .free-spins-calculator .taxes-calculator-results,
.calculator-block .free-spins-calculator .results-ctn {
  display: none;
  border-top: 1px solid #c4c4c4;
  margin-top: 16px;
  padding-top: 16px;
}
.calculator-block .taxes-calculator .taxes-calculator-results .results .item,
.calculator-block .taxes-calculator .results-ctn .results .item,
.calculator-block .no-deposit-calculator .taxes-calculator-results .results .item,
.calculator-block .no-deposit-calculator .results-ctn .results .item,
.calculator-block .deposit-calculator .taxes-calculator-results .results .item,
.calculator-block .deposit-calculator .results-ctn .results .item,
.calculator-block .free-spins-calculator .taxes-calculator-results .results .item,
.calculator-block .free-spins-calculator .results-ctn .results .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.calculator-block .taxes-calculator .taxes-calculator-results .results .item strong,
.calculator-block .taxes-calculator .results-ctn .results .item strong,
.calculator-block .no-deposit-calculator .taxes-calculator-results .results .item strong,
.calculator-block .no-deposit-calculator .results-ctn .results .item strong,
.calculator-block .deposit-calculator .taxes-calculator-results .results .item strong,
.calculator-block .deposit-calculator .results-ctn .results .item strong,
.calculator-block .free-spins-calculator .taxes-calculator-results .results .item strong,
.calculator-block .free-spins-calculator .results-ctn .results .item strong {
  font-family: "Georama", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.calculator-block .taxes-calculator .taxes-calculator-results .results .item .taxes,
.calculator-block .taxes-calculator .taxes-calculator-results .results .item .net,
.calculator-block .taxes-calculator .results-ctn .results .item .taxes,
.calculator-block .taxes-calculator .results-ctn .results .item .net,
.calculator-block .no-deposit-calculator .taxes-calculator-results .results .item .taxes,
.calculator-block .no-deposit-calculator .taxes-calculator-results .results .item .net,
.calculator-block .no-deposit-calculator .results-ctn .results .item .taxes,
.calculator-block .no-deposit-calculator .results-ctn .results .item .net,
.calculator-block .deposit-calculator .taxes-calculator-results .results .item .taxes,
.calculator-block .deposit-calculator .taxes-calculator-results .results .item .net,
.calculator-block .deposit-calculator .results-ctn .results .item .taxes,
.calculator-block .deposit-calculator .results-ctn .results .item .net,
.calculator-block .free-spins-calculator .taxes-calculator-results .results .item .taxes,
.calculator-block .free-spins-calculator .taxes-calculator-results .results .item .net,
.calculator-block .free-spins-calculator .results-ctn .results .item .taxes,
.calculator-block .free-spins-calculator .results-ctn .results .item .net {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}
.calculator-block .taxes-calculator .taxes-calculator-results .results .item .taxes span,
.calculator-block .taxes-calculator .taxes-calculator-results .results .item .net span,
.calculator-block .taxes-calculator .results-ctn .results .item .taxes span,
.calculator-block .taxes-calculator .results-ctn .results .item .net span,
.calculator-block .no-deposit-calculator .taxes-calculator-results .results .item .taxes span,
.calculator-block .no-deposit-calculator .taxes-calculator-results .results .item .net span,
.calculator-block .no-deposit-calculator .results-ctn .results .item .taxes span,
.calculator-block .no-deposit-calculator .results-ctn .results .item .net span,
.calculator-block .deposit-calculator .taxes-calculator-results .results .item .taxes span,
.calculator-block .deposit-calculator .taxes-calculator-results .results .item .net span,
.calculator-block .deposit-calculator .results-ctn .results .item .taxes span,
.calculator-block .deposit-calculator .results-ctn .results .item .net span,
.calculator-block .free-spins-calculator .taxes-calculator-results .results .item .taxes span,
.calculator-block .free-spins-calculator .taxes-calculator-results .results .item .net span,
.calculator-block .free-spins-calculator .results-ctn .results .item .taxes span,
.calculator-block .free-spins-calculator .results-ctn .results .item .net span {
  font-size: 20px;
}
.calculator-block .taxes-calculator .taxes-calculator-results .progress-container,
.calculator-block .taxes-calculator .results-ctn .progress-container,
.calculator-block .no-deposit-calculator .taxes-calculator-results .progress-container,
.calculator-block .no-deposit-calculator .results-ctn .progress-container,
.calculator-block .deposit-calculator .taxes-calculator-results .progress-container,
.calculator-block .deposit-calculator .results-ctn .progress-container,
.calculator-block .free-spins-calculator .taxes-calculator-results .progress-container,
.calculator-block .free-spins-calculator .results-ctn .progress-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.calculator-block .taxes-calculator .taxes-calculator-results .progress-container .progress-bar,
.calculator-block .taxes-calculator .results-ctn .progress-container .progress-bar,
.calculator-block .no-deposit-calculator .taxes-calculator-results .progress-container .progress-bar,
.calculator-block .no-deposit-calculator .results-ctn .progress-container .progress-bar,
.calculator-block .deposit-calculator .taxes-calculator-results .progress-container .progress-bar,
.calculator-block .deposit-calculator .results-ctn .progress-container .progress-bar,
.calculator-block .free-spins-calculator .taxes-calculator-results .progress-container .progress-bar,
.calculator-block .free-spins-calculator .results-ctn .progress-container .progress-bar {
  position: relative;
  width: 100%;
  height: 40px;
  background-color: #e99d0e;
  overflow: hidden;
  margin-bottom: 16px;
}
.calculator-block .taxes-calculator .taxes-calculator-results .progress-container .progress-bar .progress-completed,
.calculator-block .taxes-calculator .results-ctn .progress-container .progress-bar .progress-completed,
.calculator-block .no-deposit-calculator .taxes-calculator-results .progress-container .progress-bar .progress-completed,
.calculator-block .no-deposit-calculator .results-ctn .progress-container .progress-bar .progress-completed,
.calculator-block .deposit-calculator .taxes-calculator-results .progress-container .progress-bar .progress-completed,
.calculator-block .deposit-calculator .results-ctn .progress-container .progress-bar .progress-completed,
.calculator-block .free-spins-calculator .taxes-calculator-results .progress-container .progress-bar .progress-completed,
.calculator-block .free-spins-calculator .results-ctn .progress-container .progress-bar .progress-completed {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 92%;
  background-color: #00c42e;
}
.calculator-block .taxes-calculator .taxes-calculator-results .progress-container .labels,
.calculator-block .taxes-calculator .results-ctn .progress-container .labels,
.calculator-block .no-deposit-calculator .taxes-calculator-results .progress-container .labels,
.calculator-block .no-deposit-calculator .results-ctn .progress-container .labels,
.calculator-block .deposit-calculator .taxes-calculator-results .progress-container .labels,
.calculator-block .deposit-calculator .results-ctn .progress-container .labels,
.calculator-block .free-spins-calculator .taxes-calculator-results .progress-container .labels,
.calculator-block .free-spins-calculator .results-ctn .progress-container .labels {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.calculator-block .taxes-calculator .taxes-calculator-results .progress-container .labels .label,
.calculator-block .taxes-calculator .results-ctn .progress-container .labels .label,
.calculator-block .no-deposit-calculator .taxes-calculator-results .progress-container .labels .label,
.calculator-block .no-deposit-calculator .results-ctn .progress-container .labels .label,
.calculator-block .deposit-calculator .taxes-calculator-results .progress-container .labels .label,
.calculator-block .deposit-calculator .results-ctn .progress-container .labels .label,
.calculator-block .free-spins-calculator .taxes-calculator-results .progress-container .labels .label,
.calculator-block .free-spins-calculator .results-ctn .progress-container .labels .label {
  font-size: 14px;
  font-weight: bold;
}
.calculator-block .taxes-calculator .taxes-calculator-results .progress-container .labels .start-label,
.calculator-block .taxes-calculator .taxes-calculator-results .progress-container .labels .end-label,
.calculator-block .taxes-calculator .results-ctn .progress-container .labels .start-label,
.calculator-block .taxes-calculator .results-ctn .progress-container .labels .end-label,
.calculator-block .no-deposit-calculator .taxes-calculator-results .progress-container .labels .start-label,
.calculator-block .no-deposit-calculator .taxes-calculator-results .progress-container .labels .end-label,
.calculator-block .no-deposit-calculator .results-ctn .progress-container .labels .start-label,
.calculator-block .no-deposit-calculator .results-ctn .progress-container .labels .end-label,
.calculator-block .deposit-calculator .taxes-calculator-results .progress-container .labels .start-label,
.calculator-block .deposit-calculator .taxes-calculator-results .progress-container .labels .end-label,
.calculator-block .deposit-calculator .results-ctn .progress-container .labels .start-label,
.calculator-block .deposit-calculator .results-ctn .progress-container .labels .end-label,
.calculator-block .free-spins-calculator .taxes-calculator-results .progress-container .labels .start-label,
.calculator-block .free-spins-calculator .taxes-calculator-results .progress-container .labels .end-label,
.calculator-block .free-spins-calculator .results-ctn .progress-container .labels .start-label,
.calculator-block .free-spins-calculator .results-ctn .progress-container .labels .end-label {
  font-size: 14px;
  font-weight: 700;
  line-height: 19.07px;
}
.calculator-block .taxes-calculator .taxes-calculator-results .progress-container .labels .start-label,
.calculator-block .taxes-calculator .results-ctn .progress-container .labels .start-label,
.calculator-block .no-deposit-calculator .taxes-calculator-results .progress-container .labels .start-label,
.calculator-block .no-deposit-calculator .results-ctn .progress-container .labels .start-label,
.calculator-block .deposit-calculator .taxes-calculator-results .progress-container .labels .start-label,
.calculator-block .deposit-calculator .results-ctn .progress-container .labels .start-label,
.calculator-block .free-spins-calculator .taxes-calculator-results .progress-container .labels .start-label,
.calculator-block .free-spins-calculator .results-ctn .progress-container .labels .start-label {
  color: #0e9f30;
}
.calculator-block .taxes-calculator .taxes-calculator-results .progress-container .labels .end-label,
.calculator-block .taxes-calculator .results-ctn .progress-container .labels .end-label,
.calculator-block .no-deposit-calculator .taxes-calculator-results .progress-container .labels .end-label,
.calculator-block .no-deposit-calculator .results-ctn .progress-container .labels .end-label,
.calculator-block .deposit-calculator .taxes-calculator-results .progress-container .labels .end-label,
.calculator-block .deposit-calculator .results-ctn .progress-container .labels .end-label,
.calculator-block .free-spins-calculator .taxes-calculator-results .progress-container .labels .end-label,
.calculator-block .free-spins-calculator .results-ctn .progress-container .labels .end-label {
  color: #e99d0e;
}
.calculator-block .no-deposit-calculator .form-group label,
.calculator-block .deposit-calculator .form-group label,
.calculator-block .free-spins-calculator .form-group label {
  width: 100%;
  margin-bottom: 8px;
}
.calculator-block .no-deposit-calculator .form-group div,
.calculator-block .deposit-calculator .form-group div,
.calculator-block .free-spins-calculator .form-group div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 24px;
}
.calculator-block .no-deposit-calculator .form-group div input,
.calculator-block .deposit-calculator .form-group div input,
.calculator-block .free-spins-calculator .form-group div input {
  min-width: 82%;
}
.calculator-block .no-deposit-calculator .form-group div:last-child,
.calculator-block .deposit-calculator .form-group div:last-child,
.calculator-block .free-spins-calculator .form-group div:last-child {
  margin-bottom: 0;
}
.calculator-block .no-deposit-calculator .results-ctn,
.calculator-block .deposit-calculator .results-ctn,
.calculator-block .free-spins-calculator .results-ctn {
  text-align: center;
}
.calculator-block .no-deposit-calculator .results-ctn p,
.calculator-block .deposit-calculator .results-ctn p,
.calculator-block .free-spins-calculator .results-ctn p {
  line-height: 24px;
  margin-bottom: 8px;
}
.calculator-block .no-deposit-calculator .results-ctn .h5,
.calculator-block .deposit-calculator .results-ctn .h5,
.calculator-block .free-spins-calculator .results-ctn .h5 {
  font-family: "Georama", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
  color: #143cdb;
}
.calculator-block .deposit-calculator .results-ctn .results .item:last-child {
  margin-bottom: 0;
}
.calculator-block .deposit-free-spins-calculator .tabs {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.calculator-block .deposit-free-spins-calculator .tabs .tab {
  background-color: #413dee;
  color: #fff;
  font-family: "Georama", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  padding: 13px 16px;
  cursor: pointer;
}
.calculator-block .deposit-free-spins-calculator .tabs .tab:first-child {
  border-top-left-radius: 4px;
}
.calculator-block .deposit-free-spins-calculator .tabs .tab:last-child {
  border-top-right-radius: 4px;
}
.calculator-block .deposit-free-spins-calculator .tabs .tab.active {
  background-color: #f2f2f2;
  color: #232323;
  transform: scale(1);
  cursor: auto;
}
.calculator-block .deposit-free-spins-calculator .free-spins-calculator {
  display: none;
}
.calculator-block .deposit-free-spins-calculator .deposit-calculator,
.calculator-block .deposit-free-spins-calculator .free-spins-calculator {
  border-radius: 0px 10px 10px 10px;
}

@media screen and (min-width: 768px) {
  .calculator-block .taxes-calculator form,
  .calculator-block .no-deposit-calculator form,
  .calculator-block .deposit-calculator form,
  .calculator-block .free-spins-calculator form {
    flex-direction: row;
    justify-content: space-between;
  }
  .calculator-block .no-deposit-calculator form,
  .calculator-block .deposit-calculator form,
  .calculator-block .free-spins-calculator form {
    align-items: center;
  }
  .calculator-block .deposit-calculator .results-ctn .results {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .calculator-block .deposit-calculator .results-ctn .results .item {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .calculator-block .taxes-calculator .form-group label,
  .calculator-block .taxes-calculator .form-group span,
  .calculator-block .taxes-calculator .taxes-calculator-results .results .item strong,
  .calculator-block .taxes-calculator .taxes-calculator-results .results .item .taxes span,
  .calculator-block .taxes-calculator .results-ctn .results .item strong,
  .calculator-block .taxes-calculator .results-ctn .results .item .taxes span,
  .calculator-block .no-deposit-calculator .form-group label,
  .calculator-block .no-deposit-calculator .form-group span,
  .calculator-block .no-deposit-calculator .taxes-calculator-results .results .item strong,
  .calculator-block .no-deposit-calculator .taxes-calculator-results .results .item .taxes span,
  .calculator-block .no-deposit-calculator .results-ctn .results .item strong,
  .calculator-block .no-deposit-calculator .results-ctn .results .item .taxes span,
  .calculator-block .deposit-calculator .form-group label,
  .calculator-block .deposit-calculator .form-group span,
  .calculator-block .deposit-calculator .taxes-calculator-results .results .item strong,
  .calculator-block .deposit-calculator .taxes-calculator-results .results .item .taxes span,
  .calculator-block .deposit-calculator .results-ctn .results .item strong,
  .calculator-block .deposit-calculator .results-ctn .results .item .taxes span,
  .calculator-block .free-spins-calculator .form-group label,
  .calculator-block .free-spins-calculator .form-group span,
  .calculator-block .free-spins-calculator .taxes-calculator-results .results .item strong,
  .calculator-block .free-spins-calculator .taxes-calculator-results .results .item .taxes span,
  .calculator-block .free-spins-calculator .results-ctn .results .item strong,
  .calculator-block .free-spins-calculator .results-ctn .results .item .taxes span {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .calculator-block .taxes-calculator .btn.btn--1,
  .calculator-block .no-deposit-calculator .btn.btn--1,
  .calculator-block .deposit-calculator .btn.btn--1,
  .calculator-block .free-spins-calculator .btn.btn--1 {
    min-width: 257px;
  }
  .calculator-block .taxes-calculator .taxes-calculator-results,
  .calculator-block .taxes-calculator .results-ctn,
  .calculator-block .no-deposit-calculator .taxes-calculator-results,
  .calculator-block .no-deposit-calculator .results-ctn,
  .calculator-block .deposit-calculator .taxes-calculator-results,
  .calculator-block .deposit-calculator .results-ctn,
  .calculator-block .free-spins-calculator .taxes-calculator-results,
  .calculator-block .free-spins-calculator .results-ctn {
    display: none;
    flex-direction: row;
    margin-top: 27px;
    padding-top: 27px;
  }
  .calculator-block .taxes-calculator .taxes-calculator-results .results,
  .calculator-block .taxes-calculator .results-ctn .results,
  .calculator-block .no-deposit-calculator .taxes-calculator-results .results,
  .calculator-block .no-deposit-calculator .results-ctn .results,
  .calculator-block .deposit-calculator .taxes-calculator-results .results,
  .calculator-block .deposit-calculator .results-ctn .results,
  .calculator-block .free-spins-calculator .taxes-calculator-results .results,
  .calculator-block .free-spins-calculator .results-ctn .results {
    min-width: 335px;
    padding-right: 53px;
    margin-right: 53px;
    border-right: 1px solid #c4c4c4;
  }
  .calculator-block .taxes-calculator .taxes-calculator-results .results .item:last-child,
  .calculator-block .taxes-calculator .results-ctn .results .item:last-child,
  .calculator-block .no-deposit-calculator .taxes-calculator-results .results .item:last-child,
  .calculator-block .no-deposit-calculator .results-ctn .results .item:last-child,
  .calculator-block .deposit-calculator .taxes-calculator-results .results .item:last-child,
  .calculator-block .deposit-calculator .results-ctn .results .item:last-child,
  .calculator-block .free-spins-calculator .taxes-calculator-results .results .item:last-child,
  .calculator-block .free-spins-calculator .results-ctn .results .item:last-child {
    margin-bottom: 0;
  }
  .calculator-block .taxes-calculator .taxes-calculator-results .progress-container .labels .start-label,
  .calculator-block .taxes-calculator .taxes-calculator-results .progress-container .labels .end-label,
  .calculator-block .taxes-calculator .results-ctn .progress-container .labels .start-label,
  .calculator-block .taxes-calculator .results-ctn .progress-container .labels .end-label,
  .calculator-block .no-deposit-calculator .taxes-calculator-results .progress-container .labels .start-label,
  .calculator-block .no-deposit-calculator .taxes-calculator-results .progress-container .labels .end-label,
  .calculator-block .no-deposit-calculator .results-ctn .progress-container .labels .start-label,
  .calculator-block .no-deposit-calculator .results-ctn .progress-container .labels .end-label,
  .calculator-block .deposit-calculator .taxes-calculator-results .progress-container .labels .start-label,
  .calculator-block .deposit-calculator .taxes-calculator-results .progress-container .labels .end-label,
  .calculator-block .deposit-calculator .results-ctn .progress-container .labels .start-label,
  .calculator-block .deposit-calculator .results-ctn .progress-container .labels .end-label,
  .calculator-block .free-spins-calculator .taxes-calculator-results .progress-container .labels .start-label,
  .calculator-block .free-spins-calculator .taxes-calculator-results .progress-container .labels .end-label,
  .calculator-block .free-spins-calculator .results-ctn .progress-container .labels .start-label,
  .calculator-block .free-spins-calculator .results-ctn .progress-container .labels .end-label {
    font-size: 18px;
    line-height: 24px;
  }
  .calculator-block .no-deposit-calculator .form-group,
  .calculator-block .deposit-calculator .form-group,
  .calculator-block .free-spins-calculator .form-group {
    display: flex;
    gap: 64px;
  }
  .calculator-block .no-deposit-calculator .form-group div,
  .calculator-block .deposit-calculator .form-group div,
  .calculator-block .free-spins-calculator .form-group div {
    flex-wrap: nowrap;
    margin-bottom: 0;
  }
  .calculator-block .no-deposit-calculator .form-group div input,
  .calculator-block .deposit-calculator .form-group div input,
  .calculator-block .free-spins-calculator .form-group div input {
    min-width: 100px;
  }
  .calculator-block .no-deposit-calculator .results-ctn p,
  .calculator-block .deposit-calculator .results-ctn p,
  .calculator-block .free-spins-calculator .results-ctn p {
    margin-bottom: 16px;
  }
  .calculator-block .no-deposit-calculator .results-ctn .h5,
  .calculator-block .deposit-calculator .results-ctn .h5,
  .calculator-block .free-spins-calculator .results-ctn .h5 {
    font-size: 24px;
    line-height: 24px;
  }
  .calculator-block .deposit-calculator .results-ctn .results {
    padding: 0;
    margin: 0;
    border: 0;
    max-width: 713px;
    width: 100%;
  }
  .calculator-block .deposit-calculator .results-ctn .results .item {
    max-width: 326px;
    width: 100%;
  }
}
.offers-nav {
  position: relative;
  overflow: hidden;
}
.offers-nav .btn-container {
  display: flex;
  gap: 16px;
  white-space: nowrap;
  overflow-x: auto;
}
.offers-nav .btn-container::-webkit-scrollbar {
  display: none;
}
.offers-nav .btn.btn--nav {
  background: #413dee;
  color: #fff;
  padding: 10px 16px;
  font-family: "Georama", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  flex: 0 0 auto;
}

@media screen and (min-width: 1200px) {
  .offers-nav .btn-container {
    padding-bottom: 10px;
  }
  .offers-nav .btn-container::-webkit-scrollbar {
    display: block;
  }
}
.toc.acf-block {
  margin-bottom: 16px;
}
.toc.acf-block .toc__header {
  background: #413dee;
  border-radius: 10px;
  padding: 7px 16px;
}
.toc.acf-block .toc__header .title {
  color: #f2f2f2;
  font-family: "Georama", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}
.toc.acf-block .toc__content {
  background: #f2f2f2;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 16px;
}
.toc.acf-block .toc__content .item {
  display: block;
  color: #713c00;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  max-height: 0; /* Initially hidden */
  opacity: 0; /* Initially transparent */
  transition: max-height 0.3s ease, opacity 0.3s ease, margin 0.3s ease;
}
.toc.acf-block .toc__content .item.visible {
  max-height: 100px; /* Adjust based on the item's approximate height */
  opacity: 1;
  margin: 0 0 10px 0;
}
.toc.acf-block .toc__content .item:hover {
  text-decoration: none;
}
.toc.acf-block .toc__content .item span {
  font-weight: 700;
  padding-right: 12px;
}
.toc.acf-block .toc__content .item:last-of-type {
  margin-bottom: 0;
}
.toc.acf-block .toc__content .btn-see-more {
  display: none;
  align-items: center;
  justify-content: center;
  color: #413dee;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  margin-top: 16px;
}
.toc.acf-block .toc__content .btn-see-more .text {
  padding-right: 8px;
}

@media screen and (min-width: 1200px) {
  .toc.acf-block {
    margin-bottom: 40px;
  }
  .toc.acf-block .toc__header {
    padding: 12px 32px;
  }
  .toc.acf-block .toc__header .title {
    font-size: 24px;
    line-height: 28px;
  }
  .toc.acf-block .toc__content {
    padding: 14px 47px;
  }
  .toc.acf-block .toc__content .btn-see-more {
    margin: 14px 0px;
  }
}
.acf-content-faq {
  margin-bottom: 16px;
}
.acf-content-faq .content-faq-item {
  margin-bottom: 16px;
}
.acf-content-faq .content-faq-item:last-child {
  margin-bottom: 0;
}
.acf-content-faq .content-faq-item__question {
  background-color: #e2e2e2;
  padding: 12px 16px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 10px;
}
.acf-content-faq .content-faq-item__question .text-h3 {
  font-family: "Georama", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #232323;
  gap: 12px;
}
.acf-content-faq .content-faq-item__question.q-active svg {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.acf-content-faq .content-faq-item__answer {
  padding: 0px 16px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}
.acf-content-faq .content-faq-item__answer.visible {
  max-height: 800px;
  opacity: 1;
}
.acf-content-faq .content-faq-item__answer p {
  font-size: 18px;
  padding-top: 18px;
  line-height: 24.51px;
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .acf-content-faq {
    margin-bottom: 40px;
  }
  .acf-content-faq .content-faq-item__question {
    padding: 12px 32px;
  }
  .acf-content-faq .content-faq-item__answer {
    padding: 0px 32px;
  }
  .acf-content-faq .content-faq-item__answer p {
    padding-top: 24px;
  }
}
.nav-no-menu {
  box-shadow: 0px 4px 42.9px 0px rgba(20, 7, 42, 0.19);
}
.nav-no-menu .navbar-brand span {
  position: relative;
  top: 4px;
}
.nav-no-menu .nav-onjn p {
  color: #fff;
  text-align: center;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.nav-no-menu .nav-onjn .icons {
  gap: 7px;
}
.nav-no-menu .nav-onjn .icons .major {
  position: relative;
  top: 3px;
}
.nav-no-menu .nav-onjn .icons img {
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .nav-no-menu .nav-onjn p {
    font-size: 14.8px;
  }
}
.sc-motive-cards .card {
  background: rgba(255, 255, 255, 0.55);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 28px;
  backdrop-filter: blur(4px);
  padding: 16px;
  text-align: center;
  color: white;
  width: 100%;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sc-motive-cards .card:hover {
  text-decoration: none;
}
.sc-motive-cards .card:hover .text1,
.sc-motive-cards .card:hover .text2 {
  text-decoration: none;
}
.sc-motive-cards .card img {
  max-width: 50px;
  margin-bottom: 20px;
}
.sc-motive-cards .card .text1 {
  margin-bottom: 4px;
}
.sc-motive-cards .card .text1,
.sc-motive-cards .card .text2 {
  font-family: "Georama", sans-serif;
  font-weight: 700;
  color: #0c0a67;
  text-align: center;
}
.sc-motive-cards .card .text1 {
  font-size: 16px;
  line-height: 22px;
}
.sc-motive-cards .card .text2 {
  font-size: 24px;
  line-height: 22px;
}

@media screen and (min-width: 1200px) {
  .sc-motive-cards .card {
    height: 100%;
  }
  .sc-motive-cards .card img {
    max-width: 72px;
  }
  .sc-motive-cards .card .icon-dice {
    max-width: 95px;
  }
  .sc-motive-cards .card .icon-star-3D {
    max-width: 94px;
  }
  .sc-motive-cards .card .icon-seven {
    max-width: 65px;
  }
  .sc-motive-cards .card .text1 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .sc-motive-cards .card .text2 {
    font-size: 24px;
    line-height: 22px;
  }
}
.lp-promo-button {
  background: #D9D8FC;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 600;
  font-size: 15px;
  line-height: 28px;
  color: #413dee !important;
}
.lp-promo-button img {
  margin-bottom: 0;
  max-width: 160px;
}
@media screen and (max-width: 1200px) {
  .lp-promo-button {
    width: 100%;
  }
}

.mega-menu-container {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
}

.mega-menu-container--mobile .mega-menu-mobile-buttons {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mega-menu-container--mobile .btn-gradient-page {
  border-radius: 10px;
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), linear-gradient(-131.498deg, #413DEE 52%, #F4911C 100%);
  padding: 8px !important;
  height: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 8px;
  width: 100%;
  max-width: 215px;
  color: #413dee !important;
}
.mega-menu-container--mobile .hot-items-container {
  margin-bottom: 32px;
}
.mega-menu-container--mobile #clearIcon,
.mega-menu-container--mobile .search-icon {
  cursor: pointer;
  border: 0;
  position: absolute;
  top: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mega-menu-container--mobile .search-icon {
  left: 0;
}
.mega-menu-container--mobile #clearIcon {
  right: 0;
  opacity: 0;
}

.mega-menu-container > div {
  display: none;
}

.mega-menu-container .row {
  padding: 32px 0;
}

.mega-menu-nav-heading {
  color: #143cdb;
  font-size: 12px;
  font-weight: 400;
  padding: 16px 0;
  text-transform: uppercase;
}

.mega-menu-a {
  color: #232323;
  display: block;
  padding: 16px 0;
  font-size: 16px;
}

.mega-menu-content-container {
  display: flex;
  align-items: flex-end;
}

.mega-menu-container > .container {
  display: none;
}

.mega-menu-content-container p {
  font-weight: 300;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.6em;
  color: #413dee;
  font-weight: bold;
}

.mega-menu-image-container img {
  max-width: 100%;
}

.mega-menu-roll {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  position: fixed;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none Firefox;
  scrollbar-width: none;
  z-index: 10;
  width: 100%;
}

.mega-menu-links-container {
  margin-top: 64px;
}

.mega-menu-roll::-webkit-scrollbar {
  display: none;
}

.megamenu-col-title {
  padding: 16px;
}

.active {
  transform: scale(1.1);
  transition: all 0.2s ease-in-out;
}

#searchTriggerMobile.active,
#searchTrigger.active {
  transform: scale(1);
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1200px) {
  #searchTriggerMobile.active,
  #searchTrigger.active {
    opacity: 0.6;
  }
}

.mega-menu-list-mobile {
  display: flex;
  flex-direction: column;
  background: #fff;
  height: 100%;
}

body.page .navbar {
  margin-bottom: 0 !important;
}

.mega-menu-roll {
  padding: 8px;
  background: #eef1ff;
}

.mega-menu-roll a {
  padding: 8px;
  color: #232323;
  border-radius: 4px;
  margin: 0 8px;
}

a.active-menu-roll {
  text-decoration: none;
  background: #413dee;
  border-radius: 10px;
  color: #D9D8FC;
}

.mega-menu-container--mobile {
  display: none;
}

@media screen and (max-width: 1200px) {
  .mega-menu-container--mobile {
    display: block !important;
  }
  .mega-menu-desktop-container {
    display: none;
  }
}
.mega-menu-container--mobile .mega-menu-list-mobile a {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #232323;
}

.force-center-item {
  text-align: center;
}

.mega-menu-list-mobile {
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mega-menu-mobile-nav-heading {
  color: #143cdb;
  text-transform: uppercase;
}

#mega-menu-back-arrow-container {
  position: relative;
  max-width: 40px;
  max-height: 40px;
  border-right: 2px solid rgba(65, 61, 238, 0.2392156863);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-right: 14px;
}
#mega-menu-back-arrow-container svg {
  position: relative;
  top: 2px;
}

#mega-menu-back-arrow-container div {
  background: transparent;
}

#nav-mobile-blue-bar {
  background: #413dee;
  padding: 10px 20px;
}

#nav-mobile-blue-bar > .row > div {
  gap: 16px;
  display: flex;
  align-items: center;
}

.mega-menu-mobile-level-1-items {
  padding: 16px;
}

.mega-menu-desktop-container--top-part {
  position: relative;
}
.mega-menu-desktop-container--top-part .icon_search_desktop {
  border-right: 2px solid #F1F4FF;
  padding-right: 16px;
}

.mega-menu-desktop-container--top-part img {
  max-width: 20px;
  margin-bottom: 0;
  margin-right: 32px;
}

.mega-menu-desktop-container--top-part--logo {
  display: grid;
  align-items: center;
}

.mega-menu-desktop-container {
  background: #413dee;
  padding: 20px 0px;
  z-index: 100;
  position: relative;
}

.mega-menu-desktop-container--ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  gap: 15px;
}

.mega-menu-desktop-container--li {
  padding: 0;
  margin-bottom: 0;
}
.mega-menu-desktop-container--li a:hover {
  color: #fff;
  text-decoration: none;
}

.mega-menu-desktop-container--li:before {
  content: none;
}

.mega-menu-desktop-container--a {
  color: #fff;
}

.mega-menu-desktop-container--top-part input {
  font-size: 14px;
  color: #fff;
  background: transparent;
  width: 100%;
  border-radius: 30px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #fff;
  height: 30px;
}

.mega-menu-desktop-container--top-part .search-icon {
  cursor: pointer;
  border: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mega-menu-desktop-container--top-part .icons {
  gap: 16px;
}

.mega-menu-desktop-container--top-part .icons > div a {
  display: grid;
  align-items: center;
}

.mega-menu-desktop-container--top-part .search-icon svg {
  max-width: 12px;
  fill: #fff;
}

.mega-menu-container--mobile .nav-search {
  background: #413dee;
  padding: 8px 0px 16px 0px;
}

.mega-menu-container--mobile {
  position: fixed;
  width: 100%;
  z-index: 10000000000000;
}

.mega-menu-container--mobile input {
  font-size: 12px;
  font-style: italic;
  color: #000d40;
  background: #EEF1FF;
  width: 100%;
  padding: 8px 40px 8px 40px;
  height: 40px;
}

.mega-menu-container--mobile .search-icon svg {
  width: 20px;
  fill: #fff;
}

#nav-mobile-blue-bar--search-icon,
#nav-desktop-blue-bar--search-icon,
.mega-menu-container--mobile svg {
  cursor: pointer;
}

#sc-live-button {
  color: #413dee;
  font-size: 14px;
  background: #d1d4fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  padding: 8px 10px 8px 12px;
  gap: 4px;
  max-width: 150px;
}

#sc-live-button.vday-button {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

#sc-live-button:hover {
  text-decoration: none;
}

#sc-live-button span {
  background: #00c42e;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 1;
  animation: fadeOut_led 2s ease-out infinite;
}

@keyframes fadeOut_led {
  0% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.mega-menu-container--mobile .icons svg {
  fill: red;
}

.mega-menu-list-mobile--icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #D9D8FC;
  padding: 12px 10px 0px 10px;
}

.mega-menu-list-mobile--icons .flex {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mega-menu-list-mobile--icons .icon_18 .text {
  margin-left: 8px;
}

.mega-menu-list-mobile--icons a {
  color: #413DEE !important;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
}

.mega-menu-list-mobile--icons a:hover {
  color: #413DEE !important;
  text-decoration: none;
}

.mega-menu-list-mobile--icons .icon_android a p {
  color: #143cdb;
  font-size: 10px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 2px;
  padding-left: 8px;
}

#mega-menu-mobile-open-container {
  background: #fff;
  max-height: calc(100dvh - 53px);
  height: calc(100dvh - 53px);
  overflow-y: scroll;
  scrollbar-width: none;
}

.nav-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
}

@media screen and (min-width: 1200px) {
  .mega-menu-container--mobile {
    display: block;
    position: absolute;
    top: 76px !important;
  }
  .mega-menu-container--mobile #nav-mobile-blue-bar {
    display: none;
  }
  nav .mega-menu-desktop-container.navigation .container {
    position: relative;
  }
  nav .lp-promo-button {
    position: absolute;
    top: 80px;
    right: 0;
  }
  .mega-menu-desktop-container--li {
    padding: 8px;
    border-radius: 3px;
  }
  .mega-menu-desktop-container--li svg {
    transition: all 0.2s ease-in-out;
  }
  .mega-menu-desktop-container--li:hover {
    background: #2B25BC;
  }
  .mega-menu-desktop-container--li.open {
    background: #2B25BC;
  }
  .mega-menu-desktop-container--li.open svg {
    rotate: -180deg;
    transition: all 0.2s ease-in-out;
  }
}
@media screen and (min-width: 1400px) {
  .mega-menu-desktop-container--ul {
    gap: 25px;
  }
}
.new_top_sections {
  padding-bottom: 20px;
  position: relative;
  background: linear-gradient(180deg, #120981 50%, #413DEE 100%);
}
.new_top_sections p, .new_top_sections h1 {
  color: #fff;
}
.new_top_sections p {
  margin-bottom: 0;
}
.new_top_sections h1 {
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  max-width: 330px;
  width: 100%;
}
.new_top_sections .hero_image {
  position: relative;
  min-height: 45vw;
  padding-top: 32px;
  background-image: url("../../new-SC/assets/img/hero-images/hero_image_v3.png");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1200px) {
  .new_top_sections .hero_image {
    margin-top: 20px;
  }
}
.new_top_sections .content p {
  margin-top: 56px;
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
.new_top_sections .content .btn.btn--3 {
  color: #fff;
  border-color: #fff;
}
.new_top_sections .btn.btn-nav-hero {
  background-color: #413dee;
  border: 2px solid rgba(255, 255, 255, 0.2235294118);
  box-shadow: 0px 11.4px 22.8px 0px rgba(0, 13, 64, 0.2509803922);
  border-radius: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 24px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: rgba(241, 244, 255, 0.8980392157);
  font-family: "Georama", sans-serif;
}
.new_top_sections .btn.btn-nav-hero .label {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 15px;
  white-space: normal;
  word-wrap: break-word;
}

@media screen and (min-width: 768px) {
  .new_top_sections .hero_image {
    min-height: 30vw;
  }
  .new_top_sections .hero_image h1 {
    max-width: 100%;
    bottom: 24px;
  }
  .new_top_sections .content p {
    margin-top: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .new_top_sections {
    padding-bottom: 80px;
    margin-top: 0px;
  }
  .new_top_sections .btn.btn-nav-hero {
    padding: 16px 20px;
  }
}
body.logged-in .h-casino-logos-popup {
  height: calc(100vh - 102px);
  top: 102px;
}
body.logged-in .h-casino-logos {
  top: 106px;
}

body.home .h-casino-logos {
  background: #413dee;
}
body.home .h-casino-logos__slide {
  border-color: #F5F8FF !important;
}
body.home .h-casino-logos__see-more {
  color: #F5F8FF;
}
body.home .h-casino-logos__see-more svg path {
  fill: #F5F8FF;
}

.h-casino-logos-popup {
  background: #413dee;
  position: fixed;
  top: 57px;
  left: 0;
  width: 100%;
  height: calc(100vh - 57px);
  overflow-y: auto;
  z-index: 999999;
  padding: 36px 0px 10px 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  transform: translateY(20px);
  pointer-events: none;
}
.h-casino-logos-popup.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.h-casino-logos-popup .close-btn {
  cursor: pointer;
  position: absolute;
  top: 7px;
  right: 10px;
}
.h-casino-logos-popup .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.h-casino-logos-popup .container img,
.h-casino-logos-popup .container a {
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .h-casino-logos.desktop {
    display: none;
  }
  .h-casino-logos.mobile {
    margin-top: 19px;
    z-index: 10;
    width: 100%;
  }
  .h-casino-logos--layout {
    display: flex;
    align-items: center;
    padding: 6px 0px;
  }
  .h-casino-logos__item {
    margin-bottom: 0px;
  }
  .h-casino-logos__item:nth-of-type(1) {
    border-right: 1px solid #F5F8FF;
    padding-right: 33px;
  }
  .h-casino-logos__item:nth-of-type(2) {
    padding: 0px 33px;
  }
  .h-casino-logos__item img {
    margin-bottom: 0px;
    max-width: 56px;
  }
  .h-casino-logos__see-more {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    cursor: pointer;
    text-align: center;
    flex: 1;
    color: #2832E8;
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (min-width: 768px) {
  .h-casino-logos.desktop {
    display: block;
  }
  .h-casino-logos.desktop .h-casino-logos__slide {
    border-right: 1px solid #2832E8;
    text-align: center;
  }
  .h-casino-logos.desktop .h-casino-logos__slide img {
    margin-bottom: 0px;
    max-width: 72px;
    margin-left: auto;
    margin-right: auto;
  }
  .h-casino-logos.desktop .splide__track {
    padding: 16px 0;
    max-height: 70px;
  }
  .h-casino-logos.mobile {
    display: none;
  }
}
.h-casino-logos.desktop.is-hidden {
  visibility: hidden;
}

.h-casino-logos.desktop {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.h-casino-logos.desktop.visible {
  display: block;
  opacity: 1;
}

.popup-offer-sticky {
  z-index: 60;
  position: fixed;
  bottom: -100%;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  width: 100%;
  max-width: 366px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(116.44deg, #2832E8 0.43%, #1921AB 100%);
  border-radius: 10px;
  border: 3px solid rgba(29, 41, 201, 0.6392156863);
  box-shadow: 0px 8px 8px -4px rgba(18, 28, 6, 0.3215686275);
  padding: 8px 16px;
}
.popup-offer-sticky .sticky-offer-close {
  background: linear-gradient(116.44deg, #2832E8 0.43%, #1921AB 100%);
  box-shadow: 0px 8px 8px -4px rgba(18, 28, 6, 0.3215686275);
  box-shadow: 0px 20px 24px -4px rgba(18, 28, 6, 0.1607843137);
  width: 40px;
  height: 40px;
  border-radius: 2px;
  position: absolute;
  top: -64px;
  right: 0px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.popup-offer-sticky--layout {
  display: flex;
  gap: 8px;
}
.popup-offer-sticky__header {
  margin-bottom: 16px;
  text-align: center;
  min-width: 91px;
}
.popup-offer-sticky__header img {
  margin-bottom: 0.5rem;
  max-width: 133px;
}
.popup-offer-sticky__header .rating {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.popup-offer-sticky__header .rating a {
  display: none;
}
.popup-offer-sticky__text {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.popup-offer-sticky__text:hover {
  color: #fff;
}
.popup-offer-sticky .popup-offer-sticky--btn {
  background: linear-gradient(90deg, #FF9D3C 0%, #FF8008 100%);
  color: #111827;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 15px 0px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 0;
}

@media screen and (min-width: 1280px) {
  .popup-offer-sticky {
    max-width: 1200px;
    padding: 16px 40px;
    display: flex;
    align-items: center;
  }
  .popup-offer-sticky--layout {
    align-items: center;
    flex: 1;
    gap: 64px;
  }
  .popup-offer-sticky__header {
    margin-bottom: 0;
    min-width: 133px;
  }
  .popup-offer-sticky__header .rating {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
  }
  .popup-offer-sticky__header .rating a {
    color: #fff;
    display: inline;
    font-size: 14px;
  }
  .popup-offer-sticky__header .rating a:hover {
    color: #fff;
  }
  .popup-offer-sticky__text {
    max-width: 480px;
    width: 100%;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
  }
  .popup-offer-sticky .popup-offer-sticky--btn {
    max-width: 232px;
    font-size: 20px;
    line-height: 26px;
  }
}
.hero-offer-banner .desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .hero-offer-banner .desktop {
    display: block;
  }
  .hero-offer-banner .mobile {
    display: none;
  }
}
body.logged-in .popup-notification {
  height: calc(100vh - 106px);
  top: 106px;
}

#notificationTrigger {
  background: #EEF1FF;
  padding: 8px;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#notificationTrigger img {
  margin-bottom: 0px;
}
#notificationTrigger .notification-counter {
  opacity: 0;
  visibility: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background: #F58C0B;
  color: #fff;
  font-weight: 600;
  font-size: 11px;
  line-height: 12px;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  border: 1px solid #fff;
  position: absolute;
  top: -3px;
  right: -3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#notificationTrigger .notification-counter.active {
  opacity: 1;
  visibility: visible;
}
#notificationTrigger .notification-counter span {
  position: relative;
  top: -1px;
}

.popup-overlay.active,
.popup-notification.active {
  opacity: 1 !important;
  visibility: visible !important;
}

.popup-notification.active {
  transform: none;
}
.popup-notification .button {
  display: block;
  border-radius: 6px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.popup-notification .button:hover {
  text-decoration-line: none;
}
.popup-notification .button-primary {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.2px;
  --tw-text-opacity: 1;
  color: rgb(17, 24, 39, var(--tw-text-opacity, 1));
  background: linear-gradient(90deg, #ff9d3c 0%, #ff8008 100%);
}
.popup-notification .button-primary:hover {
  background: linear-gradient(92.87deg, #ee7400 1.24%, #ff8916 99.87%);
}
@media (min-width: 1280px) {
  .popup-notification .button-primary {
    font-size: 18px;
    line-height: 22px;
  }
}
.popup-notification .scroll-wrapper-menu img {
  margin-bottom: 0px;
  max-width: 72px;
}

.bg-gradient-radial-2 {
  background: radial-gradient(152.86% 100% at 50% 0%, #0e126f 0%, #1921ab 49.43%, #2832e8 72.66%, #79a6ff 100%);
}

.bg-gradient-g05 {
  background: linear-gradient(116.44deg, #f5f8ff 0.43%, #79a6ff 100%);
}

@media screen and (min-width: 1280px) {
  #notificationTrigger {
    width: 30px;
    height: 30px;
  }
  #notificationTrigger img {
    margin: 0;
  }
  body.logged-in .popup-notification {
    height: calc(100vh - 147px);
    top: 147px;
  }
}
.brand-carousel {
  background: #F2F2F2;
  padding: 32px 0px;
}
.brand-carousel__title {
  font-family: "Georama", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #232323;
  text-align: center;
  margin-bottom: 24px;
}
.brand-carousel__splide {
  touch-action: pan-y pinch-zoom;
}
.brand-carousel__splide .splide__track {
  max-width: 80%;
  margin: 0 auto;
}
.brand-carousel__splide .splide__list {
  align-items: stretch;
}
.brand-carousel__splide .splide__slide .brand-card {
  background: #0c0a67;
  padding: 7px 11px;
  border-radius: 4.6px;
  display: flex;
  height: 100%;
  align-items: center;
}
.brand-carousel__splide .splide__slide img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  max-width: 67px;
  height: auto;
}
.brand-carousel__splide .splide__arrow {
  background: transparent;
  border: 0;
  color: #191919;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.brand-carousel__splide .splide__arrow:hover, .brand-carousel__splide .splide__arrow:focus-visible {
  background: rgba(0, 0, 0, 0.06);
}
.brand-carousel__splide .splide__arrow svg {
  display: block;
}
.brand-carousel__splide .splide__arrow--prev,
.brand-carousel__splide .splide__arrow--next {
  position: absolute;
  top: 25%;
  transform: translateY(-50%);
}
.brand-carousel__splide .splide__arrow--prev {
  left: -8px;
}
.brand-carousel__splide .splide__arrow--next {
  right: -8px;
}
.brand-carousel__splide .splide__pagination {
  position: static;
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.brand-carousel__splide .splide__pagination li {
  margin: 0;
  padding: 0;
}
.brand-carousel__splide .splide__pagination .splide__pagination__page {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #B6B6B6;
  opacity: 1;
  transform: none;
}
.brand-carousel__splide .splide__pagination .splide__pagination__page:hover, .brand-carousel__splide .splide__pagination .splide__pagination__page:focus-visible {
  background: #B6B6B6;
}
.brand-carousel__splide .splide__pagination .splide__pagination__page.is-active {
  background: #e99d0e !important;
  transform: none;
}

@media screen and (min-width: 1200px) {
  .brand-carousel {
    padding: 64px 0px;
  }
  .brand-carousel__title {
    font-weight: 800;
    font-size: 40px;
    line-height: 53px;
    margin-bottom: 40px;
  }
  .brand-carousel__splide .splide__slide .brand-card {
    padding: 16px 24px;
  }
  .brand-carousel__splide .splide__slide .brand-card img {
    max-width: 148px;
  }
  .brand-carousel .splide__arrow svg {
    font-size: 24px;
  }
  .brand-carousel .splide__arrow--prev {
    top: 40%;
    left: 8px;
  }
  .brand-carousel .splide__arrow--next {
    top: 40%;
    right: 8px;
  }
  .brand-carousel .splide__pagination {
    margin-top: 32px;
    gap: 24px;
  }
  .brand-carousel .splide__pagination .splide__pagination__page {
    width: 16px;
    height: 16px;
  }
}
.mega-menu-desktop-container--top-part--logo svg {
  margin-right: 30px;
}

.page-id-14616 .hero_casino {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-id-14616 .wp-block-image img {
    max-width: 90%;
  }
}

.splide .splide__pagination li:before {
  display: none;
}
.splide .splide__pagination li .splide__pagination__page.is-active {
  background: #413dee;
}

.ajax-search-lite--1 div.asl_m.asl_w {
  border: 1px solid #d9d9d9 !important;
  border-radius: 10px !important;
}
.ajax-search-lite--1 #ajaxsearchlite1 .probox,
.ajax-search-lite--1 div.asl_w .probox,
.ajax-search-lite--1 #ajaxsearchlite1 .probox .proinput input,
.ajax-search-lite--1 div.asl_w .probox .proinput input {
  height: 50px;
}
.ajax-search-lite--1 div.asl_w .probox .promagnifier {
  display: none;
}
.ajax-search-lite--1 .proclose {
  height: 50px !important;
}

.author-meta {
  gap: 10px;
}
.author-meta p {
  font-size: 12px;
  margin-bottom: 0px;
}
.author-meta .hover-elements-hp svg {
  position: relative;
  top: 3px;
}
.author-meta .hover-elements {
  gap: 10px;
}
.author-meta .hover-elements a {
  gap: 4px;
}
.author-meta svg {
  cursor: pointer;
  width: 20px;
}
.author-meta .tooltip-hover {
  position: relative;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .author-meta .tooltip-hover:hover .tooltip-content {
    display: block;
  }
}
.author-meta .tooltip-hover .tooltip-content {
  background: #fff;
  border: 0.5px solid #939393;
  border-radius: 10px;
  color: #232323 !important;
  text-align: left;
  display: none;
  position: absolute;
  top: 100%;
  right: -100%;
  min-width: 250px;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1000;
  padding: 26px 16px 0px 16px;
}
@media screen and (min-width: 992px) {
  .author-meta .tooltip-hover .tooltip-content {
    min-width: 300px;
  }
}
.author-meta .tooltip-hover .tooltip-content .title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
.author-meta .tooltip-hover .tooltip-content p {
  color: #232323 !important;
  margin-bottom: 16px;
}
.author-meta .tooltip-hover .tooltip-content p:last-child {
  margin-bottom: 0px !important;
}
.author-meta .tooltip-hover .tooltip-content .close-tooltip {
  position: absolute;
  top: 3px;
  right: 5px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .author-meta .tooltip-hover .tooltip-content .close-tooltip {
    display: none;
  }
}
.author-meta .tooltip-ad .tooltip-content {
  right: 0px;
}

.author-card {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  background-color: #413dee;
  border: 0px;
  border-radius: 8px;
  color: #fff;
  height: 100%;
}
.author-card a {
  color: #fff;
}
.author-card a:hover {
  text-decoration: none;
}
.author-card .author-profile {
  background-size: cover;
  background-position: center;
  border-radius: 100%;
  border: 1px solid #413dee;
  width: 54px;
  height: 54px;
}
.author-card .user-type,
.author-card .user-role {
  font-size: 13px;
}
.author-card .linkedin img {
  width: 20px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.author-content .linkedin img {
  width: 20px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.cazinouri-recomandate .logo_box {
  border-radius: 10px;
  background: radial-gradient(circle, rgb(30, 25, 100) 0%, rgb(23, 19, 82) 100%);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.cazinouri-recomandate .logo_box img {
  margin-bottom: 0px;
  max-width: 80%;
}
.cazinouri-recomandate .cazinouri-nav {
  background-color: #143CDB;
  border-radius: 14px;
  width: 100%;
  display: flex;
  gap: 20px;
  padding: 5px;
  overflow-x: auto;
}
.cazinouri-recomandate .cazinouri-nav__item {
  background: transparent;
}
.cazinouri-recomandate .cazinouri-nav__item .btn {
  font-family: "Georama", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  background: #F2F2F2;
  color: #232323;
  border-radius: 50px;
  padding: 11px 32px;
}
.cazinouri-recomandate .cazinouri-nav__item .btn.collapsed {
  background: transparent;
  color: #fff;
}
.cazinouri-recomandate .cazino-content {
  background-color: #F2F2F2;
  border-radius: 14px;
  padding: 17px 12px;
}
.cazinouri-recomandate .cazino-content .cazino-logo {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}
.cazinouri-recomandate .cazino-content .cazino-logo img {
  border-radius: 15px;
  margin-bottom: 0px;
  max-width: 112px;
}
.cazinouri-recomandate .cazino-content .cazino-logo .cazino-name {
  font-family: "Georama", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #232323;
}
.cazinouri-recomandate .cazino-content p {
  margin-bottom: 10px;
  line-height: 24px;
  letter-spacing: 2%;
}
.cazinouri-recomandate .cazino-content .cazino-pro {
  background-size: contain;
  background-repeat: no-repeat;
  height: 129px;
  width: 118px;
  position: relative;
}
.cazinouri-recomandate .cazino-content .cazino-pro .cazino-title {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10px;
  font-weight: 700;
  font-family: "Georama", sans-serif;
  line-height: 13px;
}
.cazinouri-recomandate .cazino-pro__ctn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.cazinouri-recomandate .buttons {
  padding: 0px 36px;
}
.cazinouri-recomandate .buttons a.btn {
  width: 100%;
  padding: 12px 22px;
  text-wrap: balance;
}
.cazinouri-recomandate .buttons a.btn:first-child {
  margin-bottom: 12px;
}

@media screen and (min-width: 992px) {
  .cazinouri-recomandate .cazinouri-nav__item .btn {
    font-size: 20px;
    line-height: 28px;
  }
  .cazinouri-recomandate .cazino-content {
    padding: 30px 32px;
  }
  .cazinouri-recomandate .cazino-content .cazino-logo img {
    max-width: 100%;
  }
  .cazinouri-recomandate .cazino-content .cazino-text .cazino-name {
    font-size: 24px;
    line-height: 30px;
    color: #232323;
    margin-bottom: 16px;
    font-weight: 700;
  }
  .cazinouri-recomandate .cazino-content .cazino-text p {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2%;
    color: #232323;
  }
  .cazinouri-recomandate .cazino-content .cazino-pro {
    width: 144px;
  }
  .cazinouri-recomandate .cazino-content .cazino-pro .cazino-title {
    top: 60%;
    font-size: 12px;
    line-height: 18px;
  }
}
#om-ins67pu7hcg4fxi3b7el-holder #om-ins67pu7hcg4fxi3b7el-success .om-success,
#om-e6whvz8aambeyjeyl6v2-holder #om-e6whvz8aambeyjeyl6v2-success .om-success,
#om-ercfr3nytviovtvlw25x-holder #om-ercfr3nytviovtvlw25x-success .om-success,
#om-dm9sgupnnwfsrqgxcg0d-holder #om-dm9sgupnnwfsrqgxcg0d-success .om-success,
.om-success {
  background: #413dee;
  color: #fff;
  text-align: center;
  padding: 24px 11px 0px 11px;
  border-radius: 10px;
}
#om-ins67pu7hcg4fxi3b7el-holder #om-ins67pu7hcg4fxi3b7el-success .om-success .sanfidel-c-content.Campaign__content,
#om-e6whvz8aambeyjeyl6v2-holder #om-e6whvz8aambeyjeyl6v2-success .om-success .sanfidel-c-content.Campaign__content,
#om-ercfr3nytviovtvlw25x-holder #om-ercfr3nytviovtvlw25x-success .om-success .sanfidel-c-content.Campaign__content,
#om-dm9sgupnnwfsrqgxcg0d-holder #om-dm9sgupnnwfsrqgxcg0d-success .om-success .sanfidel-c-content.Campaign__content,
.om-success .sanfidel-c-content.Campaign__content {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#om-ins67pu7hcg4fxi3b7el-holder #om-ins67pu7hcg4fxi3b7el-success .om-success .h3,
#om-e6whvz8aambeyjeyl6v2-holder #om-e6whvz8aambeyjeyl6v2-success .om-success .h3,
#om-ercfr3nytviovtvlw25x-holder #om-ercfr3nytviovtvlw25x-success .om-success .h3,
#om-dm9sgupnnwfsrqgxcg0d-holder #om-dm9sgupnnwfsrqgxcg0d-success .om-success .h3,
.om-success .h3 {
  font-family: "Georama", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 16px;
}
#om-ins67pu7hcg4fxi3b7el-holder #om-ins67pu7hcg4fxi3b7el-success .om-success p,
#om-e6whvz8aambeyjeyl6v2-holder #om-e6whvz8aambeyjeyl6v2-success .om-success p,
#om-ercfr3nytviovtvlw25x-holder #om-ercfr3nytviovtvlw25x-success .om-success p,
#om-dm9sgupnnwfsrqgxcg0d-holder #om-dm9sgupnnwfsrqgxcg0d-success .om-success p,
.om-success p {
  font-size: 18px;
}
#om-ins67pu7hcg4fxi3b7el-holder #om-ins67pu7hcg4fxi3b7el-success .om-success img,
#om-e6whvz8aambeyjeyl6v2-holder #om-e6whvz8aambeyjeyl6v2-success .om-success img,
#om-ercfr3nytviovtvlw25x-holder #om-ercfr3nytviovtvlw25x-success .om-success img,
#om-dm9sgupnnwfsrqgxcg0d-holder #om-dm9sgupnnwfsrqgxcg0d-success .om-success img,
.om-success img {
  margin-bottom: 0;
}
#om-ins67pu7hcg4fxi3b7el-holder #om-ins67pu7hcg4fxi3b7el-success .om-success .btn.btn--yt,
#om-e6whvz8aambeyjeyl6v2-holder #om-e6whvz8aambeyjeyl6v2-success .om-success .btn.btn--yt,
#om-ercfr3nytviovtvlw25x-holder #om-ercfr3nytviovtvlw25x-success .om-success .btn.btn--yt,
#om-dm9sgupnnwfsrqgxcg0d-holder #om-dm9sgupnnwfsrqgxcg0d-success .om-success .btn.btn--yt,
.om-success .btn.btn--yt {
  border-radius: 39px;
  background: #f7f7ff;
  padding: 7px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-bottom: 16px;
  color: #f40f0f;
  font-size: 11px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
}
#om-ins67pu7hcg4fxi3b7el-holder #om-ins67pu7hcg4fxi3b7el-success .om-success .btn.btn--yt svg,
#om-e6whvz8aambeyjeyl6v2-holder #om-e6whvz8aambeyjeyl6v2-success .om-success .btn.btn--yt svg,
#om-ercfr3nytviovtvlw25x-holder #om-ercfr3nytviovtvlw25x-success .om-success .btn.btn--yt svg,
#om-dm9sgupnnwfsrqgxcg0d-holder #om-dm9sgupnnwfsrqgxcg0d-success .om-success .btn.btn--yt svg,
.om-success .btn.btn--yt svg {
  max-width: 20px;
}
@media screen and (min-width: 1200px) {
  #om-ins67pu7hcg4fxi3b7el-holder #om-ins67pu7hcg4fxi3b7el-success .om-success .btn.btn--yt,
  #om-e6whvz8aambeyjeyl6v2-holder #om-e6whvz8aambeyjeyl6v2-success .om-success .btn.btn--yt,
  #om-ercfr3nytviovtvlw25x-holder #om-ercfr3nytviovtvlw25x-success .om-success .btn.btn--yt,
  #om-dm9sgupnnwfsrqgxcg0d-holder #om-dm9sgupnnwfsrqgxcg0d-success .om-success .btn.btn--yt,
  .om-success .btn.btn--yt {
    font-size: 17px;
    padding: 8px 32px;
    gap: 10px;
  }
}
#om-ins67pu7hcg4fxi3b7el-holder #om-ins67pu7hcg4fxi3b7el-success .om-success .oferte-sc,
#om-e6whvz8aambeyjeyl6v2-holder #om-e6whvz8aambeyjeyl6v2-success .om-success .oferte-sc,
#om-ercfr3nytviovtvlw25x-holder #om-ercfr3nytviovtvlw25x-success .om-success .oferte-sc,
#om-dm9sgupnnwfsrqgxcg0d-holder #om-dm9sgupnnwfsrqgxcg0d-success .om-success .oferte-sc,
.om-success .oferte-sc {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  #om-ins67pu7hcg4fxi3b7el-holder #om-ins67pu7hcg4fxi3b7el-success .om-success .btn.btn--yt,
  #om-e6whvz8aambeyjeyl6v2-holder #om-e6whvz8aambeyjeyl6v2-success .om-success .btn.btn--yt,
  #om-ercfr3nytviovtvlw25x-holder #om-ercfr3nytviovtvlw25x-success .om-success .btn.btn--yt,
  #om-dm9sgupnnwfsrqgxcg0d-holder #om-dm9sgupnnwfsrqgxcg0d-success .om-success .btn.btn--yt,
  .om-success .btn.btn--yt,
  .om-success .btn.btn--yt {
    max-width: 333px;
    margin-left: auto;
    margin-right: auto;
  }
  #om-ins67pu7hcg4fxi3b7el-holder #om-ins67pu7hcg4fxi3b7el-success .om-success .order-md-2,
  #om-e6whvz8aambeyjeyl6v2-holder #om-e6whvz8aambeyjeyl6v2-success .om-success .order-md-2,
  #om-ercfr3nytviovtvlw25x-holder #om-ercfr3nytviovtvlw25x-success .om-success .order-md-2,
  #om-dm9sgupnnwfsrqgxcg0d-holder #om-dm9sgupnnwfsrqgxcg0d-success .om-success .order-md-2,
  .om-success .order-md-2,
  .om-success .order-md-2 {
    padding-bottom: 24px;
  }
}
.bonus-index .letter {
  color: #413dee;
  margin-top: 20px;
  font-size: 1.5em;
  font-weight: 700;
}
.bonus-index .bonus-index-item {
  background-color: #f2f2f2;
  margin: 10px 0;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s;
}
.bonus-index .bonus-index-item:hover {
  background-color: #f9f9f9;
}
.bonus-index .bonus-index-item a {
  color: #c37601;
  text-decoration: none;
  font-weight: bold;
}
.bonus-index .bonus-index-item a:hover {
  text-decoration: underline;
}

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