@charset "UTF-8";

.post__content {
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.75rem;
    min-width: 0;
    vertical-align: middle
}

.post__content h1 {
    font-size: 1.375rem
}

.post__content h2 {
    font-size: 1.25rem
}

.post__content h3 {
    font-size: 1.125rem
}

.post__content h1,
.post__content h2,
.post__content h3,
.post__content h4,
.post__content h5,
.post__content h6 {
    line-height: 1.5;
    margin: 15px 0;
    padding: 0
}

.post__content blockquote {
    align-items: center;
    background: #393842;
    color: #fff;
    display: flex;
    font-size: 1.25rem;
    gap: 15px;
    letter-spacing: 0;
    line-height: 1.4;
    margin: 15px 0;
    padding: 15px
}


        html {
            font-size: 16px;
            line-height: 1.15;
            -webkit-text-size-adjust: 100%
        }

        body {
            background: #26252c;
            color: hsla(0, 0%, 100%, .75);
            font: normal 300 1rem/1.25rem HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
            margin: 0;
            overflow-x: hidden;
            padding: 0
        }

        a {
            background-color: transparent;
            color: #93f415
        }

        a:hover {
            text-decoration: none
        }

        img {
            border-style: none;
            height: inherit;
            max-width: 100%;
            outline: 0
        }

        .button,
        button {
            align-items: center;
            background: none;
            border: 0;
            cursor: pointer;
            display: inline-flex;
            font-weight: 700;
            gap: 8px;
            justify-content: center;
            letter-spacing: .6px;
            line-height: 1rem;
            outline: none;
            position: relative;
            text-align: center;
            text-decoration: none
        }

        .button.button-primary,
        .button.button-primary-light,
        .button.button-secondary,
        .button.button-secondary--outline,
        .button.button-third,
        button.button-primary,
        button.button-primary-light,
        button.button-secondary,
        button.button-secondary--outline,
        button.button-third {
            border-radius: .0625rem;
            font-size: .875rem;
            height: 3.75rem;
            letter-spacing: 0;
            padding: 0 10px;
            text-transform: uppercase
        }

        .button.button-small,
        button.button-small {
            font-size: .875rem;
            height: 2.5rem
        }

        .button.pull-left,
        button.pull-left {
            margin-right: auto
        }

        .button.pull-right,
        button.pull-right {
            margin-left: auto
        }

        .button.pull-center,
        button.pull-center {
            margin-left: auto;
            margin-right: auto
        }

        .button [class^=finger_],
        button [class^=finger_] {
            bottom: -20px;
            height: 40px;
            pointer-events: none;
            position: absolute;
            stroke: none;
            width: 40px;
            z-index: 1
        }

        .button-primary {
            background: #93f415;
            box-shadow: 0 4px 10px 0 #26252c;
            color: #000
        }

        .button-primary svg {
            stroke: #000
        }

        .button-primary:hover {
            background: #7bdb07;
            box-shadow: 0 4px 10px 0 #26252c;
            color: #000
        }

        .button-primary:hover svg {
            stroke: #000
        }

        .button-secondary {
            background: #e22064;
            box-shadow: 0 4px 10px 0 #26252c;
            color: #fff
        }

        .button-secondary svg {
            stroke: #fff
        }

        .button-secondary:hover {
            background: #53041b;
            box-shadow: 0 4px 10px 0 #26252c;
            color: #fff
        }

        .button-secondary:hover svg {
            stroke: #fff
        }

        .button-secondary--outline {
            border: 1px solid #e22064;
            color: #e22064
        }

        .button-secondary--outline svg {
            stroke: #e22064
        }

        .button-secondary--outline:hover {
            opacity: .8
        }

        .button-third {
            border: 1px solid #f23681;
            color: #f23681
        }

        .button-third svg {
            stroke: #f23681
        }

        .button-third:hover {
            opacity: .8
        }

        .text-dotted {
            text-decoration: underline;
            text-decoration-style: dotted
        }

        .copy-icon {
            fill: transparent;
            height: 17px;
            width: 17px
        }

        .arrow-top-right-icon {
            height: 12px;
            stroke: #fff;
            width: 11px
        }

        * {
            box-sizing: border-box;
            outline: 0
        }

        main {
            display: block
        }

        h1 {
            font-size: 2em;
            margin: .67em 0
        }

        hr {
            box-sizing: content-box;
            height: 0;
            overflow: visible
        }

        pre {
            font-family: monospace, monospace;
            font-size: 1em
        }

        abbr[title] {
            border-bottom: none;
            text-decoration: underline dotted
        }

        b,
        strong {
            font-weight: bolder
        }

        code,
        kbd,
        samp {
            font-family: monospace, monospace;
            font-size: 1em
        }

        small {
            font-size: 80%
        }

        sub,
        sup {
            font-size: 75%;
            line-height: 0;
            position: relative;
            vertical-align: baseline
        }

        sub {
            bottom: -.25em
        }

        sup {
            top: -.5em
        }

        button,
        input,
        optgroup,
        select,
        textarea {
            font-family: inherit;
            font-size: 100%;
            line-height: 1.15;
            margin: 0
        }

        button,
        input {
            overflow: visible
        }

        button,
        select {
            text-transform: none
        }

        [type=button],
        [type=reset],
        [type=submit],
        button {
            -webkit-appearance: button
        }

        [type=button]::-moz-focus-inner,
        [type=reset]::-moz-focus-inner,
        [type=submit]::-moz-focus-inner,
        button::-moz-focus-inner {
            border-style: none;
            padding: 0
        }

        [type=button]:-moz-focusring,
        [type=reset]:-moz-focusring,
        [type=submit]:-moz-focusring,
        button:-moz-focusring {
            outline: 1px dotted ButtonText
        }

        fieldset {
            padding: .35em .75em .625em
        }

        legend {
            box-sizing: border-box;
            color: inherit;
            display: table;
            max-width: 100%;
            padding: 0;
            white-space: normal
        }

        progress {
            vertical-align: baseline
        }

        textarea {
            overflow: auto
        }

        [type=checkbox],
        [type=radio] {
            box-sizing: border-box;
            padding: 0
        }

        [type=number]::-webkit-inner-spin-button,
        [type=number]::-webkit-outer-spin-button {
            height: auto
        }

        [type=search] {
            -webkit-appearance: textfield;
            outline-offset: -2px
        }

        [type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

        ::-webkit-file-upload-button {
            -webkit-appearance: button;
            font: inherit
        }

        details {
            display: block
        }

        summary {
            display: list-item
        }

        [hidden],
        template {
            display: none
        }

        .sandbox {
            padding: 0 15px;
            width: 100%
        }

        @media (min-width:1280px) {
            .sandbox {
                margin-left: auto;
                margin-right: auto;
                max-width: 1280px
            }
        }

        .sandbox.column {
            display: flex;
            flex-direction: column;
            gap: 15px;
            padding-bottom: 45px;
            padding-top: 45px
        }

        .sandbox.column .post__content {
            order: 10
        }

        .sandbox__home.column {
            gap: 45px
        }

        @media (min-width:1024px) {
            .to-md {
                display: none !important
            }
        }

        @media (max-width:1024px) {
            .from-md {
                display: none !important
            }
        }

        .breadcrumbs {
            align-items: center;
            display: flex;
            font-size: .875rem;
            overflow-x: scroll;
            white-space: nowrap;
            -ms-overflow-style: none;
            max-width: 100%;
            scrollbar-width: none
        }

        .breadcrumbs::-webkit-scrollbar {
            display: none
        }

        .breadcrumbs>span {
            color: #999
        }

        .breadcrumbs>span>a {
            color: #fff;
            text-decoration: none
        }

        .breadcrumbs>span>a:hover {
            text-decoration: underline
        }

        .breadcrumbs .breadcrumbs__separator {
            display: block;
            margin: 0 10px
        }

        .topbar__buttons-hamburger {
            background: #393842;
            border: 0;
            border-radius: .625rem;
            flex: none;
            height: 48px;
            min-width: 48px;
            padding: 14px;
            width: 48px
        }

        .topbar__buttons-hamburger span {
            background-color: #fff;
            border-radius: 2px;
            height: 2px;
            position: relative;
            width: 100%
        }

        .topbar__buttons-hamburger span:after,
        .topbar__buttons-hamburger span:before {
            background-color: #fff;
            border-radius: 2px;
            content: "";
            height: 2px;
            left: 0;
            position: absolute;
            width: 100%
        }

        .topbar__buttons-hamburger span:before {
            top: -8px
        }

        .topbar__buttons-hamburger span:after {
            top: 8px
        }

        @media (min-width:1280px) {
            .topbar__buttons-hamburger {
                display: none
            }
        }

        .topbar.visible-menu .topbar__buttons-hamburger {
            background: #93f415
        }

        .topbar.visible-menu .topbar__buttons-hamburger span,
        .topbar.visible-menu .topbar__buttons-hamburger:after,
        .topbar.visible-menu .topbar__buttons-hamburger:before {
            background-color: #fff
        }

        .topbar {
            background: #26252c;
            border-bottom: 1px solid #403f4d;
            position: relative;
            z-index: 1
        }

        .topbar .brand {
            display: flex;
            height: 80px;
            padding: 16px 0;
            width: 178px
        }

        .topbar .brand img {
            height: auto;
            max-width: 100%;
            vertical-align: top
        }

        .topbar>.sandbox {
            align-items: center;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            gap: 15px
        }

        .topbar__buttons {
            margin-left: auto
        }

        .topbar__nav {
            display: none;
            flex: 1 1 100%
        }

        .topbar__nav ul {
            display: flex;
            flex: 1 1 100%;
            flex-direction: column;
            list-style: none;
            margin: 0;
            padding: 0
        }

        .topbar__nav ul li {
            align-items: center;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between
        }

        .topbar__nav ul li a {
            align-items: center;
            display: flex;
            font-weight: 600;
            text-decoration: none
        }

        .topbar__nav .toggle-btn {
            background: hsla(0, 0%, 100%, .1);
            border: 0;
            color: #fff;
            cursor: pointer;
            height: 32px;
            padding: 12px;
            width: 32px
        }

        .topbar__nav .toggle-btn:after {
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid;
            content: "";
            display: inline-block;
            height: 0;
            vertical-align: middle;
            width: 0
        }

        .topbar__list {
            gap: 1px
        }

        .topbar__list>li {
            min-height: 40px
        }

        .topbar__list>li>a {
            color: #fff;
            font-size: 1rem;
            line-height: 1.5rem;
            min-height: 40px
        }

        .topbar__list>li>a .menu_icon {
            display: block;
            height: 24px;
            margin-right: 6px;
            object-fit: contain;
            width: 24px
        }

        .topbar .descendant {
            display: none;
            padding: 0 0 0 15px
        }

        .topbar .descendant>li {
            min-height: 32px
        }

        .topbar .descendant>li>a {
            color: #f7f7f8;
            font-size: .875rem;
            line-height: 1.375rem;
            min-height: 32px
        }

        .topbar.visible-menu .topbar__nav {
            display: flex;
            margin-bottom: 15px;
            order: 5
        }

        .topbar.visible-menu .visible-descendant>.descendant {
            display: flex
        }

        @media (min-width:1280px) {
            .topbar__nav {
                align-self: center;
                display: flex;
                flex-basis: auto;
                margin: 0 auto
            }

            .topbar__nav>ul.topbar__list {
                flex-direction: row;
                gap: 0 15px;
                justify-content: center
            }

            .topbar__nav>ul.topbar__list>li {
                border-radius: .375rem;
                gap: 0 3px;
                padding: 0 5px;
                position: relative
            }

            .topbar__nav>ul.topbar__list>li>a {
                height: 80px
            }

            .topbar__nav>ul.topbar__list>li>.descendant {
                background: #393842;
                display: block;
                left: -16px;
                min-width: 240px;
                opacity: 0;
                padding: 0;
                position: absolute;
                top: -1000px;
                transition: opacity .1s linear;
                visibility: hidden;
                width: auto;
                z-index: 2
            }

            .topbar__nav>ul.topbar__list>li>.descendant>li {
                padding: 0 10px
            }

            .topbar__nav>ul.topbar__list>li>.descendant>li>a {
                display: block;
                flex: 1;
                padding: 9px 0
            }

            .topbar__nav>ul.topbar__list>li>.descendant>li .toggle-btn {
                background: transparent;
                transform: rotate(-90deg)
            }

            .topbar__nav>ul.topbar__list>li>.descendant>li:hover {
                background: rgba(147, 244, 21, .1)
            }

            .topbar__nav>ul.topbar__list>li>.descendant>li:hover>ul {
                background: #393842;
                display: block;
                left: 100%;
                min-width: 240px;
                opacity: 1;
                padding: 0;
                position: absolute;
                top: 0;
                transition: opacity .1s linear;
                visibility: visible;
                width: auto
            }

            .topbar__nav>ul.topbar__list>li>.descendant>li:hover>ul>li {
                padding: 0 10px
            }

            .topbar__nav>ul.topbar__list>li>.descendant>li:hover>ul>li>a {
                display: block;
                flex: 1;
                padding: 9px 0
            }

            .topbar__nav>ul.topbar__list>li>.descendant>li:hover>ul>li.current,
            .topbar__nav>ul.topbar__list>li>.descendant>li:hover>ul>li:hover {
                background: rgba(147, 244, 21, .05)
            }

            .topbar__nav>ul.topbar__list>li>.descendant>li.current {
                background: rgba(147, 244, 21, .1)
            }

            .topbar__nav>ul.topbar__list>li:hover>a {
                color: #93f415
            }

            .topbar__nav>ul.topbar__list>li:hover>.toggle-btn {
                background: rgba(147, 244, 21, .1);
                color: #93f415
            }

            .topbar__nav>ul.topbar__list>li:hover>ul {
                opacity: 1;
                top: 100%;
                visibility: visible
            }

            .topbar__nav>ul.topbar__list>li.current>a {
                color: #93f415
            }

            .topbar__nav>ul.topbar__list>li.current>.toggle-btn {
                background: rgba(147, 244, 21, .1);
                color: #93f415
            }

            .topbar__nav .toggle-btn {
                height: 22px;
                padding: 6px;
                width: 22px
            }
        }

        .star-rating {
            display: inline-flex;
            gap: 2px;
            min-height: 16px;
            padding: 6px
        }

        .star-rating svg {
            height: 15px;
            width: 16px
        }

        .star-rating svg.red {
            stroke: #bc0032
        }

        .star-rating svg.red.star-full {
            color: #bc0032;
            fill: #bc0032
        }

        .star-rating svg.red.star-half {
            color: #bc0032;
            fill: transparent
        }

        .star-rating svg.red.star-empty {
            color: transparent;
            fill: transparent
        }

        .star-rating svg.yellow {
            stroke: #b8fe58
        }

        .star-rating svg.yellow.star-full {
            color: #b8fe58;
            fill: #b8fe58
        }

        .star-rating svg.yellow.star-half {
            color: #b8fe58;
            fill: transparent
        }

        .star-rating svg.yellow.star-empty {
            color: transparent;
            fill: transparent
        }

        .heading {
            color: #fff;
            display: block;
            font-size: 1.375rem;
            font-weight: 800;
            letter-spacing: 0;
            line-height: 1.75rem;
            margin: 0;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
            vertical-align: middle
        }

        @media (min-width:1280px) {
            .heading {
                font-size: 2.5rem;
                line-height: 2.75rem
            }
        }

        .disabled {
            pointer-events: none
        }

        .sandbox.single {
            display: flex;
            flex-direction: column;
            gap: .9375rem;
            padding-bottom: .9375rem;
            padding-top: .9375rem
        }

        @media (min-width:768px) {
            .sandbox.single {
                padding-bottom: 2.8125rem;
                padding-top: 2.8125rem
            }
        }

        .casino-details {
            display: flex;
            flex-direction: column;
            gap: .9375rem
        }

        @media (min-width:768px) {
            .casino-details {
                display: grid
            }

            .casino-details.sidebar__left .casino-details__header,
            .casino-details.sidebar__right .casino-details__header {
                grid-column: 1/3
            }

    img {
  display: block;
  max-width: 100%;
  border-radius: 14px;
  margin: 20px auto;
      }

            .casino-details.sidebar__left.sidebar__left .casino-details__sidebar,
            .casino-details.sidebar__right.sidebar__left .casino-details__sidebar {
                order: -1
            }

            .casino-details.sidebar__left.sidebar__right,
            .casino-details.sidebar__right.sidebar__right {
                grid-template-columns: 1fr 16.25rem
            }

            .casino-details.sidebar__left.sidebar__right .casino-details__body,
            .casino-details.sidebar__right.sidebar__right .casino-details__body {
                order: -1
            }
        }

        .casino-details__sidebar {
            display: flex;
            flex-direction: column;
            gap: .9375rem
        }

        .casino-details__module {
            background: #393842;
            display: flex;
            flex-direction: column;
            gap: 10px;
            padding: .9375rem
        }

        .casino-details__logo {
            aspect-ratio: 3/2;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            display: block;
            margin: -.9375rem -.9375rem 0;
            overflow: hidden;
            position: relative
        }

        .casino-details__logo img {
            display: block;
            width: 100%
        }

        .casino-details__black-list {
            align-items: center;
            background: #000;
            bottom: 8px;
            display: flex;
            gap: 5px;
            justify-content: center;
            left: 0;
            padding: 3px;
            position: absolute;
            right: 0;
            transform: rotate(-3deg)
        }

        .casino-details__name {
            color: #fff;
            font-size: 1.875rem;
            font-weight: 800;
            letter-spacing: 0;
            line-height: 2.625rem;
            margin: 0;
            padding: 0;
            text-align: center;
            text-transform: uppercase;
            vertical-align: middle
        }

        @media (min-width:768px) {
            .casino-details__name {
                font-size: 2.25rem;
                line-height: 2.625rem
            }
        }

        .casino-details__rating {
            align-items: center;
            align-self: center;
            background: hsla(0, 0%, 100%, .2);
            display: flex;
            flex-direction: row-reverse;
            justify-content: end;
            justify-self: end;
            padding-right: 6px
        }

        .casino-details__rating .low {
            color: #bc0032
        }

        .casino-details__value {
            font-size: 1.125rem;
            font-weight: 700
        }

        .casino-details__sidebar__menu {
            display: flex;
            flex-direction: column;
            gap: .3125rem;
            justify-content: center
        }

        .casino-details__sidebar__menu a {
            display: flex;
            font-size: .875rem;
            gap: 15px;
            justify-content: center;
            letter-spacing: 0;
            padding: 7.5px 15px;
            text-decoration: none
        }

        .casino-details__sidebar__menu a,
        .casino-details__sidebar__menu a.active,
        .casino-details__sidebar__menu a:hover {
            background: #26252c;
            border: 1px solid #26252c;
            color: #fff
        }

        .casino-details .toc__wrapper .toc__title {
            color: #fff;
            font-weight: 600;
            letter-spacing: 0;
            line-height: 1.5rem;
            margin-bottom: 15px
        }

        .casino-details .toc__wrapper ol {
            list-style: none;
            margin: 0;
            padding: 0
        }

        .casino-details .toc__wrapper ol li {
            margin-bottom: 10px
        }

        .casino-details .toc__wrapper ol li a {
            color: #fff;
            font-size: .875rem;
            letter-spacing: 0;
            text-decoration: none
        }

        .casino-details .toc__wrapper ol li a:hover {
            color: #fff;
            text-decoration: underline
        }

        .casino-details__bonus {
            border: 1px solid #5db000;
            color: #fff;
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            padding: 15px;
            position: relative
        }

        .casino-details__bonus .button {
            flex: 1
        }

        .casino-details__bonus.empty-bonus {
            align-items: center;
            color: hsla(0, 0%, 100%, .7);
            justify-content: center
        }

        .casino-details__bonus.recommended-casino {
            background: transparent;
            border-color: transparent;
            display: flex;
            flex-direction: column;
            gap: 15px;
            padding: 0
        }

        .casino-details__bonus.recommended-casino .recommended-casino__item {
            display: grid;
            gap: 15px;
            grid-template-columns: 100px auto;
            padding: 15px
        }

        .casino-details__bonus.recommended-casino .recommended-casino__logo {
            display: block;
            height: 68px;
            overflow: hidden;
            position: relative;
            width: 100px
        }

        .casino-details__bonus.recommended-casino .recommended-casino__logo img {
            display: block;
            height: 68px;
            object-fit: cover;
            width: 100px
        }

        .casino-details__bonus.recommended-casino .recommended-casino__actions {
            display: flex;
            gap: 15px;
            grid-column: 1/3
        }

        .casino-details__bonus.recommended-casino .recommended-casino__actions .button {
            flex: 1
        }

        .casino-details__bonus.recommended-casino .recommended-casino__bonus-wrapper {
            align-self: center;
            display: flex;
            flex-direction: column;
            gap: 5px
        }

        .casino-details__bonus.recommended-casino .recommended-casino__badge {
            align-self: baseline;
            background: #5db000;
            border: 1px solid #5db000;
            display: flex;
            font-size: .75rem;
            height: 24px;
            line-height: 1.5rem;
            padding: 0 10px;
            text-transform: uppercase
        }

        .casino-details__bonus.recommended-casino .recommended-casino__bonus {
            color: #fff;
            font-size: 1rem;
            font-weight: 700;
            letter-spacing: 0;
            line-height: 1.25rem
        }

        @media (min-width:768px) {
            .casino-details__bonus.recommended-casino {
                flex-direction: row
            }
        }

        .casino-details__bonus-code {
            flex: 1
        }

        .casino-details__bonus-title {
            align-self: center;
            font-size: 1.25rem;
            font-weight: 700;
            line-height: 1.75rem;
            text-align: center;
            width: 100%
        }

        .casino-details .casino-highlight__title {
            color: #fff;
            font-weight: 600;
            letter-spacing: 0;
            line-height: 1
        }

        .casino-details .casino-highlight__item {
            display: grid;
            gap: 5px;
            grid-template-columns: 90px auto
        }

        .casino-details .casino-highlight__logo {
            aspect-ratio: 3/2;
            max-width: 90px;
            overflow: hidden
        }

        .casino-details .casino-highlight__actions {
            grid-column: 1/3
        }

        .casino-details .casino-highlight__bonus {
            align-self: center;
            font-weight: 700
        }

        .black-list-icon {
            fill: #fff;
            height: 18px;
            width: 18px
        }

        .wpnt-box a:hover,
        .wpnt-box a {
            text-decoration: none;
        }

        .wpnt-notice {
            width: 100%;
            display: flex;
            justify-content: center;
            padding: 8px;
            text-align: center;
            font-size: 13px;
            line-height: normal;
        }

        .wpnt-text:before {
            content: attr(data-content);
            margin: 0 6px;
        }

        .wpnt-notice.wpnt-sticky {
            position: sticky;
            left: 0;
            right: 0;
            z-index: 999;
            box-sizing: border-box;
            top: 0;
        }

    

.post__content blockquote:before {
    align-self: center;
    background-color: #8e8ea2;
    content: "";
    display: block;
    height: 48px;
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'><path d='M43.581 7.526h-4.818v19.487c0 3.987-3.244 7.23-7.232 7.23H21.104c-.52 0-1.015.225-1.358.616l-2.857 3.255c.729.53 1.625.843 2.592.843h7.415a4.62 4.62 0 0 1 3.471 1.572l6.132 6.987c.014.016.627.738 1.553.389.548-.207.91-.73.91-1.316v-6.025c0-.873.708-1.607 1.607-1.607h3.012a4.416 4.416 0 0 0 4.42-4.418V11.945c-.001-2.4-1.941-4.419-4.42-4.419'/><path d='M21.104 31.431h10.427a4.424 4.424 0 0 0 4.419-4.418V4.419C35.95 2.02 34.01 0 31.531 0H4.42C1.94 0 0 2.019 0 4.419v22.594a4.416 4.416 0 0 0 4.419 4.418H7.43c.899 0 1.607.733 1.607 1.607v6.025c0 .585.362 1.11.91 1.316.926.349 1.54-.373 1.553-.389l6.132-6.986a4.62 4.62 0 0 1 3.471-1.573M16.57 8.184a1.406 1.406 0 0 1 2.812 0v1.507a1.406 1.406 0 1 1-2.812 0zm-3.013 14.31c0-.777.63-1.406 1.407-1.406h1.606v-4.72h-1.606a1.406 1.406 0 0 1 0-2.812h3.012c.777 0 1.406.63 1.406 1.407v6.125h1.607a1.406 1.406 0 1 1 0 2.812h-6.025c-.777 0-1.407-.63-1.407-1.406'/></svg>");
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'><path d='M43.581 7.526h-4.818v19.487c0 3.987-3.244 7.23-7.232 7.23H21.104c-.52 0-1.015.225-1.358.616l-2.857 3.255c.729.53 1.625.843 2.592.843h7.415a4.62 4.62 0 0 1 3.471 1.572l6.132 6.987c.014.016.627.738 1.553.389.548-.207.91-.73.91-1.316v-6.025c0-.873.708-1.607 1.607-1.607h3.012a4.416 4.416 0 0 0 4.42-4.418V11.945c-.001-2.4-1.941-4.419-4.42-4.419'/><path d='M21.104 31.431h10.427a4.424 4.424 0 0 0 4.419-4.418V4.419C35.95 2.02 34.01 0 31.531 0H4.42C1.94 0 0 2.019 0 4.419v22.594a4.416 4.416 0 0 0 4.419 4.418H7.43c.899 0 1.607.733 1.607 1.607v6.025c0 .585.362 1.11.91 1.316.926.349 1.54-.373 1.553-.389l6.132-6.986a4.62 4.62 0 0 1 3.471-1.573M16.57 8.184a1.406 1.406 0 0 1 2.812 0v1.507a1.406 1.406 0 1 1-2.812 0zm-3.013 14.31c0-.777.63-1.406 1.407-1.406h1.606v-4.72h-1.606a1.406 1.406 0 0 1 0-2.812h3.012c.777 0 1.406.63 1.406 1.407v6.125h1.607a1.406 1.406 0 1 1 0 2.812h-6.025c-.777 0-1.407-.63-1.407-1.406'/></svg>");
    mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: cover;
    min-width: 48px
}

.post__content blockquote p {
    margin: 0
}

.post__content blockquote p~p {
    margin-top: 15px
}

.post__content .alert-info {
    align-items: center;
    background: #fff;
    border-radius: .625rem;
    color: #000;
    display: flex;
    font-size: .875rem;
    gap: 15px;
    letter-spacing: 0;
    line-height: 1.4;
    margin: 15px 0;
    padding: 15px
}

.post__content .alert-info .alert-block__icon {
    align-self: center;
    display: block;
    fill: #762cff;
    height: 48px;
    min-width: 48px
}

.post__content .alert-info .alert-block__icon .second-color {
    fill: #fff
}

.post__content .alert-info p {
    margin: 0
}

.post__content .alert-info p~p {
    margin-top: 15px
}

.post__content .alert-danger {
    align-items: center;
    background: #fff;
    border-radius: .625rem;
    color: #000;
    display: flex;
    font-size: .875rem;
    gap: 15px;
    letter-spacing: 0;
    line-height: 1.4;
    margin: 15px 0;
    padding: 15px
}

.post__content .alert-danger .alert-block__icon {
    align-self: center;
    display: block;
    fill: #762cff;
    height: 48px;
    min-width: 48px
}

.post__content .alert-danger p {
    margin: 0
}

.post__content .alert-danger p~p {
    margin-top: 15px
}

.post__content .alert-success {
    align-items: center;
    background: #fff;
    border-radius: .625rem;
    color: #000;
    display: flex;
    font-size: .875rem;
    gap: 15px;
    letter-spacing: 0;
    line-height: 1.4;
    margin: 15px 0;
    padding: 15px
}

.post__content .alert-success .alert-block__icon {
    align-self: center;
    display: block;
    fill: #762cff;
    height: 48px;
    min-width: 48px
}

.post__content .alert-success p {
    margin: 0
}

.post__content .alert-success p~p {
    margin-top: 15px
}

.post__content .alert-game {
    align-items: center;
    background: #fff;
    border-radius: .625rem;
    color: #000;
    display: flex;
    font-size: .875rem;
    gap: 15px;
    letter-spacing: 0;
    line-height: 1.4;
    margin: 15px 0;
    padding: 15px
}

.post__content .alert-game .alert-block__icon {
    align-self: center;
    display: block;
    fill: #762cff;
    height: 48px;
    min-width: 48px
}

.post__content .alert-game .alert-block__icon .second-color {
    fill: #762cff
}

.post__content .alert-game p {
    margin: 0
}

.post__content .alert-game p~p {
    margin-top: 15px
}

.post__content ul:not([class]) {
    list-style: none;
    margin: 15px 0;
    padding: 0
}

.post__content ul:not([class]) li {
    padding: 0 0 0 40px;
    position: relative
}

.post__content ul:not([class]) li>strong {
    color: #93f415
}

.post__content ul:not([class]) li:before {
    border: 5px solid #93f415;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 5px;
    left: 15px;
    position: absolute;
    top: 6px;
    width: 5px
}

.post__content ol:not([class]) {
    counter-reset: list-item;
    list-style-type: none;
    margin: 15px 0;
    padding: 0
}

.post__content ol:not([class]) li {
    padding: 0 0 0 55px;
    position: relative
}

.post__content ol:not([class]) li>strong {
    color: #93f415
}

.post__content ol:not([class]) li:before {
    align-items: center;
    background-color: rgba(147, 244, 21, .2);
    border-radius: .3125rem;
    color: #93f415;
    content: counter(list-item);
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    height: 30px;
    justify-content: center;
    left: 15px;
    position: absolute;
    top: 0;
    width: 30px
}

.post__content ol:not([class]) li+li {
    margin-top: 12px
}

.post__content .alignleft,
.post__content img.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.post__content .alignright,
.post__content img.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.post__content .aligncenter,
.post__content img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.post__content .wp-caption {
    background: #fff;
    border-radius: .625rem;
    max-width: 100%;
    padding: 15px;
    text-align: center
}

.post__content .wp-caption img {
    border: 0;
    margin: 0;
    padding: 0
}

.post__content .wp-caption .wp-caption-text {
    color: #000;
    font-size: .75rem;
    line-height: 1.5;
    margin: 0
}

.post__content table:not(.no-default-style) {
    border-collapse: collapse;
    color: #fff;
    font-size: .75rem;
    margin: 15px 0;
    width: 100%
}

.post__content table:not(.no-default-style) td,
.post__content table:not(.no-default-style) th {
    border: 1px solid #403f4d;
    color: #fff;
    padding: 12px 20px;
    text-align: left
}

.post__content table:not(.no-default-style) th {
    background-color: #393842;
    color: #fff;
    font-size: .9375rem;
    font-weight: 700
}

.post__content table:not(.no-default-style) tr:nth-child(2n) td {
    background-color: #403f4d
}

.post__content table:not(.no-default-style) caption {
    background-color: #393842;
    color: #fff;
    font-size: .9375rem;
    font-weight: 700;
    padding: 10px 0
}

.post__content .responsive__video {
    height: 0;
    margin: 15px 0;
    padding-bottom: 56.25%;
    position: relative
}

.post__content .responsive__video iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.post__content>div {
    margin: 15px 0
}

@media screen and (max-width:768px) {
    .responsive__table {
        margin-bottom: 10px;
        overflow-x: auto;
        padding-bottom: 10px
    }

    .responsive__table::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .3);
        border: 2px solid #fff;
        border-radius: 6px
    }

    .responsive__table::-webkit-scrollbar {
        -webkit-appearance: none;
        height: 7px
    }
}

.faq-section {
    margin: 15px 0 0
}

.faq-section .h2 {
    font-size: 1.375rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5;
    padding: 0 0 15px;
    text-transform: uppercase
}

.faq-section details {
    margin-bottom: 15px
}

.faq-section details p,
.faq-section details summary {
    border-radius: .9375rem;
    gap: 15px;
    padding: .9375rem
}

.faq-section details summary {
    background: #393842;
    color: #f7f7f8;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5rem;
    list-style: none;
    padding-right: 45px;
    position: relative
}

.faq-section details summary:after {
    border: 2px solid #93f415;
    border-bottom: 0;
    border-right: 0;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    width: 12px
}

.faq-section details summary::marker {
    display: none
}

.faq-section details p {
    background: #4b4a5a;
    color: #d8d8df
}

.faq-section details[open] summary {
    font-weight: 700
}

.faq-section details[open] summary:after {
    border: 2px solid #93f415;
    border-left: 0;
    border-top: 0;
    margin-top: -6px
}

.top-casinos {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.top-casinos__item {
    background: #fff;
    color: #26252c;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 15px;
    padding: 15px
}

.top-casinos__thumb {
    display: block;
    height: auto;
    overflow: hidden;
    position: relative;
    width: 150px
}

.top-casinos__thumb:before {
    content: "";
    display: block;
    padding: 57.5% 0 0
}

.top-casinos__thumb img {
    display: block;
    height: 100%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.top-casinos__main {
    display: flex;
    gap: 15px
}

.top-casinos__name {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.75rem;
    text-transform: uppercase;
    vertical-align: middle
}

.top-casinos__rating {
    align-items: center;
    background: #f7f7f8;
    border-radius: 1.875rem;
    display: flex;
    flex-direction: row-reverse;
    padding: 3px 12px
}

.top-casinos__bonus {
    color: #26252c;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.75rem;
    text-align: center
}

.top-casinos__actions {
    display: flex;
    gap: 15px
}

.top-casinos__actions .button {
    flex: 1
}

@media (min-width:1024px) {
    .top-casinos {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr
    }
}

.b-bar {
    border-top: 1px solid #8e8ea2;
    color: #8e8ea2;
    font-size: .75rem;
    line-height: 1.125rem;
    margin: 30px 0 0;
    padding-bottom: 30px;
    padding-top: 30px
}

.b-bar>.sandbox {
    display: grid;
    gap: 30px 15px;
    grid-template-areas: "logo app""menu menu""content content";
    grid-template-columns: auto auto
}

.b-bar__logo {
    grid-area: logo;
    justify-self: start;
    max-width: 180px
}

.b-bar__app-links {
    align-items: center;
    display: none;
    gap: 5px;
    grid-area: app;
    justify-self: end
}

@media (min-width:576px) {
    .b-bar__app-links {
        display: flex
    }
}

.b-bar__menu {
    display: grid;
    gap: .9375rem;
    grid-area: menu;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    list-style: none;
    margin: 0;
    padding: 0
}

.b-bar__content {
    grid-area: content
}

.b-bar__content p {
    margin: 0
}

.b-bar__content p+p {
    margin-top: 7.5px
}

.winter-modal {
    background: #393842;
    color: #fff
}

.promo__list {
    font-size: .875rem;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left
}

.promo__image {
    margin-top: 15px;
    text-align: center
}

.promo__image img {
    max-width: 100%
}

.b-bar__menu>li>a {
    color: #93f415;
    font-size: .875rem;
    font-weight: 700;
    line-height: 2.125rem;
    text-transform: uppercase
}

.b-bar__menu>li>ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.b-bar__menu>li>ul>li>a {
    color: #8e8ea2;
    font-size: .875rem;
    line-height: 1.75rem
}

.b-bar__menu a {
    letter-spacing: 0;
    text-decoration: none
}

.b-bar__menu a:hover {
    text-decoration: underline
}

.loader {
    animation: l5 1s linear infinite alternate;
    aspect-ratio: 1;
    border-radius: 50%;
    margin: 20px auto;
    width: 15px
}

@keyframes l5 {
    0% {
        background: #000;
        box-shadow: 20px 0 #000, -20px 0 rgba(0, 0, 0, .133)
    }

    33% {
        background: rgba(0, 0, 0, .133);
        box-shadow: 20px 0 #000, -20px 0 rgba(0, 0, 0, .133)
    }

    66% {
        background: rgba(0, 0, 0, .133);
        box-shadow: 20px 0 rgba(0, 0, 0, .133), -20px 0 #000
    }

    to {
        background: #000;
        box-shadow: 20px 0 rgba(0, 0, 0, .133), -20px 0 #000
    }
}

.wpcf7-form input[type=email],
.wpcf7-form input[type=text],
.wpcf7-form input[type=url],
.wpcf7-form textarea {
    border: 1px solid #ccc;
    border-radius: .03125rem;
    font-size: 1rem;
    padding: .75rem 1rem;
    transition: border-color .3s ease;
    width: 100%
}

.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=url]:focus,
.wpcf7-form textarea:focus {
    border-color: #0073aa;
    outline: none
}

.wpcf7-form textarea {
    min-height: 150px;
    resize: vertical
}

.wpcf7-form input[type=submit] {
    cursor: pointer;
    padding: .75rem 1.5rem;
    transition: background-color .3s ease
}

.snippet-slots__collection {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr))
}

.snippet-slots__item {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5rem;
    overflow: hidden;
    padding: 7.5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle
}

.snippet-slots__item img {
    overflow: hidden
}

.snippet-slots__item:hover .button {
    display: flex
}

.snippet-slots__play.button {
    display: none;
    height: 40px;
    left: 50%;
    min-width: 170px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.triangle {
    fill: transparent;
    height: 15px;
    margin-left: 5px;
    stroke: #fff;
    width: 18px
}

.criteria__popup {
    background-color: #3b3854;
    color: hsla(0, 0%, 100%, .7);
    font-size: .9375rem;
    line-height: 1.5
}

.criteria__popup .popup__heading {
    border: 0;
    color: #ffd47e;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 24px;
    padding-bottom: 0;
    text-align: left
}

.criteria__items {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.criteria__item {
    align-items: flex-start;
    display: flex
}

.criteria__item-image {
    flex-shrink: 0;
    height: 48px;
    margin-right: 12px;
    width: 48px
}

.criteria__item-image>img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%
}

.criteria__item-name {
    color: #809fff;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: left
}

.criteria__item-text {
    text-align: left
}

.loading {
    opacity: .7
}

.loading:after {
    animation: loading 1.1s linear infinite;
    background-color: transparent;
    border: 3px solid;
    border-color: #fff #fff hsla(0, 0%, 100%, .2);
    border-radius: 50%;
    content: "";
    display: block;
    height: 10px;
    left: 50%;
    margin-left: -8px !important;
    margin-top: -8px !important;
    position: absolute;
    top: 50%;
    transform: translateZ(0);
    width: 10px;
    z-index: 1
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.vip_bonus {
    background: #ffae06;
    color: #000
}

.welcome {
    background: #00bde8;
    color: #fff
}

.no_deposit {
    background: #c53d3d;
    color: #fff
}

.freespins {
    background: #8053ff;
    color: #fff
}

.deposit {
    background: #facf4a;
    color: #000
}

.cashback {
    background: #00b4a4;
    color: #fff
}

.reload {
    background: #3583ee;
    color: #fff
}

.exclusive {
    background: #35f382;
    color: #000
}

.highroller {
    background: #da5959;
    color: #fff
}

.playup {
    background: #001fd3;
    color: #fff
}

.nav-slice {
    overflow: hidden;
    white-space: nowrap
}

.nav-slice ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: inherit;
    list-style: none;
    margin-bottom: -10px;
    margin-top: 0;
    overflow-x: scroll;
    padding: 0 0 10px;
    -webkit-overflow-scrolling: touch;
    gap: 7.5px;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.nav-slice ul::-webkit-scrollbar {
    display: none
}

.nav-slice ul li a {
    background: #26252c;
    border: 1px solid #5a5a6f;
    color: #fff;
    display: block;
    font-size: .8125rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5rem;
    padding: 7px 10px;
    text-decoration: none;
    text-transform: none
}

.nav-slice ul li.current>a,
.nav-slice ul li:hover>a {
    background: #5f5c6a;
    border: 1px solid #93f415;
    color: #93f415
}

@media (min-width:1024px) {
    .nav-slice ul {
        flex-wrap: wrap
    }
}

.snippet-bonus {
    gap: .9375rem
}

.snippet-bonus,
.snippet-bonus__item {
    display: flex;
    flex-direction: column
}

.snippet-bonus__item {
    background: #393842;
    border: 1px solid hsla(0, 0%, 100%, .1);
    color: #fff;
    gap: .46875rem;
    padding: .9375rem;
    position: relative
}

@media (min-width:1024px) {
    .snippet-bonus__item {
        display: grid;
        grid-template-columns: 1fr 340px
    }
}

.snippet-bonus__badge {
    align-self: baseline;
    font-size: .625rem;
    font-weight: 600;
    height: 24px;
    justify-self: baseline;
    letter-spacing: 0;
    line-height: .75rem;
    padding: 6px 4px;
    text-transform: uppercase;
    vertical-align: middle
}

.snippet-bonus__bonus {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.75rem;
    vertical-align: middle
}

.snippet-bonus__actions {
    display: flex;
    gap: .75rem
}

.snippet-bonus__actions .button {
    flex: 1
}

@media (min-width:1024px) {
    .snippet-bonus__actions {
        grid-column: 2/3;
        grid-row: 1/3
    }
}

.comments {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.comments .star {
    color: transparent;
    fill: transparent;
    stroke: #b8fe58
}

.comments .star.star-full {
    color: #b8fe58;
    fill: #b8fe58
}

.comment-inner {
    border: 1px solid rgba(0, 0, 0, .1);
    color: #f7f7f8;
    padding: 15px;
    position: relative
}

.comment.depth-2,
.comment.depth-3,
.comment.depth-4,
.comment.depth-5,
.comment.depth-6 {
    margin: 15px 0 0 15px
}

.comment__header {
    display: grid;
    gap: 0 15px;
    grid-template-columns: 40px auto;
    grid-template-rows: auto auto auto
}

.comment .user-icon,
.comment .user_ava {
    align-self: center;
    border-radius: 50%;
    fill: #93f415;
    grid-row: 1/4;
    height: 40px;
    width: 40px
}

.comment-author {
    display: flex;
    gap: 0 5px
}

.comment-author .name {
    color: #fff;
    font-weight: 700
}

.comment-author .rang {
    background: #b8fe58;
    color: #fff;
    display: inline-block;
    font-size: .75rem;
    padding: 0 5px
}

.comment-published {
    font-size: 90%;
    line-height: 1.5
}

.comment .star-rating {
    padding: 0
}

@media (min-width:768px) {
    .comment .star-rating {
        position: absolute;
        right: 15px;
        top: 15px
    }
}

.comment-btn {
    display: flex;
    gap: 0 15px
}

.comment a {
    color: #f23681
}

.comments_casino_buttons {
    display: flex;
    gap: 0 15px;
    justify-content: center
}

.auth-comment {
    font-weight: 700;
    text-align: center
}

.list-inline {
    display: flex;
    gap: 15px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.comment-respond {
    background: #393842;
    margin-top: 15px;
    padding: 15px
}

.comment-respond p {
    margin: 0 !important
}

.comment-respond p:empty {
    display: none
}

.comment-respond .comment-reply-title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px
}

.comment-respond .comment-reply-title small {
    font-size: .85rem;
    margin-left: 1rem
}

.comment-respond .comment-reply-title small a {
    color: #888;
    text-decoration: underline
}

.comment-respond .comment-reply-title small a:hover {
    color: #555
}

.comment-respond form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px
}

.comment-respond form input[type=email],
.comment-respond form input[type=text],
.comment-respond form input[type=url],
.comment-respond form textarea {
    border: 1px solid #ccc;
    font-size: 1rem;
    padding: .75rem 1rem;
    transition: border-color .3s ease;
    width: 100%
}

.comment-respond form input[type=email]:focus,
.comment-respond form input[type=text]:focus,
.comment-respond form input[type=url]:focus,
.comment-respond form textarea:focus {
    border-color: #0073aa;
    outline: none
}

.comment-respond form textarea {
    min-height: 150px;
    resize: vertical
}

.comment-respond form .form-submit input[type=submit] {
    cursor: pointer;
    padding: .75rem 1.5rem;
    transition: background-color .3s ease
}

.comment-respond .logged-in-as {
    font-size: .9rem;
    margin-bottom: 1rem
}

.comment-respond .logged-in-as a {
    color: #0073aa
}

.comment-respond .logged-in-as a:hover {
    text-decoration: underline
}

.comment-respond .comment-notes {
    color: #666;
    font-size: .875rem;
    margin-bottom: 1rem
}

.comment-respond .form-allowed-tags {
    color: #999;
    font-size: .75rem;
    margin-top: .5rem
}

.comment-respond .comment-form-author {
    flex: 1 1 100%;
    order: -3
}

.comment-respond .comment-form-email {
    flex: 1 1 100%;
    order: -2
}

.comment-respond .comment-form-comment {
    order: -1;
    width: 100%
}

.comment-respond .rating-wrap {
    order: 0;
    width: 100%
}

@media (min-width:1024px) {

    .comment-respond .comment-form-author,
    .comment-respond .comment-form-email {
        flex: 1 1 48%
    }
}

.comment-respond .star {
    color: transparent;
    fill: transparent;
    stroke: #b8fe58
}

.comment-respond .star.star-full {
    color: #b8fe58;
    fill: #b8fe58
}

.no-comments {
    background: #393842;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
    color: #f7f7f8;
    font-size: 1rem;
    line-height: 1.6;
    padding: 15px
}

.no-comments:before {
    content: "💬";
    display: inline-block;
    font-size: 1.2rem;
    margin-right: .5rem;
    opacity: .6;
    vertical-align: middle
}

.shortcode {
    color: #8e8ea2
}

.shortcode__title {
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 2rem;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    vertical-align: middle
}

.shortcode__content p {
    margin: 10px 0
}

.btn-shortcode.btn-more,
.casino-details__body__heading {
    text-transform: uppercase
}

.btn-shortcode.btn-more {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.25rem;
    text-decoration: none;
    vertical-align: middle
}

.btn-shortcode.btn-more:hover {
    text-decoration: underline
}

.snippet-pros-cons {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.snippet-pros-cons__item {
    border: 1px solid rgba(147, 244, 21, .2);
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 15px;
    padding: 15px
}

.snippet-pros-cons__title {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5rem;
    margin: 0;
    vertical-align: middle
}

.snippet-pros-cons__list {
    list-style: none;
    margin: 0;
    padding: 0 0 0 30px
}

.snippet-pros-cons__list>li {
    position: relative
}

.snippet-pros-cons__list>li:before {
    align-items: center;
    display: flex;
    height: 20px;
    justify-content: center;
    left: -30px;
    opacity: .7;
    position: absolute;
    top: 3px;
    width: 20px
}

.snippet-pros-cons__list.list__advantages li:before {
    background: rgba(147, 244, 21, .5);
    color: #93f415;
    content: "+"
}

.snippet-pros-cons__list.list__disadvantages li:before {
    background: rgba(242, 54, 129, .5);
    color: #f23681;
    content: "-"
}

@media (min-width:1024px) {
    .snippet-pros-cons {
        display: grid;
        grid-template-columns: 1fr 1fr
    }
}

.snippet-license__table,
.snippet-official-info__table {
    border-collapse: separate;
    border-spacing: 0;
    box-shadow: 0 0 0 3px #403f4d;
    font-size: .875rem;
    overflow: hidden;
    width: 100%
}

.snippet-license__table td,
.snippet-license__table th,
.snippet-official-info__table td,
.snippet-official-info__table th {
    padding: 16px 20px;
    text-align: left;
    vertical-align: top
}

.snippet-license__table th.label,
.snippet-official-info__table th.label {
    color: #b6b6c3;
    font-weight: 500;
    white-space: wrap;
    width: 240px
}

.snippet-license__table td.value,
.snippet-official-info__table td.value {
    color: #fff;
    font-weight: 500;
    line-height: 1.4
}

.snippet-license__table td.value .flag,
.snippet-license__table td.value svg,
.snippet-official-info__table td.value .flag,
.snippet-official-info__table td.value svg {
    fill: #93f415;
    height: 20px;
    margin-right: 5px;
    width: 20px
}

.snippet-license__table td.value .inline-flex,
.snippet-official-info__table td.value .inline-flex {
    display: inline-flex;
    margin-right: 10px
}

.snippet-license__table tr:nth-child(2n),
.snippet-official-info__table tr:nth-child(2n) {
    background-color: #403f4d
}

.snippet-brands__grid {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(165px, 1fr))
}

.snippet-brands__item {
    align-items: center;
    background: rgba(57, 56, 66, .29);
    color: #393842;
    display: none;
    height: 90px;
    justify-content: center;
    padding: 5px
}

.snippet-brands__item img {
    object-fit: contain;
    padding: 5px
}

.snippet-brands__grid.visible .snippet-brands__item,
.snippet-brands__item.visible {
    display: flex
}

.snippet-brands__more {
    align-self: baseline;
    color: #93f415;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.25rem;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle
}

.snippet-brands__more:hover {
    text-decoration: underline
}

.casino-pay {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(165px, 1fr))
}

.casino-pay__item {
    align-items: center;
    background: rgba(57, 56, 66, .29);
    color: #393842;
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: 90px;
    justify-content: center;
    padding: 5px
}

.casino-pay__item img {
    max-height: 35px;
    object-fit: contain
}

.snippet-withdrawal__list__payments {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr))
}

.snippet-withdrawal__list__payments__item {
    align-items: center;
    background: rgba(57, 56, 66, .29);
    color: #393842;
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: 90px;
    justify-content: center
}

.snippet-withdrawal__list__payments__item img {
    object-fit: contain;
    padding: 15px
}

.snippet-withdrawal__speed {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr))
}

.snippet-withdrawal__speed-item {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template-columns: 90px auto
}

.snippet-withdrawal__speed-item img {
    background: rgba(57, 56, 66, .29);
    border: 1px solid #ecf1f7;
    box-sizing: border-box;
    color: #393842;
    height: 90px;
    object-fit: contain;
    object-position: center;
    padding: 10px;
    width: 90px
}

.snippet-withdrawal__speed-item-text {
    display: flex;
    flex-direction: column
}

.snippet-withdrawal__speed-item-text span {
    color: #000;
    font-weight: 700;
    line-height: 1
}

.snippet-type-games {
    display: flex;
    flex-wrap: wrap;
    gap: 5px
}

.snippet-type-games__item {
    background: #fff;
    border: 1px solid #ecf1f7;
    color: #26252c;
    padding: 3px 12px;
    text-transform: uppercase
}

.snippet-live-games {
    display: flex;
    flex-wrap: wrap;
    gap: 5px
}

.snippet-live-games__item {
    align-items: center;
    background: #fff;
    border: 1px solid #ecf1f7;
    color: #26252c;
    display: flex;
    gap: 5px;
    padding: 3px 12px;
    text-transform: none
}

.snippet-live-games__item small {
    color: rgba(38, 37, 44, .5)
}

.snippet-registration__list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    list-style: none;
    padding: 0
}

.snippet-registration__list li {
    align-items: center;
    display: flex;
    gap: 5px
}

.snippet-registration__list svg {
    background: rgba(147, 244, 21, .1);
    fill: #93f415;
    height: 32px;
    padding: 5px;
    width: 32px
}

.snippet-app {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr))
}

.snippet-app__sub-heading {
    font-weight: 700
}

.snippet-app__item {
    border: 1px solid rgba(147, 244, 21, .2);
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 15px;
    padding: 15px
}

.snippet-verification__sub-heading {
    color: #26252c;
    font-weight: 700
}

.snippet-supportrr__list {
    display: flex;
    gap: 15px;
    list-style: none;
    padding: 0
}

.snippet-supportrr__list li {
    align-items: center;
    display: flex;
    gap: 7.5px
}

.snippet-supportrr__list svg {
    background: rgba(147, 244, 21, .1);
    fill: #93f415;
    height: 32px;
    padding: 5px;
    width: 32px
}