@font-face {
  font-family: Mont-Regular;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/Mont-Regular.woff2") format("woff2"), url("/assets/fonts/Mont-Regular.woff") format("woff")
}

@font-face {
  font-family: Mont-SemiBold;
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/Mont-SemiBold.woff2") format("woff2"), url("/assets/fonts/Mont-SemiBold.woff") format("woff")
}

@font-face {
  font-family: Mont-Bold;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/Mont-Bold.woff2") format("woff2"), url("/assets/fonts/Mont-Bold.woff") format("woff")
}

@font-face {
  font-family: icomoon;
  src: url("/assets/fonts/icomoon.eot");
  src: url("/assets/fonts/icomoon.eot") format("embedded-opentype"), url("/assets/fonts/icomoon.ttf") format("truetype"), url("/assets/fonts/icomoon.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block
}

[class^="icon-"],[class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-close:before {
  content: "\e902"
}

.icon-arrow-bottom:before {
  content: "\e900"
}

.icon-check:before {
  content: "\e901"
}

.icon-hamburger:before {
  content: "\e9bd"
}

body {
  --main-bg-color: linear-gradient(179.95deg, #5f557a -0.23%, #5f5479 6.64%, #5f557a 13.79%, #a99dc4 22.96%, #9a8eba 40.23%, #9888c0 55.5%, #9386b9 69.94%, #c4b8e5 76.57%, #a193c1 90.12%);
  --text-color: #272121;
  --title-color: #0A1B02;
  --main-post-bg: #ffffff;
  --border-main-color: #ffffff;
  --description-bg-color: #35250C;
  --description-text-color: #ffffff;
  --rate-text-color: #2D2928;
  --link-border-color: #ffffff;
  --color-line-post: #FDE686;
  --show-more-btn: #25400C;
  --header-nav-text: #ffffff;
  --header-nav-bg: #25400C;
  --header-menu-btn: #0A1B02;
  --benefits-text-color: #3D4639;
  --benefits-image-color: #5F547A;
  --image-content-bg-color: #AE9BD9;
  --brand-item-bg: #BBE695;
  --brand-item-bg-hover: #CCF0AC;
  --footer-link-color: #0A1B02;
  --cookie-popup-color: #AE9BD9;
  --cookie-btn-color: #5F547A;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important
}

body {
  position: relative;
  font-family: 'Mont-Regular', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  color: var(--text-color);
  margin: 0;
  padding: 0;
  background: var(--main-bg-color);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease
}

body.dark-theme img.light-image,body.dark-theme .light-image {
  display: none !important
}

body.dark-theme img.dark-image,body.dark-theme .dark-image {
  display: block !important
}

body.light-theme img.dark-image,body.light-theme .dark-image {
  display: none !important
}

body.light-theme img.light-image,body.light-theme .light-image {
  display: block !important
}

body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.35);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-property: opacity
}

body.overflow-hidden {
  overflow-y: hidden
}

body.overflow-hidden:before {
  opacity: 1;
  visibility: visible;
  z-index: 2
}

h1,h2,h3,h4,h5,h6,p {
  padding: 0;
  margin: 0
}

ul {
  padding: 0;
  margin: 0
}

li {
  list-style: none
}

a {
  text-decoration: none
}

button {
  padding: 0;
  border: none;
  cursor: pointer
}

.main-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  min-height: 601px;
  max-height: 601px;
  z-index: -1
}

@media (min-width: 769px) {
  .main-background {
      min-height:327px;
      max-height: 327px
  }
}

.main-background .background-block {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 2
}

.main-background .background-block.bg-second {
  background-position: top
}

.main-background .bg-first:not(.hidden) {
  background-image: url("/assets/images/casino-bg.webp")
}

@media (min-width: 599px) {
  .main-background .bg-first:not(.hidden) {
      /* background-image:url("/assets/images/bg-header.webp") */
  }
}

@media (max-width: 768px) {
  .main-background .bg-first-light:after,.main-background .bg-second-light:after {
      content:"";
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0
  }
}

.main-background .bg-first-light:not(.hidden) {
  /* background-image: url("/assets/images/bg-header.webp") */
}

.main-background .bg-first-light:not(.hidden):after {
  background: linear-gradient(179.89deg, rgba(137,175,105,0.555) 5.12%, rgba(119,168,76,0.75) 70.91%, rgba(181,217,151,0.75) 97.62%)
}

@media (min-width: 769px) {
  .main-background .bg-first-light:not(.hidden) {
      /* background-image:url("/assets/images/bg-header.webp") */
  }
}

.main-background .bg-second-light:after {
  background: linear-gradient(180deg, rgba(255,255,255,0.128) 0%, rgba(157,184,252,0.8) 51.77%, rgba(175,196,248,0.8) 100%)
}

.main-background .bg-first.hidden,.main-background .bg-second.hidden,.main-background .bg-first-light.hidden,.main-background .bg-second-light.hidden {
  display: none
}

@media (min-width: 769px) {
  .main-background .bg-second-light {
      top:-276px
  }
}

@media (min-width: 769px) {
  .main-background {
      min-height:525px;
      max-height: 840px
  }
}

.container {
  max-width: 100%;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto
}

@media (min-width: 768px) {
  .container {
      max-width:1140px
  }
}

@media (min-width: 1201px) {
  .container {
      padding:0
  }
}

.invisible-block {
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  visibility: hidden;
  opacity: 0
}

.header {
  padding: 15px 0;
  position: relative
}

.header-disclaimer {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--benefits-image-color);
  color: #fff;
  height: 40px;
  gap: 24px;
}

.header-disclaimer p {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

@media (min-width: 769px) {
  .header {
      padding:20px 0
  }
}

.header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header .logo-wrap {
  max-width: 150px;
  width: 100%
}

.header .logo-wrap img {
 object-fit: contain;
}

.header .logo-wrap a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: 59px
}

@media (min-width: 769px) {
  .header .logo-wrap a {
      height:83px
  }
}

.header .logo-wrap img {
  width: 100%;
  height: auto
}

@media (min-width: 769px) {
  .header .logo-wrap {
      max-width:200px
  }
}

.header .header-nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header .header-menu-wrap {
  position: fixed;
  top: 67px;
  right: -220px;
  padding: 15px 15px;
  max-width: 220px;
  width: 100%;
  background: #588333;
  border-radius: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-property: right, opacity
}

.header .header-menu-wrap.visible {
  right: 15px;
  opacity: 1;
  visibility: visible
}

@media (min-width: 769px) {
  .header .header-menu-wrap {
      max-width:100%;
      position: static;
      width: auto;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      background: inherit;
      border: none;
      padding: 0;
      box-shadow: none;
      opacity: 1;
      visibility: visible
  }
}

.header .link {
  margin-bottom: 10px
}

@media (min-width: 769px) {
  .header .link {
      margin-right:22px;
      margin-bottom: 0
  }
}

.header .link:last-child {
  margin: 0
}

.header .link a {
  padding: 10px 13px;
  font-family: 'Mont-SemiBold', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  line-height: 1.25;
  text-transform: uppercase;
  background: transparent;
  color: #ffffff;
  border-radius: 23px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.header .link a:hover {
  background: #E6BC05;
  color: #ffffff
}

@media (min-width: 769px) {
  .header .link a {
      max-width:106px;
      min-width: 106px;
      width: 100%;
      padding: 10px 0;
      background: var(--header-nav-bg);
      color: var(--header-nav-text);
      border-radius: 23px
  }
}

.header .trigger-menu {
  display: block
}

@media (min-width: 769px) {
  .header .trigger-menu {
      display:none
  }
}

.header .trigger-menu i {
  font-size: 14px;
  color: #ffffff
}

.header .languages-list {
  position: relative;
  margin-left: 22px
}

@media (min-width: 769px) {
  .header .languages-list {
      margin-left:39px
  }
}

.header .languages-list .lang-item:nth-child(3),.header .languages-list .lang-item:nth-child(4) {
  display: none !important
}

.header .languages-list .flag-wrap {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 5px;
  position: relative;
  top: -2px
}

.header .languages-list .flag-wrap .pt-flag:not(.active),.header .languages-list .flag-wrap .en-flag:not(.active) {
  display: none
}

.header .languages-list .trigger-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header .languages-list .languages-switcher-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer
}

.header .languages-list .languages-switcher-trigger .lang-item-pt,.header .languages-list .languages-switcher-trigger .lang-item-en {
  font-family: 'Mont-Bold', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  line-height: 1.25
}

.header .languages-list .languages-switcher-trigger .icon-wrap {
  min-width: 11px;
  width: 11px;
  height: 11px;
  margin-left: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex
}

.header .languages-list .languages-switcher-trigger .icon-wrap svg {
  width: 100%;
  height: 100%
}

.header .languages-list .languages-switcher-trigger .lang-item {
  pointer-events: none;
  display: none;
  text-transform: uppercase
}

.header .languages-list .languages-switcher-trigger .lang-item a {
  color: #ffffff
}

.header .languages-list .languages-switcher-trigger .lang-item.current-lang {
  display: block
}

.header .languages-list .languages-switcher-list {
  width: 100%;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  padding: 10px 5px;
  background: #ffffff;
  border-radius: 2px;
  -webkit-transition: .2s;
  transition: .2s
}

.header .languages-list .languages-switcher-list:before {
  background: #fff;
  content: "";
  height: 20px;
  position: absolute;
  right: 50%;
  top: 0;
  transform: rotate(45deg) translateY(-50%);
  width: 20px;
  z-index: -1
}

.header .languages-list .languages-switcher-list.open {
  opacity: 1;
  visibility: visible;
  z-index: 2
}

.header .languages-list .languages-switcher-list .lang-item-pt {
  margin-bottom: 10px
}

.header .languages-list .languages-switcher-list .lang-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.header .languages-list .languages-switcher-list .lang-item>a,.header .languages-list .languages-switcher-list .lang-item>span {
  color: #010254
}

.header .languages-list .languages-switcher-list .lang-item.current-lang {
  pointer-events: none;
  cursor: default
}

.header .languages-list .languages-switcher-list .lang-item.current-lang>a {
  color: #39930c
}

.header .languages-list .languages-switcher-list .lang-item.current-lang>a span {
  cursor: default
}

.main-banner {
  margin: 0 0 15px;
  min-height: 90px;
  font-size: 14px;
  line-height: 1.27
}

.main-banner .title-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px;
  color: var(--title-color)
}

.main-banner .title-wrap .wp-content {
  padding-right: 100px
}

@media (min-width: 769px) {
  .main-banner .title-wrap {
      margin:0
  }
}

.main-banner .title-wrap .img-wrap {
  position: absolute;
  right: 0;
  max-width: 88px;
  min-width: 88px;
  width: 100%;
  height: 88px
}

.main-banner .title-wrap .img-wrap img {
  width: 100%;
  height: auto
}

.main-banner .title-wrap .wp-content {
  max-width: 1014px;
  width: 100%;
  text-align: center;
}

.main-banner h1,.main-banner h2 {
  font-family: 'Mont-Bold', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

.main-banner h1 {
  max-width: 450px;
  width: 100%;
  font-size: 21px;
  line-height: 1.02;
  margin-bottom: 9px
}

@media (min-width: 769px) {
  .main-banner h1 {
      max-width:100%;
      font-size: 37px;
      line-height: 1.04
  }
}

.main-banner h2 {
  font-size: 21px;
  line-height: 1.03;
  margin-bottom: 10px;
  padding-right: 90px;
  text-transform: uppercase
}

@media (min-width: 769px) {
  .main-banner h2 {
      font-size:28px;
      margin-bottom: 20px
  }
}

.main-banner h3 {
  font-family: 'Mont-SemiBold', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 10px
}

@media (min-width: 769px) {
  .main-banner h3 {
      font-size:24px
  }
}

.main-banner p {
  font-size: 14px;
  line-height: 1.27
}

@media (min-width: 769px) {
  .main-banner p {
      font-size:18px
  }
}

@media (min-width: 769px) {
  .main-banner {
      font-size:24px;
      line-height: 1.25
  }
}

.main-banner br {
  display: none
}



[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0
}

.simplebar-content:before,.simplebar-content:after {
  content: ' ';
  display: table
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto
}

[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.benefits-section {
  padding: 25px 0;
  position: relative
}

@media (min-width: 769px) {
  .benefits-section {
      background-image:url("/assets/images/bg-flag.webp");
      background-repeat: no-repeat;
      background-size: 290px;
      background-position-y: -50px
  }
}

.benefits-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: -55px;
  width: 346px;
  height: 346px;
  background: #71D161;
  opacity: 0.24;
  filter: blur(157px);
  display: none
}

@media (min-width: 769px) {
  .benefits-section {
      padding:47px 0
  }

  .benefits-section:before {
      display: block
  }
}

.benefits-section .title,.benefits-section .subtitle {
  font-family: 'Mont-Bold', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

.benefits-section .title {
  font-size: 28px;
  line-height: 1.03;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: var(--title-color)
}

@media (min-width: 769px) {
  .benefits-section .title {
      max-width:520px;
      width: 100%;
      font-size: 48px;
      margin-bottom: 43px
  }
}

@media (min-width: 769px) {
  .benefits-section .wrap {
      display:-webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      column-gap: 20px
  }
}

@media (min-width: 991px) {
  .benefits-section .wrap {
      column-gap:50px
  }
}

.benefits-section .title,.benefits-section .content-wrap,.benefits-section .item {
  text-align: center
}

.benefits-section .content-wrap,.benefits-section .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.benefits-section .content-wrap {
  margin-bottom: 20px
}

@media (min-width: 769px) {
  .benefits-section .content-wrap {
      max-width:600px;
      width: 100%;
      margin-bottom: 0
  }
}

.benefits-section .item {
  max-width: 289px;
  width: 100%;
  margin-bottom: 35px
}

.benefits-section .item:last-child {
  margin-bottom: 0
}

@media (min-width: 769px) {
  .benefits-section .item {
      max-width:100%;
      width: 100%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin: 0
  }
}

/* .benefits-section .item:nth-child(2) .logo-wrap {
  background: #ED2316
} */

.benefits-section .logo-wrap {
  min-width: 120px;
  width: 120px;
  height: 120px;
  margin-bottom: 22px;
  background: var(--benefits-image-color);
  border-radius: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center
}

.benefits-section .logo-wrap img {
  max-width: 85%;
  width: auto;
  height: auto;
  object-fit: contain
}

@media (min-width: 769px) {
  .benefits-section .logo-wrap img {
      max-width:100%
  }
}

@media (min-width: 769px) {
  .benefits-section .logo-wrap {
      min-width:136px;
      width: 136px;
      height: 136px;
      margin: 0 36px 0 0
  }
}

.benefits-section .text-wrap .trigger-content {
  font-family: 'Mont-Regular', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  border: none;
  background: transparent;
  font-size: 14px;
  line-height: 1.25;
  color: var(--title-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px 0 9px;
}

.benefits-section .text-wrap .trigger-content span {
  text-transform: lowercase
}

@media (min-width: 769px) {
  .benefits-section .text-wrap .trigger-content {
      margin: 5px 0 9px;
  }
}

.benefits-section .text-wrap .trigger-content span {
  display: inline-block;
  margin-left: 3px
}

.benefits-section .text-wrap .trigger-content i {
  font-size: 6px;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.benefits-section .text-wrap .trigger-content.visible i {
  transform: rotate(180deg)
}

@media (min-width: 769px) {
  .benefits-section .text-wrap {
      text-align:left
  }

  .benefits-section .text-wrap p {
      width: 100%
  }
}

.benefits-section .subtitle {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 8px;
  color: var(--title-color)
}


.benefits-section .text {
  font-size: 14px;
  line-height: 1.21;
  color: var(--benefits-text-color)
}

.benefits-section .text.other-text {
  display: none
}

.benefits-section .subtitle {
  text-transform: capitalize
}

.benefits-section .icons-wrap {
  position: relative;
  padding-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (min-width: 769px) {
  .benefits-section .icons-wrap {
      padding:0;
      max-width: 361px;
      width: 100%
  }
}

@media (max-width: 768px) {
  .benefits-section .icons-wrap:before {
      content:"";
      width: 257px;
      height: 350px;
      top: -40px;
      left: -15px;
      position: absolute;
      background-image: url("/assets/images/bg-flag.webp");
      background-repeat: no-repeat;
      background-size: cover;
      background-position-y: -50px;
      z-index: -10
  }
}

.benefits-section .icon-wrap-top {
  max-width: 217px;
  width: 100%;
  position: relative
}

@media (min-width: 769px) {
  .benefits-section .icon-wrap-top {
      max-width:338px
  }
}

.benefits-section .icon-wrap-top img {
  width: 100%;
  height: auto;
  object-fit: cover
}

.benefits-section .icon-wrap-bottom {
  max-width: 300px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 26px
}

.benefits-section .icon-wrap-bottom img {
  width: auto;
  height: auto
}

@media (min-width: 769px) {
  .benefits-section .icon-wrap-bottom img {
      width:61px
  }
}

.posts-info {
  padding: 25px 0;
  position: relative
}

.posts-info:before {
  content: "";
  width: 278px;
  height: 416px;
  position: absolute;
  pointer-events: none;
  z-index: 0;
  top: 16%;
  background-image: url("/assets/images/brand-list-img.webp");
  background-repeat: no-repeat;
  background-size: contain;
  display: none
}

@media (min-width: 1421px) {
  .posts-info:before {
      display:block
  }
}

@media (min-width: 769px) {
  .posts-info {
      padding:45px 0
  }
}

.posts-info .info-wrap {
  margin: 0 0 40px
}

.posts-info .info-wrap:last-child {
  margin: 0
}

.posts-info .info-wrap,.posts-info .content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (min-width: 769px) {
  .posts-info .info-wrap {
      -webkit-box-orient:horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      column-gap: 49px
  }
}

@media (min-width: 769px) {
  .posts-info .info-wrap:first-child .image-wrap {
      margin:0
  }
}

.posts-info .image-wrap {
  max-width: 120px;
  width: 100%;
  height: 120px;
  margin: 0 0 18px;
  background: var(--image-content-bg-color);
  border-radius: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center
}

.posts-info .image-wrap img {
  width: 75%;
  max-width: 100%;
  height: auto;
}

@media (min-width: 769px) {
  .posts-info .image-wrap img {
      width:auto
  }
}

@media (min-width: 769px) {
  .posts-info .image-wrap {
      max-width:245px;
      height: 245px;
      margin: 38px 0 0
  }
}

@media (min-width: 769px) {
  .posts-info .content-wrap {
      max-width:837px;
      width: 100%;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start
  }
}

.posts-info .subtitle {
  font-family: 'Mont-SemiBold', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-size: 18px;
  line-height: 1.05;
  margin-bottom: 8px;
  text-align: center;
  color: var(--title-color)
}

@media (min-width: 769px) {
  .posts-info .subtitle {
      text-align:left;
      margin-bottom: 20px
  }
}

.posts-info .text {
  font-size: 14px;
  line-height: 1.21;
  text-align: center;
  color: var(--benefits-text-color)
}

@media (min-width: 769px) {
  .posts-info .text {
      display:block !important;
      text-align: left;
      font-size: 16px
  }
}

.posts-info .trigger-content {
  margin: 10px 0 0;
  font-family: 'Mont-SemiBold', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  line-height: 1.25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background: inherit;
  color: var(--title-color)
}

@media (min-width: 769px) {
  .posts-info .trigger-content {
      display:none
  }
}

.posts-info .trigger-content span {
  margin-left: 4px
}

.posts-info .trigger-content i {
  font-size: 8px;
  margin-left: 4px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease
}

.posts-info .trigger-content.visible i {
  transform: rotate(180deg)
}

body.light-theme .brands-list:before,body.light-theme .brands-list:after {
  display: none
}

.brands-list {
  margin: 0 -15px 35px;
  position: relative
}

.brands-list .logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.brands-list:before,.brands-list:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  height: 240px;
  content: '';
  opacity: 0.6;
  pointer-events: none;
  z-index: 0;
  display: none
}

@media (min-width: 769px) {
  .brands-list:before,.brands-list:after {
      width:315px;
      height: 400px
  }
}

.brands-list:before {
  right: 0;
  background: linear-gradient(280.28deg, rgba(12,12,31,0.61) 17.33%, rgba(21,21,48,0) 77.11%)
}

.brands-list:after {
  left: 0;
  transform: rotate(180deg);
  background: linear-gradient(260.28deg, rgba(12,12,31,0.61) 17.33%, rgba(21,21,48,0) 77.11%)
}

.brands-list .container {
  padding: 0
}

.brands-list .list-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-x: scroll;
  min-height: 270px;
  padding: 0;
  --scrollbarBG: $value;
  --thumbBG: $value;
  -ms-overflow-style: none;
  scrollbar-width: none
}

@media (min-width: 769px) {
  .brands-list .list-wrap {
      min-height:420px
  }
}

@media (max-width: 768px) {
  .brands-list .list-wrap .simplebar-content-wrapper {
      padding-bottom:30px;
      clip-path: inset(0 0 15px 0)
  }
}

.brands-list .list-wrap::-webkit-scrollbar {
  width: 12px
}

.brands-list .list-wrap::-webkit-scrollbar-track {
  -webkit-box-shadow: none
}

.brands-list .list-wrap .simplebar-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex
}

@media (min-width: 560px) {
  .brands-list .list-wrap .simplebar-content {
      -webkit-box-pack:center;
      -ms-flex-pack: center;
      justify-content: center
  }
}

.brands-list .list-wrap .simplebar-horizontal {
  height: 5px
}

.brands-list .list-wrap .simplebar-horizontal .simplebar-scrollbar {
  background: rgba(247,247,247,0.29);
  border-radius: 10px;
  top: 0;
  height: 100%
}

.brands-list .list-wrap .simplebar-horizontal .simplebar-scrollbar:before {
  left: 0;
  right: 0
}

.brands-list .list-wrap .simplebar-horizontal .simplebar-scrollbar.simplebar-visible:before {
  left: 0;
  right: 0;
  opacity: 0
}

.brands-list .list-wrap,.brands-list .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.brands-list .list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px
}

@media (min-width: 768px) {
  .brands-list .list {
      margin-bottom:20px
  }
}

.brands-list .brand-item {
  position: relative;
  max-width: 164px;
  width: 100%;
  min-height: 240px;
  padding: 8px 8px 10px;
  background: var(--brand-item-bg);
  border-radius: 21px;
  margin-right: 11px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease
}

@media (min-width: 769px) {
  .brands-list .brand-item {
      max-width:268px;
      min-width: 268px;
      min-height: 394px;
      padding: 15px;
      margin-right: 20px
  }
}

.brands-list .brand-item:last-child {
  margin: 0
}

.brands-list .brand-item:active,.brands-list .brand-item:hover {
  padding-top: 10px;
  background: var(--brand-item-bg-hover)
}

@media (min-width: 769px) {
  .brands-list .brand-item:active,.brands-list .brand-item:hover {
      padding-top:32px
  }
}

.brands-list .brand-item>div {
  pointer-events: none
}

.brands-list .logo-wrap {
  width: 148px;
  height: 148px;
  background: #0C0C1F;
  box-shadow: 0 1px 15px rgba(80,0,250,0.4);
  border-radius: 25px;
  margin: 0 0 16px
}

@media (min-width: 769px) {
  .brands-list .logo-wrap {
      width:100%;
      height: 238px;
      margin-bottom: 26px;
      border-radius: 45px
  }
}

.brands-list .logo-wrap img {
  width: 100%;
  height: auto;
  pointer-events: none
}

.brands-list .content-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto
}

.brands-list .content-wrap .title,.brands-list .content-wrap .text {
  width: 100%;
  text-align: center;
  color: var(--benefits-text-color)
}

@media (max-width: 768px) {
  .brands-list .content-wrap {
      max-width:125px;
      width: 100%
  }
}

.brands-list .content-wrap .title {
  font-size: 14px;
  line-height: 1.21;
  margin: 0 0 8px;
  text-align: center
}

@media (min-width: 769px) {
  .brands-list .content-wrap .title {
      font-size:16px;
      margin-bottom: 13px
  }
}

.brands-list .content-wrap .text {
  font-size: 12px;
  line-height: 1.25;
  text-align: center
}

@media (min-width: 769px) {
  .brands-list .content-wrap .text {
      font-size:17px
  }
}

.rating-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-height: 48px;
  margin-bottom: 10px
}

.rating-block .text {
  font-size: 16px;
  line-height: 1.25;
  color: var(--rate-text-color);
  margin-bottom: 4px
}

.rating-block .score-wrap span {
  font-family: 'Mont-Bold', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  font-size: 48px;
  line-height: 1.27
}

.rating-block .stars-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center
}

.rating-block .stars-wrap img {
  width: 15px;
  height: auto
}

.top-casino {
  padding: 25px 0
}

@media (min-width: 769px) {
  .top-casino {
      padding:45px 0
  }
}

.top-casino .title-wrap {
  width: 100%;
  text-align: center;
  margin-bottom: 18px
}

@media (min-width: 769px) {
  .top-casino .title-wrap {
      margin-bottom:40px
  }
}

.top-casino .subtitle {
  font-family: 'Mont-Bold', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  font-size: 18px;
  line-height: 1.05;
  color: var(--title-color)
}

@media (min-width: 769px) {
  .top-casino .subtitle {
      font-size:36px
  }
}

@media (max-width: 992px) {
  .top-casino .list-wrap {
      margin:0 -15px;
      padding-bottom: 30px
  }
}

.top-casino .list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 270px
}

@media (min-width: 426px) {
  .top-casino .list {
      height:380px
  }
}

@media (min-width: 769px) {
  .top-casino .list {
      height:520px
  }
}

@media (min-width: 1101px) {
  .top-casino .list {
      height:544px
  }
}

.top-casino .casino-item {
  width: 100%;
  min-width: 174px;
  max-width: 174px;
  padding: 0 10px
}

.top-casino .casino-item:first-child {
  padding-left: 0
}

.top-casino .casino-item:last-child {
  padding-right: 0
}

@media (min-width: 426px) {
  .top-casino .casino-item {
      min-width:300px;
      max-width: 300px
  }
}

@media (min-width: 769px) {
  .top-casino .casino-item {
      min-width:350px;
      max-width: 350px;
      padding: 0 10px
  }
}

@media (min-width: 991px) {
  .top-casino .casino-item {
      max-width:33.3%;
      min-width: 33.3%
  }
}

.top-casino .casino-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: var(--brand-item-bg);
  border-radius: 35px;
  padding: 9px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.top-casino .casino-item a:hover {
  padding-top: 16px;
  background: var(--brand-item-bg-hover);
  box-shadow: 0 0 7px rgba(150,171,255,0.55)
}

@media (min-width: 426px) {
  .top-casino .casino-item a {
      padding:25px 35px
  }

  .top-casino .casino-item a:hover {
      padding-top: 35px
  }

  .top-casino .casino-item a:hover .link-bonus {
      transform: scale(1.08)
  }
}

@media (min-width: 769px) {
  .top-casino .casino-item a {
      padding-top:40px
  }
}

@media (min-width: 1101px) {
  .top-casino .casino-item a:hover {
      padding-top:50px
  }
}

.top-casino .logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 128px;
  width: 100%;
  margin-bottom: 15px
}

.top-casino .logo-wrap img {
  width: 100%;
  height: auto
}

@media (min-width: 426px) {
  .top-casino .logo-wrap {
      max-width:155px;
      margin-bottom: 35px
  }
}

@media (min-width: 769px) {
  .top-casino .logo-wrap {
      max-width:294px
  }
}

.top-casino .content-wrap {
  max-width: 249px;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%
}

.top-casino .name-wrap {
  width: 100%;
  flex: 1
}

.top-casino .title {
  font-size: 14px;
  line-height: 1.27;
  color: var(--benefits-text-color);
  margin-bottom: 7px
}

@media (min-width: 426px) {
  .top-casino .title {
      font-size:18px
  }
}

@media (max-width: 425px) {
  .top-casino .title {
      font-size:13px
  }
}

.top-casino .text {
  font-size: 14px;
  line-height: 1.25;
  color: var(--text-color)
}

@media (min-width: 426px) {
  .top-casino .text {
      font-size:18px
  }
}

@media (min-width: 769px) {
  .top-casino .text {
      font-size:24px
  }
}

@media (max-width: 425px) {
  .top-casino .link-bonus {
      max-width:138px;
      font-size: 14px
  }
}

@media (min-width: 991px) {
  .top-casino .simplebar-content-wrapper {
      overflow:visible !important
  }
}

@media (min-width: 991px) {
  .top-casino .simplebar-track {
      display:none !important
  }
}

.top-casino .simplebar-horizontal {
  height: 5px
}

.top-casino .simplebar-horizontal .simplebar-scrollbar {
  background: #39930c;
  border-radius: 10px;
  top: 0;
  height: 100%
}

.top-casino .simplebar-horizontal .simplebar-scrollbar:before {
  left: 0;
  right: 0
}

.top-casino .simplebar-horizontal .simplebar-scrollbar.simplebar-visible:before {
  left: 0;
  right: 0;
  opacity: 0
}

.posts-info {
  padding: 25px 0;
  position: relative
}

.posts-info:before {
  content: "";
  width: 278px;
  height: 416px;
  position: absolute;
  pointer-events: none;
  z-index: 0;
  top: 16%;
  background-image: url("/assets/images/brand-list-img.webp");
  background-repeat: no-repeat;
  background-size: contain;
  display: none
}

@media (min-width: 1421px) {
  .posts-info:before {
      display:block
  }
}

@media (min-width: 769px) {
  .posts-info {
      padding:45px 0
  }
}

.posts-info .info-wrap {
  margin: 0 0 40px
}

.posts-info .info-wrap:last-child {
  margin: 0
}

.posts-info .info-wrap,.posts-info .content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (min-width: 769px) {
  .posts-info .info-wrap {
      -webkit-box-orient:horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      column-gap: 49px
  }
}

@media (min-width: 769px) {
  .posts-info .info-wrap:first-child .image-wrap {
      margin:0
  }
}

.posts-info .image-wrap {
  max-width: 120px;
  width: 100%;
  height: 120px;
  margin: 0 0 18px;
  background: var(--image-content-bg-color);
  border-radius: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center
}
.copyright {
  margin-bottom: 15px;
}

@media (min-width: 769px) {
  .posts-info .image-wrap {
      max-width:245px;
      height: 245px;
      margin: 38px 0 0
  }
}

@media (min-width: 769px) {
  .posts-info .content-wrap {
      max-width:837px;
      width: 100%;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start
  }
}

.posts-info .subtitle {
  font-family: 'Mont-SemiBold', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-size: 18px;
  line-height: 1.05;
  margin-bottom: 8px;
  text-align: center;
  color: var(--title-color)
}

@media (min-width: 769px) {
  .posts-info .subtitle {
      text-align:left;
      margin-bottom: 20px
  }
}

.posts-info .text {
  font-size: 14px;
  line-height: 1.21;
  text-align: center;
  color: var(--benefits-text-color)
}

@media (min-width: 769px) {
  .posts-info .text {
      display:block !important;
      text-align: left;
      font-size: 16px
  }
}

.posts-info .trigger-content {
  margin: 10px 0 0;
  font-family: 'Mont-SemiBold', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  line-height: 1.25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background: inherit;
  color: var(--title-color)
}

@media (min-width: 769px) {
  .posts-info .trigger-content {
      display:none
  }
}

.posts-info .trigger-content span {
  margin-left: 4px
}

.posts-info .trigger-content i {
  font-size: 8px;
  margin-left: 4px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease
}

.posts-info .trigger-content.visible i {
  transform: rotate(180deg)
}

.top-casino-right {
  max-width: 268px;
  width: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -45px
}

@media (min-width: 991px) {
  .top-casino-right {
      display:-webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex
  }
}

@media (min-width: 1025px) {
  .top-casino-right {
      margin-top:-65px
  }
}

.top-casino-right .subtitle {
  font-family: 'Mont-SemiBold', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 15px;
  color: var(--title-color);
  text-align: center
}

@media (min-width: 1025px) {
  .top-casino-right .subtitle {
      margin-bottom:35px
  }
}

.top-casino-right .casino-item {
  width: 100%;
  padding: 19.5px 15px;
  background: var(--main-post-bg);
  border: 1px solid var(--border-main-color);
  box-sizing: border-box;
  border-radius: 18px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.top-casino-right .casino-item:last-child {
  margin-bottom: 0
}

.top-casino-right .casino-item .logo-wrap {
  max-width: 238px;
  width: 100%;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex
}

.top-casino-right .casino-item .logo-wrap img {
  width: 100%;
  height: auto;
  pointer-events: none
}

.top-casino-right .casino-item .casino-link {
  width: 100%;
  font-size: 16px;
  line-height: 1.25;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 23px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 7px 15px;
  max-width: 212px;
  font-family: 'Mont-SemiBold', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  text-transform: uppercase;
  background: #D21216;
  box-shadow: 0 2px 10px rgba(110,14,34,0.7);
  margin-bottom: 12px;
  transform: scale(1)
}

@media (min-width: 769px) {
  .top-casino-right .casino-item .casino-link {
      padding:10.5px 15px
  }
}

.top-casino-right .casino-item .casino-link:hover {
  transform: scale(1.08)
}

.footer {
  padding: 25px 0 34px
}

@media (min-width: 769px) {
  .footer {
      padding:47px 0
  }
}

.footer .links-wrap {
  max-height: 230px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 23px;
  column-gap: 5%;
  margin-bottom: 35px
}

@media (min-width: 768px) {
  .footer .links-wrap {
      -webkit-box-orient:horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      column-gap: 42px;
      row-gap: 12px
  }
}

.footer .link {
  width: 45%
}

.footer .link a {
  font-size: 13px;
  line-height: 1.25;
  color: var(--footer-link-color)
}

@media (min-width: 768px) {
  .footer .link {
      width:auto;
      font-size: 16px
  }
}

.footer .description-info {
  width: 100%;
  margin: 0 auto
}

.footer .description-info .text {
  max-width: 700px;
  width: 100%;
  margin: 0 auto
}

.footer .icon-wrap-bottom {
  width: 100%;
  margin: 0 auto 18px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media (min-width: 992px) {
  .footer .icon-wrap-bottom {
      padding:0
  }
}

@media (min-width: 769px) {
  .footer .icon-wrap-bottom {
      margin-bottom:25px
  }
}

@media (min-width: 561px) {
  .footer .icon-wrap-bottom {
      -ms-flex-wrap:nowrap;
      flex-wrap: nowrap
  }
}

.footer .icon-wrap-bottom .footer-image {
  max-width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 0 20px
}

@media (min-width: 561px) {
  .footer .icon-wrap-bottom .footer-image {
      max-width:80px;
      margin: 0
  }
}

.footer .icon-wrap-bottom .footer-image:nth-child(7),.footer .icon-wrap-bottom .footer-image:nth-child(8),.footer .icon-wrap-bottom .footer-image:nth-child(9),.footer .icon-wrap-bottom .footer-image:nth-child(10) {
  margin: 0
}

.footer .icon-wrap-bottom .footer-image:nth-child(9),.footer .icon-wrap-bottom .footer-image:nth-child(10) {
  position: relative;
  top: 5px
}

.footer .icon-wrap-bottom .footer-image img {
  width: 70px;
  height: auto
}

@media (min-width: 426px) {
  .footer .icon-wrap-bottom .footer-image img {
      width:80px
  }
}

.footer .icon-wrap-bottom .footer-image:nth-child(2) img,.footer .icon-wrap-bottom .footer-image:nth-child(1) img {
  width: 70px
}

@media (min-width: 426px) {
  .footer .icon-wrap-bottom .footer-image:nth-child(2) img,.footer .icon-wrap-bottom .footer-image:nth-child(1) img {
      width:75px
  }
}

.footer .icon-wrap-bottom .big-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 334px;
  width: 100%;
  margin: 0
}

@media (min-width: 992px) {
  .footer .icon-wrap-bottom .big-image {
      position:static;
      transform: none
  }
}

.footer .icon-wrap-bottom .big-image img {
  width: 100%;
  height: auto
}

.footer .text {
  font-size: 13px;
  line-height: 1.25;
  color: var(--benefits-text-color);
  text-align: center
}

.footer .text .copyright {
  display: block
}

.cookie-message {
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--cookie-popup-color);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.cookie-message.visible {
  bottom: 0
}

.cookie-message p,.cookie-message a {
  font-size: 12px;
  line-height: 1.25;
  color: var(--benefits-text-color);
  text-align: center;
  font-weight: 500;
}

.cookie-message a {
  color: #FFFFFF;
  text-decoration: underline;
  display: block
}

.acceptance {
  margin-top: 17px;
  padding: 12px 0;
  max-width: 139px;
  width: 100%;
  border-radius: 28px;
  background: var(--cookie-btn-color);
  color: var(--text-color);
  font-family: 'Mont-SemiBold', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-size: 18px;
  line-height: 1.27;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.acceptance:hover {
  background: #ffffff;
  color: #191B36
}

.flag-item {
  font-family: 'Mont-Bold', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  position: absolute;
  top: -9px;
  left: -9px;
  min-height: 47px;
  min-width: 158px;
  padding: 0 10px 12px;
  font-size: 12px;
  line-height: 1.25;
  background-color: transparent;
  background-image: url("/assets/images/ribbon-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  z-index: 2
}

@media (min-width: 1025px) {
  .flag-item {
      left:-12px;
      padding: 0 10px 10px
  }
}

.region-icon-wrap {
  position: absolute;
  right: 0;
  top: 2px
}

.region-icon-wrap .region-icon {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer
}

.region-icon-wrap .region-icon .icon {
  display: block;
  width: 24px;
  height: 24px
}

.region-icon-wrap .check-icon {
  position: absolute;
  left: 15px;
  top: 16px;
  width: 13px;
  height: 13px;
  background: #0047FF;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center
}

.region-icon-wrap .check-icon i {
  color: #ffffff;
  font-size: 6px
}

.region-icon-wrap .region-licensed {
  position: absolute;
  width: max-content;
  padding: 10px;
  background: #ffffff;
  box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.35);
  border-radius: 10px;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.region-icon-wrap .region-licensed.visible {
  opacity: 1;
  visibility: visible;
  z-index: 1
}

@media (min-width: 769px) {
  .region-icon-wrap .region-licensed {
      left:100%
  }
}

@media (max-width: 768px) {
  .region-icon-wrap .region-licensed {
      right:0;
      bottom: -95px
  }
}

.btn {
  padding: 7px 15px;
  max-width: 212px;
  font-family: 'Mont-SemiBold', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  text-transform: uppercase;
  background: linear-gradient(180deg, #C37CD7 0%, #652A74 100%);
  box-shadow: 0 1px 7px rgba(86,19,4,0.35);
  border-radius: 23px;
  width: 100%;
  font-size: 16px;
  line-height: 1.25;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: scale(1)
}

@media (min-width: 769px) {
  .btn {
      padding:10.5px 15px
  }
}

.btn:hover {
  transform: scale(1.08)
}

.big-popup-wrap {
  min-height: 600px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  opacity: 1;
  visibility: visible;
  z-index: 6;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease
}

@media (min-width: 992px) {
  .big-popup-wrap {
      display:-webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: center
  }
}

.big-popup-wrap.hidden-popup {
  opacity: 0;
  visibility: hidden;
  z-index: -3
}

.big-popup-wrap .big-popup-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #090A19;
  opacity: 0.85;
  z-index: 1
}

.big-popup-wrap .wrap {
  max-width: 785px;
  width: 100%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.big-popup-wrap .title-wrap {
  margin-bottom: 69px
}

.big-popup-wrap .title-wrap .title {
  font-family: 'Mont-Bold', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  font-size: 40px;
  line-height: 1.27;
  color: #ffffff;
  text-transform: uppercase
}

.big-popup-wrap .btn-close {
  width: 32px;
  height: 32px;
  background: #68A931;
  border-radius: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 7px;
  left: 10px
}

.big-popup-wrap .btn-close i {
  font-size: 15px;
  color: #ffffff
}

.big-popup-wrap .big-popup {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 450px;
  height: 100%
}

.big-popup-wrap .post-item {
  position: relative;
  max-width: 250px;
  min-width: 250px;
  width: 100%;
  background: #5F547A;
  border: 2px solid #AE9BD9;
  box-sizing: border-box;
  border-radius: 16px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.big-popup-wrap .post-item .ribbon {
  position: absolute;
  color: #ffffff
}

.big-popup-wrap .post-item.post-left .ribbon,.big-popup-wrap .post-item.post-right .ribbon {
  min-width: 215px;
  min-height: 47px;
  background-repeat: no-repeat;
  background-size: 100%;
  text-transform: uppercase
}

.big-popup-wrap .post-item.post-left .ribbon {
  background-image: url("/assets/images/popup-ribbon-right.webp");
  top: -20px;
  left: -44px;
  padding: 10px 10px 10px 42px
}

.big-popup-wrap .post-item.post-right .ribbon {
  background-image: url("/assets/images/popup-ribbon-left.webp");
  top: -20px;
  right: -44px;
  padding: 10px 42px 10px 20px
}

.big-popup-wrap .post-item.post-center {
  position: absolute;
  min-height: 525px;
  max-width: 310px;
  min-width: 310px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2
}

.big-popup-wrap .post-item.post-center .ribbon {
  min-width: 437px;
  width: 100%;
  min-height: 47px;
  background-image: url("/assets/images/popup-ribbon-center.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  text-transform: uppercase;
  padding: 10px 20px 12px;
  text-align: center;
  top: -5px;
  left: 50.1%;
  transform: translateX(-50%)
}

.big-popup-wrap .post-item.post-center .content-wrap {
  padding: 51px 38px
}

.big-popup-wrap .post-item.post-center .title {
  font-size: 27px;
  line-height: 1.26;
  max-width: 100%
}

.big-popup-wrap .post-item.post-center .title a {
  color: #ffffff
}

.big-popup-wrap .post-item.post-center .rate-wrap .text {
  font-size: 18px;
  color: #ffffff
}

.big-popup-wrap .post-item .logo-wrap {
  width: 100%;
  padding: 25px 15px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background: #FFFFFF;
  border-radius: 15px 15px 0 0
}

.big-popup-wrap .post-item .logo-wrap img {
  width: 100%;
  height: auto;
  pointer-events: none
}

.big-popup-wrap .post-item .content-wrap {
  width: 100%;
  height: 100%;
  padding: 30px 15px;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.big-popup-wrap .post-item .title {
  max-width: 230px;
  width: 100%;
  font-family: 'Mont-Bold', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  font-size: 24px;
  line-height: 1.25;
  text-transform: uppercase;
  text-align: center;
  flex: 1;
  display: block
}

.big-popup-wrap .post-item .title a {
  color: #ffffff
}

.big-popup-wrap .post-item .rate-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.big-popup-wrap .post-item .rate-wrap .text {
  font-size: 16px;
  line-height: 1.25;
  margin-top: 8px;
  color: #ffffff
}

.big-popup-wrap .post-item .rate-wrap .stars-wrap img {
  width: 24px;
  height: 24px;
  margin-right: 5px
}

.big-popup-wrap .post-item .rate-wrap .stars-wrap img:nth-child(5) {
  margin: 0
}

.big-popup-wrap .post-item .link-bonus {
  max-height: 41px;
  margin-top: 36px
}

.footer-popup {
  padding: 15px 0 15px;
  position: fixed;
  top: -500px;
  left: 0;
  right: 0;
  min-height: 104px;
  background: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2
}

@media (min-width: 769px) {
  .footer-popup {
      padding:9px 0
  }
}

.footer-popup.visible {
  top: 0
}

@media (min-width: 769px) {
  .footer-popup {
      bottom:-400px;
      top: auto
  }

  .footer-popup.visible {
      top: auto;
      bottom: 0
  }
}

.footer-popup .wrap,.footer-popup .content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex
}

.footer-popup .wrap {
  width: 100%;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (min-width: 769px) {
  .footer-popup .wrap {
      -webkit-box-orient:horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-right: 30px
  }
}

.footer-popup .close-btn {
  position: absolute;
  top: -12px;
  right: -10px;
  background: transparent;
  border: 0;
  width: 16px;
  height: 16px
}

@media (min-width: 769px) {
  .footer-popup .close-btn {
      top:-8px;
      right: 0
  }
}

.footer-popup .close-btn i {
  font-size: 13px;
  opacity: 0.5;
  color: #2E2E2E
}

@media (min-width: 769px) {
  .footer-popup .close-btn i {
      font-size:16px
  }
}

.footer-popup .flag-item {
  position: static;
  background-image: url("/assets/images/footer-popup-ribbon.webp");
  background-size: 100% 100%;
  min-width: 112px;
  min-height: 52px;
  padding: 10px 20px 10px 11px;
  margin-right: 26px;
  display: none
}

@media (min-width: 1025px) {
  .footer-popup .flag-item {
      display:-webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex
  }
}

.footer-popup .flag-item span {
  font-family: 'Mont-Regular', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  max-width: 93px;
  width: 100%;
  font-size: 14px;
  line-height: 1.14
}

.footer-popup .content-wrap {
  max-width: 100%;
  width: 100%;
  margin-bottom: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (min-width: 769px) {
  .footer-popup .content-wrap {
      margin-right:15px;
      margin-bottom: 0
  }
}

@media (min-width: 1025px) {
  .footer-popup .content-wrap {
      max-width:max-content
  }
}

.footer-popup .content-wrap .logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 178px;
  min-width: 150px;
  max-height: 73px;
  width: 100%;
  margin-right: 15px;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease
}

@media (min-width: 769px) {
  .footer-popup .content-wrap .logo-wrap {
      min-width:160px;
      max-height: 100%
  }
}

@media (min-width: 992px) {
  .footer-popup .content-wrap .logo-wrap {
      margin-right:30px
  }
}

.footer-popup .content-wrap .logo-wrap:hover {
  transform: scale(1.04)
}

.footer-popup .content-wrap .logo-wrap img {
  width: 100%;
  height: auto;
  pointer-events: none
}

.footer-popup .content-wrap .description-wrap {
  max-width: 528px;
  width: 100%;
  text-align: center
}

.footer-popup .content-wrap .title,.footer-popup .content-wrap .text-wrap {
  color: #141B31
}

.footer-popup .content-wrap .title {
  font-family: 'Mont-Bold', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  font-size: 14px;
  line-height: 1.25;
  margin-bottom: 5px
}

@media (min-width: 551px) {
  .footer-popup .content-wrap .title {
      font-size:15px
  }
}

.footer-popup .content-wrap .text-wrap {
  max-width: 370px;
  width: 100%;
  margin: 0 auto
}

@media (min-width: 769px) {
  .footer-popup .content-wrap .text-wrap {
      width:max-content
  }
}

@media (min-width: 992px) {
  .footer-popup .content-wrap .text-wrap {
      max-width:400px
  }
}

.footer-popup .content-wrap .text-wrap span {
  font-size: 12px;
  line-height: 1.25
}

@media (min-width: 551px) {
  .footer-popup .content-wrap .text-wrap span {
      font-size:14px
  }
}

@media (min-width: 992px) {
  .footer-popup .content-wrap .text-wrap span {
      font-size:16px
  }
}

.footer-popup .content-wrap .text-wrap .text .dots {
  display: inline
}

.footer-popup .content-wrap .text-wrap .text .dots.open {
  display: none
}

.footer-popup .content-wrap .text-wrap .text .moretext {
  display: none
}

.footer-popup .content-wrap .text-wrap .text .moretext.open {
  display: inline
}

.footer-popup .content-wrap .text-wrap .more-trigger {
  display: inline;
  cursor: pointer;
  margin-left: 7px;
  text-decoration: underline;
  font-size: 14px
}

.footer-popup .content-wrap .text-wrap .more-trigger.hidden {
  display: none
}

.light-theme .theme-switcher-disclaimer-dark {
  display: inline-block
}

.light-theme .theme-switcher-disclaimer-light {
  display: none
}

.dark-theme .theme-switcher-disclaimer-dark {
  display: none
}

.dark-theme .theme-switcher-disclaimer-light {
  display: inline-block
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
  margin-right: 22px
}

.switch:hover .theme-switcher-disclaimer {
  opacity: 0.7
}

@media (min-width: 769px) {
  .switch {
      width:75px;
      height: 40px
  }
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0
}

.switch .theme-switcher-disclaimer {
  padding: 5px;
  background: #ffffff;
  border-radius: 2px;
  color: #010254;
  position: absolute;
  bottom: -88%;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  min-width: 80px;
  font-size: 11px;
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s
}

.switch .theme-switcher-disclaimer:before {
  background: #fff;
  content: "";
  height: 20px;
  position: absolute;
  right: 41%;
  top: -10%;
  transform: rotate(45deg);
  width: 20px;
  z-index: -1
}

@media (max-width: 769px) {
  .switch .theme-switcher-disclaimer {
      display:none
  }
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  background-color: #191B36
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  left: 0;
  bottom: 0;
  z-index: 2;
  background-image: url("/assets/images/header-footer/dark-mode-moon.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s
}

@media (min-width: 769px) {
  .switch .slider:before {
      height:32px;
      width: 32px;
      transform: translateY(-4px)
  }
}

.switch .slider:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  width: 30px;
  height: 24px;
  z-index: 1;
  bottom: 2px;
  background-image: url("/assets/images/header-footer/dark-mode-stars.svg");
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-transition: .4s;
  transition: .4s
}

@media (min-width: 769px) {
  .switch .slider:after {
      width:35px;
      height: 28px
  }
}

.switch input:checked+.slider:before {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px)
}

@media (min-width: 769px) {
  .switch input:checked+.slider:before {
      -webkit-transform:translateX(43px) translateY(-4px);
      -ms-transform: translateX(43px) translateY(-4px);
      transform: translateX(43px) translateY(-4px)
  }
}

.switch input:checked+.slider {
  background-color: #B6E4FF
}

.switch input:checked+.slider:before {
  background-image: url("/assets/images/header-footer/light-mode-sun.webp")
}

.switch input:checked+.slider:after {
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/header-footer/light-mode-clouds.svg");
  bottom: -3px
}

.switch .slider.round {
  border-radius: 34px
}

.switch .slider.round:before {
  border-radius: 50%
}

.home-page .brand-item-column.logo-column {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.home-page .rating-block {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}


.popup {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.popup-underlay {
  background: rgba(187, 230, 149, 0.3);
  backdrop-filter: blur(4.5px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.popup-body {
  width: 100%;
  max-width: 504px;
  border-radius: 7px;
  border: none;
  background: linear-gradient(179.95deg, #89AF69 -0.23%, #AFD390 6.64%, #B5D997 13.79%, #ABDE81 22.96%, #C5E8A6 40.23%, #B0D491 55.5%, #ABD983 69.94%, #B3ED81 76.57%, #B2DE8F 90.12%);
  box-shadow: 0 1px 7px rgba(86,19,4,0.35);
  position: relative;
  z-index: 2;
}

.close-popup-btn {
  transform: rotate(45deg);
  font-size: 60px;
  line-height: 30px;
  font-weight: 100;
  color: #fff;
  cursor: pointer;
  border: none;
  background-color: transparent;
  position: absolute;
  right: -50px;
  top: -40px;
}

.popup-logo-cover {
  border-radius: 7px 7px 0px 0px;
  border: 1px solid #ffe5ae;
  background: rgba(47, 12, 6, 1);
  min-height: 165px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-logo-cover img {
  max-height: 125px;
}

.popup .offer-buttons .get-bonus {
  margin: 10px 0 30px;
}

.popup .offer-message {
  max-width: 280px;
  margin: 20px 0 10px;
}

.popup-button-cover {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.popup-age .popup-body {
  padding: 45px 60px;
  box-sizing: border-box;
}
.popup-age .popup-body h5 {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 8px;
  color: var(--title-color);
}
.popup-age .popup-body p {
  font-size: 14px;
    line-height: 1.21;
    color: var(--benefits-text-color);
}

.checkbox-container {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.popup-buttons-cover {
  display: flex;
  justify-content: space-around;
}

.agree-terms {
  color: var(--benefits-text-color);
  font-family: Inter, sans-serif;
  font-size: 14px;
    line-height: 1.21;
  font-weight: 500;
  margin: 0 1px 2px;
}

.agree-terms a {
  color: var(--benefits-text-color);
  text-decoration: underline;
}

.agree-terms a:hover {
  color: #FFFFFF;
}

.btn.popup-btns {
  max-width: 150px;
}

.age-no.btn.popup-btns {
  background: #6b6b6b;
}



@media (max-width: 375px) {
  .home-page .rating-block {
      -webkit-box-pack:center;
      -ms-flex-pack: center;
      justify-content: center
  }
}

.about-us .title-wrap .title {
  color: var(--title-color);
  font-display: swap;
  font-family: Mont-Bold, sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.02;
  margin-bottom: 8px;
  text-transform: capitalize;
}

@media (min-width: 769px){
  .about-us .title-wrap .title {
    font-size: 36px;
    margin-bottom: 15px;
}
}

.about-us .sections-wrap h2,
.about-us .sections-wrap h3,
.about-us .sections-wrap h4,
.about-us .sections-wrap h5 {
  color: var(--title-color);
    font-display: swap;
    font-family: Mont-SemiBold, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.05;
    margin-bottom: 15px;
}

.about-us .sections-wrap p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}

.sub-header {
  width: 100%;
  max-width: 930px;
  margin: 5px auto 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}

.sub-header li {
  font-size: 12px;
  white-space: wrap;
  display: flex;
  align-items: center;
  margin: 5px;
  color: #FFFFFF;
  font-weight: 600;
}
.sub-header li img,
.sub-header li svg {
  margin-right: 10px;
}
@media screen and (max-width: 1060px) {
  .sub-header {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .sub-header {
    display: none;
  }
}

.table_header-wrapper {
  padding: 0 15px;
}

.table_header {
  width: 100%;
  max-width: 1140px;
  margin: auto;
  background: #ffffff;
  padding: 5px 0;
  border: 1px solid #ffffff;
  border-radius: 18px;
  margin-bottom: 20px;
}

.table_header .container {
  display: flex;
  max-width: 100%;
  margin: auto;
  justify-content: space-evenly;
}

.table_header .container .title {
  width: 100%;
  max-width: 25%;
  text-align: center;
}

.date {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .table_header-wrapper {
    display: none;
  }

  .main-banner {
    margin: 0;
  }

  .main-banner .container .title-wrap .img-wrap {
    display: none;
  }

  .main-banner .title-wrap .wp-content {
    display: flex;
    flex-direction: column;
    max-width: 100% !important;
    padding-right: 0;
    margin: 0;
  }

  .main-banner .title-wrap .wp-content h1 {
    text-align: center;
    max-width: 100%;
  }

  .main-banner .title-wrap .wp-content span {
    display: none;
  }

  .sub-header {
    display: grid;
    margin: 5px auto 0;
  }

  .footer .icon-wrap-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px; /* Adjust the gap as needed */
  }

  .footer .icon-wrap-bottom > .footer-image:last-child {
    flex: 0 0 100%;
    justify-content: center;
    text-align: center;
  }
  .footer .icon-wrap-bottom .footer-image:nth-child(2) img, 
  .footer .icon-wrap-bottom .footer-image:nth-child(1) img {
    width: 50px;
  }
  .footer .icon-wrap-bottom .footer-image {
    max-width: 25%;
  }
  .benefits-section .text-wrap .trigger-content {
    margin: 0 auto;
  }
  .footer .links-wrap {
    flex-direction: row;
    text-align: center;
  }
  .header-disclaimer p {
    font-size: 10px;
  }
  .main-banner {
    min-height: unset;
  }
}

