.tippy-box[data-animation=fade][data-state=hidden] {
    opacity: 0
}

[data-tippy-root] {
    max-width: calc(100vw - 10px)
}

.tippy-box {
    position: relative;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    outline: 0;
    transition-property: transform, visibility, opacity
}

.tippy-box[data-placement^=top]>.tippy-arrow {
    bottom: 0
}

.tippy-box[data-placement^=top]>.tippy-arrow:before {
    bottom: -7px;
    left: 0;
    border-width: 8px 8px 0;
    border-top-color: initial;
    transform-origin: center top
}

.tippy-box[data-placement^=bottom]>.tippy-arrow {
    top: 0
}

.tippy-box[data-placement^=bottom]>.tippy-arrow:before {
    top: -7px;
    left: 0;
    border-width: 0 8px 8px;
    border-bottom-color: initial;
    transform-origin: center bottom
}

.tippy-box[data-placement^=left]>.tippy-arrow {
    right: 0
}

.tippy-box[data-placement^=left]>.tippy-arrow:before {
    border-width: 8px 0 8px 8px;
    border-left-color: initial;
    right: -7px;
    transform-origin: center left
}

.tippy-box[data-placement^=right]>.tippy-arrow {
    left: 0
}

.tippy-box[data-placement^=right]>.tippy-arrow:before {
    left: -7px;
    border-width: 8px 8px 8px 0;
    border-right-color: initial;
    transform-origin: center right
}

.tippy-box[data-inertia][data-state=visible] {
    transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11)
}

.tippy-arrow {
    width: 16px;
    height: 16px;
    color: #333
}

.tippy-arrow:before {
    content: "";
    position: absolute;
    border-color: transparent;
    border-style: solid
}

.tippy-content {
    position: relative;
    padding: 5px 9px;
    z-index: 1
}

#gdpr {
    width: calc(100% - 24px);
    max-width: 343px;
    position: fixed;
    background: #2d2d2d;
    padding: 16px;
    /* box-shadow: 0 0 8px rgba(31,38,61,.24),0 0 32px rgba(31,38,61,.12); */
    border-radius: 15px;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 10000;
    font-size: 16px;
    font-weight: 400;
    display: none;
    bottom: -200px
}

#gdpr.is-shown {
    bottom: calc(64px + env(safe-area-inset-bottom))
}

#gdpr.is-really-shown {
    display: block
}

#gdpr .gdpr-top {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 24px;
    max-width: 830px
}

#gdpr .gdpr-text {
    line-height: 1.5
}

#gdpr .gdpr-buttons {
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#gdpr .gdpr-buttons .link {
    color: #164bca;
}

#gdpr .kbtn i {
    position: relative;
    top: 2px;
    margin-left: 13px
}

#gdpr {
    right: 4px;
    left: 4px;
    width: auto;
    max-width: 1170px;
    transform: none
}

#gdpr .gdpr-top {
    color: #fff;
}

#gdpr .gdpr-top img {
    display: none
}

#gdpr .gdpr-top::before {
    /* content: ""; */
    /* width: 24px; */
    /* height: 24px; */
    /* background-image: url(https://slotuk.org/wp-content/themes/casino/images/cookie-icon.svg); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    color: #fff;
}

#gdpr .gdpr-buttons {
    flex-wrap: wrap;
    gap: 20px;
}

#gdpr .gdpr-buttons a {
    flex: 0 0 100%;
    box-sizing: border-box;
    max-width: 100%;
    padding: 7px 14px;
    transition: .3s;
    text-align: center;
    border: 1px solid
}

#gdpr .gdpr-buttons a.link {
    color: #e75e2a;
    border-color: #e75e2a;
    order: 2;
    border-radius: 15px;
}

#gdpr .gdpr-buttons #gdpr-accept {
    font-size: 16px;
    max-width: 100%;
    padding: 7px 14px;
    color: #fff;
    border-color: #028843;
    border-radius: 15px;
    background-color: #028843;
    order: 1
}

#gdpr .gdpr-buttons #gdpr-accept:hover {
    text-decoration: none;
    background-color: var(--rita-repulsa-dark)
}

#gdpr .gdpr-buttons #gdpr-accept i {
    display: none
}



@media only screen and (min-width: 768px) {
    #gdpr {
        max-width:720px
    }

    #gdpr .gdpr-buttons {
        justify-content: flex-end;
        column-gap: 40px;
        gap: 40px
    }
}

@media screen and (min-width: 768px) {
    #gdpr {
        right:auto;
        left: 50%;
        width: 100%;
        transform: translateX(-50%);
        gap: 3rem
    }

    #gdpr .gdpr-buttons {
        flex-wrap: nowrap;
        gap: 1rem;
    }
}

@media screen and (min-width: 768px) {
    #gdpr .gdpr-buttons a {
        flex:1 0 auto;
        max-width: none;
        padding-right: 20px;
        padding-left: 20px
    }

    #gdpr .gdpr-buttons a.link {
        order: 1
    }
}

@media only screen and (min-width: 1224px) {
    #gdpr.is-really-shown {
        display:flex
    }

    #gdpr {
        padding: 24px;
        max-width: 1224px;
        margin-bottom: 0;
        justify-content: space-between;
        align-items: center
    }

    #gdpr .gdpr-top {
        margin-bottom: 0
    }
}





:root {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color--rgb: 0, 124, 186;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
    --wp-admin-theme-color-darker-20: #005a87;
    --wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
    --wp-admin-border-width-focus: 2px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution:192dpi) {
    :root {
        --wp-admin-border-width-focus: 1.5px
    }
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

html :where(.has-border-color) {
    border-style: solid
}

html :where([style*=border-top-color]) {
    border-top-style: solid
}

html :where([style*=border-right-color]) {
    border-right-style: solid
}

html :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

html :where([style*=border-left-color]) {
    border-left-style: solid
}

html :where([style*=border-width]) {
    border-style: solid
}

html :where([style*=border-top-width]) {
    border-top-style: solid
}

html :where([style*=border-right-width]) {
    border-right-style: solid
}

html :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

html :where([style*=border-left-width]) {
    border-left-style: solid
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

html {
    scroll-behavior: smooth;
}

body {
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    overflow-x: hidden;
}

body>* {
    overflow-x: hidden;
}

:where(.is-layout-flex) {
    gap: .5em
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em
}

@font-face {
    font-family: os-font;
    src: url(/css/os-font.eot?v=1);
    src: url(/css/os-font.eot?v=1#iefix) format("embedded-opentype"), url(/css/os-font.ttf?v=1) format("truetype"), url(/css/os-font.woff?v=1) format("woff"), url(/css/os-font.svg?v=1#os-font) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

i[class^=ro-icon] {
    font-family: os-font !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: never
}

.ro-icon-info-circle:before {
    content: "\e935"
}

.ro-icon-diamond:before {
    content: "\e927"
}

.ro-icon-heart:before {
    content: "\e924"
}

.ro-icon-thumbs-up:before {
    content: "\e925"
}

.ro-icon-percent:before {
    content: "\e90d"
}

.ro-icon-spin:before {
    content: "\e905"
}

.ro-icon-gift:before {
    content: "\e803"
}

.ro-icon-home:before {
    content: "\e936";
}

.breadcrumbs .trail-begin i {
    font-size: 1.5rem;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: optional;
    src: url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: optional;
    src: url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    font-display: optional;
    src: url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: optional;
    src: url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: optional;
    src: url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: optional;
    src: url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
details,
footer,
header,
main,
menu,
section {
    display: block
}

progress,
video {
    display: inline-block;
    vertical-align: baseline
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

td,
th {
    padding: 0
}

a,
article,
body,
details,
div,
fieldset,
footer,
form,
h1,
h2,
h3,
h4,
h6,
header,
html,
i,
img,
label,
legend,
li,
menu,
object,
ol,
output,
p,
pre,
section,
span,
strong,
sup,
table,
tbody,
td,
th,
thead,
tr,
ul,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
details,
footer,
header,
menu,
section {
    display: block;
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.fa,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-search:before {
    content: "\f002"
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(/css/fa-solid-900.eot);
    src: url(/css/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/css/fa-solid-900.woff2) format("woff2"), url(/css/fa-solid-900.woff) format("woff"), url(/css/fa-solid-900.ttf) format("truetype"), url(/css/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/css/fa-regular-400.eot);
    src: url(/css/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/css/fa-regular-400.woff2) format("woff2"), url(/css/fa-regular-400.woff) format("woff"), url(/css/fa-regular-400.ttf) format("truetype"), url(/css/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400
}

.h2,
h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 1.25rem
}

@media screen and (max-width: 767px) {

    .h2,
    h2 {
        font-size: 25px
    }
}

h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4
}

@media screen and (max-width: 767px) {
    h3 {
        font-size: 20px
    }
}

h4 {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4
}

@media screen and (max-width: 767px) {
    h4 {
        font-size: 15px
    }
}



.ro-content .h2,
.ro-content h2,
.ro-content h3,
.ro-content h4 {
    margin-bottom: .5rem
}

.ro-content .h2,
.ro-content h2 {
    margin-bottom: 1.5rem
}

.ro-content h3 {
    margin-bottom: 1rem
}

.ro-content ol,
.ro-content p,
.ro-content ul {
    margin-bottom: 1.5rem
}

.ro-content>ol,
.ro-content>ul {
    padding-left: 20px;
    list-style-type: disc
}

.ro-content>ol li,
.ro-content>ul li {
    font-family: "Open Sans", sans-serif;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #151515;
    -webkit-font-smoothing: antialiased;
}

.ro-content>ol {
    list-style-type: numeral
}

.ro-button {
    font-weight: 600;
    line-height: 1.6;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 7px 20px;
    transition: .3s;
    text-decoration: none;
    color: #fff;
    border: 0;
    border-radius: 15px;
    background-color: var(--rita-repulsa)
}

.ro-button:hover {
    text-decoration: none;
    background-color: var(--rita-repulsa-dark)
}

.ro-button-demoreal,
.ro-button-reload {
    font-weight: 600;
    line-height: 1.6;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 7px 20px;
    transition: .3s;
    text-decoration: none;
    color: #fff;
    border: 0;
    border-radius: 15px;
    margin: 5px;
}

.ro-button-demoreal {
    background-color: #e75e29;
}

.ro-button-reload {
    background-color: #028843;
}

.ro-button-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.ro-button--is-blue {
    background-color: var(--cyan-blue)
}

.ro-button--is-blue:hover {
    background-color: var(--cyan-blue-dark)
}

.ro-button.is-active i {
    transform: rotate(180deg)
}

.age-gate-wrapper .buttons button,
.slot-main article .age-gate-wrapper .buttons button {
    font-size: .875rem;
    width: 10.6rem;
    height: 3rem;
}

:root {
    --safe-area-inset-bottom: 0;
    --safe-area-inset-left: 0;
    --safe-area-inset-right: 0;
    --safe-area-inset-top: 0;
    --scroll-offset: 24px
}

@supports (top: constant(safe-area-inset-top)) {
    :root {
        --safe-area-inset-bottom: constant(safe-area-inset-bottom);
        --safe-area-inset-left: constant(safe-area-inset-left);
        --safe-area-inset-right: constant(safe-area-inset-right);
        --safe-area-inset-top: constant(safe-area-inset-top)
    }
}

@supports (top: env(safe-area-inset-top)) {
    :root {
        --safe-area-inset-bottom: env(safe-area-inset-bottom);
        --safe-area-inset-left: env(safe-area-inset-left);
        --safe-area-inset-right: env(safe-area-inset-right);
        --safe-area-inset-top: env(safe-area-inset-top)
    }
}

::-moz-placeholder {
    color: #666
}

::placeholder {
    color: #666
}

::-moz-selection {
    color: #fff;
    background-color: orange
}

::selection {
    color: #fff;
    background-color: orange
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    position: relative;
    overflow-x: hidden;
    min-width: 320px;
    margin-top: 0 !important;
    color: #000000;
    background-color: var(--white-chalk)
}

body input,
body textarea {
    border: 1px solid #666;
    outline: 0
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    border-color: red
}

body input:required:valid,
body textarea:required:valid {
    border-color: green
}

body.body--is-locked::before {
    content: "";
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(8, 33, 46, .25)
}

h1 {
    font-family: "Open Sans", sans-serif;
    color: #000000;
}

.h2,
h2 {
    font-family: "Open Sans", sans-serif;
    color: #000000;
    text-align: center;
}

h3 {
    font-family: "Open Sans", sans-serif;
    color: #000000;
    text-align: center;
}

h4 {
    font-family: "Open Sans", sans-serif;
    color: #000000;
    text-align: center;
}

.h6,
h6 {
    font-family: "Open Sans", sans-serif;
    #000000;
    text-align: center;
}

a {
    text-decoration: none;
    color: var(--cyan-blue)
}

a:hover {
    text-decoration: underline
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

strong {
    font-weight: 700
}

:root {
    --search-result-height: calc(100vh - 100px)
}

body::after {
    content: "";
    position: fixed;
    z-index: 123456;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    transition: .3s;
    opacity: 0;
    background-color: var(--midnight-dreams)
}

body.menu-is-active::after {
    visibility: visible;
    opacity: .8
}

header#header {
    position: sticky;
    z-index: 1234567;
    top: 0;
    padding: 0;
    transition: .5s;
    background-color: var(--midnight-dreams);
    overflow: visible;
}

header#header .container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    max-width: calc(1278px + var(--gutter));
    margin: auto;
    padding-right: calc(var(--gutter)/ 2);
    padding-left: calc(var(--gutter)/ 2)
}

header#header .logo {
    margin: auto auto auto 0;
    padding-top: 20px;
    padding-bottom: 20px
}

@media screen and (max-width: 992px) {
    :root {
        --scroll-offset: 97px
    }

    header#header.is-scrolled {
        transform: none;
    }

    .ro-toc {
        transform: none !important;
    }

    header#header {
        transform: none;
    }

    header#header .container {
        position: static;
        max-width: calc(688px + var(--gutter));
        padding-right: 0
    }

    header#header .logo {
        padding-top: 12px;
        padding-bottom: 12px
    }

    header#header .logo img {
        width: 111px;
        height: 50px
    }
}

header#header .logo img {
    vertical-align: middle
}

header#header .menu-wrapper {
    position: relative;
    z-index: 123;
    display: flex;
    align-items: center
}

.menu-is-active header#header .menu-wrapper {
    visibility: visible;
    opacity: 1
}

header#header .menu-wrapper .menu {
    position: relative;
    display: flex;
    margin: 0;
    padding: 0;
}

header#header .menu-wrapper .menu.toggled {
    transform: translateX(-100%)
}

header#header .menu-wrapper .menu.toggled+.search {
    transform: translateX(-100%)
}

header#header .menu-wrapper .menu>li>a {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: rgba(255, 255, 255, .75)
}

header#header .menu-wrapper .menu>li:hover>a {
    color: #fff
}

header#header .menu-wrapper .menu>li+li {
    /* margin-left: 24px; */
}

header#header .menu-wrapper .menu .sub-menu {
    position: absolute;
    top: 100%;
    visibility: hidden;
    padding: 4px;
    transition: .3s;
    opacity: 0;
    background-color: #fff;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .32);
    border-radius: 10px;
}

header#header .menu-wrapper .menu .sub-menu.toggled {
    visibility: visible;
    opacity: 1;
    overflow: auto;
    max-height: calc(100vh - var(--header-height));
}

header#header .menu-wrapper .menu .sub-menu::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 31px;
    width: 0;
    height: 0;
    border-width: 0 16px 12px;
    border-style: solid;
    border-color: transparent transparent #fff
}

header#header .menu-wrapper .menu .sub-menu li+li {
    margin-top: 4px
}

header#header .menu-wrapper .menu .sub-menu a:not(.ro-search__result) {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    display: block;
    padding: 7px 12px;
    white-space: nowrap;
    text-decoration: none;
    color: var(--midnight-dreams);
    background-color: #fff
}

@media screen and (max-width: 992px) {
    header#header .menu-wrapper {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        display: block;
        visibility: hidden;
        overflow: hidden;
        transition: .3s;
        opacity: 0;
        height: calc(100vh - var(--header-height));
    }

    header#header .menu-wrapper .menu {
        display: block;
        transition: .3s;
        background-color: var(--midnight-dreams)
    }

    header#header .menu-wrapper .menu>li {
        max-width: calc(688px + var(--gutter));
        margin-right: auto;
        margin-left: auto
    }

    header#header .menu-wrapper .menu>li>a {
        padding: 12px 16px;
        color: #fff
    }

    header#header .menu-wrapper .menu>li+li {
        margin-left: auto
    }

    header#header .menu-wrapper .menu .sub-menu {
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0;
        transition: transform;
        transform: translateX(100%);
        background-color: var(--midnight-dreams)
    }

    header#header .menu-wrapper .menu .sub-menu::before {
        content: none
    }

    header#header .menu-wrapper .menu .sub-menu li+li {
        max-width: calc(688px + var(--gutter));
        margin-top: 0;
        margin-right: auto;
        margin-left: auto
    }

    header#header .menu-wrapper .menu .sub-menu a:not(.ro-search__result) {
        font-size: 14px;
        padding: 12px 0;
        white-space: normal;
        color: rgba(255, 255, 255, .75);
        background-color: var(--midnight-dreams)
    }
}

@media screen and (max-width: 767px) {
    header#header .menu-wrapper .menu .sub-menu a:not(.ro-search__result) {
        padding-right: 16px;
        padding-left: 16px
    }
}

header#header .menu-wrapper .menu .sub-menu a:not(.ro-search__result):hover {
    background-color: #ebe6e0
}

header#header .menu-wrapper .menu .sub-menu .name,
header#header .menu-wrapper .menu .sub-menu .submenu-back {
    padding: 12px 16px;
    color: #fff
}

header#header .menu-wrapper .menu .sub-menu .submenu-back {
    line-height: 38px;
    display: flex;
    align-items: center;
    max-width: calc(688px + var(--gutter));
    height: 38px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

header#header .menu-wrapper .menu .sub-menu .submenu-back i {
    font-size: 13px;
    margin-right: 20px;
    color: var(--cyan-blue)
}

header#header .menu-wrapper .menu .sub-menu .submenu-back span {
    position: relative;
    top: 1px
}

header#header .menu-wrapper .menu .sub-menu .name {
    padding: 0
}

header#header .menu-wrapper .menu .sub-menu .name a {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    max-width: calc(688px + var(--gutter));
    margin-right: auto;
    margin-left: auto;
    opacity: 1;
    color: #fff
}

header#header .menu-wrapper .menu li:hover .sub-menu {
    visibility: visible;
    opacity: 1
}

header#header .menu-wrapper .menu li.menu-item-has-children a {
    flex: 1
}

header#header .menu-wrapper .menu .toggle-sub-menu>a {
    position: relative
}

header#header .menu-wrapper .menu .toggle-sub-menu>a:after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    padding: 12px 18px;
    pointer-events: none;
    color: var(--cyan-blue)
}

@media screen and (max-width: 992px) {
    header#header .menu-wrapper .menu .sub-menu a:not(.ro-search__result):hover {
        background-color: var(--midnight-dreams)
    }

    header#header .menu-wrapper .menu li.menu-item-has-children {
        display: flex
    }

    header#header .menu-wrapper .menu .toggle-sub-menu>a:after {
        display: flex
    }
}

header#header .menu-wrapper .menu .toggle-sub-menu>a:after:focus,
header#header .menu-wrapper .menu .toggle-sub-menu>a:after:hover {
    color: var(--midnight-dreams);
    background-color: var(--cyan-blue)
}

header#header .menu-wrapper .search {
    position: relative;
    margin-left: 26px
}

@media screen and (max-width: 992px) {
    header#header .menu-wrapper .search {
        margin-left: 0;
        transition: .3s;
        border-radius: 0 0 3px 3px;
        background-color: var(--cyan-blue)
    }
}

header#header .menu-wrapper .search button {
    font-size: 20px;
    margin-right: 10px;
    padding: 0;
    color: var(--cyan-blue);
    border: 0;
    outline: 0;
    background-color: transparent
}

@media screen and (max-width: 992px) {
    header#header .menu-wrapper .search button {
        font-size: 14px;
        margin-right: 14px;
        color: rgba(255, 255, 255, .75)
    }
}

header#header .menu-wrapper .search input {
    font-size: 14px;
    line-height: 1.6;
    width: 0;
    padding: 0;
    transition: .3s;
    color: #fff;
    border: 0;
    background-color: transparent
}

@media screen and (max-width: 992px) {
    header#header .menu-wrapper .search input {
        flex: 1;
        width: auto
    }
}

header#header .menu-wrapper .search input::-moz-placeholder {
    opacity: 1;
    color: rgba(255, 255, 255, .75)
}

header#header .menu-wrapper .search input::placeholder {
    opacity: 1;
    color: rgba(255, 255, 255, .75)
}

header#header .menu-wrapper .search input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .75)
}

header#header .menu-wrapper .search input::-ms-input-placeholder {
    color: rgba(255, 255, 255, .75)
}

header#header .menu-wrapper .search form {
    display: flex;
    align-items: center;
    transition: .3s;
    border-radius: 100px
}

header#header .menu-wrapper .search form.is-expanded {
    padding: 9px 18px;
    background-color: rgba(255, 255, 255, .1)
}

header#header .menu-wrapper .search form.is-expanded input {
    width: 200px
}

header#header .hamburger-wrap {
    display: none
}

header#header .hamburger-wrap .hamburger {
    padding: 28px 18px;
    transition: .3s
}

header#header .hamburger-wrap .hamburger .line {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 3px;
    transition: .3s;
    border-radius: 3px;
    background-color: #fff
}

header#header .hamburger-wrap .hamburger .line+.line {
    margin-top: 4px
}

header#header .hamburger-wrap .hamburger.is-active {
    transform: rotate(180deg)
}

header#header .hamburger-wrap .hamburger.is-active .line:first-child {
    top: 7px;
    transform: rotate(45deg)
}

header#header .hamburger-wrap .hamburger.is-active .line:nth-child(2) {
    left: 50%;
    opacity: 0
}

header#header .hamburger-wrap .hamburger.is-active .line:nth-child(3) {
    top: -7px;
    transform: rotate(-45deg)
}

.menu-auth-buttons {
    display: flex;
    gap: 10px;
    align-items: center;
}

.menu-auth-login-btn {
    padding: 6px 16px;
    border-radius: 20px;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 0.9rem;
    background-color: #e75e29 !important;
    color: #fff !important;
    display: inline-block;
}

.menu-auth-signup-btn {
    padding: 6px 16px;
    border-radius: 20px;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 0.9rem;
    background-color: #008843 !important;
    color: #fff !important;
    display: inline-block;
}

.menu-auth-login-btn:hover,
.menu-auth-signup-btn:hover {
    background-color: #e75e29 !important;
    color: #fff !important;
    text-decoration: none !important;
    filter: none !important;
}

.menu-auth-signup-btn:hover {
    background-color: #007bff !important;
}

@media screen and (max-width: 768px) {
    .menu-auth-buttons {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 1rem 0;
    }

    .menu-auth-login-btn,
    .menu-auth-signup-btn {
        width: 80%;
        text-align: center;
        margin: 5px 0;
    }
}

.search-api .ro-icon-spin {
    display: none;
    width: 20px;
    height: 20px;
    animation: 1s steps(8) infinite spin-animation
}

.search-api--is-loading .ro-icon-spin {
    display: inline-block
}

.search-api--is-loading .fa {
    display: none
}

.search-api__clear {
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    display: none;
    padding-top: 14px;
    padding-right: 16px;
    padding-bottom: 14px;
    cursor: pointer;
    transform: translateY(-50%);
    color: #fff
}

.search-results {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    overflow-y: auto;
    max-height: calc(100vh - 100px);
    margin-top: 8px;
    border-radius: 3px;
    background-color: #fff;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, .2))
}

@media screen and (max-width: 992px) {
    header#header .menu-wrapper .search form {
        box-sizing: border-box;
        max-width: calc(688px + var(--gutter));
        margin: 0 auto;
        padding: 12px 16px;
        border-radius: 0
    }

    header#header .hamburger-wrap {
        display: block
    }

    .search-api .ro-icon-spin {
        width: 14px;
        height: 14px
    }

    .search-results {
        height: auto;
        max-height: var(--search-result-height);
        margin-top: 0;
        border-radius: 0 0 3px 3px
    }
}

body .search-results .provider {
    display: none
}

.search-results .ro-search__result {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    position: relative;
    padding: 12px 16px
}

.search-results .ro-search__result:hover {
    background-color: transparent
}

.search-results a.ro-search__result:hover {
    background-color: #f7f5f2
}

.search-results a.ro-search__result::after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    margin-left: auto;
    color: #e75e2a
}

body .search-results p {
    font-weight: 400;
    padding-right: 8px;
    color: var(--midnight-dreams)
}

@keyframes spin-animation {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.ro-home-slots-gateway {
    position: relative;
    z-index: 1;
    /* padding-top: 28px; */
    padding-bottom: 48px;
    /* background-color: #f7f5f2; */
}

.ro-home-slots-gateway .similar-slot-section {
    margin-top: 48px;
    padding-top: 0;
    padding-bottom: 0
}

.ro-home-slots-gateway .similar-slot-section__slot-wrap {
    margin-top: 0;
    margin-bottom: 24px
}

.ro-home-how-we-review-wrap {
    /* display: grid; */
    align-items: flex-start;
    margin-top: 28px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    grid-template-columns: 1fr 1fr
}

@media screen and (max-width: 767px) {
    .ro-home-how-we-review-wrap {
        grid-template-columns: 1fr;
        row-gap: 24px
    }
}

.ro-home-how-we-review {
    padding: 16px 16px 12px;
    border-radius: 15px;
    background-color: #fff
}

.ro-home-how-we-review__title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 8px
}

.ro-home-how-we-review__text {
    margin-bottom: 12px;
    letter-spacing: -.001em;
    color: var(--midnight-dreams)
}

.ro-home-how-we-review__hr {
    margin-top: 0;
    margin-bottom: 12px;
    border: 0;
    border-bottom: 1px solid #ebe6e0
}

.ro-home-how-we-review__logos {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.ro-home-author-widget {
    padding: 16px 16px 20px;
    color: var(--midnight-dreams);
    border-radius: 15px;
    background-color: #fff
}

.ro-home-author-widget__author-wrap {
    display: grid;
    align-items: center;
    margin-bottom: 8px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    grid-template-columns: 69px 1fr
}

.ro-home-author-widget .image {
    width: 69px;
    height: 69px;
    border-radius: 50%;
    filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, .32))
}

.ro-home-author-widget__author-name {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 4px;
    color: var(--midnight-dreams)
}

.ro-home-author-widget__author-subtitle {
    font-size: 14px;
    opacity: .5;
    color: var(--midnight-dreams)
}

.ro-home-casino-section,
.ro-home-content-section {
    /* padding-top: 3rem; */
    padding-bottom: 2.75rem;
    /* background-image: linear-gradient(180deg, #ebe6e0 0, rgba(235, 230, 224, 0) 100%); */
}

.ro-search {
    position: relative;
    padding: 24px 0 28px;
    background-image: url('../img/bg-slotstop-01.jpg');
    background-position: center;
    background-size: cover
}

.ro-search::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #151515;
}

.ro-search .container {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    max-width: calc(1278px + var(--gutter));
    margin: auto;
    padding-right: calc(var(--gutter)/ 2);
    padding-left: calc(var(--gutter)/ 2)
}

@media screen and (max-width: 992px) {
    .ro-search .container {
        justify-content: center;
        max-width: calc(688px + var(--gutter));
        flex-wrap: wrap
    }
}

@media (max-width: 678px) {
    .ro-search .container {
        flex-direction: column
    }
}

.ro-search__wrapper {
    flex: 0 0 calc(100% - 540px);
    max-width: calc(100% - 540px)
}

@media screen and (max-width: 992px) {
    .ro-search__wrapper {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.ro-search .anniversary-badge {
    flex: 0 0 270px;
    max-width: 270px
}

@media screen and (max-width: 992px) {
    .ro-search .anniversary-badge {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center
    }
}

.ro-search h2,
.ro-search__title {
    font-family: "Open Sans", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 12px;
    text-align: center;
    color: #fff
}

@media screen and (max-width: 767px) {
    .ro-search .anniversary-badge {
        display: none
    }

    .ro-search h2,
    .ro-search__title {
        font-size: 24px
    }
}

.ro-earch__subtitle {
    max-width: 622px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    text-align: center;
    color: #ebe6e0
}

.ro-earch__subtitle :last-child {
    margin-bottom: 0
}

.ro-search__input-wrapper {
    position: relative;
    display: flex;
    overflow: hidden;
    justify-content: center;
    width: 100%;
    max-width: 458px;
    margin-right: auto;
    margin-left: auto;
    color: #08212e;
    border-radius: 25px;
}

.ro-search__input-wrapper i {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    color: #e75e2a
}

.ro-search__input-wrapper input {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    width: 100%;
    padding: 11px 11px 11px 52px;
    border: 0;
    background-color: #fff
}

.ro-search__input-wrapper input::-moz-placeholder {
    font-family: "Open Sans", sans-serif;
    color: rgba(8, 33, 46, .75)
}

.ro-search__input-wrapper input::placeholder {
    font-family: "Open Sans", sans-serif;
    color: rgba(8, 33, 46, .75)
}

.ro-search__results {
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 50%;
    visibility: hidden;
    overflow: scroll;
    box-sizing: border-box;
    width: 100%;
    max-width: 458px;
    max-height: 319px;
    margin-top: 3px;
    padding: 4px 5px;
    transition: all .2s;
    transform: translateX(-50%);
    opacity: 0;
    background-color: #fff
}

.ro-search__results--active {
    visibility: visible;
    opacity: 1
}

.ro-search__container {
    position: relative;
    margin: auto
}

@media (max-width: 840px) {
    .ro-search__container {
        width: 100%
    }
}

.ro-search__result {
    font-family: "Open Sans";
    font-weight: 400;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    padding: 4px;
    transition: all .3s;
    text-decoration: none;
    color: #616161
}

.ro-search__result:hover {
    background: rgba(0, 33, 47, .1)
}

.ro-search__result:hover .provider i {
    color: #414141
}

.ro-search__result p {
    font-family: "Open Sans";
    font-weight: 400;
    color: #161616
}

.ro-search__result .provider {
    margin-right: 0;
    margin-left: auto;
    color: #a1a1a1
}

@media (max-width: 520px) {
    .ro-search__result {
        padding: 10px 4px
    }

    .ro-search__result .provider {
        white-space: nowrap
    }
}

.ro-search__result .provider i {
    font-size: 17px;
    transition: all .3s;
    color: #a1a1a1
}

.ro-faq__item {
    font-family: "Open Sans", sans-serif;
    font-family: "Open Sans", sans-serif;
    line-height: 1.5;
    line-height: 24px;
    position: relative;
    margin-bottom: 20px;
    padding: 35px;
    color: #333;
    border: 1px solid #d4d0ce;
    border-radius: 15px;
    background: #f1eae7
}

.ro-faq__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -105px;
    display: block;
    width: 90px;
    height: 70px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.ro-faq__item h3 {
    font-size: 21px;
    margin-bottom: 10px
}

@media (max-width: 900px) {
    .ro-faq__item {
        padding: 35px 15px
    }

    .ro-faq__item::before {
        top: 15px;
        left: 15px;
        width: 43px
    }

    .ro-faq__item h3 {
        margin-bottom: 30px;
        padding-left: 53px
    }
}

.ro-faq__item ul {
    padding-left: 17px;
    list-style-type: disc
}

.ro-faq__item ul li {
    margin: 5px 0
}

.ro-faq__item ol {
    padding-left: 17px;
    list-style-type: decimal
}

.ro-faq__item ol li {
    margin: 5px 0
}

.ro-casino-single-header__terms {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.84px;
    margin: 42px auto 22px;
    padding: 0 70px;
    transition: all .3s;
    color: #fff
}

.ro-casino-single-header__terms .close {
    display: none
}

.ro-casino-single-header__terms a {
    display: inline;
    margin: auto 0;
    text-decoration: underline;
    color: #fff
}

.ro-casino-single-header__terms a i {
    transition: all .3s
}

@media (min-width: 850px) {
    .ro-casino-single-header__terms a i {
        display: none
    }
}

@media (max-width: 850px) {
    .ro-casino-single-header__terms .close {
        font-size: 27px;
        position: absolute;
        z-index: 1;
        top: 10px;
        left: 50%;
        display: block;
        visibility: hidden;
        transition: all .3s;
        transform: translateX(-50%);
        opacity: 0;
        color: #aaa9a9
    }

    .ro-casino-single-header__terms {
        position: fixed;
        z-index: 9999;
        bottom: 0;
        display: flex;
        align-items: center;
        box-sizing: border-box;
        width: 100%;
        min-height: 75px;
        margin: 0;
        margin: 0;
        padding: 13px 20px;
        padding-top: 50px;
        text-align: left;
        color: #000 !important;
        background: #fff;
        background: #fff
    }

    .ro-casino-single-header__terms a {
        font-family: "Open Sans", sans-serif;
        font-size: 10px;
        font-weight: 400;
        line-height: 14.2px;
        position: relative;
        display: none;
        padding-left: 20px;
        text-decoration: underline;
        text-transform: uppercase;
        color: #848484
    }

    .ro-casino-single-header__terms a:before {
        content: "";
        position: absolute;
        top: -22px;
        left: 0;
        display: block;
        width: 127px;
        height: 17px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain
    }

    .ro-casino-single-header__terms p {
        font-family: "Open Sans", sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 15.96px;
        position: absolute;
        top: 0;
        left: 0;
        visibility: hidden;
        padding: 20px;
        padding-top: 40px;
        padding-bottom: 0;
        transition: all .3s;
        opacity: 0;
        color: #000;
        color: #4b4b4b
    }
}

.ro-casino-single-header__terms p {
    display: inline
}

.page-header {
    overflow: hidden;
    margin-bottom: 32px;
    padding: 40px 0;
    background-color: #f7f5f2
}

.page-header::after {
    content: "";
    position: relative;
    bottom: -40px;
    display: block;
    width: 70px;
    height: 1px;
    margin: 0 auto;
    background-color: #dd593d
}

.page-header .container {
    box-sizing: border-box;
    max-width: calc(1278px + var(--gutter));
    margin: auto;
    padding-right: calc(var(--gutter)/ 2);
    padding-left: calc(var(--gutter)/ 2)
}

@media screen and (max-width: 992px) {
    .page-header .container {
        max-width: calc(688px + var(--gutter))
    }
}

.page-header h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 2.375rem;
    font-weight: 400;
    margin: 0;
    padding-right: 40px;
    color: #2c2c2c
}

.page-header .image {
    position: relative;
    width: calc(33.33333% - 33.33333px);
    margin-top: 20px
}

.page-header .image img {
    position: absolute;
    top: 0;
    width: 100%
}

.page-header .content {
    font-family: "Open Sans", sans-serif;
    line-height: 1.5;
    position: relative;
    width: calc(66.66667% - 33.33333px);
    padding: 20px 0 30px;
    color: #333;
    -webkit-font-smoothing: antialiased
}

@media (max-width: 1010px) {
    .page-header .content {
        width: 100%
    }
}

.page-header .content span:not(.internal-anchor):not(.software-provider-list__provider-title) {
    font-family: "Open Sans", sans-serif;
    position: relative;
    display: inline-block;
    min-width: auto;
    padding: 0 35px;
    cursor: pointer;
    transition: background-color .15s ease-in-out;
    text-align: center;
    text-transform: uppercase;
    color: #3f97d0;
    border: 2px solid #e5e5e5;
    border-radius: 5px;
    background-color: #fffdf8
}

.page-header .content span:not(.internal-anchor):not(.software-provider-list__provider-title)::before {
    content: "Show More";
    font-family: "Open Sans", sans-serif;
    font-size: .75rem;
    color: #3f97d0
}

.page-header .content span:not(.internal-anchor):not(.software-provider-list__provider-title)::after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro", sans-serif;
    font-size: .75rem;
    margin-left: 10px;
    color: #3f97d0
}

.page-header .content span:not(.internal-anchor):not(.software-provider-list__provider-title).active::before {
    content: "Show Less"
}

.page-header .content span:not(.internal-anchor):not(.software-provider-list__provider-title).active::after {
    content: "\f106"
}

.page-header .content ul {
    padding-left: 17px;
    list-style-type: disc
}

.page-header .content ul li {
    margin: 5px 0
}

.page-header .content ol {
    padding-left: 17px;
    list-style-type: decimal
}

.page-header .content ol li {
    margin: 5px 0
}

.page-header .content p {
    margin-bottom: 30px
}

.page-header .content p a {
    color: #1a9ecd
}

.page-header .content p:nth-of-type(2) {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0
}

.page-header .content p:nth-of-type(n+3) {
    display: none
}

.casinos {
    position: relative;
    padding: 40px 0;
    padding-top: 1px;
    border-bottom: 1px solid #d6d6d6
}

.casinos::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    display: block;
    width: 5%;
    min-width: 40px;
    height: 1px;
    margin: 0 auto;
    transform: translateX(-50%);
    text-align: center;
    background-color: #dd593d
}

.casinos .container {
    box-sizing: border-box;
    max-width: calc(1278px + var(--gutter));
    margin: auto;
    padding-right: calc(var(--gutter)/ 2);
    padding-left: calc(var(--gutter)/ 2)
}

@media screen and (max-width: 992px) {
    .casinos .container {
        max-width: calc(688px + var(--gutter))
    }
}

.casinos h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 1.875rem;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px;
    color: #2c2c2c
}

.casinos h1::after {
    content: "";
    width: 45px;
    height: 35px;
    margin: auto;
    margin-right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.recommended-casinos__wrapper {
    display: flex;
    justify-content: space-between
}

@media (max-width: 768px) {
    .recommended-casinos__wrapper {
        flex-direction: column
    }
}

.recommended-casinos__element {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    width: calc(33% - 10px);
    height: auto;
    min-height: 333px;
    margin: 0 auto auto;
    border: 1px solid #e6e0da;
    border-radius: 5px;
    border-radius: 5px;
    background-color: #f1eeeb;
    box-shadow: 0 20px 21px -23px #000
}

.recommended-casinos__element .terms {
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    box-sizing: border-box;
    padding: 15px 10px
}

.recommended-casinos__element .terms .text {
    display: -webkit-box;
    overflow: hidden;
    transition: all .3s;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.recommended-casinos__element .terms:hover .text {
    -webkit-line-clamp: 3333
}

.recommended-casinos__element .terms:hover a::before {
    transform: rotate(-180deg)
}

.recommended-casinos__element .terms a {
    color: #2c7999
}

.recommended-casinos__element .terms a::before {
    content: "";
    position: relative;
    top: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 5px;
    transition: all .3s;
    border-width: 11px 6px 0;
    border-style: solid;
    border-color: #02ac54 transparent transparent
}

@media (max-width: 768px) {
    .recommended-casinos__element {
        width: 100%;
        margin: 15px auto
    }
}

.recommended-casinos__element:first-child {
    margin-left: 0
}

.recommended-casinos__element:last-child {
    margin-right: 0
}

.recommended-casinos__element img {
    float: none !important;
    width: auto !important;
    max-height: 70px;
    margin: auto;
    margin-right: auto !important;
    margin-bottom: auto !important
}

.recommended-casinos__element .tooltip {
    position: relative;
    z-index: 99999999999;
    top: 0;
    bottom: 200%;
    left: 0;
    display: flex;
    visibility: visible;
    flex-direction: column;
    padding: 20px 15px;
    transition: all .5s;
    text-align: center;
    opacity: 1;
    border: 1px solid #e0cdb8;
    border-top: 8.5px solid #dd593d;
    border-bottom-color: #424242;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 55px 2px rgba(0, 0, 0, .15)
}

.recommended-casinos__element .tooltip .text {
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center
}

.recommended-casinos__element .tooltip a.button {
    font-size: 14px;
    line-height: 1.5rem;
    display: inline-block;
    margin: auto;
    margin-bottom: 25px;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    border-radius: 37px;
    background-color: #02ac53;
    box-shadow: 0 4px #016d34
}

.recommended-casinos__element .tooltip .terms {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    margin: -8px;
    padding: 15px;
    text-align: left;
    color: #242414;
    background: #eee4d8
}

.recommended-casinos__element .tooltip .terms a {
    color: #2c7999
}

.recommended-casinos__element.flip .tooltip {
    z-index: 999999
}

.recommended-casinos__element.flip .tooltip::after {
    display: none
}

.recommended-casinos__element.flip .tooltip::before {
    display: none
}

.popup-wrapper {
    position: relative;
    z-index: 99999
}

.popup-wrapper::before {
    content: "";
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transition: all .3s;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .4)
}

.popup-wrapper.hidden {
    visibility: hidden
}

.popup-wrapper.hidden::before {
    opacity: 0
}

.slot-main h2,
.slot-main h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    width: calc(100% - 20px);
    margin: 20px 0;
    margin-bottom: 10px;
    padding-right: 40px;
    color: #2c2c2c
}

.slot-main h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 1.5rem;
    line-height: 1.25;
    margin: 20px 0;
    color: #2c2c2c
}

.slot-main .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    box-sizing: border-box;
    max-width: calc(1278px + var(--gutter));
    margin: auto;
    padding-right: calc(var(--gutter)/ 2);
    padding-left: calc(var(--gutter)/ 2)
}

@media screen and (max-width: 992px) {
    .slot-main .container {
        max-width: calc(688px + var(--gutter))
    }
}

.slot-main article {
    position: relative;
    min-width: 0;
    min-height: 0;
    margin-right: 20px
}

.slot-main article .content {
    position: relative;
    padding-top: 30px;
    border-top: 1px solid #efefef
}

.slot-main article .content::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    width: 140px;
    height: 1px;
    transform: translateX(-50%);
    background: #dd593d
}

@media (max-width: 1278px) {
    .slot-main article {
        width: 100%;
        max-width: 100%;
        margin-right: 20px
    }
}

@media (max-width: 865px) {
    .slot-main .container {
        flex-direction: column
    }

    .slot-main article {
        margin-right: 0
    }
}

.slot-main article img:not(.list-image):not(.age-gate-wrapper__image) {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-right: 29px;
    margin-bottom: 25px
}

.slot-main article p {
    font-family: "Open Sans", sans-serif;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #333;
    -webkit-font-smoothing: antialiased
}

.slot-main article p a {
    color: #1a9ecd
}

.single .container {
    box-sizing: border-box;
    max-width: calc(1278px + var(--gutter));
    margin: auto;
    padding-right: calc(var(--gutter)/ 2);
    padding-left: calc(var(--gutter)/ 2);
    vertical-align: top
}

.links-sidebar-wrapper {
    width: 102%;
    transition: all .5s
}

@media (max-width: 1024px) {
    .links-sidebar-wrapper.opened {
        overflow: visible;
        max-height: 1500px;
        padding: 0 !important
    }

    .links-sidebar-wrapper {
        overflow: hidden;
        max-height: 0;
        padding: 0 !important
    }
}

.links-sidebar a {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #3e82a0
}

article ul {
    padding-left: 20px;
    list-style-type: disc
}

article ul li {
    font-family: "Open Sans", sans-serif;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #333;
    -webkit-font-smoothing: antialiased
}

.game-container {
    position: relative
}

.game-container__bonus-wrap {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    place-content: center
}

.bonus-active .game-container__bonus-wrap {
    display: block
}

.game-container .buttons {
    display: grid;
    padding: .75rem 1rem;
    border-radius: .25rem;
    gap: .5rem
}

.accordion a {
    font-family: "Open Sans", sans-serif;
    font-family: "Open Sans", sans-serif;
    font-size: 1.15rem;
    font-size: 33px;
    font-weight: 400;
    font-weight: 500;
    font-weight: 700;
    position: relative;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 5px;
    padding: 15px;
    text-align: left;
    color: #343426;
    border: 1px solid #189fe1;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #f8f4f2;
    background: #fff
}

.accordion a.active {
    color: #189fe1
}

.accordion .content {
    clear: both;
    overflow: hidden;
    max-height: 0;
    margin-bottom: 5px;
    padding: 0 15px;
    transition: all .2s ease .15s;
    opacity: 0;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 5px
}

.accordion .content.active {
    max-height: 100%;
    padding: 15px;
    transition: all .35s ease .15s;
    opacity: 1
}

.links-sidebar {
    display: flex;
    flex-direction: column;
    min-width: 315px;
    padding: 15px
}

.links-sidebar a {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    text-decoration: none;
    color: var(--cyan-blue)
}

.links-sidebar a:hover {
    text-decoration: underline
}

.to-top-button {
    position: fixed;
    right: 20px;
    bottom: calc(20px + var(--safe-area-inset-bottom));
    display: none;
    width: 44px;
    height: 44px;
    transition: .3s;
    border-radius: 25px;
    background-color: #e75e2a;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .to-top-button {
        right: 16px;
        bottom: max(16px, var(--safe-area-inset-bottom))
    }

    .quick-nav-showing .to-top-button {
        bottom: 76px;
        margin-bottom: calc(.65 * var(--safe-area-inset-bottom))
    }

    html.safari .quick-nav-showing .to-top-button {
        bottom: 16px
    }
}

.to-top-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 10px;
    transform: translate(-50%, -50%);
    background-image: url(/css/caret-up.svg);
}

.to-top-button:hover {
    background-color: var(--cyan-blue-dark)
}

.internal-anchor {
    position: relative;
    top: calc(var(--scroll-offset) * -1)
}

.dotdotdot--needs-truncation {
    overflow: hidden;
    max-height: 4.8em
}

.dotdotdot--is-initialized {
    max-height: none
}

.dotdotdot__close,
.dotdotdot__open {
    font-weight: 600;
    line-height: 1.6;
    cursor: pointer;
    color: var(--cyan-blue)
}

.dotdotdot__close::after,
.dotdotdot__open::after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-size: 10px;
    font-weight: 700;
    display: inline-block;
    margin-left: 9px
}

.dotdotdot__close:hover,
.dotdotdot__open:hover {
    text-decoration: underline
}

.dotdotdot__close {
    display: block
}

.dotdotdot__close::after {
    content: "\f077"
}

.ro-tooltip {
    position: relative;
    z-index: 2
}

.ro-tooltip__toggle {
    padding: 0;
    cursor: pointer;
    border: 0;
    background-color: transparent
}

.ro-tooltip__toggle svg {
    display: block
}

.ro-tooltip__content {
    font-size: 10px;
    line-height: 1.4;
    position: absolute;
    top: 100%;
    left: 50%;
    display: none;
    min-width: 160px;
    margin-top: .5rem;
    padding: .5rem;
    transform: translateX(-50%);
    border-radius: .25rem;
    background-color: #fff
}

.ro-tooltip__content::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 1rem;
    height: .5rem;
    transform: translateX(-50%);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE2IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdHJhbnNmb3JtPSJyb3RhdGUoOTBkZWcpIj4KPHBhdGggZD0iTTkuNDE0MjEgMS40MTQyMUM4LjYzMzE2IDAuNjMzMTY0IDcuMzY2ODQgMC42MzMxNjUgNi41ODU3OSAxLjQxNDIxTC05LjUzOTllLTA4IDhMMTYgOEw5LjQxNDIxIDEuNDE0MjFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-size: 100%
}

.ro-tooltip__content a {
    font-weight: 700
}

.ro-age-gate-wrapper__verify-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    padding: 24px
}

@media screen and (max-width: 767px) {
    .ro-age-gate-wrapper__verify-logos {
        max-width: 250px;
        margin: 0 auto;
        padding: 18px 0 2px;
        flex-wrap: wrap
    }
}

.hero__embed {
    /*min-height: 592px;*/
    border-radius: 15px;
    background-color: var(--midnight-dreams);
    background-position: center;
    background-size: cover
}

.game-container__background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .5;
    background-size: cover;
    filter: blur(4px);/*9.854227066px);*/
    background-position: center top;
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*object-fit: cover;*/
}

.age-gate-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 592px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.age-gate-wrapper .buttons-wrap,
.slot-main article .age-gate-wrapper .buttons-wrap {
    display: inline-flex;
    flex: 1;
    align-items: center;
    justify-content: center;
}

.age-gate-wrapper .logos-wrap,
.slot-main article .age-gate-wrapper .logos-wrap {
    position: relative;
    width: 100%;
    margin-top: auto;
    background-color: var(--midnight-dreams);
    border-radius: 15px;
}

.bonus-wrapper {
    display: none;
}

@media screen and (max-width: 992px) {
    .single .container {
        max-width: calc(688px + var(--gutter))
    }

    .hero__embed {
        min-height: 459px
    }
}

.hero__embed--game-loaded {
    background-color: #000;
    background-image: none !important
}

.ro-age-gate-wrapper {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
    min-height: 592px;
    border-radius: 3px
}



.ro-button--is-transparent {
    background-color: rgba(255, 255, 255, .05);
}

.age-gate-wrapper .buttons .ro-button--is-transparent,
.slot-main article .age-gate-wrapper .buttons .ro-button--is-transparent {
    border: 1px solid #fff;
}

@media screen and (max-width: 767px) {
    .ro-age-gate-wrapper {
        min-height: 459px;
        padding-right: 16px;
        padding-left: 16px
    }
}

.ro-age-gate-wrapper__info-button {
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    z-index: 1;
    top: 18px;
    right: 18px;
    margin: 0;
    padding: 0;
    color: #ebe6e0;
    border: 0;
    background-color: transparent
}

@media screen and (max-width: 767px) {
    .ro-age-gate-wrapper__info-button {
        font-size: 20px;
        top: auto;
        bottom: 18px
    }
}

.ro-age-gate-wrapper__tooltip-content {
    position: absolute;
    z-index: 1;
    top: 8px;
    right: 8px;
    display: none;
    max-width: 572px;
    padding: 24px 48px 24px 24px;
    border-radius: 3px;
    background-color: #ebe6e0;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .32)
}

@media screen and (max-width: 767px) {
    .ro-age-gate-wrapper__tooltip-content {
        top: 0;
        right: 0;
        left: 0;
        min-height: 100%
    }
}

.ro-age-gate-wrapper__tooltip-close-button {
    font-size: 32px;
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 0;
    opacity: .5;
    color: #08212e;
    border: 0;
    outline: 0;
    background-color: transparent
}

.ro-age-gate-wrapper__tooltip-close-button:hover {
    opacity: 1
}

.ro-age-gate-wrapper__background-image {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background-color: rgba(8, 33, 46, .85);
    mix-blend-mode: multiply
}

.ro-age-gate-wrapper__disclaimer {
    line-height: 1.6;
    position: relative;
    max-width: 600px;
    margin-right: auto;
    margin-bottom: 2rem;
    margin-left: auto;
    padding-top: 130px;
    text-align: center;
    color: #fff
}

@media screen and (max-width: 767px) {
    .ro-age-gate-wrapper__tooltip-close-button {
        font-size: 24px
    }

    .ro-age-gate-wrapper__disclaimer {
        font-size: 14px;
        margin-bottom: 20px;
        padding-top: 72px;
        padding-right: 24px;
        padding-left: 24px
    }
}

.ro-age-gate-wrapper__verify-box {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    padding: 24px 36px;
    text-align: center;
    opacity: .9;
    border-radius: 3px;
    background-color: #08212e
}

@media screen and (max-width: 767px) {
    .ro-age-gate-wrapper__verify-box {
        padding: 16px 24px
    }
}

.ro-age-gate-wrapper__verify-box-title,
.slot-main .ro-age-gate-wrapper__verify-box-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    width: auto;
    margin-top: 0;
    margin-bottom: 8px;
    padding-right: 0;
    color: #fff
}

.ro-age-gate-wrapper__verify-box-text {
    line-height: 1.6;
    margin-bottom: 24px;
    color: #fff
}

.ro-age-gate-wrapper__verify-box-below-buttons {
    font-size: 10px;
    line-height: 1.4;
    max-width: 480px;
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
    opacity: .75;
    color: #fff
}

.ro-age-gate-wrapper__verify-box-below-buttons--sms-pay-hint {
    font-size: 14px
}

.ro-age-gate-wrapper__verify-logos-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    margin-top: auto;
    padding: 0;
    border-radius: 0 0 3px 3px;
    background-color: rgba(8, 33, 46, .5)
}

@media screen and (max-width: 767px) {
    .ro-age-gate-wrapper__verify-box-text {
        margin-bottom: 16px
    }

    .ro-age-gate-wrapper__verify-logos-wrap {
        justify-content: flex-start;
        width: auto;
        margin-right: -16px;
        margin-left: -16px;
        padding: 18px 0 2px;
        flex-wrap: wrap
    }

    .ro-age-gate-wrapper__verify-logos {
        max-width: 250px
    }
}

.providers-filter__mobile {
    font-family: "Open Sans", sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 19px;
    position: relative;
    width: 100%;
    padding: 15px 0;
    cursor: pointer;
    color: #333326;
    border: 2px solid #189fce;
    border-radius: 5px;
    border-radius: 5px;
    background-color: #f0ede8
}

.providers-filter__mobile::after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro", sans-serif;
    font-size: 25px;
    position: absolute;
    top: 50%;
    right: 15px;
    transition: all .3s;
    transform: translateY(-50%);
    color: #333326
}

.providers-filter__mobile.clicked::after {
    transform: translateY(-50%) rotate(-180deg)
}

@media (min-width: 860px) {
    .providers-filter__mobile {
        display: none
    }
}

.providers-filter__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    transition: all .3s;
    border: 2px solid #189fce;
    border-radius: 5px;
    border-radius: 5px;
    background-color: #f0ede8
}

@media (max-width: 860px) {
    .providers-filter__mobile {
        padding: 15px 0;
        text-align: center
    }

    .providers-filter__wrapper {
        overflow: hidden;
        flex-direction: column;
        flex-direction: column-reverse;
        max-height: 0;
        margin: 15px 0 0;
        border: none
    }

    .providers-filter__wrapper.visible {
        max-height: 5000px;
        padding-top: 10px
    }
}

.providers-filter__dropdown {
    position: absolute;
    z-index: 999;
    top: calc(100% + 6px);
    top: 100%;
    left: 0;
    display: flex;
    visibility: hidden;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 30px 22px;
    transition: all .2s;
    opacity: 0;
    background: #fff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .32);
    flex-wrap: wrap
}

@media (max-width: 860px) {
    .providers-filter__dropdown {
        position: relative;
        top: auto;
        display: flex;
        visibility: visible;
        overflow: hidden;
        flex-direction: row;
        max-height: 0;
        padding: 0 22px;
        opacity: 1;
        box-shadow: none
    }

    .providers-filter__dropdown.visible {
        max-height: 5000px;
        padding: 30px 22px
    }
}

.providers-filter__dropdown a span {
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 20.4px;
    color: #4b4b4b
}

.providers-filter__search-wrapper {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: -100%;
    visibility: hidden;
    width: 245px;
    height: 100%;
    transition: all .3s;
    opacity: 0
}

.providers-filter__search-wrapper.fixed {
    right: 10px;
    visibility: visible;
    opacity: 1
}

.providers-filter__search-wrapper form {
    position: relative;
    width: 100%;
    height: 100%
}

.providers-filter__search-wrapper form input {
    font-family: "Open Sans", sans-serif;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin-bottom: 2px;
    padding: 18px 17px;
    color: #333;
    border: 4px solid #008ca8;
    border-radius: 5px
}

@media (max-width: 860px) {
    .providers-filter__search-wrapper {
        position: relative;
        right: auto;
        visibility: visible;
        width: 100%;
        opacity: 1
    }

    .providers-filter__search-wrapper form input {
        margin-bottom: 0;
        border-radius: 0
    }
}

.providers-filter__search-wrapper form input::-moz-placeholder {
    color: #333
}

.providers-filter__search-wrapper form input::placeholder {
    color: #333
}

.providers-filter__search-wrapper form .search-results {
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    display: flex;
    display: none;
    overflow-x: auto;
    overflow-y: scroll;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    max-height: 400px;
    background: #f5f2ef;
    box-shadow: 5px 5px 5px -4px #bfb09e
}

.providers-filter__search-wrapper form .search-results--active {
    display: flex
}

.providers-filter__search-wrapper form .search-results a {
    font-family: "Open Sans", sans-serif;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    font-size: 1rem;
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 1px;
    padding: 15px 10px 15px 20px;
    cursor: pointer;
    transition: background-color .15s ease-in-out;
    text-decoration: none;
    color: #2c2c2c;
    color: #333;
    border: 4px solid #f5f2ef;
    border-radius: 4px;
    border-radius: 5px;
    background-color: #f5f2ef;
    background-color: #fff
}

.content h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 2.375rem;
    font-weight: 400;
    margin: 20px 0;
    padding-right: 40px;
    color: #2c2c2c
}

.content h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 1.5rem;
    line-height: 1.25;
    margin: 20px 0;
    color: #2c2c2c
}

.content p {
    font-family: "Open Sans", sans-serif;
    line-height: 24px;
    margin-bottom: 15px
}

@media screen and (max-width: 768px) {
    .ro-search {
        padding: 30px 0 53px
    }
}

.alignright {
    float: right;
    clear: right
}

.alignleft {
    float: left;
    clear: left;
    margin-right: 15px
}

@media (max-width: 765px) {
    .alignleft {
        margin-right: auto
    }
}

table {
    width: 100%;
    margin: 0 0 15px;
    border-collapse: collapse;
    border: 1px solid #ccc
}

table tbody tr th {
    padding: 5px;
    vertical-align: middle;
    border: 1px solid #ccc;
    background: #eee
}

table tbody tr td {
    padding: 5px;
    vertical-align: middle;
    border: 1px solid #ccc
}

.slot-main {
    position: relative;
    padding-top: 30px
}

.slot-main article {
    margin-right: 15px
}

.slot-main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 1278px;
    height: 33px;
    transform: translateX(-50%);
    opacity: .28;
    background: linear-gradient(0deg, #fff 0, #a0a0a0 100%);
    mix-blend-mode: normal
}

:root {
    --midnight-dreams-75: #445760;
    --neutrals-raindrops-50: #f4f2ef
}

:root {
    --gutter: 24px
}

.ro-container {
    box-sizing: border-box;
    width: 100%;
    max-width: calc(1278px + var(--gutter));
    margin-right: auto;
    margin-left: auto;
    padding-right: calc(var(--gutter)/ 2);
    padding-left: calc(var(--gutter)/ 2)
}

@media screen and (max-width: 992px) {
    .ro-container {
        max-width: calc(688px + var(--gutter));
    }
}

.ro-row {
    display: flex;
    box-sizing: border-box;
    margin-right: calc(var(--gutter)/ -2);
    margin-left: calc(var(--gutter)/ -2);
    flex-wrap: wrap;
    padding-top: 15px;
}

.ro-row>* {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--gutter)/ 2);
    padding-left: calc(var(--gutter)/ 2)
}

@media (min-width: 992px) {
    [class^=ro-col-lg-] {
        flex: 0 0 auto
    }

    .ro-col-lg-8 {
        width: 66.67%
    }

    .ro-col-lg-4 {
        width: 33.33%
    }
}

:root {
    --cyan-blue: #e75e2a;
    --cyan-blue-dark: #c14d21;
    --gold: #ffd700;
    --gold-75: #e6b366;
    --header-height: 94px;
    --midnight-dreams: #151515;
    --midnight-dreams-10: #e7e9eb;
    --midnight-dreams-50: #838f96;
    --midnight-dreams-75: #e75e2a;
    --rita-repulsa: #028843;
    --rita-repulsa-dark: #016632;
    --scroll-offset: 84px;
    --white-chalk: #f2f2f2
}

.slot-review-header {
    position: relative;
    padding-top: 1rem;
    padding-bottom: 24px;
    background-color: var(--midnight-dreams);
}

.slot-review-header.fixed {
    position: fixed;
    z-index: 123456;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 12px;
    padding-bottom: max(12px, var(--safe-area-inset-bottom));
    transform: translateY(-100%);
    mix-blend-mode: unset
}

@media screen and (max-width: 767px) {
    .slot-review-header.fixed {
        top: auto;
        bottom: 0;
        transform: translateY(100%)
    }

    html.safari .slot-review-header.fixed {
        top: 73px;
        bottom: auto;
        padding-bottom: 12px;
        transform: translateY(-100%)
    }
}

.slot-review-header.show {
    transition: .5s;
    transform: translateY(0)
}

html.safari .slot-review-header.show {
    transform: translateY(0)
}

.slot-review-header * {
    box-sizing: border-box;
}

.slot-review-header .ro-container {
    position: relative;
    z-index: 2
}

.slot-review-header__quick-nav-next,
.slot-review-header__quick-nav-prev {
    display: none
}

.slot-review-header__quick-nav {
    position: sticky;
    top: 0;
    height: auto
}

.slot-review-header__quick-nav-item {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    padding: 8px 16px;
    transition: .3s ease;
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
    border: 1px solid #ebe6e0;
    border-radius: 3px
}

.slot-review-header__quick-nav-item i {
    margin-right: 14px;
    transition: color .3s ease;
    color: var(--rita-repulsa)
}

.slot-review-header__quick-nav-item:hover {
    text-decoration: none;
    border-color: var(--rita-repulsa-dark);
    background-color: var(--rita-repulsa-dark)
}

.slot-review-header__quick-nav-item:hover i {
    color: #fff
}

.slot-review-header__quick-nav-item[href*="#"]::after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    margin-left: 10px;
    transition: .3s;
    color: var(--cyan-blue)
}

.slot-review-header__quick-nav-item[href*="#"]:hover::after {
    color: rgba(255, 255, 255, .5)
}

.slot-review-header__quick-nav-item:not([href*="#"])::after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin-left: 12px;
    transition: .3s;
    color: var(--cyan-blue)
}

.slot-review-header__quick-nav-item:not([href*="#"]):hover::after {
    color: rgba(255, 255, 255, .5)
}

.slot-review-content__sidebar {
    position: relative
}

@media(max-width:992px) {
    .slot-review-toc {
        margin-top: 34px;
        padding: 16px;
        border-radius: 3px;
        background-color: #fff;
    }
}

.author-copy-box {
    max-width: 800px;
    border: 3px solid red
}

.author-copy-box__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px
}

.author-copy-box__heading+.author-copy-box__heading {
    border-top: 3px solid red
}

.slot-review-intro__intro-text {
    margin-top: .5rem;
    color: #fff
}

.slot-review-intro__intro-text p:last-child {
    margin-bottom: 0
}

.slot-review-intro__intro-text--is-initialized:not(.ddd-truncated) {
    overflow: auto;
    max-height: none
}

@media screen and (max-width: 767px) {
    .slot-review-intro__intro-text {
        font-size: .875rem;
        line-height: 1.6;
        overflow: hidden;
        max-height: 4.2rem;
        margin-top: 1rem
    }

    .slot-review-intro__intro-text--is-initialized:not(.ddd-truncated) p {
        margin-bottom: 1rem
    }

    .slot-review-intro__intro-text p {
        margin-bottom: 0
    }
}

.slot-review-intro__intro-text-toggle {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    cursor: pointer;
    color: var(--cyan-blue)
}

.slot-review-intro__intro-text-toggle::after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-size: 10px;
    font-weight: 700;
    margin-left: 9px
}

.slot-review-intro__intro-text-toggle--is-toggled::after {
    content: "\f077"
}

.slot-review-jackpot__amount {
    font-weight: 600;
    line-height: 1.6
}

.slot-review-top-fields-section {
    padding-top: 32px;
    padding-bottom: 32px
}

.slot-review-top-fields {
    display: grid;
    overflow: hidden;
    box-sizing: border-box;
    max-height: 112px;
    gap: 24px;
    grid-template-columns: repeat(4, 1fr);
    transition: all .3s ease;
}

.slot-review-top-fields-review {
    max-height: 136px;
}

@media screen and (max-width: 992px) {
    :root {
        --header-height: 73px
    }

    .slot-review-header.show {
        transition: .3s
    }

    .slot-review-top-fields {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media screen and (max-width: 767px) {
    .slot-review-top-fields-section {
        margin-top: 1rem;
        padding-top: 0;
        padding-bottom: 0
    }

    .slot-review-top-fields {
        display: block;
        padding: 16px;
        border-radius: 3px;
        background-color: #fff;
        gap: 0
    }
}

.slot-review-top-fields__toggle-wrap {
    margin-top: 24px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .slot-review-top-fields__toggle-wrap {
        margin-top: 0;
        padding-top: 16px;
        padding-bottom: 16px;
        border-radius: 0 0 3px 3px;
        background-color: #fff
    }
}

.slot-review-top-fields__toggle {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    display: inline-block;
    align-items: center;
    padding: 0;
    color: var(--cyan-blue);
    border: 0;
    outline: 0;
    background-color: transparent
}

.slot-review-top-fields__toggle:hover {
    text-decoration: underline
}

.slot-review-top-fields__toggle::after {
    content: "\f077";
    font-family: "Font Awesome 5 Pro";
    font-size: 10px;
    font-weight: 600;
    display: inline-block;
    margin-left: 17px;
    transition: all .3s ease;
}

.slot-review-top-fields__toggle--active::after {
    transform: rotate(180deg);
}

.slot-review-top-fields__toggle--is-truncated::after {
    content: "\f078"
}

.slot-review-top-field {
    font-size: 14px;
    line-height: 1.6;
    display: flex;
    align-items: center;
    box-sizing: border-box
}

.slot-review-top-field * {
    box-sizing: border-box
}

@media screen and (max-width: 767px) {
    .slot-review-top-field {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .slot-review-top-field:first-child {
        padding-top: 0
    }

    .slot-review-top-field:last-child {
        padding-bottom: 0
    }

    .slot-review-top-field+.slot-review-top-field {
        border-top: 1px solid var(--white-chalk)
    }
}

.slot-review-top-field a {
    font-weight: 600;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--cyan-blue)
}

.slot-review-top-field a:hover span {
    text-decoration: underline
}

.slot-review-top-field a i {
    font-size: 10px;
    margin-left: 10px;
    vertical-align: middle;
    text-decoration: none
}

.slot-review-demo-section {
    position: relative;
    padding-top: 15px;
    padding-bottom: 48px;
    background: var(--gradient-raindrops, linear-gradient(180deg, #ebe6e0 0, rgba(235, 230, 224, 0) 100%))
}

@media (max-width: 767px) {
    .slot-review-demo-section {
        padding-bottom: 0
    }
}

.slot-review-demo-section .ro-container {
    position: relative
}

.slot-review-demo-section h2:not(.slot-review-demo-section__main-conversion-title):not(.slot-review-demo-section__demo-title) {
    margin-bottom: 32px
}

.similar-slot-section {
    padding-top: 48px;
    padding-bottom: 56px;
    color: #fff;
    background-color: #08212e
}

.similar-slot-section-chris {
    background-color: transparent;
}

.similar-slot-section--is-modern {
    color: #08212e;
    background-color: transparent
}

.similar-slot-section * {
    box-sizing: border-box;
}

.similar-slot-section__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff
}

.similar-slot-section--is-modern .similar-slot-section__title {
    color: var(--midnight-dreams)
}

.similar-slot-section__text {
    line-height: 1.6;
    opacity: .75
}

.similar-slot-section__slot-wrap {
    display: grid;
    margin-top: 32px;
    gap: 24px;
    grid-template-columns: repeat(4, 1fr)
}

@media (max-width: 992px) {
    .similar-slot-section {
        padding-bottom: 48px
    }

    .similar-slot-section__slot-wrap {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 767px) {
    .similar-slot-section {
        padding-top: 24px;
        padding-bottom: 64px
    }

    .similar-slot-section--is-modern {
        padding-bottom: 28px
    }

    .similar-slot-section__title {
        font-size: 20px;
        margin-bottom: 4px
    }

    .similar-slot-section--is-modern .similar-slot-section__title {
        margin-bottom: 4px
    }

    .similar-slot-section__slot-wrap {
        margin-top: 20px;
        gap: 20px;
        grid-template-columns: 1fr
    }
}

.similar-slot-section--is-modern .similar-slot-section__slot-wrap {
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 1rem
}

@media screen and (min-width: 768px) {
    .similar-slot-section--is-modern .similar-slot-section__slot-wrap {
        -moz-column-gap: 1rem;
        column-gap: 1rem;
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

.similar-slot-section__button {
    font-weight: 600;
    display: inline-block;
    margin-top: 20px;
    padding: 7px 20px;
    text-decoration: none;
    color: #fff;
    border: 0;
    border-radius: 15px;
    background-color: var(--cyan-blue)
}

.similar-slot-section__button--is-load-more {
    display: block;
    width: 124px
}

.similar-slot-section__button[disabled] {
    cursor: wait;
    opacity: .5
}

.ro-article-card.hidden {
    display: none
}

.ro-article-card__image {
    position: relative;
    overflow: hidden;
    margin-bottom: .25rem;
    border-radius: 1.25rem;
}

.ro-article-card__image::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 50%;
    /* background-image: linear-gradient(to bottom, rgb(127 127 128) 1%, rgba(1, 3, 4, 0) 25%); */
}

.ro-article-card__image img {
    display: inline-block;
    vertical-align: middle
}

.ro-article-card__provider-icon,
.ro-article-card__provider-name,
.ro-article-card__best,
.ro-article-card__new {
    position: absolute;
    z-index: 1;
    top: .5rem
}

.ro-article-card__provider-icon {
    left: .5rem
}

.ro-article-card__provider-name {
    font-size: .725rem;
    right: .5rem;
    align-items: center;
    display: inline-block;
    text-decoration: none;
    padding: 0px 5px;
    color: #fff;
    border: 0;
    border-radius: 15px;
    background-color: var(--cyan-blue);
}

.ro-article-card__new {
    font-size: 0.675rem;
    font-weight: 400;
    right: .5rem;
    display: flex;
    align-items: center;
    border: 2px;
    color: #fff;
    background-color: #008843;
    padding: 0px 10px 0px 10px;
    border-radius: 15px;
}

.ro-article-card__best {
    font-size: 0.675rem;
    font-weight: 400;
    right: .5rem;
    display: flex;
    align-items: center;
    border: 2px;
    color: #fff;
    background-color: #e75e29;
    padding: 0px 10px 0px 10px;
    border-radius: 15px;
}

.ro-article-card__rating svg {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: .25rem
}

.ro-article-card__jackpot {
    font-size: .75rem;
    position: absolute;
    bottom: .5rem;
    left: .5rem;
    padding: .125rem .375rem;
    color: var(--midnight-dreams);
    border-radius: .1875rem;
    background: rgba(255, 255, 255, .8)
}

.ro-article-card__name {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.6;
    color: var(--midnight-dreams);
    text-align: center;
}

.how-to-wrapper {
    margin-bottom: 3rem
}

.how-to-wrapper.swiper:not(.swiper--is-end):not(.swiper--is-locked) {
    position: relative
}

.how-to-wrapper.swiper:not(.swiper--is-end):not(.swiper--is-locked)::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 4rem;
    height: 100%;
    background: linear-gradient(270deg, #f4f2ef 0, rgba(244, 242, 239, 0) 100%)
}

.how-to-next,
.how-to-prev {
    position: absolute;
    z-index: 2;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    transition: .2s ease-in-out;
    transform: translateY(-50%);
    border: 1px solid var(--midnight-dreams);
    border-radius: .25rem;
    background-color: #fff
}

.how-to-next[disabled],
.how-to-prev[disabled] {
    visibility: hidden;
    opacity: 0
}

.how-to-prev {
    left: 0
}

.how-to-next {
    right: 0
}

.alert-box {
    margin-top: 2rem;
    margin-bottom: 3rem;
    padding: 24px 26px;
    color: #08212e;
    border: 1px solid #e75e2a;
    border-radius: 15px;
    background-color: #fff
}

@media (max-width: 767px) {
    .alert-box {
        margin-bottom: 2.5rem
    }
}

.alert-box :last-child {
    margin-bottom: 0
}

.alert-box p {
    position: relative;
    padding-left: 38px
}

.alert-box li {
    padding-left: 38px
}

.alert-box ul {
    padding-left: 0;
    list-style-type: none
}

.alert-box ul li {
    position: relative
}

.alert-box li,
.alert-box p,
.slot-main .alert-box p {
    line-height: 1.6;
    margin-bottom: 8px;
    color: inherit
}

.alert-box li::before,
.alert-box p::before,
.slot-main .alert-box p::before {
    content: "\e937";
    font-family: os-font;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    top: -3px;
    left: 0;
    color: #e75e2a
}

.alert-box li:last-child,
.alert-box p:last-child,
.slot-main .alert-box p:last-child {
    margin-bottom: 0
}

.alert-box--is-in-sidebar,
h2+.alert-box {
    margin-top: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent
}

.alert-box--is-in-sidebar p,
.alert-box--is-in-sidebar ul li,
.slot-main .alert-box--is-in-sidebar p,
.slot-main h2+.alert-box p,
h2+.alert-box p,
h2+.alert-box ul li {
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 56px;
    border-radius: 15px;
    background-color: #fff
}

.alert-box--is-in-sidebar p:before,
.alert-box--is-in-sidebar ul li:before,
.slot-main .alert-box--is-in-sidebar p:before,
.slot-main h2+.alert-box p:before,
h2+.alert-box p:before,
h2+.alert-box ul li:before {
    line-height: 15px;
    top: 20px;
    left: 18px;
    color: #028843
}

.alert-box--is-in-sidebar li+li,
.alert-box--is-in-sidebar p+p,
.alert-box--is-in-sidebar p+ul,
.alert-box--is-in-sidebar ul+p,
h2+.alert-box li+li,
h2+.alert-box p+p,
h2+.alert-box p+ul,
h2+.alert-box ul+p {
    margin-top: 1rem
}

h2+.alert-box {
    margin-bottom: 2rem
}

h2+.alert-box li+li,
h2+.alert-box p+p,
h2+.alert-box p+ul,
h2+.alert-box ul+p {
    margin-top: 6px
}

.alert-box--is-in-sidebar {
    position: absolute;
    width: 100%
}

table:not(.rating-per-category__table):not(.table-with-symbols__table):not(.table-with-casinos__table) {
    overflow: hidden;
    /* margin-top: 2rem; */
    /* margin-bottom: 3rem; */
    border-collapse: separate;
    border: 1px solid #e75e29;
    border-radius: 1.25rem;
    --heading-width: auto;
}

table:not(.rating-per-category__table):not(.table-with-symbols__table):not(.table-with-casinos__table) thead td,
table:not(.rating-per-category__table):not(.table-with-symbols__table):not(.table-with-casinos__table) thead th {
    font-weight: 600;
    padding: 1rem;
    text-align: left;
    color: #fff;
    border: 0;
    background-color: var(--midnight-dreams-75, #445760)
}

table:not(.rating-per-category__table):not(.table-with-symbols__table):not(.table-with-casinos__table) tbody tr td {
    padding: 1rem;
    border-width: 0;
    background-color: var(--neutrals-raindrops-50, #f4f2ef)
}

table:not(.rating-per-category__table):not(.table-with-symbols__table):not(.table-with-casinos__table) tbody tr:nth-child(2n) td {
    background-color: #fff
}

@media (max-width: 767px) {
    table:not(.rating-per-category__table):not(.table-with-symbols__table):not(.table-with-casinos__table).table--has-headings {
        border: 0
    }

    table:not(.rating-per-category__table):not(.table-with-symbols__table):not(.table-with-casinos__table).table--has-headings * {
        box-sizing: border-box
    }

    table:not(.rating-per-category__table):not(.table-with-symbols__table):not(.table-with-casinos__table).table--has-headings thead {
        display: none
    }

    table:not(.rating-per-category__table):not(.table-with-symbols__table):not(.table-with-casinos__table).table--has-headings table,
    table:not(.rating-per-category__table):not(.table-with-symbols__table):not(.table-with-casinos__table).table--has-headings tbody,
    table:not(.rating-per-category__table):not(.table-with-symbols__table):not(.table-with-casinos__table).table--has-headings td,
    table:not(.rating-per-category__table):not(.table-with-symbols__table):not(.table-with-casinos__table).table--has-headings tr {
        display: block
    }

    table:not(.rating-per-category__table):not(.table-with-symbols__table):not(.table-with-casinos__table).table--has-headings tr {
        display: block;
        overflow: hidden;
        width: 100%;
        border: 1px solid var(--midnight-dreams-75);
        border-radius: .25rem
    }

    table:not(.rating-per-category__table):not(.table-with-symbols__table):not(.table-with-casinos__table).table--has-headings tr+tr {
        margin-top: 12px
    }

    table:not(.rating-per-category__table):not(.table-with-symbols__table):not(.table-with-casinos__table).table--has-headings td {
        display: flex;
        width: 100%;
        padding: 0;
        background-color: #fff;
        flex-wrap: wrap
    }

    table:not(.rating-per-category__table):not(.table-with-symbols__table):not(.table-with-casinos__table).table--has-headings td::before {
        content: attr(data-title);
        flex: 0 0 var(--heading-width);
        max-width: 50%;
        padding: 16px 12px;
        color: #fff;
        background-color: var(--midnight-dreams-75, #445760)
    }

    table:not(.rating-per-category__table):not(.table-with-symbols__table):not(.table-with-casinos__table).table--has-headings td span {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 16px 12px
    }
}

.slots-comparison {
    margin-top: 1rem;
}

.slots-comparison-wrapper {
    width: 100%;
    overflow-x: auto;
    position: relative;
    -webkit-overflow-scrolling: touch;
    margin-top: 1rem;
}

.slots-comparison-table {
    border-collapse: collapse;
    width: 100%;
    min-width: 1200px;
    font-size: 14px;
}

.slots-comparison-table th,
.slots-comparison-table td {
    border: 1px solid #ddd;
    padding: 10px;
    white-space: nowrap;
    background: #fff;
    text-align: left;
}

/* Ã‘Æ’ÃÂ±ÃÂ¸Ã‘â‚¬ÃÂ°ÃÂµÃÂ¼ ÃÂ·ÃÂ°ÃÂºÃ‘â‚¬ÃÂµÃÂ¿ÃÂ»ÃÂµÃÂ½ÃÂ¸ÃÂµ ÃÂ²ÃÂµÃ‘â‚¬Ã‘â€¦ÃÂ½ÃÂµÃÂ¹ Ã‘ÂÃ‘â€šÃ‘â‚¬ÃÂ¾ÃÂºÃÂ¸ */
.slots-comparison-table thead th {
    background-color: #f4f4f4;
}

/* Ã‘â€žÃÂ¸ÃÂºÃ‘ÂÃÂ¸Ã‘â‚¬Ã‘Æ’ÃÂµÃÂ¼ Ã‘â€šÃÂ¾ÃÂ»Ã‘Å’ÃÂºÃÂ¾ ÃÂ¿ÃÂµÃ‘â‚¬ÃÂ²Ã‘â€¹ÃÂ¹ Ã‘ÂÃ‘â€šÃÂ¾ÃÂ»ÃÂ±ÃÂµÃ‘â€  */
.slots-comparison-table th:first-child,
.slots-comparison-table td:first-child {
    position: sticky;
    left: 0;
    z-index: 3;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 2px 0 5px -1px rgba(0, 0, 0, 0.1);
}

.slots-comparison-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.rating-per-category {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 24px 24px 6px;
    color: #fff;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto 100%
}

@media screen and (max-width: 767px) {
    .slider .slick-next::before {
        content: "\f35a";
        font-size: 26px;
        color: #fff
    }

    .rating-per-category {
        /* padding: 150px 16px 8px; */
        background-position: top center;
        background-size: 100% auto;
    }
}

.rating-per-category__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: linear-gradient(to right, #151515 50%, rgba(8, 33, 46, 0));
}

.rating-per-category__table {
    position: relative;
    display: block;
    width: 100%;
    max-width: 340px;
    margin: 0;
    color: #fff;
    border: 0;
    border-radius: 3px
}

.rating-per-category__caption {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    display: block;
    margin-bottom: 20px;
    text-align: left
}

.rating-per-category__body {
    display: flex;
    flex-wrap: wrap
}

@media screen and (max-width: 767px) {
    .rating-per-category__background {
        background: linear-gradient(to top, #151515 60%, rgba(8, 33, 46, 0));
    }

    .rating-per-category__caption {
        font-size: 14px
    }

    .rating-per-category__body {
        align-items: flex-end
    }
}

.rating-per-category__row {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 18px
}

.rating-per-category__cell {
    font-size: 14px;
    line-height: 1.6;
    display: block;
    padding: 0;
    border: 0
}

.rating-per-category__cell-title {
    margin-bottom: 4px
}

.rating-per-category__cell-value {
    font-size: 18px;
    line-height: 20px
}

.rating-per-category__rating-base,
.rating-per-category__rating-chosen {
    display: inline-flex
}

.rating-per-category__rating-base i~i,
.rating-per-category__rating-chosen i~i {
    margin-left: 6px
}

@media screen and (max-width: 374px) {
    .rating-per-category__cell-value {
        font-size: 16px
    }

    .rating-per-category__rating-base i~i,
    .rating-per-category__rating-chosen i~i {
        margin-left: 4px
    }
}

.rating-per-category__rating-base {
    position: relative;
    color: var(--gold)
}

.rating-per-category__rating-base>i {
    font-weight: 300
}

.rating-per-category__rating-chosen {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    color: #ffd700
}

.pro-con-list-wrapper {
    display: grid;
    margin-top: 2rem;
    margin-bottom: 2rem;
    -moz-column-gap: 24px;
    column-gap: 24px;
    grid-template-columns: repeat(2, 1fr)
}

@media screen and (max-width: 767px) {
    .pro-con-list-wrapper {
        display: block
    }

    .pro-con-list {
        margin-bottom: 1.8rem
    }
}

.pro-con-list__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
    color: #08212e
}

@media screen and (max-width: 767px) {
    .pro-con-list__title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px
    }
}

.page-header .content .pro-con-list__list,
.pro-con-list__list {
    margin: 0 !important;
    padding-left: 0 !important;
    list-style-type: none !important
}

.pro-con-list__list-item {
    font-size: 16px;
    line-height: 1.4;
    position: relative;
    margin: 0 !important;
    padding: 24px 26px 24px 68px;
    color: #000;
    border-radius: 15px;
    background-color: #fff
}

.pro-con-list__list-item+.pro-con-list__list-item {
    margin-top: 16px !important
}

.pro-con-list__list-item::before {
    content: "\e929";
    font-family: os-font;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    top: 1.5rem;
    left: 26px;
    color: #028843
}

.pro-con-list--is-con .pro-con-list__list-item::before {
    content: "\e932";
    color: #bc3232
}

.page-header .content ul li.pro-con-list__list-item {
    margin: 0
}

.page-header .content ul li.pro-con-list__list-item+li {
    margin-top: 16px !important
}

.casino-list {
    padding-left: 0
}

.ro-content>.casino-list {
    padding-left: 0
}

.casino-list__show-more {
    text-align: center
}

.casino {
    margin-bottom: 1.5rem;
    padding: 1rem;
    list-style-type: none;
    counter-increment: casino-ranking;
    border-radius: 1.25rem;
    background-color: #fff;
    box-shadow: 0 5px 24px 6px rgba(51, 51, 51, .15), 0 1px 8px -3px rgba(153, 153, 153, .12)
}

@media screen and (min-width: 992px) {

    header#header .menu-wrapper .menu .toggle-sub-menu>a:after {
        content: none
    }

    .similar-slot-section--is-modern .similar-slot-section__slot-wrap {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }

    .casino {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap
    }
}

.ro-content .casino {
    margin-bottom: 1.5rem
}

.casino__title-wrap {
    display: grid;
    align-items: center;
    margin-bottom: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    grid-template-columns: 152px minmax(0, 1fr)
}

@media screen and (min-width: 992px) {
    .casino__title-wrap {
        flex: 0 0 100%;
        margin-bottom: 1rem
    }

    .casino__title-wrap {
        align-items: flex-start;
        order: 1
    }
}

@media screen and (min-width: 1200px) {
    .casino__title-wrap {
        flex: 1;
        margin-bottom: 0;
        grid-template-columns: 120px minmax(0, 1fr)
    }
}

.casino__logo {
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 88px;
    padding: 1rem 1.5rem;
    border-radius: .25rem
}

.casino__ranking {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    position: absolute;
    top: .5rem;
    left: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 1.5rem;
    height: 1.5rem;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 1.25rem;
    background-color: #000
}

.casino__ranking--is-best {
    color: var(--midnight-dreams);
    border-color: var(--gold);
    background-color: var(--gold)
}

.casino__ranking--is-second-best {
    border: 2px solid var(--gold-75)
}

.casino__title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: .25rem;
    color: var(--midnight-dreams)
}

.casino__rating-wrap {
    display: flex;
    align-items: center
}

.casino__rating-wrap .rating-circle {
    margin-right: .5rem
}

.casino__rating {
    font-family: "Open Sans", sans-serif;
    font-size: 0.975rem;
    font-weight: 700;
    line-height: 1.6;
    margin-right: .5rem;
    color: #fff;
}

.casino__bonus {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    padding: .75rem;
    text-align: center;
    border-radius: 1.25rem;
    background-color: #e75e2a;
}

@media screen and (min-width: 992px) {
    .casino__bonus {
        flex: 1;
        margin-right: 1rem;
        margin-bottom: 0;
        padding-top: 1.125rem;
        padding-bottom: 1.125rem;
        order: 2
    }
}

@media screen and (min-width: 1200px) {
    .casino__bonus {
        flex: 0 0 255px;
        margin-right: 0;
        margin-left: 1rem
    }
}

.casino__bonus span {
    font-family: "Open Sans";
    font-size: 1rem;
    font-weight: 400;
    display: block;
    margin-top: .5rem
}

.casino__icons {
    display: grid;
    margin-bottom: 1.5rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.casino__icon {
    height: 2rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.casino__icon-wrap {
    position: relative;
    display: grid;
    align-items: center;
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    grid-template-columns: 32px 1fr
}

.casino__icon-wrap+.casino__icon-wrap::before {
    content: "";
    position: absolute;
    left: -.5rem;
    width: 1px;
    height: 100%;
    background-color: #000
}

.casino__icon-text {
    font-size: 12px;
    font-weight: 600;
    line-height: 1rem
}

.casino__link-wrap {
    text-align: center
}

@media screen and (min-width: 992px) {
    .casino__icons {
        margin-top: 1rem;
        margin-bottom: 0;
        order: 4
    }

    .casino__link-wrap {
        flex: 0 0 160px;
        margin-left: auto;
        order: 3
    }

    .casino__casino-link {
        padding-top: .75rem;
        padding-bottom: .75rem
    }
}

@media screen and (min-width: 1200px) {
    .casino__link-wrap {
        margin-left: 1rem
    }
}

.casino__casino-link {
    width: 100%;
    margin-bottom: .75rem;
    text-align: center;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .32)
}

.casino__review-link {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    display: inline-block;
    margin-bottom: .75rem
}

.casino__review-link i {
    font-size: 12px;
    margin-left: .75rem
}

.casino hr {
    height: 1px;
    margin-top: 0;
    margin-bottom: .5rem;
    border-width: 0;
    background-color: var(--midnight-dreams-50)
}

.casino__details-hide {
    max-height: 0;
    overflow: hidden;
}

.casino__details {
    border: none !important;
    transition: all .3s ease;
    max-height: 0px;
    overflow: hidden;
}

.casino__details--decor {
    border-top: 1px solid var(--midnight-dreams-50) !important;
    display: grid;
    padding-top: 1rem;
    row-gap: 1rem
}

.casino__details-wrap {
    text-align: center
}

@media(max-width:992px) {
    .casino__details--decor {
        border: none !important;
        display: grid;
        padding-top: 1rem;
        row-gap: 1rem
    }
}

@media screen and (min-width: 992px) {
    .casino hr {
        display: none
    }

    .casino__details {
        flex: 0 0 100%;
        align-items: flex-start;
        max-width: 100%;
        margin-top: 1rem;
        border-top: 1px solid var(--midnight-dreams-50);
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
        grid-template-columns: 1.5fr 1fr 1fr;
        order: 6
    }

    .casino__details-wrap {
        margin-left: auto;
        text-align: right;
        align-self: center;
        order: 5
    }

    .casino__tc {
        order: 7
    }
}

.casino__details-toggle {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    padding: 0;
    text-decoration: underline;
    border: 0;
    background-color: transparent
}

.casino__details-toggle i {
    margin-left: .25rem
}

.casino__details-toggle .active {
    display: none
}

.casino__details-toggle--is-active .active {
    display: block
}

.casino__details-toggle--is-active .not-active {
    display: none
}

.casino__usps,
.ro-content .casino__usps {
    display: grid;
    margin-bottom: 0;
    row-gap: .25rem
}

.casino__usp,
.ro-content .casino__usp {
    font-size: 1rem;
    line-height: 1.6;
    display: flex;
    margin-bottom: 0;
    text-align: left;
    color: var(--midnight-dreams)
}

.casino__usp svg,
.ro-content .casino__usp svg {
    margin-right: .5rem
}

.casino__terms {
    text-align: left
}

.casino__terms-title {
    font-weight: 12;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: .5rem;
    color: var(--midnight-dreams)
}

.casino__terms-wrap {
    display: grid;
    gap: .5rem;
    grid-template-columns: repeat(3, minmax(0, 64px))
}

.casino__term {
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 32px;
    border-radius: .25rem;
    background-color: #f3f3f3
}

.casino__term img {
    width: auto;
    max-width: 100%;
    max-height: 100%
}

.casino__tc {
    font-size: 10px;
    line-height: 1.6;
    display: flex;
    align-items: center;
    margin-top: 1rem
}

.casino__tc svg {
    flex: 0 0 40px;
    max-width: 40px;
    margin-left: 1rem
}

.software-provider-list-wrap {
    padding: 24px;
    border-radius: 15px;
    background-color: #fff
}

.software-provider-list {
    display: grid;
    overflow: hidden;
    max-height: 143px;
    gap: 4px 8px;
    grid-template-columns: repeat(4, 1fr);
    transition: all .3s ease;
}

@media screen and (max-width: 1024px) {
    .software-provider-list-wrap {
        padding-bottom: 16px
    }

    .software-provider-list {
        -moz-column-gap: 24px;
        column-gap: 24px;
        grid-template-columns: repeat(3, 1fr)
    }
}

.software-provider-list a {
    font-family: "Open Sans", serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    display: flex;
    align-items: center;
    padding: 10px 16px;
    text-decoration: none;
    color: var(--midnight-dreams)
}

.software-provider-list a:hover {
    text-decoration: underline
}

.software-provider-list a img {
    flex: 0 0 25px;
    max-width: 25px;
    height: 25px;
    margin-right: 11px;
    border-radius: 50%
}

.software-provider-list-toggle {
    margin-top: 36px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .software-provider-list {
        grid-template-columns: 1fr
    }

    .software-provider-list-toggle {
        margin-top: 24px
    }
}

.software-provider-list-toggle button {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    padding: 0;
    color: var(--cyan-blue);
    border: 0;
    outline: 0;
    background-color: transparent;
    transition: all .3s ease;
}

.software-provider-list-toggle button:hover {
    text-decoration: underline
}

.software-provider-list-toggle button::after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    display: inline-block;
    margin-left: 13px;
    transition: all .3s ease;
}

.software-provider-list-toggle--active::after {
    transform: rotate(180deg);
    transition: all .3s ease;
}

.software-provider-list-toggle button.is-active::after {
    content: "\f106"
}

.ro-jump-boxes {
    display: grid;
    margin-top: 28px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    grid-auto-columns: 1fr;
    grid-auto-flow: column
}

@media screen and (max-width: 992px) {
    .ro-jump-boxes {
        grid-auto-flow: row;
        grid-template-columns: 1fr 1fr 1fr;
        row-gap: 24px
    }
}

.ro-jump-box {
    padding: 18px 16px 16px;
    transition: .3s;
    text-decoration: none;
    color: #fff;
    border-radius: 15px;
    background-size: cover;
    backface-visibility: hidden
}

.ro-jump-box:hover {
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

.ro-jump-box__icon {
    font-size: 20px;
    display: flex;
    align-items: center;
    height: 20px;
    margin-bottom: 10px
}

@media screen and (max-width: 767px) {
    .ro-jump-boxes {
        gap: 16px;
        grid-template-columns: 1fr 1fr
    }

    .ro-jump-box {
        display: flex;
        padding: 8px;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, .2)
    }

    .ro-jump-box__icon {
        font-size: 16px;
        flex: 0 0 20px;
        max-width: 20px;
        height: auto;
        margin-top: 4px;
        margin-right: 10px;
        text-align: center;
        align-self: flex-start
    }

    .ro-jump-box__title-text-wrap {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
}

.ro-jump-box__title {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 5px
}

@media screen and (max-width: 767px) {
    .ro-jump-box__title {
        font-size: 14px;
        margin-bottom: 0
    }

    .ro-jump-box__title br {
        display: none
    }
}

.ro-jump-box__link-text {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.6
}

.ro-jump-box__link-text i {
    margin-left: 10px
}

.ro-footer {
    padding: 2.5rem 1rem;
    color: var(--midnight-dreams-10, #e7e9eb);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background-color: var(--midnight-dreams)
}

.ro-footer * {
    box-sizing: border-box;
    color: inherit
}

.ro-footer__top {
    margin-bottom: 2rem
}

@media screen and (min-width: 768px) {
    .ro-footer__top {
        display: flex;
        margin-bottom: 2.5rem;
        -moz-column-gap: 3rem;
        column-gap: 3rem
    }
}

.ro-footer__logo-area {
    margin-bottom: 1.5rem
}

.ro-footer__logo-area img {
    display: block;
    margin-bottom: 1rem
}

.ro-footer__logo-area p {
    font-size: .875rem;
    color: rgba(231, 233, 235, .5)
}

.ro-footer__sidebar-area {
    display: grid;
    row-gap: 2rem
}

.ro-footer .widget-title {
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: .5rem
}

.ro-footer .menu {
    display: grid;
    row-gap: .5rem
}

.ro-footer hr {
    height: 1px;
    margin-top: 0;
    margin-bottom: 2rem;
    border: 0;
    background: var(--midnight-dreams-75, #445760)
}

@media screen and (min-width: 768px) {
    .ro-footer__sidebar-area {
        display: flex;
        margin-left: auto;
        flex-wrap: wrap;
        gap: 3rem
    }

    .ro-footer__sidebar {
        flex: 0 0 auto
    }

    .ro-footer hr {
        margin-bottom: 2.5rem
    }

    .ro-footer__bottom {
        display: flex;
        align-items: center;
        justify-content: space-between
    }
}

.ro-footer__footer-images {
    display: flex;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem
}

@media screen and (min-width: 768px) {
    .ro-footer__footer-images {
        align-items: center;
        margin-bottom: 0;
        gap: 1.5rem
    }
}

.ro-footer__footer-images img {
    display: inline-block;
    vertical-align: middle
}

.ro-footer__disclaimer-text {
    font-size: .875rem;
    opacity: .5
}

.ro-toc {
    position: sticky;
    z-index: 1234;/*122*/
    top: var(--header-height);
    overflow: hidden;
    top: 0;
    padding: .5rem 0;
    transition: .5s;
    background-color: var(--midnight-dreams);
    max-height: 40px;
}

.ro-toc--scroll {
    transform: translateY(-94px);
}

.ro-toc ul {
    display: flex;
    margin-bottom: 0 !important
}

.ro-toc ul li {
    width: auto
}

.ro-toc ul li+li {
    padding-left: 1rem
}

.ro-coupon-code {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.6;
    display: inline-flex;
    align-items: center;
    padding: .5rem .75rem;
    color: #006880;
    border: 1px dashed var(--secondary-cyan-blue-150, #006880);
    border-radius: .5rem;
    background: rgba(0, 129, 158, .05);
    filter: drop-shadow(0 5px 24px rgba(51, 51, 51, .15)) drop-shadow(0 1px 8px rgba(153, 153, 153, .12));
    gap: .5rem
}

.ro-coupon-code i {
    font-size: 1.5rem
}

.ro-coupon-code+[data-tippy-root] .tippy-box {
    font-weight: 400;
    color: var(--midnight-dreams);
    background-color: #fff;
    box-shadow: 0 10px 40px 14px rgba(51, 51, 51, .15), 0 1px 10px -3px rgba(153, 153, 153, .12)
}

.ro-coupon-code+[data-tippy-root] .tippy-content {
    padding: .5rem
}

.ro-coupon-code+[data-tippy-root] .tippy-arrow {
    color: #fff
}

html {
    margin-top: 0 !important
}

.js-acc-hidden {
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    display: block !important;
    width: 100% !important
}

.ro-jump-box-9f309c8d3f06007908b378ba5ff2c4ad {
    background-image: linear-gradient(45deg, #028843 0, rgba(2, 136, 67, .75) 100%), url('../img/jump-boxes/1.webp')
}

.ro-jump-box-5a20de7fc2f89a7aea3ca00f3bcde231 {
    background-image: linear-gradient(45deg, #08212e 0, rgba(8, 33, 46, .75) 100%), url('../img/jump-boxes/2.webp')
}

.ro-jump-box-601806934aefba38b166c35c10ccd709 {
    background-image: linear-gradient(45deg, #e75e2a 0, rgba(0, 129, 158, .75) 100%), url('../img/jump-boxes/3.webp')
}

.ro-jump-box-bd4b7cd4586b8cdd34ec353576814c58 {
    background-image: linear-gradient(45deg, #ffd700 0, rgba(221, 153, 51, .75) 100%), url('../img/jump-boxes/4.webp')
}

.ro-jump-box-f641c063793bbf7940df69e57424f544 {
    background-image: linear-gradient(45deg, #878787 0, rgba(135, 135, 135, .75) 100%), url('../img/jump-boxes/5.webp')
}

.ro-jump-box-a49f46896c5769e2a89168186910cfe1 {
    background-image: linear-gradient(45deg, #d65648 0, rgba(214, 86, 72, .75) 100%), url('../img/jump-boxes/6.webp')
}

.rating-circle-fill-bar-68 {
    stroke: #DD9933;
    stroke-dasharray: 163px;
    stroke-dashoffset: 52.16px;
    transform: rotate(-90deg);
    transform-origin: center
}

.rating-circle-fill-bar-58 {
    stroke: #DD9933;
    stroke-dasharray: 163px;
    stroke-dashoffset: 68.46px;
    transform: rotate(-90deg);
    transform-origin: center
}

.rating-circle-fill-bar-98 {
    stroke: #41A672;
    stroke-dasharray: 163px;
    stroke-dashoffset: 3.26px;
    transform: rotate(-90deg);
    transform-origin: center
}

.rating-circle-fill-bar-94 {
    stroke: #41A672;
    stroke-dasharray: 163px;
    stroke-dashoffset: 9.78px;
    transform: rotate(-90deg);
    transform-origin: center
}

.rating-circle-fill-bar-92 {
    stroke: #41A672;
    stroke-dasharray: 163px;
    stroke-dashoffset: 13.04px;
    transform: rotate(-90deg);
    transform-origin: center
}

.rating-circle-fill-bar-62 {
    stroke: #DD9933;
    stroke-dasharray: 163px;
    stroke-dashoffset: 61.94px;
    transform: rotate(-90deg);
    transform-origin: center
}

.rating-circle-fill-bar-74 {
    stroke: #DD9933;
    stroke-dasharray: 163px;
    stroke-dashoffset: 42.38px;
    transform: rotate(-90deg);
    transform-origin: center
}

.rating-circle-fill-bar-100 {
    stroke: #41A672;
    stroke-dasharray: 163px;
    stroke-dashoffset: 0px;
    transform: rotate(-90deg);
    transform-origin: center
}

.rating-circle-fill-bar-86 {
    stroke: #41A672;
    stroke-dasharray: 163px;
    stroke-dashoffset: 22.82px;
    transform: rotate(-90deg);
    transform-origin: center
}

.rating-circle-fill-bar-72 {
    stroke: #DD9933;
    stroke-dasharray: 163px;
    stroke-dashoffset: 45.64px;
    transform: rotate(-90deg);
    transform-origin: center
}

.rating-circle-fill-bar-82 {
    stroke: #41A672;
    stroke-dasharray: 163px;
    stroke-dashoffset: 29.34px;
    transform: rotate(-90deg);
    transform-origin: center
}

.rating-circle-fill-bar-70 {
    stroke: #DD9933;
    stroke-dasharray: 163px;
    stroke-dashoffset: 48.9px;
    transform: rotate(-90deg);
    transform-origin: center
}

.rating-circle-fill-bar-78 {
    stroke: #DD9933;
    stroke-dasharray: 163px;
    stroke-dashoffset: 35.86px;
    transform: rotate(-90deg);
    transform-origin: center
}

.rating-circle-fill-bar-84 {
    stroke: #41A672;
    stroke-dasharray: 163px;
    stroke-dashoffset: 26.08px;
    transform: rotate(-90deg);
    transform-origin: center
}

.rating-circle-fill-bar-76 {
    stroke: #DD9933;
    stroke-dasharray: 163px;
    stroke-dashoffset: 39.12px;
    transform: rotate(-90deg);
    transform-origin: center
}

.rating-circle-fill-bar-80 {
    stroke: #41A672;
    stroke-dasharray: 163px;
    stroke-dashoffset: 32.6px;
    transform: rotate(-90deg);
    transform-origin: center
}

.rating-circle-fill-bar-90 {
    stroke: #41A672;
    stroke-dasharray: 163px;
    stroke-dashoffset: 16.3px;
    transform: rotate(-90deg);
    transform-origin: center
}

.rating-circle-fill-bar-96 {
    stroke: #41A672;
    stroke-dasharray: 163px;
    stroke-dashoffset: 6.52px;
    transform: rotate(-90deg);
    transform-origin: center;
}



.ro-page {
    padding-top: var(--gutter);
    padding-bottom: 76px;
    --scroll-offset: 24px
}

#header.is-showing~.ro-page {
    --scroll-offset: 118px
}

.ro-page p {
    margin-bottom: 20px
}

.ro-page-content {
    position: relative
}

.ro-page-content h3 {
    margin-bottom: .5rem
}

.ro-page-content p,
.ro-page-content ul {
    margin-bottom: 1.5rem
}

.ro-page-content p+h2,
.ro-page-content p+h3,
.ro-page-content ul+h2,
.ro-page-content ul+h3 {
    margin-top: 48px
}

.ro-page-content>ul {
    padding-left: 20px;
    list-style-type: disc
}

.ro-page-content>ul li {
    font-family: "Open Sans", sans-serif;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #333;
    -webkit-font-smoothing: antialiased
}

.ro-page-sidebar {
    position: relative
}

.ro-page-with-slots {
    /* padding-bottom: 76px; */
}

@media screen and (max-width: 767px) {
    .software-provider-list {
        grid-template-columns: 1fr
    }

    .software-provider-list-toggle {
        margin-top: 24px
    }

    .ro-page-sidebar {
        margin-top: 32px
    }

    .ro-page-with-slots {
        /* padding-bottom: 48px; */
    }
}

.ro-page-with-slots-header {
    position: relative;
    overflow: hidden;
    padding-top: 1.5rem;
    padding-bottom: 42px;
    background-color: var(--midnight-dreams)
}

.ro-page-with-slots-header>.ro-container {
    position: relative;
    display: flex
}

.ro-page-with-slots-header__background-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1190px;
    background-image: linear-gradient(to right, var(--midnight-dreams), rgba(0, 0, 0, 0));
    background-size: cover
}

.ro-page-with-slots-header .breadcrumbs {
    font-size: 14px;
    display: flex;
    margin-bottom: 40px;
    padding-top: 6px;
    padding-bottom: 0;
    color: rgba(255, 255, 255, .75);
    background-color: transparent
}

.ro-page-with-slots-header .breadcrumbs li+li {
    margin-left: 16px
}

.ro-page-with-slots-header .breadcrumbs li+li:before {
    content: "/";
    padding-right: 16px;
    color: rgba(255, 255, 255, .25)
}

.ro-page-with-slots-header .breadcrumbs a {
    text-decoration: none;
    color: #fff
}

.ro-page-with-slots-header .breadcrumbs a:hover {
    text-decoration: underline
}

.ro-page-with-slots-header__title {
    font-size: 36px;
    font-weight: 700;
    display: flex;
    align-items: center;
    max-width: 720px;
    margin-bottom: 0;
    color: #fff
}

.ro-page-with-slots-header__title img {
    margin-right: 12px
}

.ro-page-with-slots-header__left {
    flex: 1 0 auto
}

@media screen and (max-width: 767px) {
    .ro-page-with-slots-header {
        padding-bottom: 24px
    }

    .ro-page-with-slots-header .breadcrumbs {
        margin-bottom: 16px
    }

    .ro-page-with-slots-header__title {
        font-size: 24px
    }

    .ro-page-with-slots-header__title img {
        max-width: 32px
    }

    .ro-page-with-slots-header__left {
        flex: 0 0 100%
    }
}

.ro-page-with-slots-top-content {
    padding-top: 48px;
    padding-bottom: 6px
}

.ro-page-with-slots-top-content p,
.ro-page-with-slots-top-content ul {
    margin-bottom: 1rem
}

.ro-page-with-slots-top-content p:last-child,
.ro-page-with-slots-top-content ul:last-child {
    margin-bottom: 0
}

.ro-page-with-slots .author-widget {
    padding: 16px;
    border-radius: 14px;
    background-color: #fff
}

@media screen and (max-width: 992px) {
    .ro-page-with-slots-top-content {
        padding-top: 24px;
        padding-bottom: 0
    }

    .ro-page-with-slots-top-content .ro-col-lg-8 {
        order: 2
    }

    .ro-page-with-slots .author-widget {
        margin-top: 0;
        margin-bottom: 24px
    }
}

.ro-page-with-slots .author-widget__title {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 18px;
    color: var(--midnight-dreams)
}

.ro-page-with-slots .author-widget__author {
    display: flex
}

.ro-page-with-slots .author-widget__author-image {
    width: 40px;
    height: 40px;
    margin-right: 8px
}

.ro-page-with-slots .author-widget__author-date,
.ro-page-with-slots .author-widget__author-name {
    font-size: 14px
}

.ro-page-with-slots .author-widget__author-date span,
.ro-page-with-slots .author-widget__author-name span {
    font-weight: 600;
    display: block
}

.ro-page-with-slots .author-widget__author-date a,
.ro-page-with-slots .author-widget__author-name a {
    text-decoration: none;
    color: var(--cyan-blue)
}

.ro-page-with-slots .author-widget__author-date a:hover,
.ro-page-with-slots .author-widget__author-name a:hover {
    text-decoration: underline
}

.ro-page-with-slots .author-widget__author-name {
    /* margin-right: 16px; */
}

.ro-page-with-slots .author-widget__author-date {
    /* margin-right: 64px; */
    margin-left: auto
}

.ro-page-with-slots .author-widget hr {
    margin-top: 16px;
    margin-right: -16px;
    margin-bottom: 16px;
    margin-left: -16px;
    border: 0;
    border-top: 1px solid #ebe6e0
}

.ro-page-with-slots .author-widget__icons {
    display: flex
}

.ro-page-with-slots .author-widget__icons img~img {
    margin-left: 16px
}


.faq-section__title {
    margin-top: 3rem
}

.faq {
    padding: 24px;
    background-color: #fff;
    border-radius: 15px;
}

.faq+.faq {
    margin-top: 12px
}

.faq__question {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 16px;
    color: #000000;
}

@media screen and (max-width: 767px) {
    .faq {
        padding: 16px
    }

    .faq__question {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 8px
    }
}

.faq__answer {
    font-size: 16px;
    line-height: 1.6
}

.faq__answer :last-child {
    margin-bottom: 0
}

.faq__answer a {
    text-decoration: none;
    color: var(--cyan-blue)
}

.faq__answer a:hover {
    text-decoration: underline
}


.ro-toc-link {
    font-size: .875rem;
    display: block;
    padding: 0.5rem 0.75rem;
    transition: .2s ease-in-out;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 1.25rem;
    white-space: nowrap;
}

.ro-toc-link--is-active {
    border-color: var(--cyan-blue);
    background-color: var(--cyan-blue);
}

.ro-toc-link:focus,
.ro-toc-link:hover {
    text-decoration: none;
}

@media(min-width:992px) {

    .ro-toc-link:focus,
    .ro-toc-link:hover {
        text-decoration: none;
        background: var(--midnight-dreams-75, #445760);
    }
}



.ro-toc-link--is-highlight,
.ro-toc-link--is-highlight:focus,
.ro-toc-link--is-highlight:hover {
    border-color: var(--rita-repulsa);
    background-color: var(--rita-repulsa);
}

.slot-review {
    line-height: 1.4;
    margin-top: 0;
    /* color: rgba(8, 33, 46, .75); */
    background-color: var(--white-chalk);
    --scroll-offset: 143px;
    overflow: visible;
}

@media(min-width:992px) {
    overflow: hidden;
}

.slot-review p,
.slot-review ul {
    margin-bottom: 1rem;
}

.slot-review p+h2,
.slot-review p+h3,
.slot-review ul+h2,
.slot-review ul+h3 {
    margin-top: 2rem
}

.slot-review-header {
    position: relative;
    padding-top: 1rem;
    padding-bottom: 24px;
    background-color: var(--midnight-dreams);
}

.slot-review-header.fixed {
    position: fixed;
    z-index: 123456;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 12px;
    padding-bottom: max(12px, var(--safe-area-inset-bottom));
    transform: translateY(-100%);
    mix-blend-mode: unset
}

@media screen and (max-width: 767px) {
    .slot-review-header.fixed {
        top: auto;
        bottom: 0;
        transform: translateY(100%)
    }

    html.safari .slot-review-header.fixed {
        top: 73px;
        bottom: auto;
        padding-bottom: 12px;
        transform: translateY(-100%)
    }

    .slot-review-header.fixed .swiper-container {
        -webkit-mask-image: unset;
        mask-image: unset
    }

    .slot-review-header.fixed .slot-review-header__quick-nav-next:not(.swiper-button-disabled)+.swiper-container {
        -webkit-mask-image: unset;
        mask-image: unset
    }

    .slot-review-header.fixed .slot-review-header__quick-nav-next:not(.swiper-button-disabled)+.swiper-container::after {
        content: "";
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        width: 50px;
        height: 100%;
        pointer-events: none;
        background-image: linear-gradient(to right, transparent, #000)
    }
}

.slot-review-header.fixed .slot-review-header__author-wrap,
.slot-review-header.fixed .slot-review-header__logo,
.slot-review-header.fixed .slot-review-header__title-rating-wrap {
    display: none
}

.slot-review-header.fixed .swiper-container {
    margin-top: 12px
}

.slot-review-header.show {
    transition: .5s;
    transform: translateY(0)
}

html.safari .slot-review-header.show {
    transform: translateY(0)
}

.slot-review-header * {
    box-sizing: border-box;
}

.slot-review-header .ro-container {
    position: relative;
    z-index: 2
}

.slot-review-header .breadcrumbs {
    font-size: 14px;
    line-height: 1.6;
    display: flex;
    margin-bottom: 1.25rem;
    padding: 0;
    background-color: transparent
}

.slot-review-header .breadcrumbs li:last-child {
    opacity: .75;
    color: #fff
}

.slot-review-header .breadcrumbs a {
    text-decoration: none;
    color: #fff
}

.slot-review-header .breadcrumbs a:hover {
    text-decoration: underline
}

.slot-review-header .breadcrumbs .sep {
    margin-right: 3px;
    margin-left: 3px;
    opacity: .25;
    color: #fff
}

.slot-review-header__data {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) {

    .age-gate-wrapper .buttons .bonus-wrapper .slot-review-jackpot,
    .slot-main article .age-gate-wrapper .buttons .bonus-wrapper .slot-review-jackpot {
        font-size: .875rem
    }

    .age-gate-wrapper .buttons .bonus-wrapper .slot-review-jackpot__casino-logo,
    .slot-main article .age-gate-wrapper .buttons .bonus-wrapper .slot-review-jackpot__casino-logo {
        width: 5.5rem
    }

    .slot-review-header__data-wrap {
        display: flex;
        align-items: flex-start;
        gap: 1.5rem
    }
}

.slot-review-header__logo {
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 15px;
    flex: 0 0 9rem;
    align-items: center;
    justify-content: center;
    max-width: 9rem;
    margin-right: .5rem;
    filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, .32))
}

@media screen and (min-width: 992px) {

    header#header .menu-wrapper .menu .toggle-sub-menu>a:after {
        content: none
    }

    #header.is-showing~.slot-review .slot-review-header.show {
        transform: translateY(85px)
    }

    .slot-review-header__logo {
        flex: 0 0 12.0625rem;
        max-width: 12.0625rem;
        margin-right: 1.5rem
    }
}

.slot-review-header__title-author-wrap {
    display: flex;
    flex: 1;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}

.slot-review-header__title-rating-wrap {
    overflow: auto
}

@media screen and (min-width: 992px) {
    .slot-review-header__title-rating-wrap {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.slot-review-header__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 8px;
    color: #fff
}

@media screen and (max-width: 767px) {
    .slot-review-header__title {
        font-size: 24px;
        margin-bottom: .25rem
    }
}

.slot-review-header__rating {
    display: flex;
    align-items: center;
    margin-right: 1rem
}

.slot-review-header__rating>svg {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: .25rem
}

.slot-review-header__rating .casino__rating {
    font-size: 1.125rem;
    font-weight: 400;
    margin-right: .25rem;
    color: #fff
}

.slot-review-header__rating .ro-tooltip {
    color: #838f96;
    font-size: 1.125rem;
}

.slot-review-header__rating .ro-tooltip path {
    fill: #838f96
}

.slot-review-header__provider img {
    vertical-align: middle
}

.slot-review-header__author-wrap {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    /* display: flex; */
    justify-content: space-between;
    margin-left: auto;
    white-space: nowrap;
    color: #fff
}

@media screen and (min-width: 992px) {
    .slot-review-header__rating {
        margin-right: 1.5rem
    }

    .slot-review-header__author-wrap {
        display: flex;
        margin-left: 0rem;
        flex-direction: column;
    }

}

@media screen and (max-width: 992px) {
    :root {
        --header-height: 0px;
    }

    .slot-review-header.show {
        transition: .3s
    }

    .slot-review-header .breadcrumbs {
        display: flex
    }

    .slot-review-header__author-wrap {
        align-self: flex-end;
        flex: 0 0 100%;
        max-width: 100%;
        /* margin-top: 5px; */
        margin-left: 0;
        align-self: flex-start;
    }
}

@media screen and (max-width: 767px) {
    .slot-review-header__author-wrap {
        flex: 0 0 100%;
        max-width: 100%;
        /* margin-top: 5px; */
        margin-left: 0;
        align-self: flex-start;
        flex-wrap: wrap;
    }
}

.slot-review-header__author-wrap img {
    width: 24px;
    height: 24px;
    margin-right: 6px;
    margin-left: 8px;
    vertical-align: middle;
    border-radius: 50%;
    margin-bottom: 0px;
}

.slot-review-header__author-wrap a {
    font-weight: 600;
    color: #e75e29
}

.slot-review-header__opaque {
    font-weight: 400;
    opacity: 1;
    font-size: 0.975rem;
}

.slot-review-header__author,
.slot-review-header__last-updated {
    display: flex;
    align-items: center;
    /* justify-content: flex-end; */
}

@media screen and (min-width: 992px) {

    .slot-review-header__author,
    .slot-review-header__last-updated {
        /* margin-left: 1rem; */
    }
}

@media screen and (max-width: 767px) {

    .slot-review-header__author,
    .slot-review-header__last-updated {
        justify-content: flex-start
    }

    .slot-review-header__author {
        margin-right: .5rem;
        font-size: 0.975rem;
    }
}

.slot-review-header__modified-date {
    margin-left: 4px;
    font-size: 0.975rem;
}

.slot-review-header__quick-nav-next,
.slot-review-header__quick-nav-prev {
    display: none
}

.slot-review-header__quick-nav-next:not(.swiper-button-disabled)+.swiper-container {
    -webkit-mask-image: linear-gradient(to left, transparent 0, #000 18%);
    mask-image: linear-gradient(to left, transparent 0, #000 18%)
}

.slot-review-header .swiper-container {
    overflow: hidden;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 16px;
    padding-right: 8px
}

.slot-review-header__quick-nav {
    position: sticky;
    top: 0;
    height: auto
}

.slot-review-header__quick-nav-item {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    padding: 8px 16px;
    transition: .3s ease;
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
    border: 1px solid #ebe6e0;
    border-radius: 3px
}

.slot-review-header__quick-nav-item i {
    margin-right: 14px;
    transition: color .3s ease;
    color: var(--rita-repulsa)
}

.slot-review-header__quick-nav-item:hover {
    text-decoration: none;
    border-color: var(--rita-repulsa-dark);
    background-color: var(--rita-repulsa-dark)
}

.slot-review-header__quick-nav-item:hover i {
    color: #fff
}

.slot-review-header__quick-nav-item[href*="#"]::after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    margin-left: 10px;
    transition: .3s;
    color: var(--cyan-blue)
}

.slot-review-header__quick-nav-item[href*="#"]:hover::after {
    color: rgba(255, 255, 255, .5)
}

.slot-review-header__quick-nav-item:not([href*="#"])::after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin-left: 12px;
    transition: .3s;
    color: var(--cyan-blue)
}

.slot-review-header__quick-nav-item:not([href*="#"]):hover::after {
    color: rgba(255, 255, 255, .5)
}

.slot-review-header.fixed .breadcrumbs {
    display: none
}

.slot-review-content {
    position: relative;
    /* padding-top: 3rem; */
    padding-bottom: 3rem;
}

@media (max-width: 767px) {
    .slot-review-content {
        /* padding-top: 2.5rem; */
    }
}

.slot-review-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 891px;
    background-image: linear-gradient(to bottom, #ebe6e0 0, rgba(235, 230, 224, 0) 100%)
}

.slot-review-content>.ro-container {
    position: relative
}

.slot-review-content__sidebar {
    position: relative
}

.slot-review-content h2,
.slot-review-content h3 {
    margin-bottom: 2rem
}

.author-copy-box {
    max-width: 800px;
    border: 3px solid red
}

.author-copy-box__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px
}

.author-copy-box__heading+.author-copy-box__heading {
    border-top: 3px solid red
}

.slot-review-intro__intro-text {
    margin-top: .5rem;
    color: #fff
}

.slot-review-intro__intro-text p:last-child {
    margin-bottom: 0;
}

.slot-review-intro__intro-text--is-initialized:not(.ddd-truncated) {
    overflow: auto;
    max-height: none
}

@media screen and (max-width: 767px) {
    .slot-review-content::before {
        content: none
    }

    .slot-review-intro__intro-text {
        font-size: .975rem;
        line-height: 1.6;
        overflow: hidden;
        /*max-height: 4.2rem;*/
        max-height: 100%;
        margin-top: 1rem;
    }

    .slot-review-intro__intro-text--is-initialized:not(.ddd-truncated) p {
        margin-bottom: 1rem
    }

    .slot-review-intro__intro-text p {
        margin-bottom: 0
    }
}

.slot-review-intro__intro-text-toggle {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    cursor: pointer;
    color: var(--cyan-blue)
}

.slot-review-intro__intro-text-toggle::after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-size: 10px;
    font-weight: 700;
    margin-left: 9px
}

.slot-review-intro__intro-text-toggle--is-toggled::after {
    content: "\f077"
}

.slot-review-jackpot {
    position: relative;
    display: flex;
    align-items: center;
    padding: .5rem;
    border-radius: 1.25rem;
    background-color: #fff;
    box-shadow: 0 5px 24px 6px rgba(51, 51, 51, .15), 0 1px 8px -3px rgba(153, 153, 153, .12);
    gap: .5rem;
    margin: 0px 0px 15px 0px;
}

.slot-review-jackpot__casino-logo {
    display: grid;
    width: 5.5rem;
    padding: 1rem .5rem;
    border-radius: 1.25rem;
    place-content: center;
    background-color: #d86a4a;
}

.slot-review-jackpot__data {
    position: relative;
    flex: 1;
    text-align: center
}

.slot-review-jackpot__jackpot-title {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.6;
    color: var(--midnight-dreams)
}

.slot-review-jackpot__jackpot-title+.slot-review-jackpot__amount {
    font-size: .875rem;
    font-weight: 400;
    color: var(--midnight-dreams)
}

.slot-review-jackpot__amount {
    font-weight: 600;
    line-height: 1.6
}

.slot-review-jackpot .ro-button {
    display: grid;
    box-sizing: border-box;
    height: 3rem;
    padding: .5rem 1.5rem;
    place-content: center
}

.slot-review-jackpot:hover {
    text-decoration: none
}

.slot-review-jackpot-wrap {
    display: grid;
    margin-top: 1rem;
    gap: .5rem
}

@media screen and (min-width: 768px) {
    .slot-review-jackpot-wrap {
        flex: 0 0 21.4375rem;
        max-width: 21.4375rem
    }

    .table-with-symbols td:first-child {
        white-space: nowrap
    }
}

.slot-review-jackpot-tc {
    font-size: .625rem;
    font-weight: 400;
    line-height: 1.4
}

.slot-review-jackpot-tc p {
    display: inline;
    color: #e7e9eb
}

.slot-review-jackpot-tc sup {
    position: static
}

@media screen and (max-width: 992px) {
    .slot-review-top-fields {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media screen and (max-width: 767px) {
    .slot-review-top-fields-section {
        margin-top: 1rem;
        padding-top: 0;
        padding-bottom: 0
    }

    .slot-review-top-fields {
        display: block;
        padding: 16px;
        border-top-left-radius: 15px;
        background-color: #fff;
        border-top-right-radius: 15px;
        gap: 0
    }
}

.slot-review-top-fields__toggle-wrap {
    margin-top: 24px;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 0 0 15px 15px;
    background-color: #e75e29;
}

@media screen and (max-width: 767px) {
    .slot-review-top-fields__toggle-wrap {
        margin-top: 0;
        padding-top: 16px;
        padding-bottom: 16px;
        border-radius: 0 0 15px 15px;
        background-color: #e75e29;
    }
}

.slot-review-top-fields__toggle {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    display: inline-block;
    align-items: center;
    padding: 0;
    color: #ffffff;
    border: 0;
    outline: 0;
    background-color: transparent
}

.slot-review-top-fields__toggle:hover {
    text-decoration: underline
}

.slot-review-top-fields__toggle::after {
    content: "\f077";
    font-family: "Font Awesome 5 Pro";
    font-size: 10px;
    font-weight: 600;
    display: inline-block;
    margin-left: 17px
}

.slot-review-top-fields__toggle--is-truncated::after {
    content: "\f078"
}

.slot-review-top-field {
    font-size: 14px;
    line-height: 1.6;
    display: flex;
    align-items: center;
    box-sizing: border-box
}

.slot-review-top-field * {
    box-sizing: border-box
}

.slot-review-top-field__icon {
    font-size: 1.5rem;
    display: flex;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    height: 44px;
    margin-right: 12px;
    border-radius: 50%;
    background-color: #fff
}

.slot-review-top-field__value {
    font-weight: 600
}

@media screen and (max-width: 767px) {
    .slot-review-top-field {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .slot-review-top-field:first-child {
        padding-top: 0
    }

    .slot-review-top-field:last-child {
        padding-bottom: 0
    }

    .slot-review-top-field+.slot-review-top-field {
        border-top: 1px solid var(--white-chalk)
    }

    .slot-review-top-field__icon {
        font-size: 16px;
        flex: 0 0 20px;
        height: auto;
        background-color: transparent
    }

    .slot-review-top-field__data-wrap {
        display: flex;
        flex: 1
    }

    .slot-review-top-field__value {
        margin-left: auto;
    }
}

.slot-review-top-field a {
    font-weight: 600;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--cyan-blue)
}

.slot-review-top-field a:hover span {
    text-decoration: underline
}

.slot-review-top-field a i {
    font-size: 10px;
    margin-left: 10px;
    vertical-align: middle;
    text-decoration: none
}

.slot-review-top-field__title i {
    color: rgba(8, 33, 46, .5)
}

.slot-review-top-field__title .tippy-box {
    color: rgba(8, 33, 46, .75);
    background-color: #fff;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .32)
}

.slot-review-top-field__title .tippy-content {
    padding: 20px
}

.slot-review-top-field__title .tippy-box[data-placement^=top]>.tippy-arrow::before {
    border-top-color: #fff
}

.slot-review-top-field__title .tippy-box[data-placement^=bottom]>.tippy-arrow::before {
    border-bottom-color: #fff
}

.slot-review-top-field__title .tippy-box[data-placement^=left]>.tippy-arrow::before {
    border-left-color: #fff
}

.slot-review-top-field__title .tippy-box[data-placement^=right]>.tippy-arrow::before {
    border-right-color: #fff
}

.slot-review-demo-section {
    position: relative;
    padding-top: 15px;
    padding-bottom: 48px;
    background: var(--gradient-raindrops, linear-gradient(180deg, #ebe6e0 0, rgba(235, 230, 224, 0) 100%))
}

@media (max-width: 767px) {
    .slot-review-demo-section {
        padding-bottom: 0;
    }
}

.slot-review-demo-section .ro-container {
    position: relative
}

.slot-review-demo-section h2:not(.slot-review-demo-section__main-conversion-title):not(.slot-review-demo-section__demo-title) {
    margin-bottom: 32px
}

.slot-review-demo-section__casino-cards {
    margin-top: 0
}

.slot-review-demo-section__demo-title,
.slot-review-demo-section__main-conversion-title {
    /* font-size: 1.25rem; */
    font-weight: 700;
    line-height: 1.4;
    /* margin-top: 1.5rem; */
    margin-bottom: 1rem
}

.slot-review-demo-section__demo-title+p,
.slot-review-demo-section__main-conversion-title+p {
    margin-bottom: 1.5rem
}

@media screen and (min-width: 992px) {

    .slot-review-demo-section__demo-title,
    .slot-review-demo-section__main-conversion-title {
        font-size: 2rem;
        margin-top: 0
    }

    .slot-review-demo-section__demo-title+p,
    .slot-review-demo-section__main-conversion-title+p {
        margin-bottom: 1rem
    }
}


.slot-review-backdrop {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background: var(--gradient-raindrops, linear-gradient(180deg, #ebe6e0 0, rgba(235, 230, 224, 0) 100%))
}

.similar-slot-section__slot-wrap {
    display: grid;
    margin-top: 32px;
    gap: 24px;
    grid-template-columns: repeat(4, 1fr)
}

.similar-slot-section__slot-wrap-chris {
    -moz-column-gap: .5rem;
    column-gap: 0.5rem;
    grid-template-columns: 1fr 1fr;
    row-gap: 1rem;
}

@media screen and (min-width: 768px) {
    .similar-slot-section__slot-wrap {
        grid-template-columns: repeat(4, 1fr);
    }
}

.ro-icon-info-circle:before {
    content: "\e935"
}

.ro-icon-circle-check:before {
    content: "\e929"
}

.ro-icon-diamond:before {
    content: "\e927"
}

.ro-icon-coins:before {
    content: "\e907"
}

.ro-icon-chart-line:before {
    content: "\e908"
}

.ro-icon-dice-six:before {
    content: "\e909"
}

.ro-icon-percent:before {
    content: "\e90d"
}

.ro-icon-reload:before {
    content: "\e90f"
}

.ro-icon-grid:before {
    content: "\e901"
}

.ro-icon-hashtag:before {
    content: "\e902"
}

.ro-icon-grid-horizontal:before {
    content: "\e903"
}

.ro-icon-money:before {
    content: "\e904"
}

.ro-icon-spin:before {
    content: "\e905"
}

.ro-icon-gift:before {
    content: "\e803"
}

.ro-icon-question-mark:before {
    content: "\e805"
}



.ro-casino-card {
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 1.25rem;
    background-color: #fff;
    box-shadow: 0 5px 24px 6px rgba(51, 51, 51, .15), 0 1px 8px -3px rgba(153, 153, 153, .12)
}

.ro-casino-card * {
    box-sizing: border-box
}

.ro-casino-card--is-recommended {
    border: 2px solid var(--warning-gold-100, #ffd700)
}

.ro-casino-card-wrapper {
    display: grid;
    align-items: flex-start;
    gap: 1rem;
    grid-template-columns: repeat(var(--repeat), minmax(0, 1fr));
    --repeat: 2
}

@media(max-width:992px) {
    .ro-casino-card-wrapper {
        /* grid-template-columns: unset; */
    }
}

@media screen and (min-width: 768px) {
    .ro-casino-card-wrapper {
        gap: 1.5rem;
        --repeat: 4
    }
}

.ro-casino-card__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 5rem;
    padding: 1rem
}

.ro-casino-card--is-recommended .ro-casino-card__logo {
    height: 7.5rem
}

.ro-casino-card__logo img {
    width: auto;
    max-height: 100%
}

.ro-casino-card__inner {
    display: grid;
    padding: .5rem;
    row-gap: .5rem
}

@media screen and (min-width: 992px) {
    .ro-casino-card__inner {
        row-gap: 1rem
    }

    .is-scrolled:not(.is-showing)~.ro-toc,
    .is-scrolled:not(.is-showing)~main .ro-toc {
        top: 0
    }
}

@media screen and (min-width: 1024px) {
    .slot-review-demo-section__casino-cards .ro-casino-card__logo {
        height: 7.5rem
    }

    .ro-casino-card--is-recommended .ro-casino-card__logo {
        height: 8.6rem
    }

    .slot-review-demo-section__casino-cards .ro-casino-card__inner {
        row-gap: 1.5rem
    }
}

.ro-casino-card--is-recommended .ro-casino-card__inner {
    padding: 1rem
}

.ro-casino-card__title-rating {
    font-size: .75rem;
    display: flex;
    align-items: center
}

.ro-casino-card--is-recommended .ro-casino-card__title-rating {
    margin-bottom: .5rem
}

.ro-casino-card__title {
    margin-right: auto;
    color: var(--midnight-dreams)
}

.ro-casino-card--is-recommended .ro-casino-card__title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    margin-right: .5rem
}

.ro-casino-card__title:hover {
    text-decoration: underline
}

.ro-casino-card__recommendation-badge {
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .25rem .5rem;
    text-transform: uppercase;
    color: var(--midnight-dreams);
    border-radius: .25rem;
    background: var(--warning-gold-75, #e6b366)
}

.ro-casino-card__rating-circle {
    margin-right: .25rem;
    margin-left: .5rem
}

.ro-casino-card__rating-circle svg {
    display: inline-block;
    vertical-align: middle
}

.ro-casino-card__bonus {
    font-size: .875rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap
}

.ro-casino-card__bonus-subline {
    font-weight: 400;
    flex: 0 0 100%;
    margin-top: .5rem
}

.ro-casino-card__usp {
    display: grid;
    padding-left: 0;
    list-style-type: none;
    gap: .25rem
}

.ro-casino-card__usp li {
    display: flex;
    margin-bottom: 0
}

.ro-casino-card__usp li i {
    font-size: 1.5rem;
    margin-right: .5rem;
    color: var(--rita-repulsa)
}

.ro-casino-card__cta-wrap {
    font-size: .875rem
}

.ro-casino-card__cta-wrap a {
    display: block
}

.ro-casino-card__casino-link {
    margin-bottom: .5rem;
    padding: .75rem .25rem;
    text-align: center
}

.ro-casino-card--is-recommended .ro-casino-card__casino-link {
    margin-bottom: 1rem
}

.ro-casino-card__review-link {
    font-size: .875rem;
    font-weight: 600;
    text-align: center
}

.ro-casino-card__tc {
    font-size: .625rem;
    line-height: 1.4;
    padding: .5rem;
    color: var(--midnight-dreams-50)
}

.ro-casino-card__tc a {
    font-size: inherit;
    font-weight: 600;
    margin-right: .25rem
}

.ro-casino-card__tc p {
    font-size: inherit;
    display: inline
}

.ro-casino-card__tc p sup {
    font-size: inherit;
    line-height: 1.4;
    top: 0
}

.ro-casino-card .dotdotdot--is-initialized:not(.ddd-truncated) {
    max-height: none
}




.age-gate-wrapper .logos,
.ro-age-gate-wrapper__verify-logos,
.slot-main article .age-gate-wrapper .logos {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    padding: 24px;
}

.age-gate-wrapper .logos img,
.slot-main article .age-gate-wrapper .logos img {
    float: none;
    box-sizing: border-box;
    margin: 0;
    margin-right: 20px;
    margin-left: 20px;
}

.age-gate-wrapper__tc,
.slot-main article .age-gate-wrapper__tc {
    font-size: .625rem;
    line-height: 1 4;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    color: #fff;
    color: var(--midnight-dreams-10, #e7e9eb);
}

.logos {
    flex-wrap: wrap;
}

.table-with-symbols {
    overflow: hidden;
    width: 100%;
    margin-bottom: 2rem;
    border: 1px solid var(--midnight-dreams-75, #445760);
    border-radius: 1.25rem;
}

.table-with-symbols__table {
    margin-bottom: 0;
    border-collapse: collapse;
    border: 0
}

.table-with-symbols__name {
    display: inline-block;
    vertical-align: middle
}

.table-with-symbols th {
    font-weight: 600;
    padding: 1rem;
    text-align: left;
    color: #fff;
    background-color: var(--midnight-dreams-75, #445760)
}

.table-with-symbols td {
    padding: 1rem;
    vertical-align: top;
    border-width: 0;
    background: var(--neutrals-raindrops-50, #f4f2ef)
}

.table-with-symbols tr:nth-child(2n) td {
    background-color: #fff
}

.table-with-symbols td {
    vertical-align: middle
}

.table-with-symbols__image {
    display: block;
    margin-bottom: .5rem
}

.table-with-symbols__image img {
    vertical-align: middle
}

@media screen and (min-width: 768px) {
    .table-with-symbols__image {
        display: inline-block;
        width: 58px;
        margin-right: .5rem;
        margin-bottom: 0
    }

    .table-with-symbols__name {
        display: inline-block;
        vertical-align: middle
    }
}





.ro-breadcrumbs {
    margin-bottom: 32px
}

.ro-breadcrumbs .breadcrumbs {
    display: flex;
    align-items: center;
    padding: 0;
    background-color: transparent;
    flex-wrap: wrap
}

.ro-breadcrumbs .trail-begin {
    color: var(--cyan-blue)
}

.ro-breadcrumbs li+li:before {
    content: "/";
    margin-right: 1rem;
    margin-left: 1rem;
    opacity: .25;
    color: var(--midnight-blue)
}

@media screen and (max-width: 767px) {

    .ro-breadcrumbs .breadcrumbs {
        display: block
    }

    .ro-breadcrumbs li {
        display: inline
    }

    .ro-breadcrumbs li+li:before {
        margin-right: .5rem;
        margin-left: .25rem
    }
}


.ro-author-page-author-data {
    padding: 1rem;
    border-radius: 15px;
    background-color: #fff;
}

.ro-author-page-author-data__author-image {
    margin-bottom: 1rem;
    text-align: center;
}

.ro-author-page-author-data__name-and-social {
    text-align: center;
}

.ro-author-page-author-data__name {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 34px;
    margin: 0;
    color: var(--midnight-dreams);
    text-align: center;
}

.ro-author-page-author-data__name-subtitle {
    font-size: 14px;
    margin-bottom: 0.5rem;
    color: var(--midnight-dreams-75);
    text-align: center;
}

.ro-author-page-author-data__socials {
    display: flex;
    justify-content: center;
    -moz-column-gap: .5rem;
    column-gap: 0.5rem;
}

.ro-author-page-author-data__socials a {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
}

.ro-author-page-author-data__description {
    margin-top: 1.5rem;
    margin-bottom: 1rem !important;
    color: var(--midnight-dreams);
}

.ro-author-page-author-data__socials a svg {
    width: 100%;
    height: 100%;
}

.ro-author-experiences {
    margin-bottom: 2.5rem;
}

.ro-author-experiences__list {
    display: grid;
    gap: 1rem;
}

.ro-author-experiences__list-item {
    display: flex;
    align-items: center;
    padding: 1rem;
    color: #000;
    border-radius: 0.25rem;
    background-color: #fff;
}

.ro-content .ro-author-experiences__list-item-title {
    margin-bottom: 0.25rem;
}

.ro-content .ro-author-experiences__list-item-subtitle {
    margin-bottom: 0;
}

.ro-author-experiences__list-item-image {
    margin-right: 1rem;
}

.ro-page-content-wrap {
    position: relative;
    margin-top: 56px;
    padding-top: 48px;
}

.ro-page-content-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 25%;
    width: 200vw;
    height: 1300px;
    max-height: 100%;
    transform: translateX(-25%);
    background-image: linear-gradient(180deg, #ebe6e0 0, rgba(235, 230, 224, 0) 100%);
}

.similar-slot-section--is-light .similar-slot-section__title {
    color: var(--midnight-dreams);
}

.ro-article-card.hidden {
    display: none;
}

@media screen and (min-width: 768px) {
    .ro-author-page-author-data {
        display: grid;
        align-items: center;
        -moz-column-gap: 2rem;
        column-gap: 2rem;
        grid-template-columns: 200px 1fr;
    }

    .ro-author-page-author-data__author-image {
        flex: 0 0 200px;
        max-width: 200px;
    }

    .ro-author-page-author-data__description {
        margin-top: 0 !important;
    }

    .ro-author-experiences__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (min-width: 992px) {
    .ro-author-page-author-data__description-image-wrap {
        display: block;
    }

    .ro-author-experiences {
        margin-top: 2.5rem;
    }
}

@media screen and (min-width: 1200px) {
    .ro-author-page-author-data {
        display: flex;
        margin-bottom: 2rem;
        padding: 1.5rem;
        -moz-column-gap: 0;
        column-gap: 0;
        grid-template-columns: none;
    }

    .ro-author-page-author-data__image-name-wrap {
        display: flex;
        flex: 1 0 auto;
        align-items: center;
    }

    .ro-author-page-author-data__author-image {
        margin-right: 2rem;
        margin-bottom: 0;
    }

    .ro-author-page-author-data__name-and-social {
        margin-right: 2rem;
        text-align: left;
    }

    .ro-author-page-author-data__name {
        font-size: 36px;
        line-height: 1.4;
        text-align: left;
    }

    .ro-author-page-author-data__name-subtitle {
        /* margin-top: 1rem; */
        text-align: left;
    }

    .ro-author-page-author-data__socials {
        justify-content: flex-start;
    }

    .ro-author-page-author-data__socials a {
        width: 2rem;
        height: 2rem;
    }

    .ro-author-page-author-data__description-image-wrap {
        /* display: flex; */
        align-items: center;
        grid-template-columns: none;
    }

    .ro-author-page-author-data__description {
        margin-right: 2rem;
        /* margin-bottom: 0 !important; */
    }
}

.wpcf7 * {
    box-sizing: border-box;
}

.ro-page-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
}

.wpcf7 label {
    font-weight: 600;
}

.wpcf7 .wpcf7-form-control-wrap {
    display: block;
    margin-top: 0.25rem;
    margin-bottom: 1.5rem;
}

.wpcf7 input,
.wpcf7 textarea {
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #e7e9eb;
    border-radius: 0.25rem;
}

.wpcf7 input[type=submit] {
    font-weight: 600;
    line-height: 1.6;
    width: auto;
    width: 100%;
    padding: 0.8rem 1.5rem;
    color: #fff;
    border-width: 0;
    border-radius: 0.25rem;
    background-color: var(--rita-repulsa);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .32);
}

@media screen and (min-width: 768px) {
    .wpcf7 input[type=submit] {
        width: auto;
    }
}


@media (min-width: 992px) {
    .ro-col-lg-6 {
        width: 50%;
    }

    [class^=ro-col-lg-] {
        flex: 0 0 auto;
    }
}




.ro-author-grid-author {
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: 4px;
    background-color: #fff;
}

.ro-author-grid-author__author-image {
    overflow: hidden;
    max-width: 128px;
    margin-right: auto;
    margin-bottom: 1rem;
    margin-left: auto;
    text-align: center;
    border-radius: 50%;
}

.ro-author-grid-author__name-and-social {
    text-align: center;
}

.ro-author-grid-author__name {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 34px;
    margin: 0;
    color: var(--midnight-dreams);
}

.ro-author-grid-author__name-subtitle {
    font-size: 14px;
    margin-bottom: 0.5rem;
    color: var(--midnight-dreams-75);
}

.ro-author-grid-author__socials {
    display: flex;
    justify-content: center;
    -moz-column-gap: .5rem;
    column-gap: 0.5rem;
}

.ro-author-grid-author__description {
    font-size: 14px;
    margin-top: 1.5rem;
    margin-bottom: 1rem !important;
    color: var(--midnight-dreams);
}

@media screen and (min-width: 768px) {
    .ro-author-grid {
        display: grid;
        margin-bottom: 4.5rem;
        gap: 1.5rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ro-author-grid {
        margin-bottom: 3.5rem;
    }

    .ro-author-grid-author {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1200px) {
    .ro-author-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ro-author-grid-author__author-image {
        max-width: 96px;
    }
}



.ro-page-author {
    margin-bottom: 3rem;
    padding: 16px;
    border-radius: 15px;
    background-color: #fff;
}

.ro-page-author__title {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 16px;
    color: var(--midnight-dreams);
}

.ro-page-author__line {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.ro-page-author__line-image {
    flex: 0 0 40px;
    max-width: 40px;
    height: 40px;
    margin-right: 8px;
}

.ro-page-author__line-date {
    margin-left: 72px;
}

.ro-page-author__line-date,
.ro-page-author__line-name {
    font-size: 14px;
    line-height: 1.6;
}

.ro-page-author__line-date span,
.ro-page-author__line-name span {
    font-weight: 600;
    display: block;
}

.ro-page-author__logos {
    display: flex;
    align-items: center;
}

.ro-page-author__logos img~img {
    margin-left: 16px;
}


.ro-card {
    margin-bottom: 3rem;
    padding: 1.5rem;
    border-radius: 0.25rem;
    background-color: #fff;
}

.ro-card__title,
.ro-page .ro-card__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.ro-card__title,
.ro-page .ro-card__title {
    font-family: "Open Sans", sans-serif;
    color: var(--midnight-dreams);
}

.ro-card__icon-list {
    display: grid;
    row-gap: 1rem;
}

.ro-card__icon-item {
    display: flex;
    align-items: center;
    color: var(--midnight-dreams);
}

.ro-card__icon-item-icon {
    margin-right: 1rem;
}

.ro-card__icon-item-title,
.ro-page .ro-card__icon-item-title {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
}

.ro-card__icon-item-text,
.ro-page .ro-card__icon-item-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 0;
}




.ro-icon-info-circle:before {
    content: "\e935"
}

.ro-icon-controller:before {
    content: "\e928"
}

.ro-icon-globe-alt:before {
    content: "\e922"
}

.ro-icon-dollar:before {
    content: "\e921"
}

.ro-icon-withdrawal:before {
    content: "\e91d"
}

.ro-icon-package:before {
    content: "\e920"
}

.ro-icon-mobile-phone:before {
    content: "\e918"
}

.ro-icon-medal:before {
    content: "\e919"
}

.ro-icon-hourglass:before {
    content: "\e91b"
}

.ro-icon-callback:before {
    content: "\e912"
}

.ro-icon-headset:before {
    content: "\e915"
}

.ro-icon-spin:before {
    content: "\e905"
}

.ro-icon-gift:before {
    content: "\e803"
}

.ro-icon-question-mark:before {
    content: "\e805"
}

.slot-review-header__logo-review {
    background-color: #ff0;
    padding: 16px;
}

.slot-review-jackpot__casino-logo-review {
    background-color: #ff0;
}

.slot-review-content__sidebar-sticky-content {
    position: sticky;
    top: var(--scroll-offset);
}

.slot-review-toc {
    margin-bottom: 32px;
}

.slot-review-toc__title {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
    color: var(--midnight-dreams);
}

.slot-review-toc__list {
    margin: 0 !important;
    padding: 0;
    list-style-type: none;
}

.slot-review-toc__list-item {
    margin-bottom: 0;
}

.slot-review-toc__list-link {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    display: inline-block;
    text-decoration: none;
    color: rgba(8, 33, 46, .75);
}

.slot-review-toc__list-link::after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin-left: 16px;
    color: var(--cyan-blue);
}

.slot-review-toc__list-item+.slot-review-toc__list-item {
    margin-top: 12px;
}

.how-we-review {
    padding: 16px;
    border-radius: 15px;
    background-color: #fff;
}

.how-we-review__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--midnight-dreams);
}

.how-we-review__text {
    font-size: 14px;
    line-height: 1.6;
}

.how-we-review__logos {
    display: flex;
    justify-content: space-between;
    margin-top: 26px;
}

.ro-page-content>ol,
.ro-page-content>ul {
    padding-left: 20px;
    list-style-type: disc;
}

.ro-page-content>ol {
    list-style-type: numeral;
}



.is-active {
    visibility: visible !important;
    opacity: 1 !important;
}

.is-active::after {
    visibility: visible;
    opacity: .8;
}

.see-all--hidde {
    display: none;
}

.see-all--visible {
    display: block;
}

.hidden {
    display: none;
}

.header {
    transition: all .3s ease;
}

.hide-header {
    transform: translateY(-155px);
    transition: all .3s ease;
}

.ro-button--is-text {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1.5rem;
    color: var(--cyan-blue);
    background-color: transparent;
    gap: 0.85rem;
}

.ro-button--is-text:hover {
    border-width: 0;
    background-color: transparent;
}

.casino-list-btn-less .fa-chevron-down {
    transform: rotate(180deg);
}

.auth-container {
    position: relative;
}

.auth-wrapper {
    border-radius: 15px;
    background-color: var(--midnight-dreams);
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
}

.auth-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    background-size: cover;
    background-position: center top;
    filter: blur(4px);
    z-index: 1;
}

.auth-gate {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    /*min-height: 592px;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    position: relative;
    z-index: 2;
    padding: 2rem;
}

.auth-form-wrap {
    display: inline-flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    position: relative;
    z-index: 2;
}

.auth-form {
    width: 100%;
}

.auth-title {
    color: #fff;
    text-align: center;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: bold;
}

.auth-field {
    margin-bottom: 1rem;
}

.auth-label {
    color: #fff;
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.auth-input {
    width: 100%;
    padding: 0.75rem;
    border-radius: 10px;
    border: none;
    box-sizing: border-box;
    font-size: 1rem;
}

.auth-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: stretch;
}

.auth-button {
    font-weight: 600;
    line-height: 1.6;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 0.75rem 20px;
    transition: 0.3s;
    text-decoration: none;
    color: #fff;
    border: 0;
    border-radius: 15px;
    text-align: center;
    font-size: 1rem;
    cursor: pointer;
}

.auth-login {
    background-color: var(--rita-repulsa);
}

.auth-login:hover {
    background-color: var(--rita-repulsa-dark);
}

.auth-signup {
    background-color: var(--cyan-blue);
}

.auth-signup:hover {
    filter: brightness(1.1);
}

.auth-link {
    color: #fff;
    text-align: center;
    margin-top: 0.5rem;
    font-size: 0.9rem;
    display: block;
    text-decoration: underline;
}