nav.main-menu {
    display: none;
    margin-left: 0;
    margin-bottom: -17px;
    padding-top: 17px;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

nav.main-menu ul.menu {
    display: block
}

nav.main-menu ul.menu>li {
    position: relative;
    display: block;
    padding: 20px 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 400;
    border-top: 1px solid #0d60c5;
    -webkit-transition: color 120ms ease;
    -o-transition: color 120ms ease;
    -moz-transition: color 120ms ease;
    transition: color 120ms ease
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on nav.main-menu ul.menu>li {
        border-top: 1px solid #373f52
    }
}

nav.main-menu ul.menu>li::before {
    content: "";
    position: relative;
    display: inline-block;
    top: -1px;
    width: 8px;
    height: 11px;
    margin-right: 8px;
    background: url("../../../bonusfinder/images/bf-right-arrow.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on nav.main-menu ul.menu>li::before {
        background: url("../../../bonusfinder/images/dark/bf-right-arrow.svg");
        width: 6px;
        height: 8px
    }
}

nav.main-menu ul.menu>li.menu-item-has-children>a {
    position: relative;
    cursor: pointer;
    padding-right: 24px
}

nav.main-menu ul.menu>li.menu-item-has-children>a::after,
nav.main-menu ul.menu>li.menu-item-has-children>a::before {
    content: "";
    position: absolute;
    display: inline-block;
    background-position: center center;
    right: 0;
    top: 2px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    background-color: #fff;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    transition: opacity .2s ease
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on nav.main-menu ul.menu>li.menu-item-has-children>a::after,
    .dark-mode-on nav.main-menu ul.menu>li.menu-item-has-children>a::before {
        background-color: #373f52
    }
}

nav.main-menu ul.menu>li.menu-item-has-children>a::after {
    background-image: url("../../../bonusfinder/images/minus_blue.svg");
    opacity: 0
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on nav.main-menu ul.menu>li.menu-item-has-children>a::after {
        background-image: url("../../../bonusfinder/images/dark/bf-minus_blue-dark.svg")
    }
}

nav.main-menu ul.menu>li.menu-item-has-children>a::before {
    background-image: url("../../../bonusfinder/images/plus_blue.svg");
    opacity: 1
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on nav.main-menu ul.menu>li.menu-item-has-children>a::before {
        background-image: url("../../../bonusfinder/images/dark/bf-plus_blue-dark.svg")
    }
}

nav.main-menu ul.menu>li.menu-item-has-children.active>a::after {
    opacity: 1
}

nav.main-menu ul.menu>li.menu-item-has-children.active>a::before {
    opacity: 0
}

nav.main-menu ul.sub-menu {
    display: none;
    padding: 12px 0 0;
    margin-right: -6px;
    margin-left: -6px
}

nav.main-menu ul.sub-menu.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

nav.main-menu li.all-menu-item ul li a {
    padding-left: 10px !important;
    padding-right: 10px !important
}

nav.main-menu li.all-menu-item ul.sub-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

nav.main-menu li.all-menu-item ul.sub-menu>li {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    padding: 0 6px;
    margin-top: 12px
}

nav.main-menu li.all-menu-item ul.sub-menu li a {
    display: block;
    height: 100%;
    padding: 7px 10px;
    background-color: rgba(97, 183, 242, .16);
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on nav.main-menu li.all-menu-item ul.sub-menu li a {
        background-color: #2a3142
    }
}

nav.main-menu li.all-menu-item ul.sub-menu li a:hover {
    background-color: rgba(97, 183, 242, .4)
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on nav.main-menu li.all-menu-item ul.sub-menu li a:hover {
        background-color: #373f52
    }
}

@media only screen and (max-width:991px) {
    nav.main-menu li.all-menu-item ul.sub-menu>li {
        -webkit-flex-basis: 33.3%;
        -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%
    }
}

@media only screen and (max-width:767px) {
    nav.main-menu li.all-menu-item ul.sub-menu>li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 50%;
        flex: 0 50%
    }
}

@media only screen and (max-width:479px) {
    nav.main-menu ul.menu>li {
        font-size: 16px
    }
    nav.main-menu li.all-menu-item ul.sub-menu>li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 100%;
        flex: 0 100%
    }
    nav.main-menu li.all-menu-item ul.sub-menu li a {
        padding: 5px 10px
    }
}

.intro-paragraph-section .entry-content,
.hero-section .entry-content {
    margin: 0
}

.intro-paragraph-section #intro-entry-content,
.hero-section #intro-entry-content {
    padding-left: 0;
    padding-right: 0
}

.intro-paragraph-section .intro-wrapper,
.hero-section .intro-wrapper {
    margin-top: 0;
    margin-bottom: 0
}

.intro-paragraph-section .tagline-1,
.hero-section .tagline-1 {
    margin-top: 0
}

.intro-paragraph-section .tagline-1,
.hero-section .tagline-1 {
    margin-top: 0;
    margin-bottom: 16px
}

.intro-paragraph-section .hero-left .tagline-2 p,
.hero-section .hero-left .tagline-2 p {
    margin-bottom: 0
}

.intro-paragraph-section .hero-left .tagline-3 p,
.hero-section .hero-left .tagline-3 p {
    margin: 16px 0;
    color: rgba(3, 15, 39, .8);
    font-size: 15px;
    line-height: 1.6em
}

.intro-paragraph-section .hero-left .tagline-3 a,
.hero-section .hero-left .tagline-3 a {
    position: relative;
    color: #0e60c5;
    font-weight: 500
}

.intro-paragraph-section .hero-left .tagline-3 p:first-child,
.hero-section .hero-left .tagline-3 p:first-child {
    margin: 0
}

.intro-paragraph-section p,
.hero-section p {
    margin: 16px 0
}

.intro-paragraph-section p a,
.hero-section p a {
    font-size: 18px
}

.intro-paragraph-section .disabled-tag,
.hero-section .disabled-tag {
    display: none
}

.intro-paragraph-section .tagline-3 p,
.intro-paragraph-section .live-odds-table p,
.hero-section .tagline-3 p,
.hero-section .live-odds-table p {
    font-size: 15px
}

.intro-paragraph-section .tagline-3 ul,
.intro-paragraph-section .live-odds-table ul,
.hero-section .tagline-3 ul,
.hero-section .live-odds-table ul {
    font-size: 15px;
    line-height: 1.4em;
    margin-bottom: 16px
}

.intro-paragraph-section .tagline-3 ul li,
.intro-paragraph-section .live-odds-table ul li,
.hero-section .tagline-3 ul li,
.hero-section .live-odds-table ul li {
    margin: 13px 0
}

.intro-paragraph-section .tagline-3 ul li::before,
.intro-paragraph-section .live-odds-table ul li::before,
.hero-section .tagline-3 ul li::before,
.hero-section .live-odds-table ul li::before {
    border-width: 6px 2px 6px 10px
}

.intro-paragraph-section .tagline-3 h2,
.intro-paragraph-section .live-odds-table h2,
.hero-section .tagline-3 h2,
.hero-section .live-odds-table h2 {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25em
}

.intro-paragraph-section .tagline-3 table,
.intro-paragraph-section .live-odds-table table,
.hero-section .tagline-3 table,
.hero-section .live-odds-table table {
    margin-top: 24px;
    margin-bottom: 8px
}

.intro-paragraph-section .tagline-3 table td,
.intro-paragraph-section .live-odds-table table td,
.hero-section .tagline-3 table td,
.hero-section .live-odds-table table td {
    font-size: 15px;
    background-color: #fff
}

.intro-paragraph-section .tagline-3 table tr td:first-of-type,
.intro-paragraph-section .live-odds-table table tr td:first-of-type,
.hero-section .tagline-3 table tr td:first-of-type,
.hero-section .live-odds-table table tr td:first-of-type {
    font-weight: 600
}

.intro-paragraph-section.has-bottom-padding {
    padding-bottom: 12px
}

.intro-section {
    display: block;
    position: relative;
    z-index: 100;
    overflow: visible;
    padding: 0 32px;
    background-color: #ebf4ff;
    background-image: none
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .intro-section {
        background-color: #14171f
    }
}

body-toplist .intro-section {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent
}

body.free-slots-page .intro-section {
    background-color: #ebf4ff
}

body.page-toplist .intro-section.with-image {
    position: relative;
    background-color: #ebf4ff
}

body.page-toplist .intro-section.with-image h1 {
    margin-bottom: 1.5rem;
    font-size: 36px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -.02em
}

body.page-toplist .intro-section.with-image p {
    margin-top: 24px;
    margin-bottom: 24px;
    color: rgba(3, 15, 39, .75);
    font-size: 18px;
    line-height: 1.65em
}

body.page-toplist .intro-section.with-image .intro-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1024px;
    -webkit-flex-wrap: unset;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    margin-top: 0;
    padding: 48px 0 80px;
    min-height: 480px
}

body.page-toplist .intro-section.with-image .intro-wrapper .intro-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 60%;
    -moz-box-flex: 0;
    -ms-flex: 0 60%;
    flex: 0 60%;
    padding-right: 32px
}

body.page-toplist .intro-section.with-image .intro-wrapper .intro-secton-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 60%;
    -moz-box-flex: 0;
    -ms-flex: 0 60%;
    flex: 0 60%;
    padding-left: 32px
}

body.page-toplist .intro-section.with-image .intro-wrapper .intro-secton-image img {
    height: auto
}

body.page-toplist .intro-section.with-image .hero-cutout {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 1;
    width: 100%
}

body.authors-page .intro-section {
    padding-left: 0;
    padding-right: 0
}

.intro-section .intro-wrapper {
    position: relative;
    z-index: 2;
    display: block;
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body.page-toplist .intro-section .intro-wrapper {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    max-width: 768px;
    margin-top: 48px
}

body.page.free-slots-page .intro-section .intro-wrapper {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    max-width: 1024px;
    margin-top: 0
}

body.page.authors-page .intro-section .intro-wrapper {
    max-width: 100%;
    margin-top: 0
}

body.home .intro-section .intro-wrapper {
    padding-top: 24px
}

.intro-section .intro-wrapper.mega-moolah-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: auto;
    padding: 24px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #bde4ff
}

.intro-section .intro-wrapper.mega-moolah-page .intro-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 60%;
    -moz-box-flex: 0;
    -ms-flex: 0 60%;
    flex: 0 60%;
    padding-bottom: 0
}

.toplist-page .intro-section .intro-wrapper.mega-moolah-page .intro-title h1 {
    margin-bottom: 8px;
    color: #043398;
    font-size: 24px;
    font-weight: 600
}

.intro-section .intro-wrapper.mega-moolah-page .intro-title .tagline-2,
.intro-section .intro-wrapper.mega-moolah-page .intro-title .tagline-3 {
    color: rgba(4, 51, 152, .8);
    font-size: 14px
}

.intro-section .intro-wrapper.mega-moolah-page .intro-title .show-more {
    color: rgba(4, 51, 152, .8)
}

.intro-section .intro-wrapper.mega-moolah-page .intro-title li {
    color: rgba(4, 51, 152, .8)
}

.intro-section .intro-wrapper.mega-moolah-page .intro-title .jackpot-badge {
    margin-top: 12px;
    margin-bottom: 0;
    padding: 6px 8px;
    background-color: #043398;
    background-image: none;
    color: #fff;
    font-size: 10px;
    letter-spacing: .02em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 1.2em;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    min-width: 157px
}

.intro-section .intro-wrapper.mega-moolah-page .intro-title .jackpot-badge span:first-of-type,
.intro-section .intro-wrapper.mega-moolah-page .intro-title .jackpot-badge .jackpot-currency.after {
    padding-left: 4px
}

.intro-section .intro-wrapper.mega-moolah-page .intro-title .jackpot-badge .jackpot-currency.after {
    text-transform: lowercase
}

.intro-section .intro-wrapper.mega-moolah-page .intro-title .jackpot-badge .jackpot-amount {
    color: #fff;
    font-size: 10px;
    letter-spacing: .02em;
    line-height: 1.2em;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left
}

.intro-section .intro-wrapper.mega-moolah-page .intro-block-image {
    margin-top: -24px;
    margin-right: -24px;
    margin-bottom: -24px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-image: -webkit-gradient(linear, left top, right top, from(#c2e5fe), color-stop(50%, rgba(194, 229, 254, 0))), url("../../../bonusfinder/images/mega_moolah_mockup.jpg");
    background-image: -webkit-linear-gradient(left, #c2e5fe, rgba(194, 229, 254, 0) 50%), url("../../../bonusfinder/images/mega_moolah_mockup.jpg");
    background-image: -moz- oldlinear-gradient(left, #c2e5fe, rgba(194, 229, 254, 0) 50%), url("../../../bonusfinder/images/mega_moolah_mockup.jpg");
    background-image: -o-linear-gradient(left, #c2e5fe, rgba(194, 229, 254, 0) 50%), url("../../../bonusfinder/images/mega_moolah_mockup.jpg");
    background-image: linear-gradient(90deg, #c2e5fe, rgba(194, 229, 254, 0) 50%), url("../../../bonusfinder/images/mega_moolah_mockup.jpg");
    background-position: 0 0, 50% 0;
    -webkit-background-size: auto, cover;
    -moz-background-size: auto, cover;
    background-size: auto, cover
}

.intro-section .intro-title {
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 45%;
    -moz-box-flex: 0;
    -ms-flex: 0 45%;
    flex: 0 45%;
    text-align: left;
    padding-bottom: 20px
}

.home .intro-section .intro-title h1 {
    font-size: 28px;
    line-height: 1.4em;
    letter-spacing: 0
}

.toplist-page .intro-section .intro-title h1 {
    font-size: 24px;
    line-height: 1.25em;
    font-weight: 600;
    letter-spacing: 0
}

body.authors-page .intro-section .intro-title h1 {
    margin-bottom: 32px
}

body.error404 .intro-section .intro-title h1 {
    margin-top: 0
}

.intro-section .featured-image {
    margin-top: 12px;
    margin-bottom: 24px
}

.intro-section .featured-image img {
    display: block;
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.intro-section .intro-quick-search-title-container {
    padding-top: 32px;
    border-top: 1px solid #b4cbeb
}

.intro-section .intro-quick-search-title-container .quick-search-title {
    padding-bottom: 16px;
    color: #0e60c5;
    font-size: 18px;
    font-weight: 600
}

.intro-section .tagline-2 {
    margin: 0;
    color: rgba(3, 15, 39, .8);
    font-size: 15px;
    line-height: 1.6em
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .intro-section .tagline-2 {
        color: unset
    }
}

.intro-section .tagline-2 p {
    margin-bottom: 16px
}

.intro-section .tagline-2 p:first-of-type {
    display: inline
}

.intro-section .tagline-2 p.visible {
    display: block
}

body.authors-page .intro-section .tagline-2 p {
    display: block;
    font-size: 18px
}

body.authors-page .intro-section .tagline-2 p:last-child {
    margin-bottom: 0
}

.intro-section .tagline-2 a {
    position: relative;
    color: #0e60c5;
    font-weight: 500
}

.intro-section .tagline-2 a:hover {
    text-decoration: underline
}

.intro-section .tagline-2 strong {
    font-weight: 400
}

.intro-section .tagline-2 .show-more {
    display: inline;
    font-size: 18px;
    cursor: pointer;
    color: rgba(3, 15, 39, .64)
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .intro-section .tagline-2 .show-more {
        color: unset
    }
}

.intro-section .intro-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 440px;
    margin-right: auto;
    margin-bottom: 32px;
    margin-left: auto;
    padding: 12px 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(77, 106, 165, .16);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 0 1px rgba(0, 32, 99, .16);
    -moz-box-shadow: 0 2px 0 1px rgba(0, 32, 99, .16);
    box-shadow: 0 2px 0 1px rgba(0, 32, 99, .16);
    -webkit-transition: -webkit-transform 240ms ease;
    transition: -webkit-transform 240ms ease;
    -o-transition: -o-transform 240ms ease;
    -moz-transition: transform 240ms ease, -moz-transform 240ms ease;
    transition: transform 240ms ease;
    transition: transform 240ms ease, -webkit-transform 240ms ease, -moz-transform 240ms ease, -o-transform 240ms ease;
    color: rgba(4, 15, 39, .64);
    font-size: 16px;
    line-height: 1em;
    text-decoration: none
}

.intro-section .intro-search:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02)
}

.intro-section img.search-icon {
    margin-right: 8px
}

.intro-section .intro-subtitle {
    margin-bottom: 24px;
    color: rgba(3, 15, 39, .64);
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 600;
    text-align: center
}

.intro-section .hidden-on-small {
    display: none
}

@media only screen and (max-width:991px) {
    body.page-toplist .intro-section.with-image .intro-wrapper {
        display: block;
        padding-bottom: 32px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    body.page-toplist .intro-section.with-image .intro-wrapper .intro-title {
        display: block;
        max-width: 600px;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 48px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        text-align: center;
        padding-right: 32px;
        padding-left: 32px
    }
    body.page-toplist .intro-section.with-image .intro-wrapper .intro-secton-image {
        display: block;
        max-width: 540px;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 32px;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto;
        text-align: center;
        padding-right: 32px;
        padding-left: 32px
    }
}

@media only screen and (max-width:767px) {
    .intro-section .intro-title {
        -webkit-box-flex: 0;
        -webkit-flex: 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 100%;
        flex: 0 100%
    }
    .intro-section h1.tagline-1 {
        font-size: 32px
    }
    .single-blog .intro-section h1.tagline-1,
    .authors-page .intro-section h1.tagline-1 {
        font-size: 36px
    }
    .intro-section .intro-subtitle {
        margin-bottom: 16px
    }
    .intro-section .intro-search:hover {
        -webkit-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none
    }
    .home .intro-section .intro-title h1,
    .toplist-page .intro-section .intro-title h1 {
        font-size: 24px
    }
    .intro-section .intro-wrapper.mega-moolah-page {
        padding: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .intro-section .intro-wrapper.mega-moolah-page .intro-title {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 100%;
        flex: 0 100%
    }
    .toplist-page .intro-section .intro-wrapper.mega-moolah-page .intro-title h1 {
        font-size: 20px
    }
    .intro-section .intro-wrapper.mega-moolah-page .intro-block-image {
        min-height: 128px;
        margin: -32px -16px 0;
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #c2e5fe), to(rgba(194, 229, 254, 0))), url("../../../bonusfinder/images/mega_moolah_mockup.jpg");
        background-image: -webkit-linear-gradient(bottom, #c2e5fe 10%, rgba(194, 229, 254, 0)), url("../../../bonusfinder/images/mega_moolah_mockup.jpg");
        background-image: -moz- oldlinear-gradient(bottom, #c2e5fe 10%, rgba(194, 229, 254, 0)), url("../../../bonusfinder/images/mega_moolah_mockup.jpg");
        background-image: -o-linear-gradient(bottom, #c2e5fe 10%, rgba(194, 229, 254, 0)), url("../../../bonusfinder/images/mega_moolah_mockup.jpg");
        background-image: linear-gradient(0deg, #c2e5fe 10%, rgba(194, 229, 254, 0)), url("../../../bonusfinder/images/mega_moolah_mockup.jpg");
        background-position: 0 0, 50% 0;
        -webkit-background-size: auto, cover;
        -moz-background-size: auto, cover;
        background-size: auto, cover
    }
}

@media only screen and (max-width:479px) {
    .home .intro-section .intro-title h1,
    .toplist-page .intro-section .intro-title h1 {
        font-size: 20px
    }
    .intro-section {
        padding-right: 16px;
        padding-left: 16px
    }
    body.home .intro-section .intro-wrapper {
        padding-top: 16px
    }
    .intro-section .intro-title {
        padding-bottom: 24px
    }
    .intro-section h1.tagline-1 {
        font-size: 26px
    }
    .single-blog .intro-section h1.tagline-1,
    .authors-page .intro-section h1.tagline-1 {
        font-size: 28px;
        line-height: 1.2em
    }
    .intro-section .tagline-2 {
        color: rgba(3, 15, 39, .75);
        font-size: 14px;
        line-height: 1.5em
    }
}

@media only screen and (max-width:479px) and (prefers-color-scheme:dark) {
    .dark-mode-on .intro-section .tagline-2 {
        color: unset
    }
}

@media only screen and (max-width:479px) {
    .single-blog .intro-section .tagline-2,
    body.authors-page .intro-section .tagline-2 {
        font-size: 16px;
        line-height: 1.5em
    }
    .single-blog .intro-section .tagline-2 p,
    body.authors-page .intro-section .tagline-2 p {
        font-size: 16px;
        line-height: 1.5em
    }
    .intro-section .tagline-2 .show-more {
        font-size: 14px
    }
    .intro-section .tagline-3 p {
        font-size: 14px
    }
    .intro-section .tagline-3 p a {
        font-size: 18px
    }
    .intro-section .intro-search {
        display: none
    }
    .intro-section .intro-quick-search-title-container .quick-search-title {
        font-size: 16px
    }
    .intro-section .intro-quick-search-title-container {
        padding-top: 24px
    }
    body.page-toplist .intro-section .intro-wrapper {
        margin-top: 0
    }
    body.page.authors-page .intro-section .intro-wrapper {
        margin-top: 0
    }
    body.error404 .intro-section .intro-wrapper {
        margin-top: 32px;
        padding-bottom: 24px
    }
    .intro-section {
        padding-right: 16px;
        padding-left: 16px
    }
    body.home .intro-section .intro-wrapper {
        padding-top: 16px
    }
    .intro-section .intro-title {
        padding-bottom: 24px
    }
    .intro-section h1.tagline-1 {
        font-size: 26px
    }
    .single-blog .intro-section h1.tagline-1,
    .authors-page .intro-section h1.tagline-1 {
        font-size: 28px;
        line-height: 1.2em
    }
    .intro-section .tagline-2 .tagline-3 {
        color: rgba(3, 15, 39, .75);
        font-size: 14px;
        line-height: 1.5em
    }
}

@media only screen and (max-width:479px) and (prefers-color-scheme:dark) {
    .dark-mode-on .intro-section .tagline-2 .tagline-3 {
        color: unset
    }
}

@media only screen and (max-width:479px) {
    .single-blog .intro-section .tagline-2 .tagline-3,
    body.authors-page .intro-section .tagline-2 .tagline-3 {
        font-size: 16px;
        line-height: 1.5em
    }
    .single-blog .intro-section .tagline-2 .tagline-3 p,
    body.authors-page .intro-section .tagline-2 .tagline-3 p {
        font-size: 16px;
        line-height: 1.5em
    }
    .intro-section .tagline-2 .show-more {
        font-size: 14px
    }
    .intro-section .intro-search {
        display: none
    }
    .intro-section .intro-quick-search-title-container .quick-search-title {
        font-size: 16px
    }
    .intro-section .intro-quick-search-title-container {
        padding-top: 24px
    }
    .info-section {
        padding-right: 16px;
        padding-left: 16px
    }
}

.placeholder-section {
    width: 100%
}

.placeholder-section .offer .offer-box .offer-item {
    width: 100%;
    padding-left: 0
}

.placeholder-section .offer .offer-box .offer-item::before {
    display: none
}

.placeholder-section .offer .offer-box .title {
    width: 100%;
    margin-top: 0
}

.table-placeholder-wrapper {
    width: 100%
}

.table-placeholder-wrapper .one-casino {
    margin-left: auto;
    margin-right: auto
}

.placeholder-list {
    height: 12px;
    max-width: none;
    min-width: 64px;
    background-color: #d3e1f5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.placeholder-list.logo {
    display: block;
    width: 172px;
    height: 56px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.placeholder-list.title {
    height: 12px;
    max-width: 220px;
    width: 100%;
    margin-bottom: 4px
}

.placeholder-list.offer {
    width: 100%;
    height: 20px;
    max-width: 320px;
    padding: 0
}

.placeholder-list.cta {
    width: 100%;
    margin-bottom: 2px;
    margin-top: 2px;
    background-color: rgba(0, 143, 60, .25)
}

.placeholder-list.btn {
    width: 90%;
    height: 16px;
    margin: 2px auto 8px;
    background-color: rgba(228, 247, 233, .5)
}

.placeholder-list.btn-sub {
    width: 70%;
    margin: 0 auto 2px;
    background-color: rgba(228, 247, 233, .5)
}

.placeholder-list.payment-method {
    width: 18px;
    height: 18px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    min-width: unset;
    margin: 6px 6px 0
}

.placeholder-results-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 29px;
    max-width: 736px;
    margin-bottom: 12px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto
}

.search-results-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1
}

.placeholder-results-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    width: 100%;
    height: 29px;
    max-width: 736px;
    margin-bottom: 12px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center
}

.search-results-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1
}

.toplist .table-placeholder-wrapper .one-casino .logo-and-rating {
    display: block
}

#smartTable,
#smartTableTrendingCasinos,
#smartTableTrendingSportsbooks {
    width: 100%
}

.toplist-section-title {
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.25em
}

.toplist .one-casino .bonusPercentValue {
    margin-top: 20px
}

.toplist .one-casino .bonusPercentValue span {
    font-size: 16px;
    color: #008f3c
}

.toplist-section {
    position: relative;
    padding: 0 32px
}

.toplist-section.has-hero-filter {
    display: none
}

.toplist-section.toplist-section-trending,
.home .toplist-section {
    padding: 0
}

.toplist-section.toplist-section-trending {
    margin: 48px 0
}

.toplist-section.toplist-section-trending .toplist-wrapper {
    padding-bottom: 0
}

.toplist-section.toplist-section-trending .toplist .one-casino:last-child {
    margin-bottom: 0
}

body:not(.home) .toplist-section {
    background-color: #ebf4ff
}

@media only screen and (prefers-color-scheme:dark) {
    body:not(.home) .dark-mode-on .toplist-section {
        background-color: #14171f
    }
}

.toplist-section .hero-cutout {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 100%
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .toplist-section .hero-cutout {
        display: none
    }
}

.toplist-section-results {
    background-color: #fff;
    background-image: none
}

.toplist-wrapper {
    position: relative;
    z-index: 99;
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 48px
}

.home .intro-section .toplist-wrapper {
    z-index: 75
}

.toplist-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -moz-box-align: start;
    align-items: flex-start
}

.toplist-wrapper .results-sort-container {
    margin-bottom: 12px
}

.toplist .results-sort-container .search-results-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#smartTable .no-results-wrapper {
    width: 100%;
    height: 100%;
    max-width: 736px;
    margin-bottom: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto
}

#smartTable .no-results-wrapper .no-results {
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    overflow: hidden;
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1px 1px rgba(77, 106, 165, .16);
    -moz-box-shadow: 0 0 1px 1px rgba(77, 106, 165, .16);
    box-shadow: 0 0 1px 1px rgba(77, 106, 165, .16);
    color: rgba(0, 0, 0, .8)
}

#smartTable .no-results-wrapper img-results-icon {
    height: 104px;
    margin-bottom: 0
}

#smartTable .no-results-wrapper h3 {
    margin: 16px 0
}

#smartTable .no-results-wrapper .reload-button {
    display: block;
    width: auto;
    min-width: 150px;
    padding: 8px 24px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #0e60c5;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 20px;
    cursor: pointer
}

#smartTable .no-results-wrapper .reload-button:hover {
    background-color: #1471e4
}

.toplist #smart-table,
.toplist #smart-table-trending-casinos,
.toplist #smart-table-trending-sportsbooks {
    width: 100%
}

.toplist #smart-table tbody,
.toplist #smart-table-trending-casinos tbody,
.toplist #smart-table-trending-sportsbooks tbody {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.toplist .dropdown-toggle {
    cursor: pointer;
    display: block;
    height: 100%;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
    color: rgba(4, 15, 39, .64);
    font-size: 13px;
    line-height: 1em;
    font-weight: 400
}

.toplist .dropdown-list {
    position: absolute;
    display: none;
    min-width: 100%;
    background-color: #fff;
    opacity: 1;
    -webkit-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    -moz-transform: translate(0, -4px);
    -o-transform: translate(0, -4px);
    transform: translate(0, -4px);
    -webkit-transition: opacity 80ms linear, -webkit-transform 120ms ease;
    transition: opacity 80ms linear, -webkit-transform 120ms ease;
    -o-transition: opacity 80ms linear, -o-transform 120ms ease;
    -moz-transition: opacity 80ms linear, transform 120ms ease, -moz-transform 120ms ease;
    transition: opacity 80ms linear, transform 120ms ease;
    transition: opacity 80ms linear, transform 120ms ease, -webkit-transform 120ms ease, -moz-transform 120ms ease, -o-transform 120ms ease;
    transition: opacity 80ms linear, transform 120ms ease, -webkit-transform 120ms ease
}

.toplist .dropdown-list.active {
    display: block
}

.toplist .controls-title {
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 1em
}

.toplist-wrapper .category-title-container.dash {
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(20, 20, 20, .08)
}

.toplist-wrapper .category-title-container.dash .category-title {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 600
}

.toplist #filter-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: -32px;
    z-index: 998;
    width: 100%;
    max-width: 768px;
    margin-bottom: 16px;
    border: 1px solid #d2daeb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #c8d2e7;
    -webkit-box-shadow: 0 2px 0 0 rgba(77, 106, 165, .16);
    -moz-box-shadow: 0 2px 0 0 rgba(77, 106, 165, .16);
    box-shadow: 0 2px 0 0 rgba(77, 106, 165, .16)
}

.toplist #filter-wrapper .search-area,
.toplist #filter-wrapper .deposit-area {
    padding: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 50%;
    flex: 0 50%;
    font-weight: 500
}

.toplist #filter-wrapper .search-area .search-container {
    position: relative
}

.toplist #filter-wrapper .search-icon-small {
    position: absolute;
    left: 10px;
    top: 10px;
    right: auto;
    bottom: auto;
    height: 20px;
    margin-right: 8px
}

.toplist #filter-wrapper .deposit-area .deposit-buttons-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -4px;
    margin-left: -4px
}

.toplist #filter-wrapper .deposit-button {
    margin-right: 4px;
    margin-left: 4px;
    padding: 12px 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #9baacc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    color: #334467;
    font-size: 12px;
    line-height: 1em;
    font-weight: 600;
    text-align: center;
    letter-spacing: .02em;
    text-decoration: none;
    cursor: pointer
}

.toplist #filter-wrapper .deposit-button .curr-symbol {
    text-transform: initial
}

.toplist #filter-wrapper .deposit-button:hover {
    background-color: rgba(248, 249, 252, .75)
}

.toplist #filter-wrapper .deposit-button.active {
    border-color: #5b73a5;
    background-color: #5b73a5;
    color: #fff
}

.toplist .filter-wrapper-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.toplist .filter-wrapper-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px #d2daeb;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    background-color: #fff
}

.toplist .filter-wrapper-bottom>.column {
    position: relative;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 25%;
    flex: 0 25%;
    border-right: 1px solid rgba(210, 218, 235, .5);
    color: rgba(4, 15, 39, .64);
    line-height: 1.3em
}

.toplist .filter-wrapper-bottom>.column:hover {
    background-color: #f8f9fc
}

.toplist .filter-wrapper-bottom .dropdown-category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #030f27;
    font-weight: 500
}

.toplist #filter-wrapper .search-area .casino-search,
.toplist-wrapper .search-area-mobile .casino-search {
    padding-left: 36px;
    border-style: solid;
    border-width: 1px;
    border-color: #9baacc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #030f27;
    line-height: 1em;
    margin-bottom: 0
}

.toplist-wrapper .search-area-mobile,
.toplist-wrapper .toplist-nav-buttons,
.toplist #filter-wrapper .active-filters-container,
.toplist #filter-wrapper .filter-overlay {
    display: none
}

.toplist #filter-wrapper .filter-wrapper-bottom .dropdown-category img.dropdown-arrow {
    width: 16px;
    opacity: .32
}

.toplist #filter-wrapper .filter-wrapper-bottom .dropdown-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    padding: 8px 16px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -moz-box-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 33.3%;
    -ms-flex: 0 33.3%;
    -moz-box-flex: 0;
    flex: 0 33.3%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #030f27;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer
}

.toplist #filter-wrapper .filter-wrapper-bottom .dropdown-link:hover {
    background-color: #edf1fa
}

.toplist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    padding-top: 63px;
    margin-top: -63px
}

.home .toplist {
    padding-top: 0;
    margin-top: 0
}

.toplist #filter-wrapper .filter-wrapper-bottom>.column.active .dropdown-list {
    display: block;
    left: 0;
    top: auto;
    right: 0;
    bottom: auto;
    min-width: 240px;
    margin-top: -4px;
    padding: 12px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 8px -2px rgba(10, 9, 55, .24);
    -moz-box-shadow: 1px 1px 8px -2px rgba(10, 9, 55, .24);
    box-shadow: 1px 1px 8px -2px rgba(10, 9, 55, .24);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.toplist #filter-wrapper .filter-wrapper-bottom>.column.active .dropdown-list.wide {
    left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    min-width: 512px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.toplist .one-casino {
    z-index: 99;
    display: block;
    overflow: hidden;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 8px -2px rgba(11, 25, 56, .16);
    -moz-box-shadow: 0 4px 8px -2px rgba(11, 25, 56, .16);
    box-shadow: 0 4px 8px -2px rgba(11, 25, 56, .16);
    max-width: 1024px;
    margin-bottom: 16px;
    position: relative;
    width: 100%
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .toplist .one-casino {
        background-color: #212633;
        border: 1px solid #373f52
    }
}

.toplist .one-casino .toplist-item-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.toplist .one-casino .toplist-item-main #admin-controls-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    padding: 3px
}

.toplist .one-casino .toplist-item-main .avis-link {
    display: inline
}

.toplist .one-casino .toplist-item-main .hide-casino {
    display: inline
}

.toplist .one-casino .toplist-item-main .social-proof {
    display: none;
    width: auto;
    padding: 8px 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #ecf3e6;
    color: #005f1e;
    margin: 12px 0 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 400
}

.toplist .one-casino .toplist-item-main .social-proof img {
    height: 12px;
    margin-top: 4px;
    margin-right: 6px
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .toplist .one-casino .toplist-item-main .social-proof img {
        display: none
    }
}

.toplist .one-casino .toplist-item-main .social-proof .social-proof-icon-dark {
    display: none
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .toplist .one-casino .toplist-item-main .social-proof .social-proof-icon-dark {
        display: inline
    }
}

.ab-test-63 .toplist .one-casino .toplist-item-main .social-proof {
    display: inline-block;
    margin-bottom: 4px
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .toplist .one-casino .toplist-item-main .social-proof {
        background-color: #49b5ff3b;
        color: #fff
    }
}

.toplist .one-casino .logo-and-rating {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 0 16px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: rgba(4, 15, 39, .88);
    font-size: 12px;
    line-height: 1.1em;
    font-weight: 500;
    text-align: center
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .toplist .one-casino .logo-and-rating {
        color: #fff
    }
}

.toplist .one-casino .logo-and-rating img.logo {
    display: block;
    width: 172px;
    height: auto;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.toplist .one-casino .logo-and-rating div.rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 16px;
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    padding: 0
}

.ab-test-63 .toplist .one-casino .logo-and-rating div.rating {
    font-size: 18px;
    letter-spacing: .02em
}

.ab-test-59 .toplist .one-casino .logo-and-rating div.rating {
    font-size: 20px
}

.toplist .one-casino .logo-and-rating div.rating .star-full {
    display: block;
    width: 22px;
    margin-top: -2px;
    margin-right: 6px
}

.toplist .one-casino .logo-and-rating div.rating .rating-secondary {
    color: #5a6270;
    font-size: 14px;
    font-weight: 400
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .toplist .one-casino .logo-and-rating div.rating .rating-secondary {
        color: #a1b1ce
    }
}

.toplist .one-casino .logo-and-rating div.rating .rating-text.rating-text-ab-test-55 {
    display: none
}

.ab-test-55 .toplist .one-casino .logo-and-rating div.rating .rating-text {
    display: none
}

.ab-test-55 .toplist .one-casino .logo-and-rating div.rating .rating-text.rating-text-ab-test-55 {
    display: block
}

.toplist .one-casino .toplist-item-bottom {
    display: block;
    overflow: hidden;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%;
    background-color: #f0f5fa;
    position: relative
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .toplist .one-casino .toplist-item-bottom {
        background-color: unset
    }
}

.toplist #smartTable .show-all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    margin-top: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -moz-box-align: start;
    align-items: flex-start;
    font-weight: 500
}

.toplist #smartTable .show-all .show-all-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    padding: 12px 24px;
    border: solid 2px #dde2ed;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f8f9fc;
    -webkit-transition: all 88ms ease;
    -o-transition: all 88ms ease;
    -moz-transition: all 88ms ease;
    transition: all 88ms ease;
    color: #030f27;
    font-size: 11px;
    line-height: 1em;
    letter-spacing: .02em;
    text-transform: uppercase;
    cursor: pointer;
    position: relative
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .toplist #smartTable .show-all .show-all-inner {
        border: solid 1px #373f52;
        background-color: #212633;
        color: #49b5ff
    }
}

.toplist #smartTable .show-all .show-all-inner:hover {
    background-color: #fff
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .toplist #smartTable .show-all .show-all-inner:hover {
        background-color: #212633
    }
}

.toplist #filter-wrapper .filter-overlay-bottom-menu {
    display: none
}

.toplist #smartTable .show-all .show-all-inner .ajaxLoading {
    position: absolute;
    top: 8px;
    right: -30px
}

.intro-quick-search-container {
    position: -webkit-sticky;
    position: sticky;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    top: 12px;
    z-index: 998;
    width: auto;
    height: 48px;
    max-width: 1024px;
    margin: 0 auto 16px;
    padding-left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.intro-quick-search-container .quick-search-nav-bg {
    position: absolute;
    left: auto;
    top: -12px;
    right: auto;
    bottom: auto;
    width: 100vw;
    height: 60px;
    background-color: #ebf4ff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    opacity: 0
}

.intro-quick-search-container .quick-search {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: auto;
    overflow: hidden;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 3px -1px rgba(3, 15, 39, .12);
    -moz-box-shadow: 0 2px 3px -1px rgba(3, 15, 39, .12);
    box-shadow: 0 2px 3px -1px rgba(3, 15, 39, .12);
    color: rgba(4, 15, 39, .8);
    font-weight: 500;
    -webkit-transition: all 120ms ease;
    -o-transition: all 120ms ease;
    -moz-transition: all 120ms ease;
    transition: all 120ms ease
}

.intro-quick-search-container .quick-search:hover {
    -webkit-box-shadow: 0 4px 8px 1px rgba(59, 93, 163, .12);
    -moz-box-shadow: 0 4px 8px 1px rgba(59, 93, 163, .12);
    box-shadow: 0 4px 8px 1px rgba(59, 93, 163, .12)
}

.intro-quick-search-container .quick-search-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 12px 12px 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer
}

.intro-quick-search-container .quick-search-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2em;
    font-size: 14px
}

.intro-quick-search-container .dropdown-arrow {
    width: 22px;
    margin-left: 8px;
    opacity: .64
}

.intro-quick-search-container .quick-search-icon {
    height: 28px;
    margin-right: 8px
}

.intro-quick-search-container .quick-search-bottom {
    display: none;
    margin-top: 0;
    padding: 10px 20px;
    border-top: 1px solid #dde1eb
}

.intro-quick-search-container .quick-search-bottom .quick-search-item {
    color: #030f27;
    line-height: 1.8em
}

.intro-quick-search-container.active .quick-search-bottom {
    display: block
}

.intro-quick-search-container .quick-search-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin: 0 -20px;
    padding: 8px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px
}

.intro-quick-search-container .quick-search-item:hover {
    background-color: rgba(235, 240, 250, .64)
}

.intro-quick-search-container .quick-search-item .quick-search-icon {
    height: 28px;
    margin-right: 8px
}

.intro-quick-search-container.button-filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    height: 67px;
    top: 0
}

.intro-quick-search-container.button-filters.ab-test-63-filters {
    display: none
}

.ab-test-63 .intro-quick-search-container.button-filters.ab-test-63-filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.intro-quick-search-container.button-filters .quick-search,
.intro-quick-search-container.button-filters .quick-search:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: transparent
}

.intro-quick-search-container.button-filters .quick-search {
    overflow: visible
}

.intro-quick-search-container.button-filters .quick-button-parent::-webkit-scrollbar {
    display: none
}

.intro-quick-search-container.button-filters .swiper-container {
    margin-left: 0;
    margin-right: 0
}

.intro-quick-search-container.button-filters .swiper-slide {
    width: auto !important
}

.intro-quick-search-container.button-filters .swiper-button-prev,
.intro-quick-search-container.button-filters .swiper-button-next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 64px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(235, 244, 255, 0)), color-stop(70%, #ebf4ff));
    background-image: -webkit-linear-gradient(left, rgba(235, 244, 255, 0), #ebf4ff 70%);
    background-image: -moz- oldlinear-gradient(left, rgba(235, 244, 255, 0), #ebf4ff 70%);
    background-image: -o-linear-gradient(left, rgba(235, 244, 255, 0), #ebf4ff 70%);
    background-image: linear-gradient(90deg, rgba(235, 244, 255, 0), #ebf4ff 70%);
    outline: none
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .intro-quick-search-container.button-filters .swiper-button-prev,
    .dark-mode-on .intro-quick-search-container.button-filters .swiper-button-next {
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(20, 23, 31, 0)), color-stop(70%, #14171f));
        background-image: -webkit-linear-gradient(left, rgba(20, 23, 31, 0), #14171f 70%);
        background-image: -moz- oldlinear-gradient(left, rgba(20, 23, 31, 0), #14171f 70%);
        background-image: -o-linear-gradient(left, rgba(20, 23, 31, 0), #14171f 70%);
        background-image: linear-gradient(90deg, rgba(20, 23, 31, 0), #14171f 70%)
    }
}

.intro-quick-search-container.button-filters .swiper-button-prev:after,
.intro-quick-search-container.button-filters .swiper-button-next:after {
    content: '';
    background: url("../../../bonusfinder/images/bf-chevron-R.svg");
    width: 20px;
    height: 20px;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    background-size: 20px 20px
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .intro-quick-search-container.button-filters .swiper-button-prev:after,
    .dark-mode-on .intro-quick-search-container.button-filters .swiper-button-next:after {
        background: url("../../../bonusfinder/images/dark/bf-chevron-R-dark.svg")
    }
}

.intro-quick-search-container.button-filters .swiper-button-prev.swiper-button-disabled,
.intro-quick-search-container.button-filters .swiper-button-next.swiper-button-disabled {
    background-image: none;
    opacity: 0
}

.intro-quick-search-container.button-filters .swiper-button-prev {
    left: -20px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.intro-quick-search-container.button-filters .swiper-button-next {
    right: -20px
}

.intro-quick-search-container.button-filters .quick-button-parent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    margin-left: -4px;
    margin-right: -4px;
    overflow: auto;
    background-color: #ebf4ff
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .intro-quick-search-container.button-filters .quick-button-parent {
        background-color: #14171f
    }
}

.intro-quick-search-container.button-filters .quick-button-parent .quick-button-child {
    padding-right: 2px;
    padding-left: 2px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.intro-quick-search-container.button-filters .quick-button-parent .quick-button {
    padding: 8px 16px;
    margin: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: solid;
    border-width: 1px;
    border-color: #e6eaf5;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #fff;
    -webkit-transition: all 240ms ease;
    -o-transition: all 240ms ease;
    -moz-transition: all 240ms ease;
    transition: all 240ms ease;
    color: #0d60c5;
    line-height: 1.8em;
    cursor: pointer;
    font-weight: 500
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .intro-quick-search-container.button-filters .quick-button-parent .quick-button {
        border-color: #373f52;
        background-color: #212633;
        color: #49b5ff
    }
}

.intro-quick-search-container.button-filters .quick-button-parent .quick-button.active {
    border-color: #0d60c5;
    background-color: #0d60c5;
    color: #fff
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .intro-quick-search-container.button-filters .quick-button-parent .quick-button.active {
        border-color: #49b5ff;
        background-color: #49b5ff;
        color: #14171f
    }
}

.intro-quick-search-container.button-filters .quick-button-parent .quick-button:not(.active):hover {
    border-color: #61b7f2;
    color: #043398;
    background-color: #bde4ff
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .intro-quick-search-container.button-filters .quick-button-parent .quick-button:not(.active):hover {
        border-color: #373f52;
        color: #49b5ff;
        background-color: #373f52
    }
}

.intro-quick-search-container.button-filters .quick-button-parent .quick-button.hidden {
    display: block !important
}

div.smart-table-wrapper .lds-roller {
    position: absolute;
    top: 120px;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    width: 64px;
    height: 64px
}

div.smart-table-wrapper .lds-roller div {
    -webkit-animation: lds-roller 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    -moz-animation: lds-roller 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    -o-animation: lds-roller 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    animation: lds-roller 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    -webkit-transform-origin: 32px 32px;
    -moz-transform-origin: 32px 32px;
    -ms-transform-origin: 32px 32px;
    -o-transform-origin: 32px 32px;
    transform-origin: 32px 32px;
    position: fixed
}

div.smart-table-wrapper .lds-roller div::after {
    content: " ";
    display: block;
    position: fixed;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #777;
    margin: -3px 0 0 -3px
}

div.smart-table-wrapper .lds-roller div:nth-child(1) {
    -webkit-animation-delay: -.036s;
    -moz-animation-delay: -.036s;
    -o-animation-delay: -.036s;
    animation-delay: -.036s
}

div.smart-table-wrapper .lds-roller div:nth-child(1)::after {
    top: 50px;
    left: 50px
}

div.smart-table-wrapper .lds-roller div:nth-child(2) {
    -webkit-animation-delay: -.072s;
    -moz-animation-delay: -.072s;
    -o-animation-delay: -.072s;
    animation-delay: -.072s
}

div.smart-table-wrapper .lds-roller div:nth-child(2)::after {
    top: 54px;
    left: 45px
}

div.smart-table-wrapper .lds-roller div:nth-child(3) {
    -webkit-animation-delay: -.108s;
    -moz-animation-delay: -.108s;
    -o-animation-delay: -.108s;
    animation-delay: -.108s
}

div.smart-table-wrapper .lds-roller div:nth-child(3)::after {
    top: 57px;
    left: 39px
}

div.smart-table-wrapper .lds-roller div:nth-child(4) {
    -webkit-animation-delay: -.144s;
    -moz-animation-delay: -.144s;
    -o-animation-delay: -.144s;
    animation-delay: -.144s
}

div.smart-table-wrapper .lds-roller div:nth-child(4)::after {
    top: 58px;
    left: 32px
}

div.smart-table-wrapper .lds-roller div:nth-child(5) {
    -webkit-animation-delay: -.18s;
    -moz-animation-delay: -.18s;
    -o-animation-delay: -.18s;
    animation-delay: -.18s
}

div.smart-table-wrapper .lds-roller div:nth-child(5)::after {
    top: 57px;
    left: 25px
}

div.smart-table-wrapper .lds-roller div:nth-child(6) {
    -webkit-animation-delay: -.216s;
    -moz-animation-delay: -.216s;
    -o-animation-delay: -.216s;
    animation-delay: -.216s
}

div.smart-table-wrapper .lds-roller div:nth-child(6)::after {
    top: 54px;
    left: 19px
}

div.smart-table-wrapper .lds-roller div:nth-child(7) {
    -webkit-animation-delay: -.252s;
    -moz-animation-delay: -.252s;
    -o-animation-delay: -.252s;
    animation-delay: -.252s
}

div.smart-table-wrapper .lds-roller div:nth-child(7)::after {
    top: 50px;
    left: 14px
}

.smart-table-wrapper .lds-roller div:nth-child(8) {
    -webkit-animation-delay: -.288s;
    -moz-animation-delay: -.288s;
    -o-animation-delay: -.288s;
    animation-delay: -.288s
}

div.smart-table-wrapper .lds-roller div:nth-child(8)::after {
    top: 45px;
    left: 10px
}

@-webkit-keyframes lds-roller {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes lds-roller {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes lds-roller {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes lds-roller {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.offer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 16px 16px 0;
    overflow: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.offer .offer-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.offer .offer-box .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6em;
    color: #657085;
    margin-top: -4px;
    margin-bottom: 4px
}

.offer .offer-box .title a {
    color: inherit
}

.offer .offer-box .title a:hover {
    color: #394966
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .offer .offer-box .title a:hover {
        color: #fff
    }
}

.offer .offer-box .title .rating-text {
    margin-right: 4px
}

.offer .offer-box .title a,
.offer .offer-box .title>span:not(.highlighted) {
    margin: 4px 8px 4px 0;
    padding-top: 2px;
    color: #030f27;
    font-size: 20px;
    font-weight: 600
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .offer .offer-box .title a,
    .dark-mode-on .offer .offer-box .title>span:not(.highlighted) {
        color: #fff
    }
}

.offer .offer-box .title>span.highlighted {
    margin: 4px 8px 4px 0
}

.offer .offer-box .highlighted {
    padding: 5px 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    line-height: 1.2em;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .offer .offer-box .highlighted {
        opacity: .95
    }
}

.offer .offer-box .highlighted.cotm {
    background-color: #ff621f
}

.offer .offer-box .highlighted.recommended {
    background-color: #9d50c7
}

.offer .offer-box .highlighted.new {
    background-color: #2c7bdb
}

.offer .offer-box .highlighted.exclusive {
    background-color: #288f7c
}

.offer .offer-box .highlighted.social {
    background-color: #1873eb
}

.offer .offer-box .highlighted.fantasy {
    background-color: #378f1d
}

.offer .offer-box .highlighted.risk-free {
    background-color: #ff621f
}

.offer .offer-box .highlighted.page-payment-method {
    background-color: #50678f
}

.offer .offer-box .highlighted.daily-deals-ribbon {
    background-color: #9d50c7
}

.offer .offer-box .offer-box-image {
    max-height: 18px
}

.offer .offer-box .offer-item {
    position: relative;
    display: block;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #030f27;
    line-height: 1.1em;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 6px 8px 14px
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .offer .offer-box .offer-item {
        color: unset
    }
}

.offer .offer-box .offer-item .offer-title {
    display: inline;
    line-height: 1.2em;
    color: #030f27
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .offer .offer-box .offer-item .offer-title {
        color: #fff
    }
}

.offer .offer-box .offer-item .offer-title span {
    font-size: 12px;
    font-weight: 400;
    color: rgba(3, 15, 39, .48)
}

.offer .offer-box .offer-item::before {
    content: "";
    display: inline-block;
    -webkit-background-size: 8px 6px;
    -moz-background-size: 8px 6px;
    background-size: 8px 6px;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    height: 10px;
    width: 6px;
    margin-top: 16px;
    margin-right: 8px;
    opacity: .64;
    -webkit-background-size: 6px 10px;
    -moz-background-size: 6px 10px;
    background-size: 6px 10px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    top: -3px
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .offer .offer-box .offer-item::before {
        margin-top: 15px;
    }
}

.offer .offer-box .offer-item .offer-description {
    display: inline-block;
    margin-top: 2px;
    line-height: 1.4em;
    font-weight: 400;
    color: #5a6270;
    font-size: 13px
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .offer .offer-box .offer-item .offer-description {
        color: unset
    }
}

.offer .offer-box .general-description {
    display: inline-block;
    width: auto;
    margin-top: 8px;
    background-color: #f0f5fa;
    line-height: 1.5em;
    padding: 8px 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #5a6270;
    font-size: 13px
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .offer .offer-box .general-description {
        background-color: #2a3142;
        color: unset
    }
}

.offer .offer-box .general-description strong {
    display: inline-block;
    padding: 2px 4px;
    border-style: dashed;
    border-width: 1px;
    border-color: #ffcc3f;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff5c2;
    color: #030f27;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .offer .offer-box .general-description strong {
        border: unset;
        background-color: #ffcc3f;
        opacity: .95
    }
}

.offer .info-wrapper {
    display: block;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #00702f;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    background-color: transparent
}

.offer .info-wrapper span {
    display: block
}

.offer .info-wrapper .info {
    max-width: 340px;
    margin-bottom: 8px;
    padding: 8px 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #ecf3e6;
    color: #00703e
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .offer .info-wrapper .info {
        background-color: #2a3142;
        color: #fff
    }
}

.offer .info-wrapper .info .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.offer .info-wrapper .small-description-text {
    font-size: 12px;
    line-height: 1.4em;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase
}

.offer .info-wrapper .line-dash {
    margin: 0 4px 4px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px dashed rgba(142, 178, 157, .5)
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .offer .info-wrapper .line-dash {
        border-bottom: 1px dashed rgba(161, 177, 206, .25)
    }
}

.offer .cta-box {
    width: 100%;
    max-width: 280px
}

.offer .cta-box .btn_disclaimer {
    position: relative;
    display: block;
    margin-top: 8px;
    margin-right: 2px;
    margin-left: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: transparent;
    color: #00702f;
    font-size: 14px;
    line-height: 1.5em;
    text-align: center
}

.ab-test-63 .offer .cta-box .btn_disclaimer {
    display: none
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .offer .cta-box .btn_disclaimer {
        color: unset
    }
}

.offer .cta-box .btn_disclaimer.btn_disclaimer_ab_test_55 {
    display: none
}

.ab-test-55 .offer .cta-box .btn_disclaimer {
    display: none
}

.ab-test-55 .offer .cta-box .btn_disclaimer.btn_disclaimer_ab_test_55 {
    display: block
}

.offer .cta-box.transparent .info-wrapper {
    background-color: transparent;
    padding: 0
}

.offer .cta-box.transparent .info-wrapper .info {
    margin-bottom: 0
}

.offer .cta-box .payment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 4px
}

.offer .cta-box .payment img {
    display: block;
    margin: 6px 6px 0
}

.offer .cta-box .payment img.ab-test-63 {
    display: none
}

.ab-test-63 .offer .cta-box .payment img.ab-test-63 {
    display: block
}

.ab-test-63 .offer .cta-box .payment img {
    display: none;
    margin: 4px 4px 0
}

.offer .info-wrapper .info .row .play-with-title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    text-align: right
}

.offer .info-wrapper .info .row .play-with-title.deposit {
    color: rgba(30, 88, 55, .5);
    font-weight: 600
}

.offer .info-wrapper .cta-container {
    display: inline-block;
    width: 100%;
    max-width: 340px;
    background-color: #00852c;
    -webkit-transition: all 80ms ease;
    -o-transition: all 80ms ease;
    -moz-transition: all 80ms ease;
    transition: all 80ms ease;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    padding: 16px 24px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .offer .info-wrapper .cta-container {
        background-color: #1dcc77;
        color: #14171f
    }
}

.offer .info-wrapper:hover .cta-container {
    background-color: #093
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .offer .info-wrapper:hover .cta-container {
        background-color: #2ee58c
    }
}

.offer .info-wrapper .cta-container .main-text {
    display: block;
    text-align: center;
    letter-spacing: .02em;
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 600;
    text-transform: none
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .offer .info-wrapper .cta-container .main-text {
        letter-spacing: 0;
        font-weight: 700
    }
}

.offer .info-wrapper .cta-container .subtext {
    margin-top: 2px;
    margin-bottom: 2px;
    color: #fff;
    font-size: 12px;
    line-height: 1em;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: none;
    display: none
}

@media only screen and (max-width:991px) {
    .toplist .one-casino .toplist-item-main {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .toplist .one-casino .logo-and-rating {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        text-align: left
    }
    .toplist .one-casino .logo-and-rating .rating {
        text-align: center
    }
    .offer {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 0;
        padding-bottom: 12px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto
    }
    .offer .offer-box {
        height: auto;
        min-width: 240px;
        padding-right: 0;
        padding-bottom: 16px;
        padding-left: 16px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .offer .offer-box .title {
        margin-bottom: 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .offer .offer-box .title a,
    .offer .offer-box .title>span {
        margin-top: 8px
    }
    .offer .offer-box .title .rating {
        margin-top: 8px
    }
    .offer .offer-box .highlighted {
        margin: 8px 0 0
    }
    .offer .info-wrapper .cta-container,
    .offer .info-wrapper .info {
        max-width: unset
    }
    .offer .cta-box {
        min-width: auto;
        margin-left: 16px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .offer .cta-box .info-wrapper {
        max-width: none;
        min-width: 240px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto
    }
    #smartTable .no-results-wrapper .reload-button {
        width: auto;
        min-width: 150px
    }
}

@media only screen and (max-width:767px) {
    .toplist .one-casino {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .toplist .one-casino .toplist-item-main {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .toplist .one-casino .logo-and-rating {
        width: auto;
        padding-right: 16px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-flex: 0;
        -webkit-flex: 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 100%;
        flex: 0 100%;
        padding-bottom: 0
    }
    .toplist .one-casino .logo-and-rating div.rating {
        margin-top: 0
    }
    .offer {
        min-width: 400px;
        width: auto;
        padding: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .offer .offer-box {
        min-width: auto;
        padding-bottom: 12px;
        padding-left: 0;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .offer .info-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto;
        min-width: auto;
        max-width: 412px
    }
    .offer .info-wrapper .info {
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto;
        text-align: left;
        width: 100%;
        max-width: none
    }
    .offer .info-wrapper .info .row .line-dash {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
    .offer .info-wrapper .cta-container {
        position: static;
        display: block;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto;
        padding-left: 24px;
        padding-right: 24px;
        width: 100%;
        max-width: none
    }
    .offer .cta-wrapper {
        margin-top: 0;
        margin-bottom: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
    .offer .cta-box {
        max-width: 340px;
        margin-left: 0;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch
    }
    .offer .cta-box.transparent .cta-wrapper {
        margin: 0
    }
    .mobile-device .intro-quick-search-container.button-filters .quick-button-parent {
        margin-right: -16px;
        margin-left: -16px;
        padding-right: 10px;
        padding-left: 10px
    }
    .mobile-device .intro-quick-search-container.button-filters .swiper-container {
        overflow: unset
    }
    .mobile-device .intro-quick-search-container.button-filters .swiper-button-prev,
    .mobile-device .intro-quick-search-container.button-filters .swiper-button-next {
        display: none
    }
    .toplist-wrapper .toplist-nav-buttons,
    .toplist-wrapper .search-area-mobile,
    .toplist #filter-wrapper .active-filters-container.active {
        display: block
    }
    .toplist #filter-wrapper .filter-wrapper-top,
    .toplist #filter-wrapper .filter-wrapper-bottom {
        display: none
    }
    .toplist-wrapper .search-area-mobile {
        z-index: 999;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        margin-right: -32px;
        margin-left: -32px;
        padding-top: 12px;
        padding-right: 32px;
        padding-left: 32px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        -moz-box-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background-color: #c8d2e7;
        width: auto
    }
    .toplist-wrapper .search-area-mobile .search-container {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        -moz-box-flex: 1;
        flex: 1;
        position: relative
    }
    .toplist-wrapper .search-area-mobile .search-container input {
        min-width: 200px;
        margin-bottom: 0
    }
    .toplist-wrapper .search-area-mobile .search-container .search-icon-small {
        opacity: .64;
        position: absolute;
        left: 10px;
        top: 10px;
        right: auto;
        bottom: auto;
        height: 20px;
        margin-right: 8px
    }
    .toplist-wrapper .toplist-nav-buttons {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 999;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        margin-right: -32px;
        margin-left: -32px;
        padding: 12px 26px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        -moz-box-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background-color: #c8d2e7;
        width: auto
    }
    .toplist-wrapper .toplist-nav-buttons .filter-button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        margin-right: 6px;
        margin-left: 6px;
        padding: 10px 16px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        -moz-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -moz-box-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        -moz-box-flex: 1;
        flex: 1;
        border: 1px solid #5b73a5;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-color: #5b73a5;
        color: #fff;
        font-size: 14px;
        line-height: 1.2em;
        font-weight: 500;
        letter-spacing: 0;
        cursor: pointer
    }
    .toplist-wrapper .toplist-nav-buttons .filter-button.deposit {
        border-color: #9baacc;
        background-color: #fff;
        color: #030f27
    }
    .toplist-wrapper .toplist-nav-buttons .filter-button .filter-icon {
        height: 14px;
        margin-right: 6px
    }
    .toplist-wrapper .toplist-nav-buttons .filter-button.customize:hover {
        background-color: #40557f
    }
    .toplist #filter-wrapper .active-filters-container.active {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0 -32px;
        padding: 12px 32px 0;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        -moz-box-align: start;
        align-items: flex-start;
        border-top: 1px #dde1eb;
        background-color: #dde3f0
    }
    .toplist #filter-wrapper .active-filters-container .active-filters {
        display: block;
        border-top: 1px #dde1eb;
        color: rgba(4, 15, 39, .64);
        font-size: 13px;
        line-height: 1.2em;
        padding-bottom: 12px;
        border-bottom: 1px solid #bbc5da
    }
    .toplist #filter-wrapper .active-filters-container .active-filters-title {
        display: inline-block;
        margin-right: 6px;
        font-weight: 500
    }
    .toplist #filter-wrapper .active-filters-container .active-filters-menu {
        display: inline
    }
    .toplist #filter-wrapper .active-filters-container .filter-pill-active {
        -webkit-transition: all 88ms ease;
        -o-transition: all 88ms ease;
        -moz-transition: all 88ms ease;
        transition: all 88ms ease;
        color: rgba(3, 15, 39, .64);
        font-size: 13px;
        line-height: 1em;
        font-weight: 400;
        text-align: center;
        text-transform: none;
        cursor: pointer;
        padding: 6px 10px;
        border: 1px solid #dde1eb;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        min-width: 64px;
        display: inline-block;
        margin: 4px 6px 4px 0;
        padding: 6px 12px;
        background-color: #fff
    }
    .toplist #filter-wrapper .active-filters-container .filter-pill-active>div {
        display: inline;
        position: relative;
        bottom: 2px
    }
    .toplist #filter-wrapper .active-filters-container .filter-pill-active img.close-icon {
        margin-left: 3px;
        top: 1px;
        right: -5px;
        height: 14px;
        position: relative
    }
    .toplist #filter-wrapper {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: none;
        border-bottom: none
    }
    .toplist #filter-wrapper .filter-overlay.active {
        display: block;
        opacity: 1;
        z-index: 9998;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        height: auto;
        padding: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        -moz-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -moz-box-align: center;
        align-items: center;
        background-color: rgba(5, 5, 19, .85)
    }
    .toplist #filter-wrapper .filter-overlay .filter-overlay-content {
        overflow: scroll;
        display: block;
        width: 100%;
        height: 100%;
        clear: none;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        -moz-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -moz-box-align: center;
        align-items: center;
        -webkit-overflow-scrolling: touch
    }
    .toplist #filter-wrapper .filter-overlay.active .filter-overlay-content {
        -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
        -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d
    }
    .toplist #filter-wrapper .filter-overlay .menu-modal {
        display: block;
        overflow: auto;
        max-width: 720px;
        margin-right: auto;
        margin-left: auto;
        padding: 24px 0 0;
        background-color: #fff;
        padding-bottom: 148px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
    .toplist #filter-wrapper {
        position: static
    }
    .toplist #filter-wrapper .filter-overlay .filter-category-container {
        border-bottom: 1px #dee0e6;
        color: #05051f;
        font-size: 14px;
        line-height: 1.2em;
        font-weight: 500;
        position: relative;
        padding: 32px 32px 0
    }
    .toplist #filter-wrapper .filter-overlay .filter-category-title {
        margin-bottom: 12px;
        color: #030f27;
        font-size: 16px
    }
    .toplist #filter-wrapper .filter-overlay .deposit-buttons-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        margin-right: -8px;
        margin-left: -8px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        -moz-box-align: start;
        align-items: flex-start
    }
    .toplist #filter-wrapper .filter-overlay .deposit-button-wrapper {
        -webkit-box-flex: 0;
        -webkit-flex: 0 33.3%;
        -ms-flex: 0 33.3%;
        -moz-box-flex: 0;
        flex: 0 33.3%;
        padding: 8px
    }
    .toplist #filter-wrapper .filter-overlay .deposit-button .dropdown-text {
        font-size: 14px;
        line-height: 1em;
        font-weight: 600;
        text-align: center;
        letter-spacing: .02em;
        text-transform: uppercase;
        cursor: pointer;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #dde1eb;
        padding: 12px 8px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        -moz-box-flex: 1;
        flex: 1;
        background-color: #fcfdfe;
        text-decoration: none;
        color: #334467
    }
    .toplist #filter-wrapper .filter-overlay .deposit-button.active .dropdown-text {
        display: block;
        text-decoration: none;
        border-color: #5b73a5;
        background-color: #5b73a5;
        color: #fff
    }
    .toplist #filter-wrapper .filter-overlay .dropdown-link,
    .toplist #filter-wrapper .filter-overlay .dropdown-link-toplist {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        padding-top: 10px;
        padding-bottom: 10px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        -moz-box-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -moz-box-align: center;
        align-items: center;
        border-bottom: 1px solid rgba(221, 225, 235, .5);
        font-weight: 400;
        color: #030f27;
        cursor: pointer
    }
    .toplist .filter-category-container .show-all {
        padding-top: 6px;
        padding-bottom: 6px;
        color: rgba(3, 15, 39, .48);
        font-size: 11px;
        line-height: 1.4em;
        font-weight: 500;
        letter-spacing: .04em;
        text-transform: uppercase;
        margin-top: 12px;
        padding-right: 0;
        padding-left: 0;
        border-style: none;
        cursor: pointer
    }
    .toplist #filter-wrapper .filter-overlay-bottom-menu {
        position: fixed;
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 0%;
        z-index: 9999;
        display: none;
        margin-top: 8px;
        padding: 12px 32px;
        border-top: 1px solid #dde1eb;
        background-color: #f8f9fc;
        display: none;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        -moz-box-pack: end;
        justify-content: flex-end
    }
    .toplist #filter-wrapper .filter-overlay-bottom-menu.active {
        display: block;
        -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
        -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
        opacity: 1
    }
    .toplist #filter-wrapper .filter-overlay-bottom-menu .active-filters-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        overflow: visible;
        margin-bottom: 12px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -moz-box-align: center;
        align-items: center;
        border-top: 1px #dde1eb;
        color: rgba(4, 15, 39, .64);
        font-size: 13px;
        line-height: 1.2em
    }
    .toplist #filter-wrapper .filter-overlay-bottom-menu .active-filters-menu .filter-pill-active {
        min-width: 64px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        margin: 4px 6px 4px 0;
        padding: 6px 12px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
        background-color: #fff;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        -moz-box-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -moz-box-align: center;
        align-items: center;
        border: 1px solid #dde1eb;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        -webkit-transition: all 88ms ease;
        -o-transition: all 88ms ease;
        -moz-transition: all 88ms ease;
        transition: all 88ms ease;
        color: rgba(3, 15, 39, .64);
        font-size: 13px;
        line-height: 1em;
        font-weight: 400;
        text-align: center;
        text-transform: none;
        cursor: pointer
    }
    .toplist #filter-wrapper .filter-overlay-bottom-menu .active-filters-menu .filter-pill-active .close-icon {
        position: static;
        top: 8px;
        right: -24px;
        margin-left: 3px;
        opacity: 1;
        height: 14px
    }
    .toplist #filter-wrapper .filter-overlay-bottom-menu .menu-bottom-cta-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        -moz-box-pack: end;
        justify-content: flex-end
    }
    .toplist #filter-wrapper .filter-overlay-bottom-menu .menu-bottom-cta-container .clear-all_btn {
        width: auto;
        min-width: auto;
        margin-right: 16px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        -moz-box-flex: 1;
        flex: 1;
        border: 1px solid #dde1eb;
        background-color: #fff;
        color: #030f27;
        font-size: 14px;
        line-height: 1em;
        font-weight: 500;
        text-transform: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        display: inline-block;
        text-align: center;
        cursor: pointer
    }
    .toplist #filter-wrapper .filter-overlay-bottom-menu .menu-bottom-cta-container .clear-all_btn .reset-filters {
        padding: 12px 24px
    }
    .toplist #filter-wrapper .filter-overlay-bottom-menu .menu-bottom-cta-container .sort-close_btn {
        position: static;
        width: auto;
        min-width: 150px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        -moz-box-flex: 1;
        flex: 1;
        background-color: #5b73a5;
        font-size: 14px;
        line-height: 1em;
        font-weight: 500;
        text-transform: none;
        display: inline-block;
        padding: 12px 24px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color: #fff;
        text-align: center;
        cursor: pointer
    }
    .toplist #filter-wrapper .filter-overlay-bottom-menu .menu-bottom-cta-container .sort-close_btn:hover {
        background-color: #546b99
    }
    .toplist-wrapper .category-title-container.dash {
        margin-left: -32px;
        margin-right: -32px;
        padding: 32px 32px 0;
        margin-bottom: 0;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(193, 204, 229, 0)), to(#c8d2e7));
        background-image: -webkit-linear-gradient(top, rgba(193, 204, 229, 0), #c8d2e7);
        background-image: -moz- oldlinear-gradient(top, rgba(193, 204, 229, 0), #c8d2e7);
        background-image: -o-linear-gradient(top, rgba(193, 204, 229, 0), #c8d2e7);
        background-image: linear-gradient(180deg, rgba(193, 204, 229, 0), #c8d2e7);
        border-bottom: none
    }
    .toplist-wrapper .category-title-container.dash .category-title {
        margin-bottom: 0;
        padding-bottom: 12px
    }
    .toplist-wrapper {
        padding-top: 0
    }
    .toplist #filter-wrapper .search-area .casino-search,
    .toplist-wrapper .search-area-mobile .casino-search {
        font-size: 16px
    }
    .toplist .one-casino .toplist-item-main .toplist-item-top {
        padding-bottom: 16px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto
    }
    .toplist .one-casino .toplist-item-bottom .tab-content-deposit .deposit-info-step-title {
        min-width: 168px;
        font-size: 14px
    }
    .toplist .one-casino .toplist-item-bottom .tab-content .review-casino-info-container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    #smartTable .no-results-wrapper .no-results {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        -moz-box-pack: justify;
        justify-content: space-between
    }
    #smartTable .no-results-wrapper .reload-button {
        position: static;
        width: auto;
        min-width: 150px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        -moz-box-flex: 0;
        flex: 0 auto
    }
    .toplist-section-trending {
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (max-width:479px) {
    #smartTable .no-results-wrapper {
        position: static;
        padding-right: 8px;
        padding-left: 8px
    }
    #smartTable .no-results-wrapper h3 {
        font-size: 18px
    }
    .offer .offer-box .offer-item {
        margin: 0
    }
    .offer .offer-box .title {
        margin-bottom: 4px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        color: #626b7a
    }
    .offer .offer-box .title a,
    .offer .offer-box .title>span:not(.highlighted) {
        color: #030f27;
        margin-right: 6px
    }
    .offer .offer-box .title a,
    .offer .offer-box .title>span {
        margin-top: 4px
    }
    .offer .offer-box .title .rating {
        display: block;
        margin-right: 8px;
        margin-top: 4px
    }
    .offer .info-wrapper .info .row .small-description-text.bonus {
        font-size: 12px
    }
    .offer .cta-box {
        min-width: unset;
        max-width: 100%
    }
    .toplist .one-casino .toplist-item-bottom .tabs-menu .tab-nav {
        font-size: 12px
    }
    .toplist .one-casino .logo-and-rating {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        background-color: transparent !important;
        padding: 16px 16px 0;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .toplist .one-casino .logo-and-rating .rating {
        width: 100%;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-right-radius: 0
    }
    .toplist .one-casino .logo-and-rating img.logo {
        width: auto;
        height: 56px
    }
    .offer {
        padding: 16px 16px 12px;
        min-width: auto;
        width: auto
    }
    .offer .info-wrapper .info .row .line-dash {
        width: auto;
        max-width: none;
        min-width: auto;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        -moz-box-flex: 1;
        flex: 1
    }
    .offer .cta-wrapper {
        -webkit-box-flex: 0;
        -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
        -moz-box-flex: 0;
        flex: 0 100%;
        margin-bottom: 0
    }
    .offer .info-wrapper .cta-container {
        max-width: 100%
    }
    .toplist .one-casino .toplist-item-bottom .tab-content-deposit {
        padding: 16px;
        background: #f8f9fc
    }
    .toplist .one-casino .toplist-item-bottom .tab-content-deposit .deposit-info-main {
        display: block
    }
    .toplist .one-casino .toplist-item-bottom .tab-content-deposit .deposit_arrows_icon {
        display: none
    }
    .toplist-wrapper .filter-wrapper-mobile .search-area-mobile .casino-search {
        padding-left: 32px
    }
    .toplist-wrapper .filter-wrapper-mobile .search-area-mobile .search-container .search-icon-small {
        height: 18px
    }
    .toplist-section {
        padding-right: 16px;
        padding-left: 16px
    }
    .toplist-section-trending {
        padding-left: 0;
        padding-right: 0
    }
    .toplist-wrapper {
        padding-top: 0;
        padding-bottom: 48px
    }
    .toplist-wrapper .category-title-container.dash {
        margin-right: -16px;
        margin-bottom: 0;
        margin-left: -16px;
        padding-right: 16px;
        padding-left: 16px
    }
    .toplist-wrapper .category-title-container.dash .category-title {
        font-size: 14px
    }
    .toplist #filter-wrapper .filter-overlay.active {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        -moz-box-align: end;
        align-items: flex-end
    }
    .toplist #filter-wrapper .filter-overlay .filter-overlay-content {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        -moz-box-align: start;
        align-items: flex-start
    }
    .toplist #filter-wrapper .filter-overlay .filter-category-container {
        font-size: 13px;
        padding: 24px 20px 6px
    }
    .toplist #filter-wrapper .filter-overlay .filter-category-title {
        font-size: 14px
    }
    .toplist #filter-wrapper .filter-overlay .deposit-button .dropdown-text {
        font-size: 12px
    }
    .toplist #filter-wrapper .filter-overlay-bottom-menu {
        padding: 12px 20px
    }
    .toplist #filter-wrapper .filter-overlay-bottom-menu .active-filters-menu .filter-pill-active .close-icon {
        right: -8px
    }
    .toplist #filter-wrapper .filter-overlay-bottom-menu .menu-bottom-cta-container .clear-all_btn .reset-filters {
        padding: 12px
    }
    .toplist #filter-wrapper .filter-overlay-bottom-menu .menu-bottom-cta-container .sort-close_btn {
        min-width: auto;
        padding: 12px
    }
    .toplist .filter-wrapper-mobile .toplist-nav-buttons {
        margin-left: -16px;
        margin-right: -16px;
        padding: 12px 10px
    }
    .toplist-wrapper .search-area-mobile {
        margin-right: -16px;
        margin-left: -16px;
        padding-right: 16px;
        padding-left: 16px
    }
    .toplist #filter-wrapper .active-filters-container {
        margin: 0 -16px;
        padding: 12px 16px
    }
    .toplist #filter-wrapper .active-filters-container.active {
        margin: 0 -16px;
        padding-left: 16px;
        padding-right: 16px
    }
    .toplist-wrapper .toplist-nav-buttons {
        margin-right: -16px;
        margin-left: -16px;
        padding: 12px 10px
    }
    .toplist .one-casino .toplist-item-bottom .tab-content-deposit .deposit-info-container {
        margin: 0 -16px;
        border-style: none;
        background-color: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }
    .toplist .one-casino .toplist-item-bottom .tab-content-deposit .deposit-info-item {
        display: block;
        margin-bottom: 8px;
        border-style: solid none;
        border-width: 1px;
        border-color: #dde1eb;
        background-color: #fff
    }
    .toplist .one-casino .toplist-item-bottom .tab-content-deposit .deposit-info-step-title,
    .toplist .one-casino .toplist-item-bottom .tab-content-deposit .deposit-info-description {
        display: block;
        padding: 8px 12px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        -moz-box-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid #dee0e6;
        border-right-style: none;
        background-color: #fff;
        text-align: left
    }
    .toplist .one-casino .toplist-item-bottom .tab-content-deposit .deposit-info-description {
        border-bottom: none
    }
    .toplist .one-casino .toplist-item-bottom .tab-content .methods-container .sub-category-title {
        margin-bottom: 12px
    }
    .toplist .one-casino .toplist-item-main {
        display: block
    }
    .toplist .table-placeholder-wrapper .one-casino .content .info-wrapper .info {
        max-width: 100%
    }
    #smartTable .no-results-wrapper .no-results {
        margin-right: -8px;
        margin-left: -8px;
        text-align: center
    }
    #smartTable .no-results-wrapper .reload-button {
        width: auto;
        min-width: auto;
        padding-top: 8px;
        padding-bottom: 8px;
        text-align: center
    }
    .toplist .one-casino .bonusPercentValue {
        margin-top: 0;
        margin-left: 10px
    }
    .intro-quick-search-container {
        overflow: visible;
        padding-right: 0;
        padding-left: 0
    }
    .intro-quick-search-container .quick-search-top {
        padding-right: 16px;
        padding-left: 16px
    }
}

.video-section {
    position: relative;
    z-index: 2;
    max-width: 1024px;
    margin: 0 auto 72px;
    padding-top: 88px
}

.home .video-section {
    padding-top: 0;
    margin: 48px auto
}

.video-section .section-wrapper {
    position: relative;
    z-index: 2;
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 88px;
    padding-bottom: 88px;
    border-bottom: 1px solid rgba(4, 15, 39, .12)
}

body.home .video-section .section-wrapper {
    border-bottom: none
}

.video-section .section-wrapper-flex {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: none;
    margin: 0 -16px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.video-section .section-column {
    position: relative;
    min-width: auto;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.video-section .section-column.text h2 {
    margin-bottom: 16px
}

body.home .video-section .section-column.text h2 {
    font-size: 24px;
    margin-bottom: 24px;
    line-height: 1.125em;
    font-weight: 600
}

.video-section .section-column.text ul {
    margin-top: 40px
}

body.home .video-section .section-column.text ul {
    margin-top: 32px
}

.video-section .section-column.text li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(3, 15, 39, .8);
    font-size: 16px;
    line-height: 1.4em
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .video-section .section-column.text li {
        color: unset
    }
}

body.home .video-section .section-column.text li {
    margin-top: 16px
}

.video-section .section-column.text li::before {
    display: inline-block;
    content: "";
    background-image: url("../../../bonusfinder/images/bf-checkmark.svg");
    background-repeat: no-repeat;
    -webkit-background-size: 32px 32px;
    -moz-background-size: 32px 32px;
    background-size: 32px 32px;
    height: 32px;
    min-width: 32px;
    margin-right: 16px;
    position: relative
}

body.home .video-section .section-column.text li::before {
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    background-size: 20px 20px;
    height: 20px;
    min-width: 20px
}

.video-section .section-column.video .bf-explainer {
    position: static;
    left: -24px;
    top: 24%;
    right: auto;
    bottom: 0;
    width: auto;
    height: 104px;
    margin-top: 16px;
    margin-bottom: -16px;
    margin-left: 0
}

.video-section .intro-video {
    position: relative;
    max-width: 660px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 55%;
    -moz-box-flex: 0;
    -ms-flex: 0 55%;
    flex: 0 55%
}

.video-section .video-wrapper {
    position: relative;
    overflow: visible;
    padding-top: 56.25%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.video-section .embed-bg {
    position: absolute;
    left: 17px;
    top: 17px;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(80, 103, 143, .16)
}

body.home .video-section .embed-bg {
    display: none
}

.video-section .video-embed {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: none;
    background-position: 0 0;
    -webkit-background-size: auto auto;
    -moz-background-size: auto;
    background-size: auto;
    background-repeat: repeat
}

@media only screen and (max-width:991px) {
    .video-section .section-column.video .bf-explainer {
        display: block
    }
}

@media only screen and (max-width:767px) {
    .video-section {
        padding-top: 64px;
        margin-bottom: 64px
    }
    .video-section .section-wrapper-flex {
        margin: 0
    }
    .video-section .section-column {
        margin-bottom: 32px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 100%;
        flex: 0 100%;
        padding-right: 0;
        padding-left: 0
    }
    .video-section .section-column.video {
        padding: 0
    }
    .video-section .section-column.video .bf-explainer {
        height: 88px;
        margin-bottom: -32px
    }
    .video-section .embed-player {
        margin: 0
    }
    .video-section .embed-bg {
        left: 8px;
        top: 8px
    }
    .video-section .intro-video {
        display: block;
        margin-bottom: 24px;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media only screen and (max-width:479px) {
    .video-section {
        padding-top: 48px;
        margin-bottom: 48px
    }
    .video-section .section-column.text h2 {
        font-size: 26px
    }
    body.home .video-section .section-column.text h2 {
        font-size: 24px
    }
    body.home .video-section .section-column.text ul {
        margin-top: 24px
    }
    .video-section .section-column.text li {
        font-size: 15px
    }
    body.home .video-section .section-column.text li {
        margin-top: 12px;
        font-size: 16px
    }
    .video-section .section-column.text li::before {
        -webkit-background-size: 20px 20px;
        -moz-background-size: 20px 20px;
        background-size: 20px 20px;
        height: 20px;
        min-width: 20px;
        margin-right: 10px
    }
    body.home .video-section .section-column.text li::before {
        -webkit-background-size: 20px 20px;
        -moz-background-size: 20px 20px;
        background-size: 20px 20px;
        width: 20px;
        height: 20px;
        margin-top: 2px;
        margin-right: 12px
    }
    .video-section .intro-video {
        margin-bottom: 0
    }
}

.faq-section {
    overflow: hidden;
    border: 1px solid #e6eaf5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fafbfd;
    -webkit-box-shadow: 0 2px 3px -1px rgba(3, 15, 39, .12);
    -moz-box-shadow: 0 2px 3px -1px rgba(3, 15, 39, .12);
    box-shadow: 0 2px 3px -1px rgba(3, 15, 39, .12)
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .faq-section {
        border: 1px solid #373f52;
        background-color: #212633
    }
}

.hidden {
    display: none
}

.faq-item {
    position: relative;
    display: block;
    padding: 0 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: transparent transparent #dde1eb;
    background-color: transparent;
    -webkit-transition: background-color 120ms ease;
    -o-transition: background-color 120ms ease;
    -moz-transition: background-color 120ms ease;
    transition: background-color 120ms ease;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 500
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .faq-item {
        border-color: transparent transparent #373f52
    }
}

.faq-item:last-of-type {
    border-bottom: none
}

.faq-item-question {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 24px 24px 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #030f27;
    font-weight: 500;
    cursor: pointer;
    border-bottom: 1px solid #dde1eb
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .faq-item-question {
        color: #fff
    }
}

.faq-item-question>img.emoji {
    margin-right: 8px !important
}

.home .faqSection {
    margin: 48px auto;
    max-width: 768px
}

.home .faqSection h2 {
    font-size: 28px;
    line-height: 1.25em;
    margin-bottom: 24px;
    font-weight: 600
}

.faqSection .faq-item-question {
    border-bottom: none
}

.content-table.faq-active .faq-item-question {
    border-bottom: none
}

.faq-icon {
    position: relative;
    width: 24px;
    height: 24px;
    margin-left: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    border: 1px solid #0d60c5;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px
}

.faq-item-answer::before {
    display: none
}

.faq-item-answer .entry-content {
    padding-bottom: 24px
}

.faq-item-answer {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    color: rgba(5, 5, 31, .88);
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400;
    padding-bottom: 24px
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .faq-item-answer {
        color: unset
    }
}

.faq-border {
    position: absolute;
    left: 24px;
    top: auto;
    right: 24px;
    bottom: 0%;
    height: 1px;
    background-color: #dde1eb;
    opacity: 0
}

.faq-active {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.faq-opacity {
    opacity: 1 !important
}

.faqSection section.entry-content {
    margin: 0;
    padding-bottom: 0
}

.faqSection section.entry-content br {
    display: none
}

.faqSection section.entry-content>*:first-child {
    margin-top: 0
}

.faqSection section.entry-content>*:last-child {
    margin-bottom: 0
}

.faq-item .faq-item-question::after {
    content: "";
    position: absolute;
    right: 0;
    background-image: url("../../../bonusfinder/images/plus_blue.svg");
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px;
    background-size: 20px;
    background-position: 2px 2px;
    display: block;
    height: 24px;
    width: 24px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-left: 16px;
    background-color: #ebf4ff
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .faq-item .faq-item-question::after {
        background-color: #373f52;
        background-image: url("../../../bonusfinder/images/dark/bf-plus_blue-dark.svg")
    }
}

.faq-item.faq-active .faq-item-question::after {
    background-image: url("../../../bonusfinder/images/minus_blue.svg")
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .faq-item.faq-active .faq-item-question::after {
        background-image: url("../../../bonusfinder/images/dark/bf-minus_blue-dark.svg")
    }
}

@media only screen and (max-width:767px) {
    .home .faqSection {
        padding: 0 32px
    }
}

@media only screen and (max-width:479px) {
    .home .faqSection h2 {
        font-size: 24px
    }
    .faq-item-question {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 16px
    }
    .faq-item-answer {
        font-size: 15px;
        padding-bottom: 20px
    }
    .faq-active,
    .faq-item {
        border-left: none;
        border-right: none
    }
    section.entry-content div.content-table .faq-border {
        left: 12px;
        right: 12px
    }
    section.faqSection section.entry-content {
        padding: 0
    }
    .home .faqSection {
        margin-bottom: 32px;
        margin-top: 32px;
        padding: 0
    }
    .faq-section {
        border-left: none;
        border-right: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin-left: -20px;
        margin-right: -20px
    }
}

div.content-table-wrapper {
    margin-top: 48px;
    margin-bottom: 48px
}

.one-box .dark-mode-on div.content-table-wrapper {
    margin: 0
}

div.content-table {
    position: relative;
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 500;
    padding: 16px;
    border: 1px solid #e6eaf5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fafbfd;
    -webkit-box-shadow: 0 2px 3px -1px rgba(3, 15, 39, .12);
    -moz-box-shadow: 0 2px 3px -1px rgba(3, 15, 39, .12);
    box-shadow: 0 2px 3px -1px rgba(3, 15, 39, .12)
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on div.content-table {
        border: 1px solid #373f52;
        background-color: #212633
    }
}

.one-box div.content-table {
    border: none;
    background-color: transparent;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

div.content-table.active {
    border-bottom: 1px solid #dde1eb;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

div.content-table .faq-item-question {
    padding: 0;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .02em
}

div.content-table .faq-item-answer {
    padding-bottom: 0
}

div.content-table ol {
    counter-reset: item;
    padding-left: 32px
}

div.content-table ol li {
    counter-increment: item;
    margin-bottom: 12px;
    line-height: 1.4em;
    text-indent: -32px;
    color: #030f27
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on div.content-table ol li {
        color: #fff
    }
}

div.content-table ol li::before {
    content: counter(item) ".";
    display: -webkit-box;
    display: inline-block;
    margin: 0 6px 0 0;
    width: auto;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: none;
    border-width: 4px 2px 4px 8px;
    border-color: transparent transparent transparent #959ea8;
    background-color: transparent;
    color: rgba(3, 15, 39, .64);
    font-size: 12px;
    line-height: 1.95em;
    font-weight: 400;
    text-align: center;
    text-indent: 0
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on div.content-table ol li::before {
        background-color: unset
    }
}

div.content-table ol.content-list>li {
    margin-bottom: 12px
}

div.content-table ol.content-list>li:last-of-type {
    margin-bottom: 0
}

div.content-table ol.submenu {
    padding-left: 32px;
    margin-top: 6px
}

div.content-table li {
    display: block;
    line-height: 1.6em
}

div.content-table li::before {
    content: counters(item, ".") ". ";
    background-color: transparent;
    color: rgba(5, 5, 31, .64);
    width: auto;
    height: auto;
    font-size: 14px;
    line-height: 1.6em;
    margin-right: 6px
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on div.content-table li::before {
        color: unset
    }
}

div.content-table li a {
    color: rgba(3, 15, 39, .64);
    cursor: pointer;
    font-weight: 400;
    font-size: inherit
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on div.content-table li a {
        color: #a1b1ce
    }
}

div.content-table li a:hover {
    color: #05051f;
    text-decoration: none
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on div.content-table li a:hover {
        color: #fff
    }
}

@media only screen and (max-width:480px) {
    div.content-table ol {
        padding-left: 28px
    }
}

@media only screen and (max-width:480px) and (prefers-color-scheme:dark) {
    .dark-mode-on div.content-table ol li {
        text-indent: -28px
    }
}

@media only screen and (max-width:480px) {
    div.content-table ol li::before {
        width: 1.5rem
    }
}

.authors-wrapper .one-author-wrapper {
    margin-bottom: 20px
}

.author-section-wrapper {
    margin: 0 auto
}

.author-section {
    max-width: 768px;
    display: block;
    margin: 0 auto;
    padding: 32px;
    border: 1px solid #e6eaf5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fafbfd;
    -webkit-box-shadow: 0 2px 3px -1px rgba(3, 15, 39, .12);
    -moz-box-shadow: 0 2px 3px -1px rgba(3, 15, 39, .12);
    box-shadow: 0 2px 3px -1px rgba(3, 15, 39, .12)
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .author-section {
        border: 1px solid #373f52;
        background-color: #212633
    }
}

body.page-toplist .author-section {
    margin-bottom: 48px;
    max-width: 768px
}

.author-section .author-img {
    position: relative;
    display: block;
    width: 104px;
    height: 104px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px
}

.author-section .flag-img {
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 2;
    height: 32px
}

.author-section .author-name {
    margin-bottom: 4px;
    color: #030f27;
    font-size: 28px;
    line-height: 1.2em;
    font-weight: 500
}

.author-section .author-card-top {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px #dde1eb
}

.author-section .author-title {
    color: #0d60c5;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 500
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .author-section .author-title {
        color: unset
    }
}

.author-section .image-container {
    position: relative;
    margin-right: 16px;
    min-width: 104px
}

.author-section .author-info-top {
    margin-bottom: 16px
}

.author-section .author-social-links {
    padding-top: 24px
}

.author-section a {
    position: relative;
    color: #0e60c5;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .author-section a {
        color: #49b5ff
    }
}

.author-section a:hover {
    text-decoration: underline
}

.author-section .author-name a {
    color: #000
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .author-section .author-name a {
        color: #fff
    }
}

.author-section .author-description {
    color: rgba(3, 15, 39, .8);
    font-size: 16px;
    line-height: 1.6em;
    margin-top: 24px
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .author-section .author-description {
        color: unset
    }
}

.author-section .author-description p,
.author-section .author-description ul {
    margin-bottom: 25px
}

.author-section .author-description p:last-of-type {
    margin-bottom: 0
}

.author-section .author-subjectof-links {
    margin-top: 32px;
    margin-bottom: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #e6eaf5
}

.author-section .author-subjectof-links .bullet-point-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    margin-bottom: 16px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #0e60c5;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4em
}

.author-section .author-subjectof-links .bullet-point-item:before {
    margin-top: 6px;
    margin-right: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: solid none solid solid;
    border-width: 6px 2px 6px 10px;
    border-color: transparent transparent transparent #0d60c5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    content: ""
}

body.page-toplist .author-section-wrapper,
body.home .author-section-wrapper {
    padding: 0 32px
}

.author-and-related-section {
    padding: 0 32px 48px;
    margin-top: 48px
}

.single-blog .author-and-related-section {
    padding: 0 0 24px
}

body.single-authors .author-and-related-section {
    padding-bottom: 32px
}

@media only screen and (max-width:991px) {
    .author-section .author-name {
        font-size: 24px
    }
    .author-section .author-title {
        font-size: 16px
    }
}

@media only screen and (max-width:767px) {
    body.page-toplist .author-section {
        margin-bottom: 48px
    }
    body.single-news .author-section-wrapper {
        padding-left: 0;
        padding-right: 0;
        margin-left: -5px;
        margin-right: -5px
    }
    .author-section-wrapper {
        padding-left: 32px;
        padding-right: 32px
    }
    .author-and-related-section .author-section-wrapper {
        padding: 0
    }
}

@media only screen and (max-width:479px) {
    .author-section-wrapper {
        padding-left: 16px;
        padding-right: 16px
    }
    body.page-toplist .author-section-wrapper,
    body.home .author-section-wrapper {
        padding: 0 16px
    }
    .author-and-related-section .author-section-wrapper {
        padding: 0
    }
    .author-and-related-section {
        padding-right: 16px;
        padding-left: 16px
    }
    .single-bookmakers .author-and-related-section,
    .single-social-casino .author-and-related-section {
        padding-bottom: 32px
    }
    body.single-authors .author-and-related-section {
        padding-bottom: 12px
    }
    body.home .author-and-related-section {
        padding-bottom: 64px
    }
    .author-section {
        padding: 16px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -16px;
        margin-right: -16px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
    body.single-authors .author-section {
        margin-left: 0;
        margin-right: 0
    }
    .author-section .image-container {
        min-width: 88px
    }
    .author-section .author-img {
        width: 88px;
        height: 88px
    }
    .author-section .author-info {
        -webkit-box-flex: 0;
        -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
        -moz-box-flex: 0;
        flex: 0 100%;
        font-size: 15px
    }
    .author-section .author-name {
        font-size: 20px
    }
    .author-section .author-title {
        font-size: 16px
    }
    .author-section .author-description {
        font-size: 15px
    }
    .author-section .flag-img {
        height: 28px;
        width: 28px
    }
    .author-section .author-subjectof-links .bullet-point-item {
        margin-bottom: 8px;
        font-size: 15px
    }
}

div.bottom-float {
    position: fixed;
    left: 0;
    right: 0;
    bottom: auto;
    top: 0;
    z-index: 999;
    min-height: 24px;
    background-color: #fff;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    -moz-transform: translate3d(0, -100%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    transform: translate3d(0, -100%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .24s;
    -o-transition: all .24s;
    -moz-transition: all .24s;
    transition: all .24s;
    visibility: hidden;
    -webkit-box-shadow: 0 8px 16px -4px rgba(3, 15, 39, .08);
    -moz-box-shadow: 0 8px 16px -4px rgba(3, 15, 39, .08);
    box-shadow: 0 8px 16px -4px rgba(3, 15, 39, .08);
    padding: 0 32px
}

div.bottom-float .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

div.bottom-float.active {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    visibility: visible
}

div.bottom-float .logo-wrapper {
    display: block;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-right: 16px;
    height: 46px;
    overflow: hidden
}

div.bottom-float .logo {
    display: inline-block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 46px;
    margin-right: 0
}

div.bottom-float .logo img {
    width: auto;
    height: 46px
}

div.bottom-float.ab-test-62-bottom-float {
    display: none
}

div.bottom-float .tagline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 6px;
    margin-bottom: 6px;
    color: #030f27;
    font-size: 17px;
    line-height: 1.1em;
    font-weight: 600;
    letter-spacing: 0;
    margin-right: 12px
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on~div.bottom-float .tagline {
        color: #fff
    }
}

div.bottom-float .tagline::before {
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 6px;
    width: 8px;
    -webkit-background-size: 8px 6px;
    -moz-background-size: 8px 6px;
    background-size: 8px 6px;
    opacity: .8;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-top: 6px;
    margin-right: 6px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

div.bottom-float .offer-description {
    display: inline-block;
    color: #657085;
    font-size: 12px;
    font-weight: 400;
    margin-left: 6px
}

div.bottom-float .span-cta-button-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 300px
}

div.bottom-float .span-cta-button {
    display: inline-block;
    width: 100%;
    max-width: 340px;
    min-width: auto;
    padding: 6px 32px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #008f3c;
    -webkit-transition: all 80ms ease;
    -o-transition: all 80ms ease;
    -moz-transition: all 80ms ease;
    transition: all 80ms ease;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer
}

div.bottom-float .cta-button {
    display: inline-block;
    min-width: auto;
    padding: 16px 24px;
    -webkit-transition: all 80ms ease;
    -o-transition: all 80ms ease;
    -moz-transition: all 80ms ease;
    transition: all 80ms ease;
    background-color: #00852c
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on~div.bottom-float .cta-button {
        background-color: #1dcc77;
        color: #14171f
    }
}

div.bottom-float .cta-button:hover {
    background-color: #093
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on~div.bottom-float .cta-button:hover {
        background-color: #2ee58c
    }
}

div.bottom-float .cta-button::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

div.bottom-float .cta-button .main-text {
    display: block;
    text-align: center;
    letter-spacing: .02em
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on~div.bottom-float .cta-button .main-text {
        letter-spacing: 0
    }
}

div.bottom-float .cta-button .subtext {
    display: none;
    margin-top: 2px;
    margin-bottom: 2px;
    color: #fff;
    font-size: 12px;
    line-height: 1em;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: none
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on~div.bottom-float .cta-button .subtext {
        color: #14171f
    }
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on~.bottom-float {
        background-color: #212633
    }
}

.ab-test-62~.bottom-float.ab-test-62-bottom-float {
    display: block
}

.ab-test-62~.bottom-float.ab-test-62-bottom-float .container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ab-test-62~.bottom-float.ab-test-62-bottom-float .tagline {
    display: none
}

@media only screen and (max-width:991px) {
    div.bottom-float .tagline {
        font-size: 16px
    }
    div.bottom-float .cta-button {
        width: 100%;
        max-width: 380px;
        min-width: auto
    }
}

@media only screen and (max-width:767px) {
    div.bottom-float {
        bottom: 0;
        top: auto;
        -webkit-box-shadow: 0 -8px 16px -4px rgba(3, 15, 39, .08);
        -moz-box-shadow: 0 -8px 16px -4px rgba(3, 15, 39, .08);
        box-shadow: 0 -8px 16px -4px rgba(3, 15, 39, .08);
        -webkit-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
        -moz-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
        transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg)
    }
}

@media only screen and (max-width:767px) and (prefers-color-scheme:dark) {
    .dark-mode-on~div.bottom-float {
        border-top: 1px solid #373f52;
        border-bottom: 0
    }
}

@media only screen and (max-width:767px) {
    div.bottom-float>.container {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        -moz-box-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 12px;
        padding-bottom: 12px
    }
    div.bottom-float .tagline {
        display: none
    }
    div.bottom-float .container {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        -moz-box-pack: justify;
        justify-content: space-between;
        padding-top: 0;
        padding-bottom: 0
    }
    div.bottom-float .span-cta-button-wrapper {
        margin-top: 6px;
        margin-bottom: 6px;
        max-width: 360px
    }
    div.bottom-float .cta-container {
        text-align: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
        -moz-box-flex: 0;
        flex: 0 100%
    }
}

@media only screen and (max-width:600px) {
    div.bottom-float .cta-wrapper {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-align: center
    }
}

@media only screen and (max-width:479px) {
    div.bottom-float {
        padding-left: 16px;
        padding-right: 16px
    }
    div.bottom-float .tagline {
        font-size: 14px
    }
    div.bottom-float .container {
        display: block
    }
    div.bottom-float .logo-wrapper {
        margin-right: 0;
        margin-top: 6px;
        height: 46px
    }
    div.bottom-float .logo {
        overflow: hidden
    }
    div.bottom-float .span-cta-button-wrapper {
        max-width: 100%;
        display: block
    }
    div.bottom-float .span-cta-button {
        max-width: 100%
    }
    div.bottom-float .span-cta-button .main-text {
        font-weight: 700
    }
    div.bottom-float .cta-button {
        padding-left: 12px;
        padding-right: 12px;
        display: block;
        max-width: unset
    }
}

.exit-popup {
    display: none;
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    overflow: auto;
    width: auto;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    background-color: rgba(5, 5, 19, .85)
}

.exit-popup .popup-bottom-text {
    text-align: center;
    margin-top: 24px;
    color: #61b7f2;
    font-size: 12px;
    line-height: 1.4em;
    font-style: italic;
    font-weight: 500
}

.exit-popup.active {
    display: block
}

.exit-popup.active .popup-container {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.exit-popup .popup-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    height: auto;
    min-height: 100%;
    padding: 40px 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate3d(0, -48px, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    -moz-transform: translate3d(0, -48px, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    transform: translate3d(0, -48px, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.exit-popup .popup {
    position: relative;
    overflow: visible;
    width: 100%;
    max-width: 860px;
    padding: 40px 32px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #e5f1ff;
    -webkit-box-shadow: 0 4px 16px 4px rgba(4, 15, 39, .5);
    -moz-box-shadow: 0 4px 16px 4px rgba(4, 15, 39, .5);
    box-shadow: 0 4px 16px 4px rgba(4, 15, 39, .5);
    text-align: left
}

.exit-popup .popup.brand {
    overflow: hidden;
    max-width: 600px;
    padding: 0
}

.exit-popup.page .popup-close,
.exit-popup.three-cards .popup-close {
    position: absolute;
    left: auto;
    top: 16px;
    right: 16px;
    bottom: auto;
    cursor: pointer;
    height: 24px;
    width: 24px
}

.exit-popup.brand-new .popup {
    background-color: #e5f1ff;
    background-image: none
}

.exit-popup .popup-title {
    margin-bottom: 24px;
    text-align: center
}

.exit-popup .pre-heading {
    margin-bottom: 4px;
    color: rgba(4, 15, 39, .48);
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 400
}

.exit-popup .popup-title h2 {
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.1em;
    letter-spacing: -.01em
}

.exit-popup .popup-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.exit-popup .toplist-card-container {
    padding: 4px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.exit-popup .toplist-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    overflow: hidden;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 0 1px rgba(77, 106, 165, .16);
    -moz-box-shadow: 0 1px 0 1px rgba(77, 106, 165, .16);
    box-shadow: 0 1px 0 1px rgba(77, 106, 165, .16)
}

.exit-popup .toplist-card-top {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    -moz-box-flex: 0;
    flex: 0 auto;
    color: rgba(4, 15, 39, .88);
    font-size: 12px;
    line-height: 1em;
    font-weight: 500;
    text-align: center
}

.exit-popup .toplist-card-casino-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.exit-popup .review-item-casino {
    font-size: 13px;
    line-height: 1em;
    font-weight: 600;
    text-align: center
}

.exit-popup .casino-info-container {
    display: block;
    color: rgba(4, 15, 39, .88);
    text-decoration: none;
    max-width: 100%;
    text-align: left
}

.exit-popup .rating-small.review {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -moz-box-pack: start;
    justify-content: flex-start;
    margin-top: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    margin-top: 4px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center
}

.exit-popup .casino-info-container span {
    display: block
}

.exit-popup .toplist-card-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    overflow: hidden;
    height: auto;
    min-width: auto;
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    border: 1px #f0f3f7
}

.exit-popup .toplist-card-offer {
    width: auto;
    margin-bottom: 16px;
    padding-top: 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    border-bottom: 1px #e6eaf4;
    color: #030f27;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 500;
    text-align: center
}

.exit-popup .toplist-card-number {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 56px;
    line-height: 1.2em;
    font-weight: 700
}

.exit-popup .main_btn-container.card {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

.exit-popup .main_btn {
    max-width: none;
    display: inline-block;
    width: 100%;
    min-width: auto;
    padding: 12px 32px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #008f3c;
    -webkit-transition: all 80ms ease;
    -o-transition: all 80ms ease;
    -moz-transition: all 80ms ease;
    transition: all 80ms ease;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center
}

.exit-popup .main_btn:hover {
    background-color: #039d49
}

.exit-popup .small_btn_title {
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 600;
    text-align: center;
    letter-spacing: .02em
}

.exit-popup .popup-brand-container {
    display: block;
    overflow: visible;
    padding: 40px 64px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    background-image: none
}

.exit-popup .popup-brand-offer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    margin-bottom: 24px;
    padding-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    border-bottom: 1px solid #dde1eb
}

.exit-popup .popup-brand-offer .review-logo {
    margin-right: 0;
    margin-bottom: 16px
}

.exit-popup .popup-brand-offer .popup-title {
    margin-bottom: 0
}

.exit-popup .popup-brand-offer .main_btn-container {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    line-height: 20px
}

.exit-popup .popup-brand-offer .main_btn {
    padding: 8px 20px
}

.exit-popup .popup-brand-offer .main_btn .main-text {
    color: #fff;
    font-size: 16px;
    line-height: 1.4em;
    text-align: center;
    letter-spacing: .02em;
    display: block
}

.exit-popup .popup-brand-offer .main_btn .subtext {
    margin-top: 2px;
    margin-bottom: 2px;
    color: #e5ffef;
    font-size: 13px;
    line-height: 1.2em;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0;
    text-transform: none
}

.exit-popup .section-highlight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    margin-top: 16px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -moz-box-align: start;
    align-items: flex-start;
    color: rgba(3, 15, 39, .8);
    font-size: 16px;
    line-height: 1.4em
}

.exit-popup .section-highlight img.section-checkmark {
    margin-top: 0;
    margin-right: 16px;
    height: 24px
}

.exit-popup .popup-fs-container {
    display: block;
    overflow: visible;
    padding: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    background-image: none
}

.exit-popup .popup-fs-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    background-color: #9073f8
}

.exit-popup .popup-fs-top.zodiac {
    background-color: #47065c
}

.exit-popup .popup-fs-top.yukon {
    background-color: #2c201e
}

.exit-popup .popup-fs-top .casino-logo-full {
    height: 72px
}

.exit-popup.brand-three-bullets .review-logo {
    height: 72px;
    margin-right: 0;
    margin-bottom: 24px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.exit-popup .popup-brand-offer-dash {
    margin-bottom: 0;
    padding: 32px;
    border-bottom-style: none
}

.exit-popup.brand-new .popup-brand-offer .popup-title {
    margin-top: 0;
    margin-bottom: 24px;
    text-align: center
}

.exit-popup.brand-new .popup-title h2 {
    color: #0e60c5;
    font-size: 32px;
    font-weight: 600
}

.exit-popup .pre-heading.margin {
    margin-top: 4px;
    margin-bottom: 0
}

.exit-popup .info-wrapper.cta {
    display: block;
    width: 100%;
    max-width: none;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ecf3e6;
    color: #00702f;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 600;
    text-decoration: none;
    max-width: 468px;
    padding: 24px
}

.exit-popup .info-wrapper.cta .info {
    margin-bottom: 12px;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    display: block
}

.exit-popup .info-wrapper.cta .info .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    width: 100%;
    margin-bottom: 4px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -moz-box-align: end;
    align-items: flex-end;
    text-align: left
}

.exit-popup .info-wrapper.cta .small-description-text {
    font-weight: 500;
    letter-spacing: .016em;
    text-transform: uppercase;
    display: inline;
    color: #00702f;
    font-size: 13px;
    text-align: left
}

.exit-popup .info-wrapper.cta .line-dash {
    display: inline;
    min-width: auto;
    margin: 0 4px 4px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    border-bottom: 1px dashed rgba(142, 178, 157, .5)
}

.exit-popup .info-wrapper.cta .play-with-title {
    display: inline-block;
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    font-weight: 500;
    text-align: right;
    font-size: 18px;
    line-height: 1.2em
}

.exit-popup.brand-new .info-wrapper.cta .cta-container {
    display: inline-block;
    width: 100%;
    min-width: auto;
    padding: 12px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #008f3c;
    -webkit-transition: all 80ms ease;
    -o-transition: all 80ms ease;
    -moz-transition: all 80ms ease;
    transition: all 80ms ease;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer
}

.exit-popup.brand-new .info-wrapper.cta .cta-container:hover {
    background-color: #039d49
}

.exit-popup.brand-new .info-wrapper.cta .main-text {
    color: #fff;
    text-align: center;
    letter-spacing: .02em;
    font-size: 18px;
    line-height: 1.4em;
    display: block
}

.exit-popup.brand-new .subtext {
    margin-top: 2px;
    margin-bottom: 2px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: none;
    font-size: 12px;
    line-height: 1em;
    display: block
}

.exit-popup.page.ppc .review-logo {
    height: 56px
}

.exit-popup.page.ppc .toplist-card-number {
    font-size: 20px
}

.exit-popup.page .legal {
    margin-top: 8px;
    color: rgba(3, 15, 39, .8);
    font-size: 12px;
    line-height: 1.4em;
    font-style: italic;
    text-align: center;
    font-weight: 500
}

.exit-popup.page.ppc .toplist-card-casino-container {
    padding: 0
}

.exit-popup .toplist-card-bottom {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fafbfd;
    border-top: 1px solid #e6eaf5;
    padding: 6px 8px
}

.exit-popup .toplist-card-bottom .tc-text {
    position: relative;
    font-size: 12px;
    line-height: 1.6em;
    margin-right: 2px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: transparent;
    text-align: left;
    color: #5a6270
}

.exit-popup .toplist-card-bottom .text {
    color: #50678f;
    font-size: 11px;
    line-height: 1.5em
}

.exit-popup .toplist-card-bottom .full-terms {
    margin-top: 2px;
    color: rgba(80, 103, 143, .8);
    font-size: 11px;
    line-height: 1.5em
}

.exit-popup.exit-popup-slider .swiper-container {
    width: 100%;
    padding: 0;
    visibility: hidden
}

.exit-popup.exit-popup-slider .popup {
    padding-right: 0;
    padding-left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0d60c5), color-stop(35%, #043398));
    background-image: -webkit-linear-gradient(top, #0d60c5, #043398 35%);
    background-image: -moz- oldlinear-gradient(top, #0d60c5, #043398 35%);
    background-image: -o-linear-gradient(top, #0d60c5, #043398 35%);
    background-image: linear-gradient(180deg, #0d60c5, #043398 35%)
}

.exit-popup.exit-popup-slider .pre-heading {
    color: #61b7f2;
    font-size: 18px
}

.exit-popup.exit-popup-slider .popup-title h2 {
    font-size: 24px;
    color: #fff
}

.exit-popup.exit-popup-slider .swiper-wrapper {
    pointer-events: none
}

.exit-popup.exit-popup-slider .swiper-slide {
    width: 320px;
    pointer-events: auto
}

.exit-popup.exit-popup-slider .swipe-animation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 16px 16px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-animation-name: swipe-animation;
    -moz-animation-name: swipe-animation;
    -o-animation-name: swipe-animation;
    animation-name: swipe-animation;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    will-change: transform
}

.exit-popup.exit-popup-slider .swipe-animation-icon {
    height: 16px;
    margin-right: 4px;
    margin-left: 4px;
    opacity: .25
}

.exit-popup.exit-popup-slider .popup-close_btn {
    position: absolute;
    left: auto;
    top: 12px;
    right: 12px;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, .12);
    cursor: pointer
}

.exit-popup.exit-popup-slider .popup-close_btn .popup-close {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    height: 16px;
    width: 18px
}

.exit-popup.exit-popup-slider .main_btn {
    padding: 12px 16px;
    background-color: #00852c
}

.exit-popup.exit-popup-slider .main_btn:hover {
    background-color: #093
}

.exit-popup.exit-popup-slider .main_btn .small_btn_title {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 700;
    letter-spacing: .02em
}

.exit-popup.exit-popup-slider .main_btn .subtext {
    display: block;
    margin-top: 2px;
    margin-bottom: 2px;
    color: #fff;
    font-size: 12px;
    line-height: 1em;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: none
}

.exit-popup.exit-popup-slider .exit-popup-bonuscode {
    display: block;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 0;
    color: #657085;
    font-size: 12px;
    line-height: 1.4em;
    text-align: center
}

.exit-popup .popup-close {
    height: 24px;
    width: 24px
}

.exit-popup .close-btn-wrapper {
    position: absolute;
    left: auto;
    top: 12px;
    right: 12px;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    width: 32px;
    height: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    border-style: none;
    border-width: 1px;
    border-color: rgba(180, 203, 235, .4);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, .12);
    cursor: pointer
}

.exit-popup .close-btn-wrapper:hover {
    background-color: rgba(255, 255, 255, .24)
}

.exit-popup.v2 .toplist-card-casino-container {
    background: 0 0 !important;
    padding: 16px 0 0
}

.exit-popup.v2 .review-logo {
    height: 48px;
    width: 150px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.exit-popup.v2 .toplist-card-number {
    color: #0d60c5
}

@media only screen and (max-width:991px) {
    .exit-popup .popup-container {
        padding-right: 20px;
        padding-left: 20px
    }
    .exit-popup .popup {
        padding-right: 32px;
        padding-left: 32px
    }
    .exit-popup .toplist-card-top {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        padding-bottom: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
        text-align: left
    }
    .exit-popup .review-logo {
        margin-bottom: 0
    }
    .exit-popup .casino-info-container {
        margin-left: 0;
        text-align: center
    }
    .exit-popup .toplist-card-content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -ms-flex: auto;
        -moz-box-flex: 1;
        flex: auto
    }
    .exit-popup .toplist-card-offer {
        min-width: auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto
    }
    .exit-popup .main_btn-container {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto
    }
    .exit-popup .main_btn {
        width: 100%;
        min-width: auto;
        padding-right: 32px;
        padding-left: 32px
    }
}

@media only screen and (max-width:767px) {
    .exit-popup .popup-container {
        min-height: auto;
        padding: 0;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        -moz-box-align: start;
        align-items: flex-start
    }
    .exit-popup.brand-new .popup-container {
        height: 100vh;
        min-height: auto;
        padding: 16px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -moz-box-align: center;
        align-items: center
    }
    .exit-popup .popup {
        height: auto;
        padding-right: 16px;
        padding-bottom: 20px;
        padding-left: 16px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start
    }
    .exit-popup.page .popup {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        min-height: 100vh
    }
    .exit-popup.brand-new .popup {
        background-color: transparent;
        height: auto;
        max-width: none;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }
    .exit-popup .pre-heading {
        font-size: 18px
    }
    .exit-popup.brand-new .popup-title h2 {
        font-size: 32px
    }
    .exit-popup .popup-flex {
        display: block
    }
    .exit-popup .toplist-card-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 33.3%;
        -ms-flex: 0 33.3%;
        -moz-box-flex: 0;
        flex: 0 33.3%
    }
    .exit-popup .toplist-card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        -moz-box-pack: justify;
        justify-content: space-between;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        -moz-box-flex: 1;
        flex: 1
    }
    .exit-popup .review-item-casino {
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        -moz-box-flex: 0;
        flex: 0 auto
    }
    .exit-popup .casino-info-container {
        margin-left: 0;
        text-align: center
    }
    .exit-popup .toplist-card-content {
        width: auto;
        padding: 12px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        -moz-box-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -moz-box-align: center;
        align-items: center;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        -moz-box-flex: 1;
        flex: 1
    }
    .exit-popup .toplist-card-offer {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        min-width: auto;
        padding-bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -moz-box-align: center;
        align-items: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto
    }
    .exit-popup .toplist-card-number {
        margin-right: 8px;
        margin-left: 8px;
        font-size: 40px
    }
    .exit-popup .main_btn-container {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
        max-width: 240px;
        margin: 0 auto
    }
    .exit-popup .main_btn {
        position: static;
        width: 100%;
        min-width: auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        -moz-box-flex: 0;
        flex: 0 auto;
        padding-right: 8px;
        padding-left: 8px
    }
    .exit-popup .popup-brand-container {
        padding-left: 40px;
        padding-right: 40px
    }
    .exit-popup .toplist-card-top {
        min-width: auto;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        -moz-box-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        -moz-box-align: start;
        align-items: flex-start;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        -webkit-box-flex: 0;
        width: auto;
        max-width: none;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-flex: 0;
        -webkit-flex: 0 33.3%;
        -ms-flex: 0 33.3%;
        -moz-box-flex: 0;
        flex: 0 33.3%
    }
    .exit-popup .toplist-card-casino-container {
        margin-right: auto;
        margin-left: auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        -moz-box-flex: 0;
        flex: 0 auto;
        border-bottom: none;
        display: block;
        width: 100%;
        text-align: center
    }
    .exit-popup .review-logo {
        width: auto;
        margin-bottom: 0;
        height: 46px
    }
    .exit-popup .casino-info-container {
        display: block;
        margin-left: 0;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        -moz-box-flex: 1;
        flex: 1;
        text-align: left
    }
    .exit-popup .toplist-card-content {
        width: auto;
        min-width: auto;
        padding: 12px;
        -webkit-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        -moz-box-flex: 100%;
        flex: 100%
    }
    .exit-popup .toplist-card-offer {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        min-width: auto;
        margin-bottom: 16px;
        padding-bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -moz-box-align: center;
        align-items: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
        font-size: 14px
    }
    .exit-popup .toplist-card-number {
        font-size: 32px
    }
    .exit-popup .main_btn-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        -moz-box-pack: start;
        justify-content: flex-start;
        -webkit-box-flex: 0;
        -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
        -moz-box-flex: 0;
        flex: 0 100%;
        margin-bottom: 0;
        max-width: 220px
    }
    .exit-popup .main_btn {
        width: 100%;
        max-width: none;
        min-width: auto;
        padding: 12px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px
    }
    .exit-popup .small_btn_title {
        font-weight: 700
    }
    .exit-popup.v2 .review-logo {
        height: 40px;
        width: 125px
    }
    .exit-popup.exit-popup-slider {
        height: auto;
        background-image: -webkit-linear-gradient(45deg, #043398, #0d60c5);
        background-image: -moz- oldlinear-gradient(45deg, #043398, #0d60c5);
        background-image: -o-linear-gradient(45deg, #043398, #0d60c5);
        background-image: linear-gradient(45deg, #043398, #0d60c5)
    }
    .exit-popup.exit-popup-slider .popup-container {
        min-height: auto;
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .exit-popup.exit-popup-slider .popup {
        height: auto;
        padding-top: 48px;
        padding-bottom: 48px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background-color: transparent;
        background-image: none
    }
    .exit-popup.exit-popup-slider .review-logo {
        height: 56px
    }
    .exit-popup.exit-popup-slider .toplist-card-offer {
        font-size: 16px
    }
    .exit-popup.exit-popup-slider .pre-heading {
        font-size: 16px
    }
    .exit-popup.exit-popup-slider .popup-title h2 {
        font-size: 20px
    }
    .exit-popup.exit-popup-slider .toplist-card-number {
        font-size: 56px
    }
}

@media only screen and (max-width:479px) {
    .exit-popup .popup-container {
        padding: 0
    }
    .exit-popup .popup {
        padding-right: 20px;
        padding-left: 20px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
    .exit-popup .popup-title {
        margin-bottom: 16px
    }
    .exit-popup .pre-heading {
        font-size: 14px
    }
    .exit-popup .popup-brand-offer-dash {
        margin-top: auto;
        margin-bottom: auto;
        padding: 24px 16px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        -moz-box-pack: start;
        justify-content: flex-start
    }
    .exit-popup.brand-new .popup-brand-offer .popup-title {
        margin-bottom: 16px
    }
    .exit-popup.brand-new .popup-title h2 {
        font-size: 24px
    }
    .exit-popup.brand-new .info-wrapper.cta .main-text {
        font-size: 16px
    }
    .exit-popup.page.ppc .review-logo {
        height: 44px
    }
    .exit-popup.page.ppc .popup {
        padding-left: 16px;
        padding-right: 16px
    }
    .exit-popup.exit-popup-slider .popup-container {
        height: auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto
    }
    .exit-popup.exit-popup-slider .popup {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .exit-popup.exit-popup-slider .popup-title h2 {
        font-size: 18px
    }
    .exit-popup.exit-popup-slider .toplist-card-number {
        font-size: 56px
    }
}

@-webkit-keyframes swipe-animation {
    0% {
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px)
    }
    50% {
        -webkit-transform: translate3d(3px, 0px, 0px);
        transform: translate3d(3px, 0px, 0px)
    }
    100% {
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px)
    }
}

@-moz-keyframes swipe-animation {
    0% {
        -moz-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px)
    }
    50% {
        -moz-transform: translate3d(3px, 0px, 0px);
        transform: translate3d(3px, 0px, 0px)
    }
    100% {
        -moz-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px)
    }
}

@-o-keyframes swipe-animation {
    0% {
        transform: translate3d(0px, 0px, 0px)
    }
    50% {
        transform: translate3d(3px, 0px, 0px)
    }
    100% {
        transform: translate3d(0px, 0px, 0px)
    }
}

@keyframes swipe-animation {
    0% {
        -webkit-transform: translate3d(0px, 0px, 0px);
        -moz-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px)
    }
    50% {
        -webkit-transform: translate3d(3px, 0px, 0px);
        -moz-transform: translate3d(3px, 0px, 0px);
        transform: translate3d(3px, 0px, 0px)
    }
    100% {
        -webkit-transform: translate3d(0px, 0px, 0px);
        -moz-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px)
    }
}

.related-pages-block {
    margin: 48px auto 0
}

.related-pages-block .container {
    max-width: 768px
}

body.blog-page .related-pages-block .container {
    max-width: 1024px
}

body.blog-page .related-pages-block {
    padding: 0 32px 40px
}

body.single-news .related-pages-block {
    padding-bottom: 24px
}

.related-pages-block .related-pages-title {
    margin-bottom: 32px;
    color: #0d60c5;
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 500
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .related-pages-block .related-pages-title {
        color: #fff
    }
}

.related-pages-block ul {
    margin-top: 48px
}

.related-pages-block ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    padding-bottom: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #e6eaf5
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .related-pages-block ul li {
        border-bottom: 1px solid #373f52
    }
}

.related-pages-block ul li:last-of-type {
    border-bottom: none
}

.related-pages-block ul li::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 8px;
    height: 11px;
    margin-right: 12px;
    margin-top: 11px;
    background: url("../../../bonusfinder/images/bf-right-arrow.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .related-pages-block ul li::before {
        background: url("../../../bonusfinder/images/dark/bf-right-arrow.svg");
        width: 6px;
        height: 8px
    }
}

.related-pages-block ul li .more-stories-item-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.related-pages-block ul li a:not(.author-link) {
    display: block;
    text-decoration: none;
    cursor: pointer;
    margin-top: 4px;
    margin-bottom: 4px;
    color: #030f27;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 500
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .related-pages-block ul li a:not(.author-link) {
        color: #49b5ff
    }
}

.related-pages-block ul li a:not(.author-link):hover {
    text-decoration: underline
}

.related-pages-block ul li .meta {
    margin: 6px 0 6px 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: rgba(3, 15, 39, .64);
    font-size: 13px;
    line-height: 1.4em;
    display: block
}

.related-pages-block ul li .meta .author-link {
    color: #030f27;
    text-decoration: none
}

.related-pages-block ul li .meta .author-link:hover {
    text-decoration: underline
}

@media only screen and (max-width:767px) {
    .related-pages-block .related-pages-title {
        margin-bottom: 0;
        padding-bottom: 12px
    }
    .related-pages-block ul {
        margin-top: 32px
    }
    .related-pages-block ul li .more-stories-item-content {
        display: block;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .related-pages-block ul li .meta {
        margin-bottom: 0;
        margin-left: 0
    }
}

@media only screen and (max-width:479px) {
    .related-pages-block .related-pages-title {
        font-size: 20px;
        padding-bottom: 0
    }
    .related-pages-block ul li {
        margin-right: -16px;
        margin-bottom: 16px;
        margin-left: -16px;
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 18px
    }
    .related-pages-block ul li::before {
        margin: 11px 8px 11px 0
    }
    .related-pages-block ul li a:not(.author-link) {
        margin-bottom: 0;
        font-size: 16px
    }
    body.blog-page .related-pages-block {
        margin-top: 24px;
        padding-left: 20px;
        padding-right: 20px
    }
}

div.promotion-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    min-height: 80px;
    margin-bottom: 32px;
    border: 1px solid #e6eaf5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fafbfd;
    -webkit-box-shadow: 0 2px 3px -1px rgba(3, 15, 39, .12);
    -moz-box-shadow: 0 2px 3px -1px rgba(3, 15, 39, .12);
    box-shadow: 0 2px 3px -1px rgba(3, 15, 39, .12)
}

div.promotion-box .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 12px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

div.promotion-box img {
    width: 104px;
    height: 104px;
    margin: 12px 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -o-object-fit: cover;
    object-fit: cover
}

div.promotion-box .title a {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 12px;
    color: #030f27;
    line-height: 1.4em;
    font-weight: 500;
    text-decoration: none
}

div.promotion-box .title a:hover {
    text-decoration: underline
}

div.promotion-box .description {
    margin-bottom: 8px;
    color: rgba(4, 15, 39, .64);
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 400
}

div.promotion-box div.link-and-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.promotion-box .active {
    display: inline-block;
    margin-bottom: 6px;
    padding: 4px 6px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #e4f7e9;
    color: #00852c;
    font-size: 10px;
    line-height: 1em;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase
}

.promotion-box .link-and-date {
    margin: 4px 0;
    color: rgba(4, 15, 39, .64);
    font-size: 13px;
    line-height: 1.2em
}

.promotion-box .casino-link {
    color: #030f27;
    position: relative
}

.promotion-box .casino-link:hover {
    text-decoration: underline
}

@media only screen and (max-width:479px) {
    div.promotion-box div.left {
        padding: 12px 12px 8px
    }
    div.promotion-box img {
        margin: 12px 16px 12px 0
    }
}

.media-logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding: 0 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-page .media-logos {
    padding-top: 8px
}

.single-blog .media-logos {
    padding-bottom: 40px
}

.media-logos .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -8px;
    margin-left: -8px;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 12px
}

.media-logos .headline {
    line-height: 1.2em;
    margin: 0 8px;
    color: #50678f;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .media-logos .headline {
        color: unset
    }
}

.media-logos .logos-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.media-logos .logos-section img.press-logo {
    opacity: 1;
    height: 36px;
    margin: 8px 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

@media only screen and (max-width:767px) {
    .media-logos .container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .media-logos .headline {
        margin-bottom: 8px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 100%;
        flex: 0 100%;
        text-align: center
    }
}

@media only screen and (max-width:479px) {
    .single-blog .media-logos {
        padding-bottom: 24px
    }
    .media-logos .logos-section img.press-logo {
        margin-right: 8px;
        margin-left: 8px
    }
    .media-logos .logos-section img.press-logo:nth-child(5),
    .media-logos .logos-section img.press-logo:nth-child(6) {
        display: none
    }
}

.how-to-steps .name {
    margin-top: 48px;
    margin-bottom: 32px;
    padding-top: 0;
    padding-bottom: 0;
    border-top: 1px #edf1fa;
    border-bottom: 1px #edf1fa;
    color: #030f27;
    font-size: 28px;
    line-height: 1.2em;
    font-weight: 600
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .how-to-steps .name {
        color: unset
    }
}

.how-to-steps>.description {
    margin-top: 32px;
    margin-bottom: 32px
}

.how-to-steps .step {
    position: relative;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 16px 16px 10px 32px;
    border: 1px solid #e6eaf5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fafbfd
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .how-to-steps .step {
        border: 1px solid #373f52;
        background-color: #212633
    }
}

.how-to-steps .step .step-content-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.how-to-steps .step .position {
    position: absolute;
    left: -16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #dce6fa;
    color: #030f27;
    font-size: 18px;
    font-weight: 600
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .how-to-steps .step .position {
        background-color: #373f52;
        color: #fff
    }
}

.how-to-steps .step img.step-image {
    width: 168px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -o-object-fit: cover;
    object-fit: cover
}

.how-to-steps .step .block-content {
    margin-left: 16px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    line-height: 1.6em
}

.how-to-steps .step .step-title {
    margin-top: 8px;
    margin-bottom: 8px;
    color: #030f27;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 600
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .how-to-steps .step .step-title {
        color: #fff
    }
}

@media only screen and (max-width:767px) {
    .how-to-steps .step img.step-image {
        width: 128px
    }
}

@media only screen and (max-width:479px) {
    .how-to-steps .name {
        font-size: 24px
    }
    .how-to-steps>.description {
        font-size: 15px
    }
    .how-to-steps .step {
        margin-top: 16px;
        margin-bottom: 16px
    }
    .how-to-steps .step .position {
        left: -8px
    }
    .how-to-steps .step img.step-image {
        width: 100%
    }
    .how-to-steps .step .step-content-container {
        display: block
    }
    .how-to-steps .step .block-content {
        margin-top: 8px;
        margin-left: 0
    }
}

.non-bonus-offer-item-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.offer .offer-box .non-bonus-offer-item-container .offer-item,
section.review-wrapper .review-left .review-info-inner .non-bonus-offer-item-container .offer-item {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 0 6px 0 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.offer .offer-box .non-bonus-offer-item-container .offer-item .offer-title,
section.review-wrapper .review-left .review-info-inner .non-bonus-offer-item-container .offer-item .offer-title {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 500;
    margin-right: 6px
}

.offer .offer-box .non-bonus-offer-item-container .offer-item .offer-description-text,
section.review-wrapper .review-left .review-info-inner .non-bonus-offer-item-container .offer-item .offer-description-text {
    display: inline-block;
    margin-top: 2px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #5a6270;
    font-size: 13px;
    line-height: 1.4em;
    font-weight: 400
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .offer .offer-box .non-bonus-offer-item-container .offer-item .offer-description-text,
    .dark-mode-on section.review-wrapper .review-left .review-info-inner .non-bonus-offer-item-container .offer-item .offer-description-text {
        color: unset
    }
}

.offer .offer-box .non-bonus-offer-item-container .offer-item:before,
section.review-wrapper .review-left .review-info-inner .non-bonus-offer-item-container .offer-item:before {
    display: none
}

.non-bonus-offer-item-container .score-ball {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 24px;
    margin: 6px 8px 6px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #e4f7e9;
    color: #030f27;
    font-size: 14px;
    font-weight: 500
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .non-bonus-offer-item-container .score-ball {
        background-color: #1ccc77
    }
}

.ab-test-55 .non-bonus-offer-item-container .score-ball {
    width: 28px;
    height: 26px;
    font-size: 12px
}

.ab-test-55-v1 .non-bonus-offer-item-container .score-ball {
    background-color: #00852c;
    color: #fff
}

.ab-test-55-v2 .non-bonus-offer-item-container .score-ball {
    background-color: #ebf0f5
}

.ab-test-62 .non-bonus-offer-item-container {
    display: none
}

.casino-facts-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

section.review-wrapper .casino-facts-wrapper {
    display: none
}

.ab-test-62 section.review-wrapper .casino-facts-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.casino-facts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border: 1px solid #e6eaf5;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .casino-facts {
        border: 1px solid #373f52
    }
}

.casino-facts-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: -1px;
    padding: 10px 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border: 1px solid #e6eaf5;
    background-color: #fff;
    font-size: 16px;
    line-height: 1em;
    font-weight: 500
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .casino-facts-col {
        border: 1px solid #373f52;
        background-color: #232938
    }
}

.casino-facts-col-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.casino-facts-col-inner .rating-compact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 1em;
    font-weight: 500;
    letter-spacing: .02em
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .casino-facts-col-inner .rating-compact {
        color: #fff
    }
}

.casino-facts-col-inner .rating-compact.up .stats-icon.chart-down-icon,
.casino-facts-col-inner .rating-compact.up .stats-icon.chart-same-icon {
    display: none
}

.casino-facts-col-inner .rating-compact.down .stats-icon.chart-up-icon,
.casino-facts-col-inner .rating-compact.down .stats-icon.chart-same-icon {
    display: none
}

.casino-facts-col-inner .rating-compact.same .stats-icon.chart-up-icon,
.casino-facts-col-inner .rating-compact.same .stats-icon.chart-down-icon,
.casino-facts-col-inner .rating-compact.new .stats-icon.chart-up-icon,
.casino-facts-col-inner .rating-compact.new .stats-icon.chart-down-icon {
    display: none
}

.casino-facts-col-inner .rating-compact.new .perc-sign {
    display: none
}

.casino-facts-col-inner .rating-compact .stats-icon {
    display: block;
    width: 14px;
    margin-top: -2px;
    margin-right: 6px
}

.casino-facts-title {
    margin-bottom: 6px;
    color: #5a6270;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 400
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .casino-facts-title {
        color: unset
    }
}

@media only screen and (max-width:991px) {
    .casino-facts {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto
    }
    .casino-facts-col {
        -webkit-box-flex: 50%;
        -webkit-flex: 50%;
        -moz-box-flex: 50%;
        -ms-flex: 50%;
        flex: 50%
    }
    .casino-facts-col-inner {
        border-right-style: none
    }
}

@media only screen and (max-width:767px) {
    .casino-facts-wrapper {
        max-width: 340px
    }
    .casino-facts {
        max-width: none;
        margin-bottom: 0
    }
}

@media only screen and (max-width:479px) {
    .casino-facts-wrapper {
        max-width: none
    }
}

.news-cards-container .news-item {
    -webkit-box-shadow: 0 2px 3px -1px rgba(3, 15, 39, .17);
    -moz-box-shadow: 0 2px 3px -1px rgba(3, 15, 39, .17);
    box-shadow: 0 2px 3px -1px rgba(3, 15, 39, .17);
    overflow: hidden;
    margin-top: 16px;
    margin-bottom: 16px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    border-style: solid;
    border-width: 1px;
    border-color: #e6eaf5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fafbfd
}

.news-cards-container .news-item .news-item-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 16px
}

.news-cards-container .news-item .news-item-container #news-item-image {
    display: inline-block;
    width: 104px;
    height: 104px;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.news-cards-container .news-item .news-item-container .news-item-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 80%;
    margin-right: auto
}

.news-cards-container .news-item .news-item-container .news-item-content .news-item-top .news-item-title a {
    margin-bottom: 12px;
    color: #030f27;
    line-height: 1.4em;
    font-weight: 500;
    font-size: 14px
}

.news-cards-container .news-item .news-item-container .news-item-content .news-item-top .news-item-description {
    margin: 8px 0;
    color: rgba(4, 15, 39, .64);
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 400
}

.news-cards-container .news-item .news-item-container .news-item-content .news-item-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.news-cards-container .news-item .news-item-container .news-item-content .news-item-bottom a {
    color: #030f27;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400
}

.news-cards-container .news-item .news-item-container .news-item-content .news-item-bottom a:hover {
    text-decoration: underline
}

.news-cards-container .news-item .news-item-container .news-item-content .news-item-bottom .news-item-date {
    font-size: 13px;
    color: rgba(4, 15, 39, .64)
}

@media only screen and (max-width:479px) {
    .news-cards-container .news-item {
        margin: 16px -25px
    }
    .news-cards-container .news-item .news-item-container #news-item-image {
        width: 80px;
        height: 80px
    }
    .news-cards-container .news-item .news-item-container .news-item-content .news-item-top .news-item-title a {
        font-size: 16px
    }
}

.free-slots-page select {
    display: none
}

.free-slots-page .footer-text p .singlegame-iframe {
    display: none
}

.free-slots-page .toplist-wrapper {
    padding-bottom: 23px
}

.free-slots-page .toplist {
    padding-top: 0;
    margin-top: 0
}

.free-slots-page .toplist-section {
    min-height: 100vh
}

.free-slots-page .intro-section .intro-title h1 {
    font-size: 24px;
    line-height: 1.25em;
    font-weight: 600;
    letter-spacing: 0
}

.lobby-wrap {
    width: 100%
}

ul#vh-lobby-posts {
    position: relative;
    margin: 0 0 20px;
    padding: 0;
    margin-left: -8px;
    margin-right: -8px
}

.vh-item {
    float: left;
    position: relative;
    padding: 0 7px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 15px !important;
    list-style-type: none !important;
    background: 0 0 !important;
    width: 25%
}

.vh-item img {
    width: 100%;
    padding: 0;
    height: 166px
}

.play-now {
    display: none
}

.vh-overlay::before {
    content: url("../../delta-byte/621e336c4710ac77f7e2578b_bf-playbtn.svg");
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.vh-overlay:hover:before {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: inset 10px 3px 70px 16px rgba(0, 0, 0, .75);
    -moz-box-shadow: inset 10px 3px 70px 16px rgba(0, 0, 0, .75);
    box-shadow: inset 10px 3px 70px 16px rgba(0, 0, 0, .75)
}

.vh-search {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    padding: 0 0 0 45px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #e6eaf5;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    margin-bottom: 15px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: .2px
}

.vh-filter {
    position: relative
}

.vh-filter::before {
    content: url("../../delta-byte/62cd3125cc4324b012b3abd4_bonusfinder-search.svg");
    position: absolute;
    top: 6px;
    left: 10px;
    -webkit-transform: scale(.75);
    -moz-transform: scale(.75);
    -ms-transform: scale(.75);
    -o-transform: scale(.75);
    transform: scale(.75)
}

.vh-item .vh-overlay img {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0;
    display: block
}

.vh-item a.vh-thumb-link {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0
}

.vh-item a {
    text-decoration: none;
    color: #000;
    font-weight: 400
}

.vh-text-white {
    color: #fff
}

.img-full {
    width: 100%
}

.vh-item .vh-game-title {
    font-size: 16px;
    color: #000;
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 0 15px;
    white-space: pre-wrap;
    background: #fff;
    vertical-align: middle;
    text-transform: capitalize;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    line-height: 1.4em;
    font-weight: 500;
    text-align: center;
    -webkit-box-shadow: rgba(0, 0, 0, .1) 0 4px 6px -1px, rgba(0, 0, 0, .06) 0 2px 4px -1px;
    -moz-box-shadow: rgba(0, 0, 0, .1) 0 4px 6px -1px, rgba(0, 0, 0, .06) 0 2px 4px -1px;
    box-shadow: rgba(0, 0, 0, .1) 0 4px 6px -1px, rgba(0, 0, 0, .06) 0 2px 4px -1px
}

.vh-pagination {
    width: 100%;
    clear: both;
    margin: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-top: 25px
}

.vh-pagination .prev,
.vh-pagination .next {
    background: #f1f1f1;
    font-size: 14px;
    font-weight: 500;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    padding: 10px 24px;
    border-style: solid;
    border-width: .25px;
    border-color: #e6eaf5;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #fff;
    margin: 5px;
    width: 130px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #0d60c5
}

.vh-pagination .prev:hover,
.vh-pagination .next:hover {
    background-color: #bee4fe;
    border-color: #0d60c5;
    border-width: .25px;
    -webkit-transition: background-color .1s ease;
    -o-transition: background-color .1s ease;
    -moz-transition: background-color .1s ease;
    transition: background-color .1s ease
}

.prev::before {
    content: url("../../delta-byte/612f9a2f1fe82b5615a3fd73_bf-chevron-L.svg");
    position: relative;
    right: 10px
}

.next::after {
    content: url("../../delta-byte/612f9a2fba7684661cd6f705_bf-chevron-R.svg");
    position: relative;
    left: 10px
}

ul#vh-lobby-posts-grid {
    margin: 20px 0;
    padding: 0;
    float: left;
    width: 100%
}

@media(max-width:993px) {
    .vh-item {
        width: 33%
    }
}

@media(max-width:768px) {
    .vh-item {
        width: 50%
    }
    .vh-search {
        font-size: inherit
    }
}

@media(max-width:992px) {
    .vh-item img {
        width: auto;
        height: auto
    }
}

.odds-calculator {
    overflow: hidden;
    border-style: none;
    border-width: 1px;
    border-color: #e6eaf5;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, .1) 0 4px 6px -1px, rgba(0, 0, 0, .06) 0 2px 4px -1px;
    -moz-box-shadow: rgba(0, 0, 0, .1) 0 4px 6px -1px, rgba(0, 0, 0, .06) 0 2px 4px -1px;
    box-shadow: rgba(0, 0, 0, .1) 0 4px 6px -1px, rgba(0, 0, 0, .06) 0 2px 4px -1px
}

.tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid #e6eaf5;
    background-color: #fafbfd
}

.tabs-menu br {
    display: none
}

.tab-link {
    z-index: 1000;
    background-color: transparent;
    margin-bottom: -2px;
    padding: 12px 24px;
    border-bottom: 2px solid #e6eaf5;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 600;
    text-align: left;
    cursor: pointer
}

button.tab-link {
    display: inline-block;
    border: none;
    text-decoration: none;
    font-size: 1rem;
    font-family: inherit;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none
}

button.tab-link.active {
    color: #0d60c5;
    border-bottom: 2px solid #0d60c5
}

.tab-menu-title {
    cursor: pointer
}

.tab-content {
    background-color: #fff;
    opacity: 0;
    -webkit-transition: .2s opacity ease-out;
    -o-transition: .2s opacity ease-out;
    -moz-transition: .2s opacity ease-out;
    transition: .2s opacity ease-out;
    visibility: hidden;
    position: absolute
}

.tab-content.active {
    visibility: visible;
    position: relative;
    opacity: 1
}

.tab-content br,
.tab-content p {
    display: none
}

.tab-inner {
    margin: 4px 4px 0
}

.results-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.tab-column {
    display: block;
    width: 100%;
    padding: 8px 12px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.tab-column.tab-column:not(:last-child) {
    border-right: 1px solid #e6eaf5
}

.tab-column.parlay {
    padding-right: 16px;
    min-width: 320px
}

.tab-inner.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0
}

.single-odds-container {
    width: 100%;
    margin: 4px;
    min-width: 104px
}

.single-odds-container br {
    display: none
}

.single-odds-container.parlay {
    margin: 0
}

.calculator_input {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-style: solid;
    border-width: 2px;
    border-color: #e6eaf5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #fafbfd;
    color: #030f27;
    font-size: 16px;
    width: 100%;
    height: 38px;
    padding: 8px 12px
}

.calculator_input.parlay-leg-input {
    display: inline-block;
    width: 100%
}

.error-column.parlay {
    margin-bottom: 8px
}

.calculator-label {
    padding: 0;
    margin: 0
}

.tab-inner p {
    display: none
}

.tab-column p {
    display: none
}

.tab-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px
}

.result-label {
    color: #000
}

.results-wrapper {
    margin-bottom: 4px
}

.results-wrapper br {
    display: none
}

.bet-amount-container {
    width: 100%;
    min-width: 104px
}

.result-label {
    margin-right: 8px;
    margin-bottom: 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    font-weight: 600
}

.tab-column.block {
    padding-bottom: 8px;
    max-width: 300px
}

.result-number {
    margin-bottom: 8px;
    color: #0d60c5;
    font-size: 22px;
    font-weight: 600
}

.field-label {
    display: block;
    color: #030f27;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px
}

.leg-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block
}

.leg-add {
    cursor: pointer
}

.leg-title {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #000
}

a.leg-reset-text {
    color: #0d60c5;
    font-size: 14px !important;
    font-weight: 600;
    text-decoration: underline !important
}

.leg-controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.single-leg-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
    padding-bottom: 12px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #e6eaf5
}

.single-leg-controls {
    min-width: 80px;
    margin-right: 16px;
    margin-bottom: 6px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer
}

.parlay-odds-container {
    width: 100%
}

.error-column {
    display: none;
    margin-top: 8px;
    padding: 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff5c2;
    color: #503e0b;
    font-size: 13px;
    line-height: 1.4em
}

.error-input {
    border-color: #fff5c2
}

@media only screen and (max-width:767px) {
    .parlay-odds-container {
        width: 100%;
        margin-bottom: 4px;
        margin-top: 4px
    }
    .parlay-odds-container:first-child {
        margin-top: 0
    }
    .tab-wrapper {
        display: block;
        padding-top: 0;
        padding-bottom: 0
    }
    .tab-column {
        padding-top: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid #e6eaf5;
        border-right-style: none
    }
    .tab-column.block {
        max-width: 1000px
    }
    .tab-inner {
        margin: 4px
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.live-odds-table .odds-tracker-box {
    display: inline-block;
    padding: 8px 12px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #e5f1ff;
    color: #0e60c5;
    line-height: 1em;
    font-weight: 600;
    text-align: left;
    letter-spacing: .02em;
    text-decoration: none;
    text-transform: uppercase
}

.live-odds-table .odds-tracker-box:hover {
    text-decoration: none;
    background-color: #d1e6ff
}