.wrap {
  min-height: 100vh;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.aside__main {
  display: grid;
  grid-template-columns: 2fr 10fr;
}
.footer {
  background-color: rgb(21, 21, 21);
}
.aside {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
  min-height: 100vh;
  border-radius: 0px 0px 10px 0px;
  flex-direction: column;
  display: flex;
  row-gap: 30px;
}
.main {
  flex: 1;
}
.bg__dark {
  background-color: rgb(28, 33, 44);
}
.bg__aside {
  background-color: rgb(36, 42, 56);
}
.logo__link {
  display: block;
}
.logo__img {
  max-width: 120px;
}
.c-white {
  color: rgb(255, 255, 255);
}
.aside__links__block {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.aside__link {
  align-items: center;
  display: flex;
  column-gap: 10px;
  padding-bottom: 4px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 8px;
  border-radius: 10px;
  transition: 0.3s all;
  cursor: pointer;
}
.aside__link:hover {
  background-color: rgb(43, 50, 66);
}
.underline-none {
  text-decoration: none;
}
.c-green-light {
  color: rgb(71, 255, 167);
}
.icon-24 {
  height: 24px;
  width: 24px;
}
.mb-0 {
  margin-bottom: 0;
}
.semi-bold {
  font-weight: 600;
}
.aside__link-right {
  display: flex;
  flex-direction: column;
}
.text-uppercase {
  text-transform: uppercase;
}
.font-14 {
  font-size: 14px;
}
.pb-2 {
  padding-bottom: 8px;
}
.b-b-grey {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-color: rgba(255, 255, 255, 0.12);
  border-bottom-width: thin;
}
.bg__liniear-blue {
  background: linear-gradient(267deg,rgba(25,101,250,.08) 2.06%,rgba(1,107,245,.6));
}
.bg__liniear-pink {
  background: linear-gradient(268.9deg,rgba(182,26,255,.08),rgba(255,26,150,.3));
}
.flag {
  width: 30px;
  height: 30px;
  object-fit: cover;
}
.bg__dark-- {
  background-color: rgb(43, 50, 66);
}
.c-grey {
  color: rgba(255, 255, 255, 0.66);
}
.mb-1 {
  margin-bottom: 4px;
}
.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.w-100 {
  width: 100%;
}
.intro__img {
}
.intro {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.bg-dark-gradient {
  background: linear-gradient(180deg,rgba(28,33,44,0) 1.92%,rgba(28,33,44,.75) 64.34%,#1c212c);
}
.intro__wrap {
  position: relative;
}
.bg-dark-gradient-abs-b {
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 0;
}
.h-42vh {
  height: 43vh;
}
.h-40vh {
  height: 40vh;
}
.h-100 {
  height: 100%;
}
.intro__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 4;
  position: relative;
  align-items: flex-start;
}
.container-2 {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.NewClass-41 {
}
.c {
}
.btn__sm {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-weight: 600;
  padding-bottom: 8px;
  padding-top: 8px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
  transition: 0.3s all;
  cursor: pointer;
  display: inline-block;
}
.btn__sm:hover {
  opacity: 0.7;
}
.mb-4 {
  margin-bottom: 16px;
}
.mb-8 {
  margin-bottom: 32px;
}
.section {
  padding-bottom: 15px;
  padding-top: 15px;
  flex-direction: column;
  display: flex;
}
.main__cont {
}
.category__items {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  align-items: center;
  column-gap: 10px;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
}
.playcards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 30px;
}
.NewClass-50 {
}
.playcard {
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.playcard-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.playcard__desc {
  background-color: rgba(36, 42, 56, 0.77);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  display: flex;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  opacity: 0;
  transition: 0.3s all;
  z-index: 2;
}
.playcard__desc:hover {
  opacity: 1;
}
.icon-50 {
  display: flex;
  height: 50px;
  width: 50px;
}
.mb-2 {
  margin-bottom: 8px;
}
.playcard-category {
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  border-radius: 10px;
  padding-bottom: 0px;
  padding-top: 0px;
  padding-right: 6px;
  padding-left: 6px;
  z-index: 1;
}
.c-black {
  color: rgb(0, 0, 0);
}
.bg__blue {
  background-color: rgb(22, 131, 255);
}
.bg__green {
  background-color: rgb(73, 205, 134);
}
.promotions {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
.promotion__card {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.promotion__card-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.promotion__card-desc {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 6px;
}
.promotions__card-white-block {
  align-items: center;
  display: flex;
  column-gap: 4px;
  padding-bottom: 6px;
  padding-right: 6px;
  padding-top: 6px;
  justify-content: center;
  padding-left: 6px;
  border-radius: 10px;
}
.bg__white {
  background-color: rgb(255, 255, 255);
}
.c-blue {
  color: rgb(22, 131, 255);
}
.promotion__card-btns {
  display: flex;
  align-items: center;
  column-gap: 4px;
}
.font-20 {
  font-size: 20px;
}
.bg__dark-op {
  background-color: rgba(20, 22, 27, 0.4);
}
.providers {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
}
.provider__card {
  align-items: center;
  border-radius: 10px;
  display: flex;
  height: 112px;
  justify-content: center;
  padding-bottom: 26px;
  padding-left: 26px;
  padding-right: 26px;
  padding-top: 26px;
  cursor: pointer;
  transition: 0.3s all;
}
.provider__card:hover {
  opacity: 0.7;
}
.del {
}
.object-contain {
  object-fit: contain;
}
.footer__menu {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(5, 1fr);
}
.footer__menu-item {
}
.footer__links {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  align-items: flex-start;
}
.mt-4 {
  margin-top: 16px;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footers__bottom-left {
  align-items: center;
  display: flex;
  column-gap: 10px;
}
.footers__bottom-left-item {
  height: 32px;
  width: auto;
}
.footer__link {
  cursor: pointer;
  transition: 0.3s all;
}
.footer__link:hover {
  opacity: 0.7;
}
.bonus__card {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
}
.bonus__card-desc {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
}
.bonus__card-koff {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.bonus__card-koff-item {
  border-radius: 10px;
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 6px;
  display: block;
  text-align: center;
  transition: 0.3s all;
  cursor: pointer;
}
.bonus__card-koff-item:hover {
  opacity: 0.7;
}
.bonus__card-bottom {
  display: flex;
  justify-content: space-between;
}
.bonus__card- {
}
.bonus__card-img {
  width: 100%;
  height: 172px;
  object-fit: cover;
}
.bonus__points {
  align-items: center;
  display: flex;
  column-gap: 4px;
}
.mb-6 {
  margin-bottom: 24px;
}
.p-8 {
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 32px;
}
.br-10 {
  border-radius: 10px;
}
.mt-6 {
  margin-top: 24px;
}
.intro__content-2 {
  align-items: center;
}
.object-cover {
  object-fit: cover;
}
.promotions-2 {
  grid-template-columns: repeat(2, 1fr);
}
.faq__item-wrap {
}
.faq__quest {
  background-color: rgb(43, 50, 66);
  padding-bottom: 16px;
  padding-top: 16px;
  padding-left: 25px;
  padding-right: 25px;
  transition: 0.3s all;
  border-radius: 10px;
  align-items: center;
  display: flex;
  justify-content: flex-start;
  column-gap: 30px;
  cursor: pointer;
}
.faq__quest:hover {
  background-color: rgb(64, 72, 92);
}
.bg__yellow {
  background: linear-gradient(0deg,#ffa12b,#ffdf6e);
}
.b-b-4-orange {
  border-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 4px;
  border-color: rgb(212, 118, 0);
  border-top-color: rgba(0, 0, 0, 0);
  border-top-width: 0;
}
.b-b-4-orange:hover {
  border-top-color: rgba(0, 0, 0, 0);
}
.text-center {
  text-align: center;
}
.container-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
.benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.benefit {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  justify-content: space-between;
}
.benefit__icon-wrap {
  height: 40px;
  width: 40px;
}
.benefit__icon {
  width: 100%;
}
.more__block {
  align-items: center;
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  grid-template-columns: 1.6fr 1fr;
}
.benefits-2 {
  grid-template-columns: repeat(3, 1fr);
}
.vip__card {
  display: flex;
  border-radius: 10px;
  min-height: 220px;
  overflow: hidden;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  position: relative;
}
.vip__card-cont {
  margin-bottom: 0;
  margin-top: auto;
  max-width: 218px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.vip__card-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  margin-left: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.header {
  background-color: rgb(21, 21, 21);
  position: sticky;
  top: 0;
  z-index: 100;
}
.header-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.header-logo {
  text-decoration: none;
  cursor: pointer;
}
.header-logo-img {
  height: 64px;
  width: 96px;
}
.header-nav {
  align-items: center;
  display: flex;
  column-gap: 20px;
}
.list-reset {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.header-nav-item {
  text-decoration: none;
  color: rgb(148, 148, 148);
  cursor: pointer;
  transition: all 0.5s ease;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
}
.header-nav-item:hover {
  color: rgb(255, 255, 255);
}
.header-nav-item-active {
  color: rgb(255, 255, 255);
}
.hero {
  padding-top: 24px;
  padding-bottom: 24px;
  background: linear-gradient(140deg,rgb(155,61,127) 0%,rgb(18,19,55) 100%);
}
.hero-banner {
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
}
.hero-banner-img {
  height: 400px;
}
.hero-info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.hero-inner {
  display: flex;
  justify-content: center;
}
.hero-title {
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  margin-bottom: 12px;
}
.mb-24 {
  margin-bottom: 24px;
}
.hero-btn {
  text-decoration: none;
  padding-left: 48px;
  padding-right: 48px;
  padding-bottom: 12px;
  padding-top: 12px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  border-style: solid;
  display: block;
  border-radius: 4px;
  border-color: rgb(255, 255, 255);
  transition: all 0.5s ease;
  text-transform: uppercase;
  cursor: pointer;
}
.hero-btn:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(155, 61, 127);
  cursor: pointer;
}
.slots-items {
  display: flex;
  justify-content: center;
}
.slots-items-list {
  display: flex;
  justify-content: space-between;
  column-gap: 24px;
}
.slots-items-list-item {
}
.slots-items-list-item-link {
  display: flex;
  flex-direction: column;
  row-gap: 3px;
  justify-content: center;
  font-weight: 500;
  font-size: 12px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  align-items: center;
  cursor: pointer;
  transition: all 0.5s ease;
}
.slots-items-list-item-link:hover {
  color: rgb(155, 61, 127);
}
.slots-item-img {
  height: 28px;
  width: 48px;
}
.title-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title-wrap::after {
  background-color: rgba(0, 0, 0, 0);
}
.section-title {
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  padding-right: 10px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.section-title::after {
  background-color: rgba(0, 0, 0, 0);
}
.slots-section {
  padding-bottom: 24px;
  padding-top: 24px;
}
.slots-block {
}
.block-title {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.NewClass-139 {
}
.block-title-text {
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  background-color: rgb(255, 255, 255);
  z-index: 1;
  position: relative;
  display: inline-block;
  padding-right: 10px;
}
.block-title-link {
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 10px;
  background-color: rgb(255, 255, 255);
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s ease;
}
.block-title-link:hover {
  color: rgb(159, 54, 123);
}
.slots-cards {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(5, 1fr);
}
.slots-card {
  overflow: hidden;
  background-color: rgb(242, 242, 242);
  border-radius: 6px;
}
.slots-card-img-wrap {
  position: relative;
  height: 195px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  display: block;
}
.slots-card-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.overlay {
  color: rgb(255, 255, 255);
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 12px;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  transition: all 0.5s ease;
  opacity: 0;
}
.overlay:hover {
  opacity: 1;
}
.overlay-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}
.overlay-btn {
  text-decoration: none;
  color: rgb(255, 255, 255);
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 32px;
  padding-right: 32px;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: rgb(97, 162, 41);
  border: none;
  transition: all 0.5s ease;
}
.overlay-btn:hover {
  background-color: rgb(81, 146, 24);
}
.slots-card-content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
  padding-top: 8px;
  padding-left: 12px;
  padding-right: 12px;
  column-gap: 3px;
  background-color: rgba(242, 242, 242, 0);
}
.slots-card-title {
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.5s ease;
}
.slots-card-title:hover {
  color: rgb(155, 61, 127);
}
.bookmark {
  text-decoration: none;
}
.bookmark-img {
  height: 18px;
  width: 18px;
  filter: contrast(1%);
  transition: all 0.5s ease;
}
.bookmark-img:hover {
  filter: contrast(100%);
}
.promo-section {
  background: linear-gradient(140deg,rgb(155,61,127) 0%,rgb(18,19,55) 100%);
  padding-bottom: 24px;
}
.promo-cards {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.promo-card {
  display: flex;
  column-gap: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  background: #fff;
  border-radius: 6px;
  align-items: center;
}
.pt-24 {
  padding-top: 24px;
}
.title-line-white {
  background-color: rgb(255, 255, 255);
  flex-grow: 1;
  height: 2px;
}
.title-line-purple {
  height: 2px;
  flex-grow: 1;
  background-color: rgb(159, 54, 123);
}
.promo-card-img-link {
  text-decoration: none;
  overflow: hidden;
  border-radius: 6px;
  flex-shrink: 0;
  flex: 3;
}
.promo-card-img {
  height: 194px;
  width: 100%;
}
.promo-card-info {
  flex: 2;
}
.promo-card-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}
.promo-card-title-link {
  color: rgb(0, 0, 0);
  text-decoration: none;
  transition: all 0.5s ease;
}
.promo-card-title-link:hover {
  color: rgb(159, 54, 123);
}
.promo-card-text {
}
.promo-card-actions {
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.promo-card-btn {
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(97, 162, 41);
  text-decoration: none;
  color: rgb(255, 255, 255);
  column-gap: 12px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.5s ease;
  border-style: solid;
  border-color: rgb(97, 162, 41);
}
.promo-card-btn:hover {
  color: rgb(255, 255, 255);
  border-color: rgb(81, 146, 24);
  background-color: rgb(81, 146, 24);
}
.img-arrow {
  height: 12px;
  width: 12px;
}
.btn-transparent {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(97, 162, 41);
  transition: all 0.5s ease;
}
.btn-transparent:hover {
  background-color: rgb(97, 162, 41);
  color: rgb(255, 255, 255);
}
.best-casinos {
  padding-bottom: 24px;
}
.best-casinos-cards {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
.best-casinos-card {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  border-radius: 6px;
  background-color: rgb(242, 242, 242);
}
.best-casinos-card-head {
}
.casino-logo {
  text-decoration: none;
  color: rgb(0, 0, 0);
  cursor: pointer;
  display: block;
  overflow: hidden;
  transition: all 0.5s ease;
  background: #fff;
}
.casino-logo:hover {
  color: rgb(155, 61, 127);
}
.casino-logo-img {
  height: 160px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.casino-logo-img:hover {
  transform: scale(1.1);
}
.casino-logo-name {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  text-align: center;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(242, 242, 242);
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
}
.casino-logo-name-text {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
.best-casinos-card-body {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.casino-score {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(155, 61, 127);
  position: relative;
}
.casino-score-item-left {
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: rgb(155, 61, 127);
}
.casino-score-item-text {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 0;
  display: flex;
  column-gap: 1px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  color: rgb(255, 255, 255);
  align-items: baseline;
}
.fs-16 {
  font-size: 16px;
}
.casino-score-item-right {
  background-color: rgb(255, 232, 247);
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  display: flex;
  justify-content: center;
}
.casino-score-label {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}
.casino-score-status {
  font-size: 14px;
  font-weight: 700;
  color: rgb(155, 61, 127);
  text-transform: uppercase;
}
.casino-score-source {
  font-size: 12px;
  color: rgb(70, 70, 70);
}
.casino-score-item-right-content {
  display: flex;
  flex-direction: column;
}
.score-icon {
  height: 20px;
  width: 20px;
  position: absolute;
  left: 50%;
  top: 16%;
  transform: translate(-50%, -100%);
}
.casino-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 12px;
}
.casino-stats-item {
  padding-bottom: 2px;
  padding-top: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.casino-stats-item-label {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(70, 70, 70);
}
.casino-stats-item-value {
  font-size: 15px;
  font-weight: 700;
}
.best-casinos-card-actions {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.news-section {
  padding-bottom: 24px;
}
.color-white {
  color: rgb(255, 255, 255);
}
.news-cards {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
.news-card {
  color: rgb(0, 0, 0);
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.5s ease;
}
.news-card:hover {
  color: rgb(155, 61, 127);
}
.news-card-img {
  height: 192px;
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 6px;
}
.news-card-content {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.news-card-title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
}
.news-card-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.news-card-date {
  display: inline-flex;
  font-size: 12px;
  font-weight: 500;
  padding-bottom: 1px;
  padding-top: 1px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(97, 162, 41);
  color: rgb(255, 255, 255);
  background-color: rgb(97, 162, 41);
}
.news-card-btn {
  display: inline-flex;
  border: none;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(97, 162, 41);
  border-radius: 4px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 12px;
  font-weight: 600;
  background: transparent;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  transition: all 0.5s ease;
}
.news-card-btn:hover {
  border-color: rgb(97, 162, 41);
  background-color: rgb(97, 162, 41);
  color: rgb(255, 255, 255);
}
.footer-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-bottom: 24px;
  padding-top: 24px;
}
.footer-list {
}
.NewClass-205 {
}
.footer-list-title {
  font-size: 18px;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
.gc-span-1 {
  grid-column: span 1;
}
.footer-list-nav {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}
.footer-list-nav-item {
}
.footer-list-nav-item-link {
  display: flex;
  align-items: center;
  column-gap: 8px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: all 0.5s ease;
}
.footer-list-nav-item-link:hover {
  color: rgb(155, 61, 127);
}
.footer-list-nav-item-img {
  height: 20px;
  width: 20px;
}
.gc-span-2 {
  grid-column: span 2;
}
.footer-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.circle {
  height: 6px;
  width: 6px;
  display: inline-block;
  border-radius: 50%;
  background-color: rgb(124, 141, 153);
  flex-shrink: 0;
}
.fw-500 {
  font-weight: 500;
}
.payment-items {
  align-items: center;
  display: flex;
  column-gap: 12px;
}
.payment-items-link {
  text-decoration: none;
}
.payment-items-img {
  height: 24px;
  width: 100%;
  object-fit: contain;
}
.footer-copy-text {
  font-size: 12px;
  color: rgb(70, 70, 70);
}
.pagination {
  align-items: center;
  display: flex;
  column-gap: 4px;
  justify-content: center;
  margin-top: 24px;
}
.pagination-item {
  padding-left: 12px;
  padding-right: 12px;
  color: rgb(159, 54, 123);
  text-decoration: none;
  height: 32px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-style: solid;
  border-color: rgb(159, 54, 123);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  transition: all 0.5s ease;
}
.pagination-item:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(159, 54, 123);
}
.pagination-img {
  height: 8px;
  width: 8px;
}
.pagination-item-active {
  background-color: rgb(159, 54, 123);
  color: rgb(255, 255, 255);
}
.hover-reset {
}
.hover-reset:hover {
  color: rgb(255, 255, 255);
}
.promotions-section {
  padding-bottom: 24px;
}
.strategies-section {
  padding-bottom: 24px;
}
.strategies-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}
.strategies-card {
  display: block;
  text-decoration: none;
  color: rgb(0, 0, 0);
  overflow: hidden;
  border-radius: 6px;
  background-color: rgb(242, 242, 242);
  transition: all 0.5s ease;
}
.strategies-card:hover {
  color: rgb(155, 61, 127);
}
.strategies-card-img-wrap {
  position: relative;
}
.strategies-card-img {
  height: 192px;
  width: 100%;
  object-fit: cover;
}
.strategies-card-tag {
  position: absolute;
  right: 12px;
  bottom: 12px;
  background-color: rgb(97, 162, 41);
  transition: all 0.5s ease;
  border-color: rgb(97, 162, 41);
}
.strategies-card-tag:hover {
  background-color: rgb(81, 146, 24);
  border-color: rgb(81, 146, 24);
}
.strategies-card-content {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
}
.strategies-card-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
}
.NewClass-234 {
}
.rules-section {
  padding-bottom: 24px;
}
.rules-item {
  padding-left: 24px;
  padding-right: 24px;
}
.rules-item-text {
}
.pb-24 {
  padding-bottom: 24px;
}
.rules-item-list {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  padding-left: 24px;
  font-weight: 700;
}
.rules-item-list-item {
}
.rules-item-list-item-text {
  font-weight: 400;
}
.faq-section {
  padding-bottom: 24px;
}
.faq-item {
}
.faq-item-title {
  height: 172px;
  width: 100%;
  padding-left: 24px;
  background: linear-gradient(140deg,rgb(155,61,127) 0%,rgb(18,19,55) 100%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.faq-item-title-img {
  position: absolute;
  height: 100%;
  object-fit: cover;
  width: 45%;
  right: -45px;
}
.faq-list {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.faq-list-item {
  background: #FFE8F7;
  border-radius: 6px;
}
.faq-list-question {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  font-size: 18px;
  font-weight: 600;
  background: #9B3D7F;
  color: rgb(255, 255, 255);
  text-decoration: none;
  border-radius: 6px;
}
.faq-list-question-text {
}
.faq-list-question-img {
  height: 16px;
  width: 16px;
}
.faq-list-answer {
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
}
.casinos-section {
  padding-bottom: 24px;
}
.casino-items {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.casino-item {
  display: grid;
  grid-template-columns: 2fr 5fr 3fr;
  grid-gap: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  background: #f2f2f2;
}
.casino-item-col-1 {
}
.casino-card-logo {
  text-decoration: none;
  display: block;
  border-radius: 6px;
  background-color: rgb(20, 23, 34);
}
.casino-card-logo-img {
  height: 167px;
  border-radius: 6px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  width: 100%;
  object-fit: cover;
}
.casino-item-card {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.casino-item-col-2 {
}
.casino-item-col-2-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
  column-gap: 12px;
}
.casino-item-col-2-head-title {
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-size: 30px;
  font-weight: 700;
  display: inline-flex;
  transition: all 0.5s ease;
}
.casino-item-col-2-head-title:hover {
  color: rgb(155, 61, 127);
}
.casino-item-col-2-body {
  padding-bottom: 24px;
  padding-top: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(108, 108, 108, 0.4);
  border-right-width: 0;
  border-left-width: 0;
}
.benefits-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  row-gap: 9px;
}
.benefits-list-item {
  align-items: center;
  display: flex;
  column-gap: 6px;
}
.benefits-list-item-img {
  height: 16px;
  width: 16px;
}
.benefits-list-item-text {
}
.casino-item-col-2-footer {
  padding-top: 24px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.casino-bonus {
  display: flex;
  align-items: center;
  column-gap: 6px;
}
.bonus-img {
  height: 16px;
  width: 16px;
}
.bonus-text {
}
.bonus-link {
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.5s ease;
}
.bonus-link:hover {
  color: rgb(155, 61, 127);
}
.bonus-btn {
  padding-bottom: 4px;
  padding-top: 4px;
  padding-left: 24px;
  padding-right: 24px;
  background-color: rgb(97, 162, 41);
  color: rgb(255, 255, 255);
  transition: all 0.5s ease;
}
.bonus-btn:hover {
  background-color: rgb(81, 146, 24);
  border-color: rgb(81, 146, 24);
}
.casino-item-col-3 {
  padding-left: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(108, 108, 108, 0.4);
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.casino-item-col-3-top {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
}
.options-wrap {
  display: flex;
  row-gap: 12px;
  flex-direction: column;
}
.options-items {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.options-label {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}
.options-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
.options-list-item {
  align-items: center;
  display: flex;
  column-gap: 6px;
}
.options-list-item-label {
  align-items: center;
  display: flex;
  column-gap: 6px;
}
.options-list-item-img {
  height: 16px;
  width: 16px;
}
.options-list-item-value {
  font-weight: 600;
  color: rgb(155, 61, 127);
}
.casino-item-col-3-bottom {
}
.casino-games-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.casino-games-title {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}
.casino-games-cards {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(3, 1fr);
}
.casino-games-card {
  background: #fff;
  height: 100%;
  font-weight: 500;
  font-size: 12px;
  border-radius: 6px;
  padding-bottom: 8px;
  padding-top: 8px;
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
}
.casino-games-card-content {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  row-gap: 3px;
}
.casino-games-card-img {
  height: 24px;
  width: 24px;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  background: #FFE8F7;
  border-radius: 50%;
}
.casino-games-card-icon {
  height: 14px;
  width: 14px;
  position: absolute;
  top: 12px;
  right: 12px;
}
.casino-games-card-nonactive {
  filter: contrast(45%);
}
.contacts-section {
  padding-bottom: 24px;
}
.contacts-inner {
  display: flex;
  width: 100%;
  column-gap: 24px;
}
.contacts-item-info {
  flex: 3;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.contacts-item-img {
  flex: 2;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.contacts-info-text {
}
.contacts-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  align-items: center;
  display: flex;
  column-gap: 24px;
}
.contacts-list-item {
}
.contacts-list-item-link {
  align-items: center;
  display: flex;
  column-gap: 9px;
  font-weight: 600;
  text-decoration: none;
  color: rgb(0, 0, 0);
  transition: all 0.5s ease;
}
.contacts-list-item-link:hover {
  color: rgb(155, 61, 127);
}
.contacts-list-item-img {
  height: 32px;
  width: 32px;
}
.contacts-img-link {
  text-decoration: none;
  border-radius: 6px;
  overflow: hidden;
}
.contacts-img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.review-section {
  padding-bottom: 24px;
}
.review-inner {
  display: flex;
}
.review-aside {
  flex: 1;
  padding-right: 24px;
}
.review-main {
  flex: 3;
  padding-left: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(108, 108, 108, 0.4);
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
}
.review-aside-inner {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.bg-dark {
  background-color: rgb(20, 23, 34);
}
.review-aside-block {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.review-aside-rate {
}
.casino-feedback {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
.casino-feedback-text {
  align-items: center;
  display: flex;
  column-gap: 5px;
}
.casino-feedback-text-item {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.casino-feedback-scale {
  display: grid;
  grid-template-columns: 10fr 5fr 3fr 1fr 2fr;
  border-radius: 6px;
  height: 7px;
  column-gap: 4px;
  background-color: rgb(255, 255, 255);
}
.feedback-scale-item-1 {
  background: #3ced39;
}
.feedback-scale-item-2 {
  background: #a0f21b;
}
.feedback-scale-item-3 {
  background: #d8db00;
}
.feedback-scale-item-4 {
  background: #ffb357;
}
.feedback-scale-item-5 {
  background: #ff6947;
}
.casino-feedback-info {
}
.casino-feedback-info-text {
  font-weight: 500;
  font-size: 12px;
}
.review-aside-block-title {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.payments-items {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(4, 1fr);
}
.payments-item {
  display: block;
  color: rgb(0, 0, 0);
  text-decoration: none;
  background: #f2f2f2;
  border-radius: 4px;
  height: 34px;
}
.payments-item-img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
}
.scale-none {
}
.scale-none:hover {
  transform: none;
}
.limits-items {
  align-items: center;
  display: flex;
  column-gap: 12px;
}
.limits-item {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  padding-bottom: 4px;
  padding-top: 4px;
  background: #f2f2f2;
  text-align: center;
  width: 100%;
}
.limits-item-label {
  font-size: 12px;
}
.limits-item-value {
  font-weight: 700;
  font-size: 16px;
  color: rgb(155, 61, 127);
}
.review-aside-block-content {
}
.review-aside-block-info {
  font-weight: 600;
  display: flex;
  align-items: center;
  column-gap: 9px;
  color: rgb(155, 61, 127);
}
.review-aside-block-info-img {
  height: 18px;
  width: 18px;
}
.review-aside-sticky {
  position: sticky;
  top: 86px;
}
.other-reviews-block {
  padding-top: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(108, 108, 108, 0.4);
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
}
.review-main-block {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.review-main-text {
}
.review-info {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}
.review-info-item {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.review-info-item-title {
  align-items: center;
  display: flex;
  column-gap: 12px;
}
.info-item-title-img {
  height: 21px;
  width: 21px;
}
.info-item-title-text {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
.bonuses-cards {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.review-bonuses-card {
  text-decoration: none;
  color: rgb(0, 0, 0);
  background-color: rgb(242, 242, 242);
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  transition: all 0.5s ease;
}
.review-bonuses-card:hover {
  filter: contrast(95%);
  color: rgb(159, 54, 123);
}
.bonuses-title {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(70, 70, 70);
}
.bonuses-content-wrap {
  align-items: center;
  display: flex;
  column-gap: 12px;
}
.bonuses-img {
  height: 18px;
  width: 18px;
}
.bonuses-text-rows {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
  width: 100%;
}
.bonuses-text-row-wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.bonuses-row-text {
  font-size: 13px;
  font-weight: 600;
}
.bonuses-img-arrow {
  height: 12px;
  width: 12px;
}
.bonuses-row-text-tc {
  font-size: 11px;
  font-weight: 500;
  color: rgb(70, 70, 70);
}
.bg-light-grey {
  background: #f2f2f2;
}
.fg-1 {
  flex-grow: 1;
}
.language-items {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.language-item {
  background: #f2f2f2;
  border-radius: 6px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  align-items: center;
  column-gap: 12px;
  display: flex;
}
.lang-check-img {
  height: 14px;
  width: 14px;
}
.lang-flag-img {
  height: 22px;
  width: 22px;
}
.lang-item-inner {
  align-items: center;
  display: flex;
}
.lang-text {
}
.providers-items {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(3, 1fr);
}
.providers-item {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  border-radius: 6px;
  align-items: center;
  display: flex;
  justify-content: center;
  background: #f2f2f2;
  transition: all 0.5s ease;
}
.providers-item:hover {
  filter: contrast(95%);
}
.providers-item-img {
  height: 41px;
  width: 64px;
}
.casino-screens {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
.casino-screen-link {
  text-decoration: none;
  color: rgb(0, 0, 0);
  overflow: hidden;
  border-radius: 6px;
}
.casino-screen-img {
  height: 400px;
  width: 100%;
  transition: all 0.5s ease;
  object-fit: cover;
}
.casino-screen-img:hover {
  transform: scale(1.1);
}
.benefits-items {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
.benefits-item {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  background: #f2f2f2;
}
.benefits-title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
.casino-benefits-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
.casino-benefits-list-item {
  align-items: center;
  display: flex;
  column-gap: 12px;
  color: rgb(70, 70, 70);
}
.benefits-check-img {
  height: 14px;
  width: 14px;
}
.post-section {
  padding-bottom: 24px;
}
.post-news {
  display: flex;
  column-gap: 24px;
}
.post-news-main {
  flex: 3;
  padding-right: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(108, 108, 108, 0.4);
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
}
.post-news-aside {
  flex: 1;
}
.post-date {
  font-size: 12px;
  font-weight: 600;
  color: rgb(159, 54, 123);
  display: block;
}
.post-main-img {
  border-radius: 6px;
  height: 480px;
  width: 100%;
  object-fit: cover;
}
.post-block {
  display: flex;
  row-gap: 24px;
  flex-direction: column;
}
.post-text {
}
.post-block-img {
  height: 320px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
  object-fit: cover;
}
.post-block-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.post-aside-cards {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
}
.post-aside-card {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(108, 108, 108, 0.4);
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  text-decoration: none;
  color: rgb(0, 0, 0);
  display: grid;
  column-gap: 12px;
  transition: all 0.5s ease;
  grid-template-columns: 1fr 1fr;
  background: #f2f2f2;
}
.post-aside-card:hover {
  color: rgb(155, 61, 127);
}
.post-aside-card:last-child {
  border: none;
}
.post-aside-card-img {
  height: 96px;
  border-radius: 6px;
  width: 100%;
  object-fit: cover;
}
.post-aside-card-date {
  display: inline-flex;
  font-weight: 500;
  font-size: 10px;
  position: absolute;
  padding-bottom: 1px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 1px;
  border-radius: 6px;
  top: 12px;
  right: 12px;
  color: rgb(255, 255, 255);
  background: #61a229;
}
.post-aside-card-img-wrap {
  position: relative;
}
.post-aside-card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 12px;
  align-items: flex-start;
}
.post-aside-card-title {
  font-size: 14px;
  margin-bottom: 0;
}
.fs-10 {
  font-size: 10px;
}
.border-reset {
}
.post-slots {
}
