img:is([sizes=auto i],[sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px
}

:root {
    --color-primary: #fbac29;
    --color-secondary: #e35218
}

.grw-brand-table-box.style-2 {
    margin: 24px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px
}

.grw-brand-table-box.style-2 .brand-card {
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    padding: 55px 20px 20px;
    background: linear-gradient(118deg, #efe5e5 5.7rem, #fff 5.7rem);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .15);
    border: 1px solid transparent;
    transition: all .3s ease;
    animation: 1s fadeIn
}

.grw-brand-table-box.style-2 .brand-card:hover {
    border: 1px solid #cbc3c3
}

.grw-brand-table-box.style-2 .brand-card .features {
    position: absolute;
    width: 100%;
    top: -1px;
    left: -1px
}

.grw-brand-table-box.style-2 .brand-card .features button {
    position: absolute;
    z-index: 99;
    top: 0;
    bottom: 0;
    width: 40px;
    max-height: 32px;
    border-bottom-right-radius: 0;
    border: none;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='18' fill='none'%3E%3Cpath d='M9.579 9.579 1.397 17.76A.818.818 0 1 1 .24 16.603L7.843 9 .24 1.397A.819.819 0 0 1 1.397.24L9.58 8.42a.818.818 0 0 1 0 1.158Z' fill='%23fff'/%3E%3C/svg%3E") center no-repeat rgba(0, 0, 0, 0);
    background-size: 12px;
    outline: 0;
    transition: all .3s ease
}

.grw-brand-table-box.style-2 .brand-card .features button.prev {
    left: 0;
    transform: rotate(180deg)
}

.grw-brand-table-box.style-2 .brand-card .features button.next {
    right: 0
}

.grw-brand-table-box.style-2 .brand-card .features ul {
    display: flex;
    align-self: center;
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch
}

.grw-brand-table-box.style-2 .brand-card .features li {
    position: relative;
    list-style: none;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    line-height: normal;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0 0 12px 0;
    margin: 0 0 0 -10px;
    padding: 7px 10px 7px 20px
}

.grw-brand-table-box.style-2 .brand-card .features li:first-child {
    border-radius: 12px 0 12px 0;
    margin-left: 0;
    padding-left: 10px
}

.grw-brand-table-box.style-2 .brand-card .features li:nth-child(3n+1) {
    /*background-color: #f51fe0;*/
    background-color: #2d9950;
}

.grw-brand-table-box.style-2 .brand-card .features li:nth-child(3n+2) {
    /*background-color: #35b3db;*/
    background-color: #e63026;
}

.grw-brand-table-box.style-2 .brand-card .features li:nth-child(3n) {
    background-color: #fbac29;
}

.grw-brand-table-box.style-2 .brand-card .features li:first-child {
    z-index: 15
}

.grw-brand-table-box.style-2 .brand-card .features li:nth-child(2) {
    z-index: 14
}

.grw-brand-table-box.style-2 .brand-card .features li:nth-child(3) {
    z-index: 13
}

.grw-brand-table-box.style-2 .brand-card .features li:nth-child(4) {
    z-index: 12
}

.grw-brand-table-box.style-2 .brand-card .features li:nth-child(5) {
    z-index: 11
}

.grw-brand-table-box.style-2 .brand-card .features li:nth-child(6) {
    z-index: 10
}

.grw-brand-table-box.style-2 .brand-card .features li:nth-child(7) {
    z-index: 9
}

.grw-brand-table-box.style-2 .brand-card .features li:nth-child(8) {
    z-index: 8
}

.grw-brand-table-box.style-2 .brand-card .features li:nth-child(9) {
    z-index: 7
}

.grw-brand-table-box.style-2 .brand-card .features li:nth-child(10) {
    z-index: 6
}

.grw-brand-table-box.style-2 .brand-card .features li:nth-child(11) {
    z-index: 5
}

.grw-brand-table-box.style-2 .brand-card .features li:nth-child(12) {
    z-index: 4
}

.grw-brand-table-box.style-2 .brand-card .features li:nth-child(13) {
    z-index: 3
}

.grw-brand-table-box.style-2 .brand-card .features li:nth-child(14) {
    z-index: 2
}

.grw-brand-table-box.style-2 .brand-card .features li:nth-child(15) {
    z-index: 1
}

.grw-brand-table-box.style-2 .brand-card .features.has-arrows li:last-child {
    border-radius: 0 12px 0 0
}

.grw-brand-table-box.style-2 .brand-card .logo-box {
    position: relative;
    width: 21%
}

.grw-brand-table-box.style-2 .brand-card .logo-box .order-number {
    position: absolute;
    box-shadow: 0 4px 13px 0 rgba(0, 0, 0, .25);
    display: flex;
    width: 27px;
    height: 27px;
    padding: 3px 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    color: #fff;
    align-self: center;
    margin-right: .3rem;
    border-radius: 0 0 6px 0;
    background: rgba(255, 255, 255, .5);
    font-size: 18px;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.grw-brand-table-box.style-2 .brand-card .logo-box .logo {
    align-self: center;
    margin-right: .1rem
}

.grw-brand-table-box.style-2 .brand-card .logo-box .logo img {
    width: 220px;
    min-width: 220px;
    height: 110px;
    border-radius: 6px;
    object-fit: cover;
    background-color: #333
}

.grw-brand-table-box.style-2 .brand-card .title-box {
    display: flex;
    flex-direction: column;
    align-self: center;
    width: 18%
}

.grw-brand-table-box.style-2 .brand-card .title-box .title {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.grw-brand-table-box.style-2 .brand-card .bonus-box {
    width: 24%;
    align-content: center;
    padding: 12px;
    color: #000;
    border-radius: 6px;
    background: rgba(248, 248, 248, .6)
}

.grw-brand-table-box.style-2 .brand-card .bonus-box .bonus {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.grw-brand-table-box.style-2 .brand-card .rating-review-box {
    padding: 12px;
    width: 10%;
    text-align: center;
    align-content: center;
    border-radius: 6px;
    background: rgba(248, 248, 248, .6)
}

.grw-brand-table-box.style-2 .brand-card .rating-review-box .rating-title {
    color: #000;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.grw-brand-table-box.style-2 .brand-card .rating-review-box .rating-box {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 10px
}

.grw-brand-table-box.style-2 .brand-card .rating-review-box .rating-box:before {
    width: 24px;
    height: 24px;
    content: "";
    font-family: poka-icons;
    font-style: normal;
    font-weight: 400;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    color: #ffcb00;
    margin-right: 8px
}

.grw-brand-table-box.style-2 .brand-card .rating-review-box .rating-box strong {
    color: #000;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    line-height: normal;
    font-size: 20px;
    font-weight: 700
}

.grw-brand-table-box.style-2 .brand-card .rating-review-box .rating-box span {
    color: #000;
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    align-content: end;
    padding-bottom: 2px;
    padding-left: 1px
}

.grw-brand-table-box.style-2 .brand-card .buttons {
    display: flex;
    flex-direction: column;
    width: 19%;
    align-self: center
}

.grw-brand-table-box.style-2 .brand-card .buttons a {
    background: #2d9950;
    /*background: var(--color-primary, #35b3db);*/
    box-shadow: 0 4px 23px 0 rgba(0, 0, 0, .25);
    padding: 22px 15px;
    color: #fff !important;
    text-align: center;
    font-size: 20px;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    min-width: 10.5rem;
    text-decoration: none;
    border-radius: 6px
}

.grw-brand-table-box.style-2 .brand-card .buttons a:hover {
    background: var(--color-primary-hover, var(--color-primary, #35b3db))
}

.grw-brand-table-box.style-2 .brand-card .buttons a:focus {
    outline: 1px dashed var(--color-primary-hover, var(--color-primary, #35B3DB));
    outline-offset: 1px
}

.grw-brand-table-box.style-2 .brand-card .buttons a:active {
    background: var(--color-primary-active, var(--color-primary, #35b3db))
}

@media (max-width: 1100px) {
    .grw-brand-table-box.style-2 .brand-card {
        flex-wrap: wrap;
        width: calc(50% - 20px);
        gap: 20px;
        padding-top: 50px;
        padding-bottom: 12px
    }

    .grw-brand-table-box.style-2 .brand-card .logo-box {
        width: 50%;
        margin: 0 0 0 -20px;
        align-self: center
    }

    .grw-brand-table-box.style-2 .brand-card .logo-box .logo {
        margin: 0 auto
    }

    .grw-brand-table-box.style-2 .brand-card .logo-box .logo img {
        width: 100%;
        min-width: auto;
        height: auto;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .grw-brand-table-box.style-2 .brand-card .title-box {
        width: 50%
    }

    .grw-brand-table-box.style-2 .brand-card .bonus, .grw-brand-table-box.style-2 .brand-card .bonus-box, .grw-brand-table-box.style-2 .brand-card .buttons, .grw-brand-table-box.style-2 .brand-card .rating-review-box {
        width: 100%
    }

    .grw-brand-table-box.style-2 .brand-card .bonus {
        font-size: 1.3rem
    }
}

@media (max-width: 540px) {
    .grw-brand-table-box.style-2 .brand-card .logo-box {
        width: 100%;
        margin: 0 auto
    }

    .grw-brand-table-box.style-2 .brand-card .logo-box .logo {
        margin: 0 auto
    }

    .grw-brand-table-box.style-2 .brand-card .logo-box .logo img {
        width: 100%;
        min-width: 100%;
        height: auto
    }

    .grw-brand-table-box.style-2 .brand-card .title-box {
        width: 100%
    }
}

.grw-brand-table-box.style-2 .table-load-more {
    display: flex;
    justify-content: center;
    padding: 2rem 0;
    width: 100%
}

.grw-brand-table-box.style-2 .table-load-more button {
    background: var(--color-primary, #35b3db);
    border-radius: .3125rem;
    border: none;
    box-shadow: 0 4px 23px 0 rgba(0, 0, 0, .25);
    padding: 1rem 2rem;
    color: #fff;
    text-align: center;
    font-size: 1.1875rem;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    width: 100%;
    max-width: 300px;
    height: 54px
}

.grw-brand-table-box.style-2 .table-load-more button:hover {
    background: var(--color-primary-hover, var(--color-primary, #35b3db))
}

.grw-brand-table-box.style-2 .table-load-more button:focus {
    outline: 1px dashed var(--color-primary-hover, var(--color-primary, #35B3DB));
    outline-offset: 1px
}

.grw-brand-table-box.style-2 .table-load-more button:active {
    background: var(--color-primary-active, var(--color-primary, #35b3db))
}

.grw-brand-table-box.style-2 .table-load-more button.loading {
    background-size: 200% 100%;
    background-image: linear-gradient(to right, var(--color-primary, #35b3db) 50%, var(--color-primary-hover, var(--color-primary, #35b3db)) 50%);
    animation: 2s linear infinite progress-bar;
    pointer-events: none
}

@keyframes progress-bar {
    0% {
        background-position: 100% 0
    }
    100% {
        background-position: -100% 0
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.grw-brand-table-box.style-2 .brand-card .bonus-box .casino-bonus {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
}
.grw-brand-table-box.style-2 .casino-brand-card {
    padding-top: 20px;
}

:root {
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-regular-400.woff2) format("woff2"), url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-regular-400.ttf) format("truetype")
}

@font-face{
    font-display:swap;
    font-family:"poka-icons";
    font-style:normal;
    font-weight:400;
    src:url(/fonts/poka-icons.woff) format("woff")
}

.fa-regular {
    font-weight: 400
}

@media (max-width: 768px) {
    .grw-brand-table-box.style-2 .brand-card {
        width: 100%
    }
}


.grw-block-medium-features-box {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6
}

.grw-block-medium-features-box > p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px
}

.grw-block-medium-features-box > p:empty, .grw-block-medium-features-box > p:last-child {
    margin-bottom: 0
}

.grw-pros-cons-box.style-2 p {
    color: #000;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.grw-pros-cons-box.style-2 p + p {
    margin-top: 20px
}

.grw-pros-cons-box.style-2 .fc-pros-cons-box {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 30px;
    max-width: 100%;
    flex-direction: row;
    margin-top: 30px
}

.grw-pros-cons-box.style-2 .fc-pros-cons-box > div {
    flex: 1;
    box-sizing: border-box;
    padding: 0 0 15px;
    margin-bottom: .75rem;
    border-radius: 15px;
    overflow: hidden
}

.grw-pros-cons-box.style-2 .fc-pros-cons-box > div h3 {
    position: relative;
    padding: 10px 10px 10px 60px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.grw-pros-cons-box.style-2 .fc-pros-cons-box > div h3:before {
    content: "";
    font-family: poka-icons;
    font-style: normal;
    font-weight: 400;
    speak: never;
    position: absolute;
    display: inline-block;
    color: #fff;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    left: 17px;
    top: 50%;
    transform: translateY(-50%)
}

.grw-pros-cons-box.style-2 .fc-pros-cons-box > div ul {
    padding: 0 15px;
    margin: 17px 0 0
}

.grw-pros-cons-box.style-2 .fc-pros-cons-box > div ul li {
    position: relative;
    padding: 14px 30px;
    list-style: none;
    font-style: normal;
    background-repeat: no-repeat;
    background-position: left center;
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: normal
}

.grw-pros-cons-box.style-2 .fc-pros-cons-box > div ul li:before {
    content: "";
    font-family: poka-icons;
    font-style: normal;
    font-weight: 400;
    speak: never;
    position: absolute;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    left: 0
}

.grw-pros-cons-box.style-2 .fc-pros-cons-box .pros {
    background: rgba(90, 172, 68, .05)
}

.grw-pros-cons-box.style-2 .fc-pros-cons-box .pros h3 {
    background-color: #32b300
}

.grw-pros-cons-box.style-2 .fc-pros-cons-box .pros ul li:before {
    content: "";
    color: #32b300
}

.grw-pros-cons-box.style-2 .fc-pros-cons-box .cons {
    background: rgba(248, 40, 20, .05)
}

.grw-pros-cons-box.style-2 .fc-pros-cons-box .cons h3 {
    background-color: #d61717
}

.grw-pros-cons-box.style-2 .fc-pros-cons-box .cons h3:before {
    transform: rotate(180deg) scale(-1, 1) translateY(50%)
}

.grw-pros-cons-box.style-2 .fc-pros-cons-box .cons ul li:before {
    content: "";
    color: #d61717
}

@media (max-width: 992px) {
    .grw-pros-cons-box.style-2 .fc-pros-cons-box {
        flex-direction: column;
        gap: 30px
    }

    .grw-pros-cons-box.style-2 .fc-pros-cons-box > div {
        margin-bottom: 0;
        border-radius: 6px
    }
}

.grw-block-large-features-box {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6
}

.grw-block-large-features-box > p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px
}

.grw-block-large-features-box > p:empty, .grw-block-large-features-box > p:last-child {
    margin-bottom: 0
}

:root {
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-solid-900.woff2) format("woff2"), url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-solid-900.ttf) format("truetype")
}

.fa-solid {
    font-weight: 900
}

.fa-brands, .fa-regular, .fa-solid {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.fa-regular, .fa-solid {
    font-family: "Font Awesome 6 Free"
}

.fa-brands {
    font-family: "Font Awesome 6 Brands"
}

.fa-star:before {
    content: "\f005"
}

.fa-circle-question:before {
    content: "\f059"
}

:root {
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-brands-400.woff2) format("woff2"), url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-brands-400.ttf) format("truetype")
}

.fa-brands {
    font-weight: 400
}

.fa-facebook:before {
    content: "\f09a"
}

#show-more-list {
    display: none;
}
.logo-title {
    text-align: center;
}