html {
    line-height: 1.15;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
    -webkit-appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type='checkbox'],
[type='radio'] {
    box-sizing: border-box;
    padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}
[type='search'] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    box-sizing: border-box;
    font-size: 16px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
}
body {
    color: #000;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
}
*,
:after,
:before {
    box-sizing: inherit;
}
img {
    height: auto;
    max-width: 100%;
}
.content blockquote:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content p:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child),
.content ul:not(:last-child) {
    margin-bottom: 1.5em;
}
.content ul {
    list-style: disc outside;
}
.content ol,
.content ul {
    margin-left: 2em;
    margin-top: 1em;
}
.content li {
    margin-bottom: 0.25rem;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    line-height: 1.125;
}
blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul {
    margin: 0;
    padding: 0;
}
.content h1 {
    font-size: 2em;
    margin-bottom: 0.5em;
}
.content h2 {
    font-size: 1.75em;
    margin-bottom: 0.5714em;
}
.content h2:not(:first-child) {
    margin-top: 1.1428em;
}
.content h3 {
    font-size: 1.5em;
    margin-bottom: 0.6666em;
}
.content h3:not(:first-child) {
    margin-top: 1.3333em;
}
.content h4 {
    font-size: 1.25em;
    margin-bottom: 0.8em;
}
.content h5 {
    font-size: 1.125em;
    margin-bottom: 0.8888em;
}
.content h6 {
    font-size: 1em;
    margin-bottom: 1em;
}
.container {
    flex-grow: 1;
    margin: 0 auto;
    position: relative;
    width: auto;
}
@media screen and (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}
@media screen and (min-width: 1216px) {
    .container {
        max-width: 1152px;
    }
}
.button {
    cursor: pointer;
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    transition: 0.3s;
    white-space: nowrap;
}
button {
    -webkit-appearance: none;
    border: none;
}
button.button-generic {
    background: #fff;
    border-radius: 5px;
    color: #000;
    display: inline-block;
    font-weight: 700;
    padding: 0.25rem 0.75rem;
}
@media (max-width: 768px) {
    .button {
        font-size: 1rem;
        padding: 0.5rem;
    }
    button.button-generic {
        font-size: 12px;
    }
}
.hamburger {
    background-color: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font: inherit;
    margin: 0;
    overflow: visible;
    padding: 15px;
    text-transform: none;
    transition-duration: 0.15s;
    transition-property: opacity, filter;
    transition-timing-function: linear;
}
.hamburger.is-active:hover,
.hamburger:hover {
    opacity: 0.7;
}
.hamburger-box {
    display: inline-block;
    height: 24px;
    position: relative;
    width: 40px;
}
.hamburger-inner {
    display: block;
    margin-top: -2px;
    top: 50%;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    border-radius: 4px;
    height: 4px;
    position: absolute;
    transition-duration: 0.15s;
    transition-property: transform;
    transition-timing-function: ease;
    width: 40px;
}
.hamburger-inner:after,
.hamburger-inner:before {
    content: '';
    display: block;
}
.hamburger-inner:before {
    top: -10px;
}
.hamburger-inner:after {
    bottom: -10px;
}
.hamburger--squeeze .hamburger-inner {
    transition-duration: 75ms;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner:before {
    transition: top 75ms ease 0.12s, opacity 75ms ease;
}
.hamburger--squeeze .hamburger-inner:after {
    transition: bottom 75ms ease 0.12s,
        transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner:before {
    opacity: 0;
    top: 0;
    transition: top 75ms ease, opacity 75ms ease 0.12s;
}
.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 75ms ease,
        transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
}
.modal {
    align-items: center;
    display: none;
    justify-content: center;
    z-index: 9999;
}
.modal,
.modal-bg {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}
.modal-bg {
    background-color: rgba(0, 0, 0, 0.8);
}
.modal--disc {
    padding: 0.5rem;
}
.is-active + .modal {
    display: flex;
}
.modal-body {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6);
    color: #000 !important;
    max-width: 100%;
    padding: 1rem;
    position: relative;
    text-shadow: none !important;
    width: 400px;
    z-index: 9999;
}
.modal-body p {
    font-size: 12px !important;
}
.svg-cross {
    fill: red;
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 15px;
}
.exit-modal-box,
.modal--exit-brands.active {
    display: flex;
}
.modal-exit-body {
    display: block;
    max-width: 100%;
    position: relative;
    width: 850px;
    z-index: 1;
}
.modal-exit-body .svg-cross {
    fill: #000;
    background: #fff;
    border-radius: 50%;
    display: block;
    padding: 0.25rem;
    right: 0;
    top: -0.5rem;
    width: 1.5rem;
}
.modal-exit-body.no-heading .svg-cross {
    top: -1.75rem;
}
.exit-modal-heading {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1rem;
    padding: 0 2.5rem;
    text-align: center;
}
.single-modal-brand {
    background-color: #000;
    border: 3px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: relative;
}
.exit-brand-top {
    align-items: center;
    background-color: #fff;
    display: flex;
    height: 107px;
    justify-content: center;
    padding: 1rem;
}
.exit-brand-bottom {
    padding: 1rem;
    text-align: center;
}
.exit-brand-logo {
    display: block;
    margin: 0 auto;
    max-height: 75px;
}
.exit-brand-star {
    cursor: pointer;
    padding: 0 2px;
    transition: opacity 0.2s ease-in-out;
}
.exit-brand-star .icon {
    fill: gold;
    display: block;
    height: 15px;
    pointer-events: none;
    width: 15px;
}
.exit-brand-rating {
    display: flex;
    justify-content: center;
}
.exit-brand-offer {
    color: #fff;
    font-weight: 700;
    margin: 0.5rem 0;
}
.exit-brand-tcs {
    color: #afafaf;
    font-size: 9px;
    line-height: 1.25;
    margin-top: 0.5rem;
    text-align: center;
}
.age-modal-wrapper {
    background: #000;
    border-radius: 10px;
    border-style: solid;
    border-width: 3px;
    box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.5);
    color: #fff;
    overflow: hidden;
    padding: 1rem;
    text-transform: uppercase;
}
.modal-slim .modal-exit-body {
    width: 400px;
}
.modal-telegram .modal-exit-body {
    width: 550px;
}
.age-modal-checkbox-form {
    align-items: center;
    display: flex;
    flex-direction: column;
}
.age-modal-img {
    margin-bottom: 1rem;
}
.age-modal-img img {
    display: block;
    margin: 0 auto;
    max-height: 200px;
}
.age-modal-main-content {
    text-align: center;
}
.age-modal-checkbox-form.checkbox-form {
    margin: 1rem 0;
}
.age-modal-checkbox-text {
    align-items: center;
    display: flex;
    font-size: 0.85em;
    margin-bottom: 1rem;
}
.age-modal-checkbox-text input[type='checkbox'] {
    height: 20px;
    margin-right: 0.5rem;
    width: 20px;
}
.age-modal-button-wrapper {
    flex: none;
    width: 100%;
}
.age-modal-button-wrapper .button {
    width: 100%;
}
.modal-additional-tcs {
    color: #fff;
    font-size: 12px;
    margin-top: 1.5rem;
    text-align: center;
}
.modal-additional-tcs a {
    color: #fff;
    text-decoration: underline;
}
@media (min-width: 769px) {
    .single-modal-brand:first-child {
        order: 2;
        transform: scale(1.05);
        width: 40%;
        z-index: 2;
    }
    .single-modal-brand:first-child .exit-brand-offer {
        font-size: 1.25rem;
    }
    .single-modal-brand:nth-child(3) {
        border-left: none;
        order: 3;
        width: 30%;
    }
    .single-modal-brand:nth-child(2) {
        border-right: none;
        order: 1;
        width: 30%;
    }
}
@media (max-width: 768px) {
    .modal-body p {
        font-size: 10px !important;
    }
    .modal-exit-body {
        margin: 0 auto;
        width: 500px;
    }
    .modal-exit-body .svg-cross {
        right: 0.5rem;
        top: 0;
        width: 1.25rem;
    }
    .exit-modal-heading {
        font-size: 1.25rem;
        padding-left: 0.5rem;
        text-align: left;
    }
    .single-modal-brand {
        box-shadow: none;
        width: 250px;
    }
    .single-modal-brand:nth-child(2) {
        margin: 0 0.5rem;
    }
    .single-modal-brand:not(:first-child) {
        transform: scale(0.85);
    }
    .exit-modal-box {
        padding: 0 0.5rem;
        width: 782px;
    }
    .exit-modal-track {
        -ms-overflow-style: none;
        overflow-x: scroll;
        scrollbar-width: none;
    }
    .exit-modal-track::-webkit-scrollbar {
        display: none;
    }
    .exit-brand-logo {
        max-height: 55px;
    }
    .exit-brand-top {
        height: 87px;
    }
    .exit-brand-clickout .button {
        margin: 0 auto;
    }
    .modal-slim .modal-exit-body {
        margin: 0 0.5rem;
    }
    .age-modal-img img {
        max-height: 130px;
    }
    .age-modal-checkbox-form.checkbox-form {
        margin-bottom: 0;
    }
    .modal-additional-tcs {
        font-size: 10px;
        margin: 1rem 0 0 1rem;
        text-align: left;
    }
}
@media (max-width: 600px) {
    .modal.modal--generic.show {
        display: none;
    }
}
.lp-template-bonus-without-deposit-template .modal-exit-body {
    background-color: #00d600;
    border-radius: 30px;
    margin-inline: 0.5rem;
    padding-inline: 3rem;
    padding-bottom: 2rem;
    width: 525px;
}
.lp-template-bonus-without-deposit-template .modal-exit-body .svg-cross {
    right: -0.25rem;
    top: 0;
    width: 2rem;
}
.lp-template-bonus-without-deposit-template .bonus-modal-img {
    padding-block: 1rem;
}
.lp-template-bonus-without-deposit-template .bonus-modal-title {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 2rem;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 400px) {
    .lp-template-bonus-without-deposit-template .bonus-modal-title {
        font-size: 1.5rem;
    }
}
.lp-template-bonus-without-deposit-template .bonus-modal-inputs input {
    background-color: #129612;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0.75rem;
    padding-block: 1rem;
    padding-left: 0.5rem;
}
.lp-template-bonus-without-deposit-template
    .bonus-modal-inputs
    input::-moz-placeholder {
    color: #fff;
}
.lp-template-bonus-without-deposit-template
    .bonus-modal-inputs
    input::placeholder {
    color: #fff;
}
.lp-template-bonus-without-deposit-template .bonus-modal-inputs input:focus {
    caret-color: #fff;
    color: #fff;
    outline: 2px solid #fff;
}
.lp-template-bonus-without-deposit-template
    .bonus-modal-inputs
    input:focus::-moz-placeholder {
    color: transparent;
}
.lp-template-bonus-without-deposit-template
    .bonus-modal-inputs
    input:focus::placeholder {
    color: transparent;
}
.lp-template-bonus-without-deposit-template .bonus-modal-inputs .hs-button {
    background-color: #fff;
    color: #000;
    margin-top: 2.5rem;
}
.lp-template-bonus-without-deposit-template
    .bonus-modal-inputs
    .hs-button:hover {
    background-color: #129612;
    color: #fff;
}
@media screen and (max-width: 769px) {
    .lp-template-bonus-without-deposit-template .bonus-modal-inputs .hs-button {
        font-size: 1rem;
    }
    .lp-template-bonus-without-deposit-template .hs-input {
        font-size: 0.9rem;
    }
}
.lp-template-bonus-without-deposit-template .hs-form-booleancheckbox {
    position: relative;
}
.lp-template-bonus-without-deposit-template .hs-input[type='checkbox'] {
    left: 50%;
    margin: auto;
    position: absolute;
    top: 100%;
    transform: translate(-50%);
}
@media screen and (max-width: 400px) {
    .lp-template-bonus-without-deposit-template .hs-input[type='checkbox'] {
        transform: translate(-50%);
    }
}
.lp-template-bonus-without-deposit-template .hs-button {
    border-radius: 5px;
    font-size: 1.25rem;
    height: auto;
    margin-top: 2rem;
    padding: 1rem;
    width: 100%;
}
.navbar-body {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    position: relative;
}
.navbar-body.logo-is-center .navbar-logo {
    margin-left: auto;
}
.navbar-logo {
    margin-right: auto;
}
.navbar-img {
    display: block;
    width: 100px;
}
.navbar-img.small-logo {
    width: 100px;
}
.logo-alt-span {
    display: inline-block;
    padding: 1rem 0;
}
.nav-menu {
    display: flex;
    list-style-type: none;
}
.nav-menu li {
    margin-left: 0.75rem;
}
.nav-menu a {
    font-weight: 700;
    text-decoration: none;
}
.hamburger {
    align-items: center;
    display: flex;
}
.nav-burger {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}
.navbar-nav + .navbar-logo + .nav-burger {
    opacity: 1;
}
.nav-item-with-icon {
    align-items: center;
    display: flex;
    flex-direction: column;
}
.nav-item-with-icon svg {
    height: 25px;
    margin-bottom: 0.25rem;
}
@media (min-width: 769px) {
    .navbar-body.logo-is-center .navbar-nav + .navbar-logo {
        margin-left: 0;
    }
    .nav-burger {
        display: none;
    }
}
@media (max-width: 768px) {
    .navbar-nav {
        display: none;
    }
    .nav-menu {
        flex-direction: column;
        padding: 1rem 0;
        text-align: center;
    }
    .nav-menu li {
        margin-bottom: 0.5rem;
        margin-left: 0;
    }
    .navbar-img {
        height: 32px;
        width: auto !important;
    }
    .navbar-body {
        padding: 0.25rem 1rem;
    }
    .navbar-body.is-active .navbar-nav {
        display: block;
        left: 0;
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 2;
    }
    .hamburger {
        outline: none;
        padding: 0;
        transform: scale(0.75);
    }
    .nav-item-with-icon {
        flex-direction: row;
        justify-content: center;
    }
    .nav-item-with-icon svg {
        height: 20px;
        margin-bottom: 0;
        margin-right: 0.5rem;
    }
}
.section--hero,
.section--hero-ppc {
    position: relative;
}
.section--hero .section-inner__content,
.section--hero-ppc .section-inner__content {
    margin-bottom: 0.75rem;
}
.section--hero .section-inner,
.section--hero-ppc .section-inner {
    position: relative;
}
.section--hero-ppc.text-shadow,
.section--hero.text-shadow {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.section--hero-ppc.text-center,
.section--hero.text-center {
    text-align: center;
}
.section--hero-ppc.text-center .hero-features,
.section--hero.text-center .hero-features {
    justify-content: center;
}
.section--hero-ppc.bottom-spacing,
.section--hero.bottom-spacing {
    margin-bottom: 0.5rem;
}
.section--hero h1,
.section--hero-ppc h1 {
    font-size: 1.75em;
}
.section--hero h1 + p,
.section--hero-ppc h1 + p {
    margin-top: 0.5rem;
}
.section--hero h2,
.section--hero-ppc h2 {
    margin-top: -0.5rem;
}
.section--hero h2 + p,
.section--hero-ppc h2 + p {
    margin-top: 0.5rem;
}
.section--hero p,
.section--hero-ppc p {
    font-size: 14px;
}
.section--hero p + p,
.section--hero-ppc p + p {
    margin-top: 0.5rem;
}
.section--hero-ppc.no-content .section-padded,
.section--hero.no-content .section-padded {
    padding: 0 !important;
}
.section--hero-123-bookies {
    font-family: Open Sans, sans-serif;
    margin-left: auto;
    margin-right: auto;
    max-width: 920px;
}
.section--hero-123-bookies h1 {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 0.32px;
    line-height: 40px;
    opacity: 1;
    text-align: center;
    text-transform: uppercase;
}
.section--hero-123-bookies p {
    color: #212121;
    font-size: 16px;
    line-height: 28px;
    font: normal normal normal 16px/28px Open Sans;
    letter-spacing: 0.26px;
    opacity: 1;
    text-align: center;
}
.section--hero-123-bookies .section-inner {
    text-align: center;
}
.section--hero-123-bookies .site-disc__inner {
    justify-content: center;
}
.contained-hero-image .hero-bg-image {
    margin: 0 auto;
}
@media screen and (min-width: 1024px) {
    .contained-hero-image .hero-bg-image {
        max-width: 1024px;
    }
}
@media screen and (min-width: 1216px) {
    .contained-hero-image .hero-bg-image {
        max-width: 1152px;
    }
}
.big-headings h1 {
    font-size: 2.5em;
}
.big-headings h2 {
    font-size: 2em;
}
.hero-features-ppc {
    bottom: -1.5rem;
}
.hero-feature-ppc svg {
    height: 20px;
}
.hero-feature-flag {
    margin-right: 0.5rem;
    width: 40px;
}
.hero-bg-image {
    display: block;
    width: 100%;
}
.section--hero:not(.no-content) .hero-bg-image {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    position: absolute;
    top: 0;
}
.section--hero-ppc {
    margin-bottom: -0.5rem !important;
}
.section--hero-ppc:not(.no-content) .hero-bg-image {
    left: 0;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    position: absolute;
    top: 0;
}
.hero-features,
.section-inner__content {
    position: relative;
}
.hero-features {
    align-items: center;
    display: flex;
    font-size: 14px;
    margin-top: 0.5rem;
}
.hero-features-ppc {
    justify-content: flex-start !important;
}
@media screen and (max-width: 768px) {
    .section--hero-ppc {
        margin-bottom: 0.5rem !important;
    }
    .hero-features-ppc {
        bottom: 0;
        justify-content: center !important;
    }
}
.hero-feature {
    align-items: center;
    display: flex;
    font-weight: 700;
}
.hero-feature:not(:first-child) {
    margin-left: 1rem;
}
.hero-feature svg {
    fill: #fff;
    display: block;
    margin-right: 0.5rem;
    width: 20px;
}
.site-disc {
    bottom: 0.5rem;
    font-size: 12px;
    position: absolute;
    right: 1rem;
}
.site-disc,
.site-disc__inner {
    display: flex;
}
.site-disc-label {
    cursor: pointer;
}
.site-disc__inner .separator {
    margin: 0 0.125rem;
}
.usa-disc {
    font-weight: 700;
    margin-right: 0.5rem;
}
.bookies-disc {
    color: #707070;
    font-weight: 700;
}
.last-update-time {
    align-items: center;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    right: 1rem;
    top: 1rem;
}
.last-update-time.is-bottom {
    bottom: 0.5rem;
    top: unset;
}
.last-update-time svg {
    margin-right: 0.5rem;
    width: 18px;
}
.last-update-time span {
    display: inline-block;
    margin-left: 0.25rem;
}
.no-features .section-inner__content {
    margin-bottom: 0;
}
@media (min-width: 769px) {
    .h-content-mobile,
    .hero-bg-image--mobile-only {
        display: none;
    }
    .section--hero .section-padded,
    .section--hero-ppc .section-padded {
        padding-bottom: 2rem;
    }
    .section--hero-ppc.no-disc .section-padded,
    .section--hero.no-disc .section-padded {
        padding-bottom: 1rem;
    }
    .section--hero-ppc:not(.text-center).has-last-update-time h1,
    .section--hero-ppc:not(.text-center).has-last-update-time h2,
    .section--hero:not(.text-center).has-last-update-time h1,
    .section--hero:not(.text-center).has-last-update-time h2 {
        margin-right: 200px;
    }
    .section--hero-ppc.text-center.has-last-update-time .section-padded,
    .section--hero.text-center.has-last-update-time .section-padded {
        padding-top: 2.25rem;
    }
    .section--hero-ppc.text-center.has-last-update-time .last-update-time,
    .section--hero.text-center.has-last-update-time .last-update-time {
        top: 0.75rem;
    }
}
@media (max-width: 768px) {
    .h-content-mobile + .h-content-desktop,
    .hide-features-mobile .hero-features {
        display: none;
    }
    .navbar {
        position: relative;
        z-index: 1;
    }
    .section--hero-ppc.transparent-nav-mobile,
    .section--hero-ppc:not(.solid-nav),
    .section--hero.transparent-nav-mobile,
    .section--hero:not(.solid-nav) {
        margin-top: -42px;
    }
    .section--hero-ppc.solid-nav-mobile,
    .section--hero.solid-nav-mobile {
        margin-top: 0;
    }
    .section--hero p,
    .section--hero-ppc p {
        font-size: 12px;
    }
    .section--hero h1,
    .section--hero-ppc h1 {
        font-size: 1.25em;
        line-height: 1;
    }
    .section--hero h1 + p,
    .section--hero-ppc h1 + p {
        margin-top: 0.125rem;
    }
    .section--hero h1 + h2,
    .section--hero-ppc h1 + h2 {
        margin-top: 0;
    }
    .section--hero h2,
    .section--hero-ppc h2 {
        font-size: 1em;
    }
    .section--hero h2 + p,
    .section--hero-ppc h2 + p {
        margin-top: 0.125rem;
    }
    .section--hero .section-padded,
    .section--hero-ppc .section-padded {
        padding: 52px 0.5rem 1.25rem;
    }
    .section--hero-ppc.no-disc .section-padded,
    .section--hero.no-disc .section-padded {
        padding-bottom: 0.5rem;
    }
    .section--hero-ppc.solid-nav .section-padded,
    .section--hero.solid-nav .section-padded {
        padding-top: 0.5rem;
    }
    .section--hero-ppc.transparent-nav .section-padded,
    .section--hero-ppc.transparent-nav-mobile .section-padded,
    .section--hero.transparent-nav .section-padded,
    .section--hero.transparent-nav-mobile .section-padded {
        padding-top: 52px;
    }
    .section--hero-ppc.solid-nav-mobile .section-padded,
    .section--hero.solid-nav-mobile .section-padded {
        padding-top: 0.5rem;
    }
    .section--hero-ppc.text-center.vertical-features-mobile .hero-features,
    .section--hero.text-center.vertical-features-mobile .hero-features {
        align-items: center;
    }
    .section--hero-ppc p {
        font-size: 10px;
    }
    .mobile-text-center .h-content-desktop,
    .mobile-text-center .h-content-mobile {
        text-align: center;
    }
    .mobile-text-center .hero-features {
        justify-content: center !important;
    }
    .mobile-text-center.vertical-features-mobile .hero-features {
        align-items: center !important;
    }
    .mobile-text-left .h-content-desktop,
    .mobile-text-left .h-content-mobile {
        text-align: left;
    }
    .mobile-text-left .hero-features {
        justify-content: left !important;
    }
    .mobile-text-left.vertical-features-mobile .hero-features {
        align-items: flex-start !important;
    }
    .hero-feature span {
        flex: 1;
        font-size: 10px;
    }
    .hero-feature svg {
        margin-right: 0.25rem;
        width: 15px;
    }
    .hero-feature:not(:first-child) {
        margin-left: 0.5rem;
    }
    .hero-features {
        margin-top: -0.5rem;
    }
    .usa-disc {
        flex: 1;
        white-space: nowrap;
    }
    .usa-disc-ppc {
        flex: 0;
    }
    .site-disc {
        bottom: 0.125rem;
        font-size: 8px;
        right: 0.25rem;
    }
    .site-bookies-disc {
        bottom: 0.125rem;
        font-size: 12px;
    }
    .disc-row-mobile {
        flex-direction: row;
        justify-content: space-between;
        width: calc(100% - 0.5rem);
    }
    .last-update-time {
        display: none;
    }
    .hide-features-mobile .section-inner__content {
        margin-bottom: 0;
    }
    .hero-feature-flag {
        width: 25px;
    }
    .vertical-features-mobile .hero-features {
        align-items: flex-start;
        flex-direction: column;
    }
    .vertical-features-mobile .hero-feature {
        margin: 0 0 0.5rem;
    }
    .vertical-features-mobile .hero-feature:last-child {
        margin-bottom: 0.25rem;
    }
}
@media screen and (max-width: 430px) {
    .hero-feature-ppc svg {
        height: 15px;
    }
    .site-disc-ppc {
        bottom: -1rem;
    }
    .section-inner {
        padding-bottom: 0;
    }
    .section--hero-123-bookies .section-inner {
        padding-bottom: 0.5rem;
    }
    .section--hero-123-bookies .container {
        padding-bottom: 0;
        padding-top: 0.5rem;
    }
    .section--hero-123-bookies h4 {
        line-height: 18px;
    }
    .section--hero-123-bookies p {
        font-size: 9px;
        line-height: 18px;
    }
}
@media (max-width: 380px) {
    .section--hero-123-bookies {
        font-family: Open Sans, sans-serif;
        padding: 0.5rem 0 0;
    }
    .section--hero-123-bookies h3 {
        font-weight: bolder;
    }
}
@media (max-width: 340px) {
    .hero-feature span {
        font-size: 8px;
    }
    .usa-disc {
        margin-right: 0;
    }
    .disc-row-mobile {
        bottom: 0;
        flex-direction: column;
        text-align: center;
    }
    .site-disc__inner {
        justify-content: center;
    }
    .section--hero .section-padded,
    .section--hero-ppc .section-padded {
        padding-bottom: 1.75rem;
    }
    .section--hero h1,
    .section--hero-ppc h1 {
        font-size: 1em;
    }
    .section--hero h2,
    .section--hero-ppc h2 {
        font-size: 0.85em;
    }
}
.page-template-usa-casino-template .site-disc {
    display: none;
}
.page-template-usa-casino-template .navbar {
    background: transparent
        linear-gradient(0deg, var(--unnamed-color-333333) 0, #111 100%) 0 0
        no-repeat padding-box;
    background: transparent linear-gradient(0deg, #333, #111) 0 0 no-repeat
        padding-box;
    opacity: 1;
}
.brand-widget-component {
    margin: 1rem 0;
}
p + .brand-widget-component {
    margin-top: -0.5rem;
}
.brand-widget-component__link a {
    font-weight: 700;
    text-decoration: none;
}
.full-brand-widget-wrapper {
    display: flex;
    max-width: 100%;
    width: 800px;
}
.brand-widget-component__button .button {
    display: inline-block;
}
.brand-widget-component.additional-atts {
    margin: 0;
}
.brand-widget-component__full {
    align-items: center;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.1);
    display: flex;
    padding: 0.5rem 1rem;
    position: relative;
}
.widget-brand-cta {
    margin-left: auto;
}
.widget-brand-logo {
    flex: none;
}
.widget-brand-logo img {
    display: block;
    width: 120px;
}
.widget-brand-offer {
    align-self: flex-start;
    padding: 0 1rem;
}
.widget-brand-name {
    color: #9a9a9a;
    font-size: 12px;
    font-weight: 700;
}
.widget-brand-offer__text {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.25;
}
.widget-brand-tcs {
    color: #9a9a9a;
    font-size: 9px;
    line-height: 1.125;
    margin-top: 0.5rem;
    max-width: 100%;
    width: 800px;
}
@media (max-width: 768px) {
    .brand-widget-component__full {
        flex-wrap: wrap;
    }
    .widget-brand-logo {
        width: 40%;
    }
    .widget-brand-logo img {
        width: 100%;
    }
    .widget-brand-offer {
        padding-right: 0;
        width: 60%;
    }
    .widget-brand-offer__text {
        font-size: 14px;
    }
    .widget-brand-cta {
        width: 100%;
    }
    .widget-brand-cta .button {
        display: block;
        margin-top: 0.5rem;
        text-align: center;
        width: 100%;
    }
}
.event-wrapper {
    overflow: hidden;
    padding: 2rem 0;
    width: 100%;
}
.event-wrapper.w-bg-img {
    background-position: 50%;
    background-size: cover;
}
.event-wrapper .event-section-inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.event-wrapper .team-row.teams {
    display: flex;
    font-size: 12px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.2;
}
.event-wrapper .team-row.teams .team {
    align-items: center;
    display: flex;
}
.event-wrapper .team-row.teams .team img {
    margin: 0 4px;
    width: 14px;
}
.event-wrapper .team-row.teams .team.vs {
    font-size: 0.75em;
}
.event-wrapper .team-row.teams .event-date {
    font-size: 0.75em;
    font-weight: 600;
}
.event-wrapper .event-content {
    text-align: center;
}
.event-wrapper .event-content .vs,
.event-wrapper .event-content.teams {
    font-size: 1em;
}
.event-wrapper a.btn.btn-event-cta {
    left: 0;
    margin-right: auto;
    padding: 0.5rem 1rem;
    position: absolute;
    text-align: center;
}
.event-wrapper a.btn.btn-event-cta:after {
    border: 20px solid transparent;
    content: '';
    display: block;
    height: 100%;
    left: 100%;
    position: absolute;
    top: 0;
}
.event-wrapper .carousel-label {
    align-items: center;
    background: #50b401;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    box-shadow: 1px 0 14px 0 rgba(0, 0, 0, 0.42);
    color: #fff;
    display: flex;
    font-size: 0.8em;
    font-weight: 600;
    height: 100%;
    height: 45px;
    left: 0;
    line-height: 1.1;
    padding: 0.5rem 0.75rem;
    position: absolute;
    text-align: left;
    top: 0;
    width: 96px;
    z-index: 2;
}
.event-wrapper .carousel-label svg {
    fill: #fff;
    height: 30px;
    margin: -10px 8px 0 -8px;
}
.event-wrapper .carousel {
    background: #d0d0d0;
    height: 45px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.event-wrapper .carousel .carousel-slider {
    animation: scroll 15s linear 1s infinite forwards;
    animation-play-state: running;
    display: flex;
    flex: 0 0 auto;
}
.event-wrapper .carousel .carousel-slider ul.carousel-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}
.event-wrapper .carousel .carousel-slider ul.carousel-list .carousel-slide {
    align-items: center;
    background: #d0d0d0;
    border-left: none;
    border-right: 1px solid #000;
    display: flex;
    flex-direction: column;
    font-size: 0.8em;
    height: 45px;
    justify-content: center;
    padding: 0 1rem;
    width: 250px;
}
.event-wrapper:hover .carousel-slider {
    animation-play-state: paused !important;
}
.event-wrapper.eventcarousel {
    padding: 0;
}
.round-corners .event-wrapper.eventcarousel {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
@keyframes scroll {
    0% {
        transform: translateX();
    }
    to {
        transform: translateX(-50%);
    }
}
@media (max-width: 768px) {
    .event-wrapper {
        padding: 0.5rem 0;
    }
    .event-wrapper .btn-event-cta,
    .event-wrapper .event-date,
    .event-wrapper .team-row.teams {
        font-size: 0.7rem;
    }
    .event-wrapper a.btn.btn-event-cta {
        padding: 4px 8px;
        top: 0;
    }
    .event-wrapper a.btn.btn-event-cta:after {
        content: none;
    }
    .event-wrapper .carousel-label {
        font-size: 0.8em;
        height: 40px;
        padding: 0.5rem 12px;
        text-align: left;
        width: 100px;
    }
    .event-wrapper .carousel,
    .event-wrapper .carousel .carousel-slider .carousel-slide {
        height: 40px;
    }
}
@media (max-width: 430px) {
    .event-wrapper .event-section-inner {
        align-items: flex-start;
        padding: 0;
        text-align: left;
    }
    .event-wrapper .event-content {
        text-align: unset;
    }
    .event-wrapper a.btn.btn-event-cta {
        display: flex;
        flex-direction: column;
        left: unset;
        right: 0;
    }
}
.step-sliders-element {
    --step-slider-progress-height: 4px;
    --step-slider-element-width: 3em;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(
        var(--total),
        var(--step-slider-element-width)
    );
    justify-content: space-between;
    margin-block: 20px;
    max-width: 400px;
    position: relative;
}
span.step-slider-text {
    bottom: 10px;
    color: #000;
    font-size: 12px;
    font-weight: bolder;
    left: 50%;
    min-width: 90px;
    padding-top: 4px;
    position: absolute;
    text-align: center;
    translate: -50% calc(100% + 10px);
}
@media (max-width: 450px) {
    .step-sliders-element {
        max-width: 285px;
    }
    span.step-slider-text {
        font-size: 10px;
        min-width: 60px;
    }
    .step-sliders-element {
        margin-left: 25px;
        margin-right: 25px;
    }
}
@media (max-width: 768px) {
    span.step-slider-text {
        font-size: 10px;
        min-width: 70px;
    }
}
.step-sliders-element:before {
    --spacing: calc(100% / (var(--total) - 1));
    --halfway-position: calc((var(--completed) - 0.5) * var(--spacing));
    background: linear-gradient(
        to right,
        var(--step-slider-main-color),
        var(--step-slider-main-color) var(--halfway-position),
        transparent 0
    );
    border-bottom: 2px solid var(--step-slider-main-color);
    border-top: 2px solid var(--step-slider-main-color);
    content: '';
    display: flex;
    height: var(--step-slider-progress-height);
    justify-content: center;
    left: 0;
    margin-inline: 1em;
    padding-bottom: 1px;
    padding-top: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}
.step-sliders-element > div {
    background-color: var(--step-slider-main-color);
    border: 2px solid var(--step-slider-main-color);
    border-radius: 100%;
    color: var(--step-slider-bacground-color);
    display: grid;
    height: var(--step-slider-element-width);
    place-content: center;
    position: relative;
    width: var(--step-slider-element-width);
    z-index: 2;
}
.step-sliders-element > div:not(.complete) {
    background: var(--step-slider-bacground-color);
    border: none;
    color: var(--step-slider-main-color);
}
.step-sliders-element > div:not(.complete):after {
    --n: 16;
    --d: 8deg;
    --t: 2px;
    --c: var(--step-slider-main-color);
    aspect-ratio: 1;
    background: var(--c);
    border-radius: 50%;
    content: '';
    inset: 0;
    -webkit-mask: linear-gradient(transparent 0 0) content-box,
        repeating-conic-gradient(
            from calc(var(--d) / 2),
            #000 0 calc(1turn / var(--n) - var(--d)),
            transparent 0 calc(1turn / var(--n))
        );
    mask: linear-gradient(transparent 0 0) content-box,
        repeating-conic-gradient(
            from calc(var(--d) / 2),
            #000 0 calc(1turn / var(--n) - var(--d)),
            transparent 0 calc(1turn / var(--n))
        );
    -webkit-mask-composite: source-in, xor;
    mask-composite: intersect;
    padding: var(--t);
    position: absolute;
}
.step-sliders-element .step-icon {
    line-height: 0;
    max-width: 20px;
}
.main,
body {
    position: relative;
}
.main {
    z-index: 1;
}
.section-padded {
    padding: 1rem;
}
.footer-body {
    font-size: 12px;
    padding: 1rem 1rem 3rem;
    text-transform: uppercase;
}
.copyright-bookies,
.footer-body-bookies {
    color: #fff;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
}
.footer-body-bookies a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}
.footer-icons-center {
    justify-content: center;
}
.footer-logo-bookies img {
    margin-left: auto;
    margin-right: auto;
}
.footer-nav {
    margin: 1rem 0;
}
.footer-menu {
    display: flex;
    list-style-type: none;
}
.footer-menu .menu-item:not(:first-child) {
    margin-left: 1rem;
}
.footer-menu .menu-item a {
    font-weight: 700;
    text-decoration: none;
}
.footer-menu-ppc {
    display: flex;
    justify-content: center;
    list-style-type: none;
}
.footer-menu-ppc .menu-item:not(:first-child) {
    margin-left: 1rem;
}
.footer-menu-ppc .menu-item a {
    font-weight: 700;
    text-decoration: underline;
}
.footer-menu-bookies {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}
.footer-menu-bookies ul {
    display: flex;
    flex-direction: row;
    list-style-type: none;
}
.footer-menu-bookies ul li {
    margin-left: 1rem;
    margin-right: 1rem;
}
.footer-logo {
    margin-bottom: 1rem;
}
.footer-logo img {
    display: block;
    width: 130px;
}
.copyright {
    font-weight: 700;
    margin-top: 1rem;
    text-align: center;
}
.footer-icons {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 1rem 0;
}
.footer-icons a {
    margin: 0.75rem;
}
.footer-icons svg {
    fill: #fff;
    display: block;
}
.footer-icons img {
    display: block;
}
.plus-18-21 {
    width: 25px;
}
.plus-18-21:not(:first-child) {
    margin-left: 0.75rem;
}
.gamble-aware-icon,
.icon-take-time-to-think {
    width: 150px;
}
.icon-18-plus-serbia {
    height: 30px;
}
.icon-drajzerova-logo-second,
.icon-serbia-problem-gambling {
    width: 50px;
}
.gambling-therapy-icon,
.gamcare-footer-icon,
.icon-drajzerova-logo-first,
.icon-evalu-jeu,
.icon-gordon-moody,
.icon-gordon-moody-ro,
.icon-serbia-ministry-of-health {
    width: 100px;
}
.icon-ecogra {
    width: 110px;
}
.icon-800-gambler,
.icon-ncpg {
    width: 100px;
}
.icon-nj-responsible-gambling {
    width: 60px;
}
.gamstop-icon,
.icon-ludomani,
.icon-rofus,
.icon-stopspillet {
    width: 100px;
}
.icon-igc {
    width: 130px;
}
.icon-onjn-romania {
    width: 65px;
}
.icon-gamblers-anonymous {
    width: 110px;
}
.icon-michigan-gaming-control-board {
    width: 70px;
}
.icon-srij {
    width: 60px;
}
.icon-sicad {
    width: 130px;
}
.icon-adg-problem-gambling {
    width: 230px;
}
.icon-spillemyndigheden {
    width: 130px;
}
.icon-viradoojogobr {
    width: 300px;
}
.icon-jogadoresanonimosbr {
    width: 60px;
}
.icon-loketkansspelnl {
    width: 200px;
}
.icon-agognl {
    width: 100px;
}
.icon-24x7handsnl {
    width: 150px;
}
.icon-cruksnl {
    width: 100px;
}
.icon-juega-bien,
.icon-juegosysorteos-mx {
    width: 170px;
}
.icon-segob-mx {
    width: 140px;
}
.icon-gambling-care {
    width: 200px;
}
.icon-extern {
    width: 100px;
}
.icon-18-plus-chile,
.icon-18-plus-fr {
    width: 140px;
}
.icon-igaming-ontario {
    width: 150px;
}
img.icon-game-sense {
    width: 140px;
}
.icon-safergamblingweek {
    height: 50px;
}
.icon-gamblers-pl {
    width: 60px;
}
.icon-direccion-general-es,
.icon-evalujeu,
.icon-juega-con-resp-es,
.icon-juego-seguro-es,
.icon-jugarbien-es {
    width: 150px;
}
.icon-autoprohibicion-es {
    width: 70px;
}
.icon-ca-play-responsibly {
    max-width: 200px;
}
.icon-sin-diversion-no-hay-juego {
    margin: 0.25rem;
    max-width: 200px;
}
.body-bg {
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    pointer-events: none;
    position: fixed;
    right: 0;
    z-index: 0;
}
.bg-dark-overlay:after,
.body-bg {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.bg-dark-overlay:after {
    position: absolute;
}
.bg-dark-overlay.bg-dark-overlay--both:after {
    content: '';
}
@media (min-width: 769px) {
    .bg-dark-overlay.bg-dark-overlay--desktop:after {
        content: '';
    }
}
@media (max-width: 768px) {
    .bg-dark-overlay.bg-dark-overlay--mobile:after {
        content: '';
    }
}
.bg-dark-overlay.darkness-10:after {
    background-color: rgba(0, 0, 0, 0.1);
}
.bg-dark-overlay.darkness-30:after {
    background-color: rgba(0, 0, 0, 0.3);
}
.bg-dark-overlay.darkness-50:after {
    background-color: rgba(0, 0, 0, 0.5);
}
.bg-dark-overlay.darkness-70:after {
    background-color: rgba(0, 0, 0, 0.7);
}
.bg-dark-overlay.darkness-90:after {
    background-color: rgba(0, 0, 0, 0.9);
}
.top-disclaimer {
    font-size: 12px;
    padding: 0.25rem;
    position: relative;
    text-align: center;
    z-index: 1;
}
@media (max-width: 768px) {
    .top-disclaimer {
        font-size: 9px;
        line-height: 1.125;
    }
}
@media (min-width: 769px) {
    .top-disclaimer.is-mobile {
        display: none;
    }
}
@media (max-width: 768px) {
    .escape-container {
        margin-left: calc(-50vw - -50%);
        margin-right: calc(-50vw - -50%);
    }
    .footer-menu {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-menu .menu-item {
        margin: 0.25rem !important;
    }
    .footer-menu-bookies ul {
        flex-direction: column;
    }
    .footer-menu-bookies ul li {
        margin: 0.5rem;
    }
    .footer-logo img {
        margin: 0 auto;
    }
    .copyright,
    .footer-disc {
        font-size: 10px;
        text-align: center;
    }
    .footer-icons {
        justify-content: center;
    }
    .footer-icons a,
    .plus-18-21 {
        margin: 0.25rem !important;
    }
    .section-inner__content.content {
        font-size: 0.8em;
    }
    .top-disclaimer.is-desktop {
        display: none;
    }
}
.cookie-bar {
    background-color: #000;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 0.5rem;
    position: fixed;
    right: 0;
    z-index: 9999;
}
.cookie-bar-inner {
    align-items: center;
    display: flex;
    justify-content: center;
}
.cookie-bar-button {
    display: flex;
}
.cookie-bar-text {
    font-size: 12px;
    margin-right: 1rem;
}
.cookie-bar-text a {
    color: #fff;
}
@media (max-width: 768px) {
    .cookie-bar-text {
        font-size: 10px;
    }
    .cookie-bar {
        padding: 0.25rem 0.5rem;
    }
}
.page-template-usa-casino-template body {
    font-family: Montserrat, sans-serif !important;
}
.page-template-usa-casino-template .footer {
    background-color: #000;
}
.sticky-cta {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.5rem;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 999;
}
@media screen and (min-width: 768px) and (max-width: 768px) {
    .sticky-cta {
        margin-left: -17.5%;
    }
}
@media screen and (min-width: 760px) and (max-width: 767px) {
    .sticky-cta {
        transform: translate(-15%);
    }
}
@media screen and (min-width: 768px) {
    .sticky-cta__wrapper {
        display: flex;
    }
    .sticky-cta__wrapper .sticky-cta__offer {
        margin-left: 2rem;
    }
}
@media screen and (max-width: 767px) {
    .sticky-cta__wrapper {
        display: flex;
        flex-direction: row;
    }
}
.sticky-cta__container {
    display: flex;
    justify-content: space-around;
    padding: 0.5rem 0;
    width: 60%;
}
@media screen and (max-width: 768px) {
    .sticky-cta__container {
        flex-direction: column;
        padding: 1rem;
        width: 100%;
    }
}
.sticky-cta__brand-logo {
    background-color: #fff;
    border-radius: 10px;
}
@media screen and (max-width: 769px) {
    .sticky-cta__brand-logo {
        width: -moz-fit-content;
        width: fit-content;
    }
}
.sticky-cta__offer {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.sticky-cta__offer-welcome-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.78px;
    text-align: left;
}
.sticky-cta__offer-offer-text {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.13px;
    text-align: left;
}
@media screen and (max-width: 767px) {
    .sticky-cta__offer {
        margin-left: 1rem;
    }
}
.sticky-cta__cta {
    align-items: center;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    margin: 2rem 0;
    padding: 0.5rem 0;
    width: 50%;
}
.sticky-cta__cta a {
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .sticky-cta__cta {
        margin: 1rem 0 0;
        width: 100%;
    }
}
.page-template-page-bc-template .layout-1 .table-cell--offer-bc .button-bc {
    display: none;
}
.page-template-page-bc-template .upper-features {
    display: flex;
    padding-top: 3rem;
}
.page-template-page-bc-template .upper-text {
    color: #abb8c3;
    font-weight: 700;
    margin-left: auto;
}
.page-template-page-bc-template .table-compliance {
    color: #abb8c3;
    font-size: 12px;
    font-weight: 700;
    margin-top: 0.75rem;
    padding-right: 1rem;
    text-align: right;
}
.page-template-page-bc-template .table-heading-text {
    color: #000;
    margin-top: 2rem;
    padding: 0.5rem;
    text-align: center;
}
.page-template-page-bc-template .single-feature-column {
    align-items: center;
    display: flex;
    font-weight: 700;
}
.page-template-page-bc-template .single-feature-column:not(:first-child) {
    padding-left: 2rem;
}
.page-template-page-bc-template .single-feature-column img {
    height: 20px;
    margin-right: 0.5rem;
}
.page-template-page-bc-template .bc-compliance {
    background-color: #000;
    color: #fff;
    font-size: 12px;
    padding: 1rem 0;
    text-align: center;
}
.page-template-page-bc-template .section--hero-bc {
    color: #fff;
    padding: 3rem 0 4rem;
    position: relative;
}
.page-template-page-bc-template .section--hero-bc.no-img {
    padding: 1rem 0;
}
.page-template-page-bc-template .hero-bg-image-bc {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
    position: absolute;
    top: 0;
    width: 100%;
}
.page-template-page-bc-template .content-bc h1 {
    font-size: 42px;
    margin-bottom: 1rem;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.page-template-page-bc-template .content-bc h1 img {
    display: inline-block;
    width: 30px;
}
.page-template-page-bc-template .section--content-bc__inner {
    padding: 3rem 0;
}
.page-template-page-bc-template .section-inner__content-bc {
    color: #000;
}
.page-template-page-bc-template .section-inner__content-bc h2 {
    font-size: 2rem;
}
.page-template-page-bc-template .section-inner__content-bc a {
    color: #fd4108;
}
.page-template-page-bc-template .content-bc-logo {
    margin-bottom: 1rem;
}
.page-template-page-bc-template .header-logo-bc {
    display: block;
    margin: 0 auto;
    width: 200px;
}
.page-template-page-bc-template .bc-footer-flex {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 2rem 1rem 1rem;
}
.page-template-page-bc-template .bc-footer-flex .footer-logo {
    margin-bottom: 0;
}
.page-template-page-bc-template .bc-footer-flex .footer-logo img {
    width: 180px;
}
.page-template-page-bc-template .bc-footer-flex .footer-nav {
    margin: 0;
}
.page-template-page-bc-template .footer-bc .footer-icons {
    align-items: center;
}
.page-template-page-bc-template .footer-menu--bc .menu-item {
    padding: 0 0.5rem;
}
.page-template-page-bc-template .footer-menu--bc .menu-item:not(:last-child) {
    border-right: 1px solid #000;
}
.page-template-page-bc-template .footer-menu--bc .menu-item:not(:first-child) {
    margin-left: 0;
}
.page-template-page-bc-template .footer-menu--bc .menu-item a {
    color: #fd4108;
    font-size: 1rem;
    font-weight: 400;
}
.page-template-page-bc-template .table-row-bc {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    padding: 2rem;
    position: relative;
}
.page-template-page-bc-template .layout-2 .table-row-bc:nth-child(odd) {
    background: #f7f7f7;
}
.page-template-page-bc-template .vertical-ribbon-bc-table {
    padding: 2rem 1rem 1rem 5rem;
}
.page-template-page-bc-template .rows-bg-table-bc {
    background-color: #deedce !important;
}
.page-template-page-bc-template .table-cell--tcs-bc {
    flex: none;
    font-size: 10px;
    margin: 1rem 0;
    width: 100%;
}
.page-template-page-bc-template .table-body-bc {
    counter-reset: number;
    margin-top: 1rem;
}
.page-template-page-bc-template .table-cell--logo-bc {
    align-self: flex-start;
    position: relative;
    text-align: center;
    width: 20%;
}
.page-template-page-bc-template .table-cell--logo-bc:not(.no-number):before {
    background: #fff;
    border: 1px solid #e4eaec;
    border-radius: 50%;
    content: counter(number);
    counter-increment: number;
    font-size: 18px;
    font-weight: 700;
    height: 36px;
    left: -15px;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: -15px;
    width: 36px;
}
.page-template-page-bc-template .table-cell--logo-bc img {
    border-radius: 3px;
    display: block;
}
.page-template-page-bc-template .table-rating-bc {
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
}
.page-template-page-bc-template .table-rating-bc .td-star .icon {
    height: 18px;
    width: 18px;
}
.page-template-page-bc-template .table-cell--visit-bc {
    width: 20%;
}
.page-template-page-bc-template .table-cell--offer-bc {
    flex: 1;
    font-size: 26px;
    font-weight: 700;
    padding: 0 4rem 0 1rem;
}
.page-template-page-bc-template .table-cell--offer-bc a:not(.button) {
    color: #333;
    text-decoration: none;
}
.page-template-page-bc-template .table-cell--offer-bc a:not(.button):hover {
    text-decoration: underline;
}
.page-template-page-bc-template .button-bc {
    display: inline-block;
    overflow: hidden;
    padding: 1rem 0.75rem;
    position: relative;
    text-align: center;
}
.page-template-page-bc-template .button-bc:before {
    animation: sheen 3s infinite forwards;
    background: linear-gradient(
        180deg,
        hsla(21, 63%, 73%, 0),
        hsla(0, 0%, 100%, 0.5) 50%,
        hsla(21, 63%, 73%, 0)
    );
    bottom: 0;
    content: '';
    height: 100px;
    left: 0;
    position: absolute;
    right: -50%;
    top: 0;
    transform: rotate(60deg) translate(-5em, 7.5em);
    width: 150%;
}
@keyframes sheen {
    to {
        transform: rotate(90deg) translate(10em, -9em);
    }
}
.page-template-page-bc-template .brand-ribbon-bc {
    background: #98cd64;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 48px;
}
.page-template-page-bc-template .brand-ribbon-bc span {
    color: #fff;
    font-weight: 700;
    left: 24px;
    min-width: 200px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}
.page-template-page-bc-template .layout-2 .table-cell--tcs-bc {
    color: #333;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    padding-top: 1rem;
    text-align: justify;
}
.page-template-page-bc-template .layout-2 .short-description {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
    font-size: 12px;
    left: 0;
    padding: 1rem;
    position: absolute;
    top: calc(100% + 1rem);
}
.page-template-page-bc-template .layout-2 .short-description:after {
    border: 0 solid #fff;
    color: #fff;
    content: '▲';
    font-size: 17px;
    height: 10px;
    left: 1rem;
    position: absolute;
    text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);
    top: -17px;
    width: 10px;
}
.page-template-page-bc-template .layout-2 .table-cell--visit-bc {
    flex: none;
    padding-top: 1rem;
    position: relative;
    text-align: right;
    width: 100%;
}
.page-template-page-bc-template .layout-2 .table-cell--visit-bc .button-bc {
    padding: 1rem 5rem;
}
.page-template-page-bc-template .layout-2 .table-cell--offer-bc {
    font-size: 20px;
}
@media (min-width: 769px) {
    .page-template-page-bc-template .section-inner--bc {
        padding: 0 1rem;
    }
    .page-template-page-bc-template .section--content-bc__inner,
    .page-template-page-bc-template .table-body-bc,
    .page-template-page-bc-template .upper-features {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media (max-width: 768px) {
    .page-template-page-bc-template
        .layout-1
        .table-row-bc
        .table-cell--logo-bc {
        width: 40%;
    }
    .page-template-page-bc-template
        .layout-1
        .table-row-bc
        .table-cell--offer-bc {
        line-height: 1.25;
        text-align: center;
    }
    .page-template-page-bc-template
        .layout-1
        .table-row-bc
        .table-cell--offer-bc
        .button-bc {
        display: block;
        margin-top: 0.5rem;
        padding: 0.75rem;
    }
    .page-template-page-bc-template
        .layout-1
        .table-row-bc
        .table-cell--visit-bc {
        display: none;
    }
    .page-template-page-bc-template .section--hero-bc {
        padding: 1rem 0.5rem;
    }
    .page-template-page-bc-template .table-compliance {
        font-size: 10px;
        text-align: center;
    }
    .page-template-page-bc-template .bc-compliance {
        font-size: 10px;
        padding: 0.5rem;
    }
    .page-template-page-bc-template .section-inner__content-bc {
        margin-top: -1rem;
        padding: 0 1rem;
    }
    .page-template-page-bc-template .header-logo-bc {
        width: 100px;
    }
    .page-template-page-bc-template .content-bc h1 {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        font-size: 20px;
        justify-content: center;
        margin-bottom: 0.5rem;
    }
    .page-template-page-bc-template .content-bc h1 img {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
    .page-template-page-bc-template .content-bc p {
        display: none;
    }
    .page-template-page-bc-template .upper-features {
        flex-wrap: wrap;
        justify-content: space-around;
        padding-top: 1rem;
    }
    .page-template-page-bc-template .upper-features .single-feature-column {
        font-size: 10px;
    }
    .page-template-page-bc-template .upper-features .single-feature-column img {
        height: 14px;
        width: auto;
    }
    .page-template-page-bc-template .upper-features .upper-text {
        flex: none;
        font-size: 10px;
        margin-top: 0.5rem;
        text-align: right;
        width: 100%;
    }
    .page-template-page-bc-template .table-row-bc {
        padding: 1rem;
    }
    .page-template-page-bc-template .table-row-bc .brand-ribbon-bc {
        display: none;
    }
    .page-template-page-bc-template .table-row-bc .table-cell--logo-bc {
        width: 50%;
    }
    .page-template-page-bc-template .table-row-bc .table-cell--offer-bc {
        font-size: 18px;
        padding-right: 1rem;
    }
    .page-template-page-bc-template .table-row-bc .table-cell--visit-bc {
        flex: none;
        margin-top: 1rem;
        width: 100%;
    }
    .page-template-page-bc-template .table-row-bc .table-cell--visit-bc a {
        width: 100%;
    }
    .page-template-page-bc-template
        .escape-container
        .section--content-bc__inner {
        margin: 0 auto;
        max-width: 100%;
        width: 500px;
    }
    .page-template-page-bc-template .bc-footer-flex {
        display: block;
        padding: 1rem 0;
    }
    .page-template-page-bc-template .bc-footer-flex .footer-logo {
        padding-bottom: 1rem;
    }
    .page-template-page-bc-template .bc-footer-flex .footer-nav {
        border-top: 1px solid #798288;
        padding-top: 1rem;
    }
    .page-template-page-bc-template .bc-footer-flex .footer-nav .menu-item {
        margin: 0 !important;
    }
    .page-template-page-bc-template .layout-2 .table-cell--logo-bc {
        order: 1;
    }
    .page-template-page-bc-template .layout-2 .short-description {
        left: calc(100% + 1rem);
        top: 0;
        width: calc(100% - 1rem);
    }
    .page-template-page-bc-template .layout-2 .short-description:after {
        border: 0 solid #fff;
        color: #fff;
        content: '▲';
        font-size: 17px;
        height: 10px;
        left: -5px;
        margin-left: -10px;
        position: absolute;
        text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);
        top: 20px;
        transform: rotate(-90deg);
        width: 10px;
    }
    .page-template-page-bc-template .layout-2 .table-cell--offer-bc {
        flex: none;
        order: 2;
        padding-top: 1rem;
        width: 100%;
    }
    .page-template-page-bc-template .layout-2 .table-cell--visit-bc {
        order: 3;
    }
}
@media (max-width: 600px) {
    .page-template-page-bc-template .upper-features {
        display: flex;
        padding: 0.2rem 0.5rem;
    }
    .page-template-page-bc-template .single-feature-column {
        padding-bottom: 0.5rem !important;
    }
    .page-template-page-bc-template .single-feature-column:not(:first-child) {
        padding-left: 0 !important;
    }
    .page-template-page-bc-template .upper-text {
        margin-top: 0 !important;
        padding-bottom: 0.5rem;
    }
    .page-template-page-bc-template .table-body-bc {
        margin: 0.5rem;
    }
    .page-template-page-bc-template .layout-2 .table-cell--tcs-bc {
        margin: 0;
    }
    .page-template-page-bc-template .footer-bc .footer-body {
        padding: 1rem;
    }
}
.main-text {
    color: #fff;
    text-align: center;
}
.geo-optional-image img {
    display: block;
    margin: 0 auto;
}
.lds-dual-ring {
    height: 80px;
    transform: scale(3);
    transition: opacity 0.3s ease-in-out;
    width: 80px;
}
.lds-dual-ring:after {
    animation: lds-dual-ring 1.2s linear infinite;
    border-color: #fff transparent;
    border-radius: 50%;
    border-style: solid;
    border-width: 4px;
    content: ' ';
    display: block;
    height: 64px;
    margin: 8px;
    width: 64px;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.section-loader__circle {
    align-items: center;
    display: flex;
    height: 240px;
    justify-content: center;
    margin: 1rem auto;
    position: relative;
    width: 240px;
}
.circle-loader-text {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease-in-out;
}
.section--redirect-geo {
    margin: 2rem 0;
}
.loader-success__svg {
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 160px;
}
.loader-success__svg .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    opacity: 0;
}
.section-loader__circle.completed .loader-success__svg .path {
    opacity: 1;
}
.section-loader__circle.completed .loader-success__svg .path.circle {
    animation: dash 0.9s ease-in-out;
}
.section-loader__circle.completed .loader-success__svg .path.check {
    stroke-dashoffset: -100;
    animation: dash-check 0.9s ease-in-out 0.35s forwards;
}
.section-loader__circle.completed .circle-loader-text,
.section-loader__circle.completed .lds-dual-ring {
    opacity: 0;
}
@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }
    to {
        stroke-dashoffset: 900;
    }
}
.table-body {
    counter-reset: row;
}
.banner-brand-row img {
    margin: 0 auto;
    max-width: 100%;
    width: auto;
}
.table-row {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.table-row:nth-child(2n) {
    background-color: #f9f9f9;
}
.table-row:not(:last-child) {
    border-bottom: 1px solid #e9e9e9;
}
.table-row.ranked:before {
    align-items: center;
    background-color: #e9e9e9;
    color: #000;
    content: counter(row);
    counter-increment: row;
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 2rem;
}
.table-row.row-1.highlighted-row {
    border: 4px solid #ffd200;
    transform: scaleX(1.04) translateY(-5px);
}
.page-template-us-ppc-template .table-row.row-1.highlighted-row {
    transform: scaleX(1.04) translateY(-1px);
}
.table-row.row-1.highlighted-row :not(td):not(:after) {
    transform: scale(0.98);
}
@media (max-width: 768px) {
    .table-row.row-1.highlighted-row {
        transform: scaleX(1.04) translateY(-2px);
    }
    .page-template-default .table-row.row-1.highlighted-row,
    .page-template-us-ppc-template .table-row.row-1.highlighted-row {
        border: 3px solid;
        transform: scaleX(1.02) translateY(0);
    }
}
.table-row-bookies,
.table-row-ppc {
    background: #f7f7f7;
    margin-bottom: 0.5rem;
}
.table-row-bookies:not(:nth-child(2)).ranked:before {
    background: #707070 !important;
}
.table-row-bookies:nth-child(2).ranked:before {
    background: #a37e2c;
}
.table-row-bookies:first-child {
    padding: 10rem !important;
}
.round-num .table-row.ranked:before {
    border-radius: 50%;
    height: 2.25rem;
    left: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2.25rem;
}
.table-row-ppc:first-child.ranked:before {
    background: #e0c76a;
}
.table-row-ppc.ranked:before {
    color: #222b76;
}
.round-square-num .table-row.ranked:before {
    border-radius: 25%;
    height: 2.25rem;
    left: 0.5rem;
    top: 40%;
    transform: translateY(-50%);
    width: 2.25rem;
}
.th {
    font-size: 12px;
    font-weight: 700;
    padding: 0.5rem;
    text-align: center;
    text-transform: uppercase;
}
.th-ppc {
    font-weight: 400;
}
.table-header {
    display: flex;
}
.table-header-ppc {
    margin-bottom: 0 !important;
}
.table-header-ppc .th {
    background: #222b76;
}
.table-header-ppc .th--logo {
    border-bottom-left-radius: 0 !important;
}
.table-header-ppc .th--visit {
    border-bottom-right-radius: 0 !important;
}
@media (min-width: 769px) {
    .table-row-ppc:first-child {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }
}
.table-cell {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
}
.table-cell--logo {
    position: relative;
}
.table-cell--logo img {
    display: block;
}
.more-offer-tcs {
    font-weight: 400;
    margin-top: 5px;
}
.more-offer-tcs,
.table-cell--tcs {
    color: #6c6c6c;
    font-size: 9px;
    line-height: 1.25;
}
.table-cell--tcs {
    display: block !important;
    flex: none;
    padding: 0 1rem 0.5rem;
    text-align: center;
    width: 100%;
}
.table-cell--tcs a {
    color: #6c6c6c;
}
.welcome-bonus {
    font-size: 12px;
    text-transform: uppercase;
}
.table-brand-offer {
    font-size: 20px;
    font-weight: 700;
}
.brand-offer-details {
    text-align: left;
}
.rating-label {
    font-size: 12px;
}
.score,
.score-bookies {
    color: #5b980f;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
}
.score-ppc-cell {
    background: #eaebf8;
    border-radius: 5%;
    padding: 0.2rem;
}
.score-ppc {
    color: #222b76;
    font-size: 2rem;
    font-weight: 600;
}
.score-bookies {
    color: #006039;
}
.score-label--normal {
    font-size: 12px;
}
.min-deposit {
    display: none;
}
@media screen and (max-width: 768px) {
    .min-deposit {
        display: block;
        font-size: 0.75rem;
        font-weight: 600;
        padding-top: 0.75rem;
    }
}
.visit-site {
    color: #6c6c6c;
    font-size: 12px;
    margin-top: 0.25rem;
}
.table-cell--logo,
.th--logo {
    flex-basis: 20%;
}
.table-cell--offer,
.th--offer {
    flex-basis: 30%;
}
.table-cell--rating,
.th--rating {
    flex-basis: 15%;
}
.table-cell--deposit,
.table-cell--score,
.th--deposit,
.th--score {
    flex-basis: 140px;
}
.table-cell--visit,
.th--visit {
    flex: 1;
}
.th__tooltip-text {
    background-color: #000;
    border-radius: 5px;
    bottom: calc(100% + 0.5rem);
    box-shadow: 0 0 0 1px #fff;
    font-size: 12px;
    left: 50%;
    line-height: 1.125;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0.5rem;
    pointer-events: none;
    position: absolute;
    text-transform: none;
    transform: translateX(-50%);
    transition: all 0.2s ease-in-out;
    visibility: collapse;
    width: 220px;
}
.th__tooltip {
    display: inline-block;
    margin-left: 0.25rem;
    position: relative;
}
.th__tooltip svg {
    cursor: pointer;
    display: block;
    width: 14px;
}
.th__tooltip svg:hover + .th__tooltip-text {
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
}
.brand-ribbon {
    align-items: center;
    border-bottom-right-radius: 10px;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    height: 22px;
    left: 0;
    padding: 0.125rem 1.5rem;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    white-space: nowrap;
}
.brand-ribbon.sharp {
    border-radius: 0;
}
.brand-ribbon.sharp:after {
    content: '';
    position: absolute;
    right: -13px;
    top: 0;
}
.brand-offer-licence-number {
    color: #6c6c6c;
    font-size: 12px;
    margin-top: 0.25rem;
    text-align: center;
}
@media (max-width: 768px) {
    .brand-offer-licence-number {
        font-size: 9px;
    }
}
.has-ribbon .table-cell--logo {
    padding-top: 1.75rem;
}
.star-rating {
    align-items: flex-end;
    display: flex;
    margin-top: 0.25rem;
}
.star-rating.interactive {
    position: relative;
    z-index: 1;
}
.star-rating:not(.interactive) {
    pointer-events: none;
}
.star-rating[data-star-selected='1'] .td-star:first-child {
    opacity: 0.55;
}
.star-rating[data-star-selected='1'] .td-star:first-child .icon {
    background-color: gold;
    -webkit-clip-path: url('');
    clip-path: url('');
}
.star-rating[data-star-selected='2'] .td-star:first-child,
.star-rating[data-star-selected='2'] .td-star:nth-child(2) {
    opacity: 0.55;
}
.star-rating[data-star-selected='2'] .td-star:first-child .icon,
.star-rating[data-star-selected='2'] .td-star:nth-child(2) .icon {
    background-color: gold;
    -webkit-clip-path: url('');
    clip-path: url('');
}
.star-rating[data-star-selected='3'] .td-star:first-child,
.star-rating[data-star-selected='3'] .td-star:nth-child(2),
.star-rating[data-star-selected='3'] .td-star:nth-child(3) {
    opacity: 0.55;
}
.star-rating[data-star-selected='3'] .td-star:first-child .icon,
.star-rating[data-star-selected='3'] .td-star:nth-child(2) .icon,
.star-rating[data-star-selected='3'] .td-star:nth-child(3) .icon {
    background-color: gold;
    -webkit-clip-path: url('');
    clip-path: url('');
}
.star-rating[data-star-selected='4'] .td-star:first-child,
.star-rating[data-star-selected='4'] .td-star:nth-child(2),
.star-rating[data-star-selected='4'] .td-star:nth-child(3),
.star-rating[data-star-selected='4'] .td-star:nth-child(4) {
    opacity: 0.55;
}
.star-rating[data-star-selected='4'] .td-star:first-child .icon,
.star-rating[data-star-selected='4'] .td-star:nth-child(2) .icon,
.star-rating[data-star-selected='4'] .td-star:nth-child(3) .icon,
.star-rating[data-star-selected='4'] .td-star:nth-child(4) .icon {
    background-color: gold;
    -webkit-clip-path: url('');
    clip-path: url('');
}
.star-rating[data-star-selected='5'] .td-star:first-child,
.star-rating[data-star-selected='5'] .td-star:nth-child(2),
.star-rating[data-star-selected='5'] .td-star:nth-child(3),
.star-rating[data-star-selected='5'] .td-star:nth-child(4),
.star-rating[data-star-selected='5'] .td-star:nth-child(5) {
    opacity: 0.55;
}
.star-rating[data-star-selected='5'] .td-star:first-child .icon,
.star-rating[data-star-selected='5'] .td-star:nth-child(2) .icon,
.star-rating[data-star-selected='5'] .td-star:nth-child(3) .icon,
.star-rating[data-star-selected='5'] .td-star:nth-child(4) .icon,
.star-rating[data-star-selected='5'] .td-star:nth-child(5) .icon {
    background-color: gold;
    -webkit-clip-path: url('');
    clip-path: url('');
}
.td-star {
    cursor: pointer;
    padding: 0 2px;
    transition: opacity 0.2s ease-in-out;
}
.td-star .icon {
    fill: gold;
    display: block;
    height: 22px;
    pointer-events: none;
    width: 22px;
}
.td-star-ppc .icon {
    height: 18px;
    width: 18px;
}
.star-rating-bookies[data-star-selected='1'] .td-star:first-child .icon,
.star-rating-bookies[data-star-selected='2'] .td-star:first-child .icon,
.star-rating-bookies[data-star-selected='2'] .td-star:nth-child(2) .icon,
.star-rating-bookies[data-star-selected='3'] .td-star:first-child .icon,
.star-rating-bookies[data-star-selected='3'] .td-star:nth-child(2) .icon,
.star-rating-bookies[data-star-selected='3'] .td-star:nth-child(3) .icon,
.star-rating-bookies[data-star-selected='4'] .td-star:first-child .icon,
.star-rating-bookies[data-star-selected='4'] .td-star:nth-child(2) .icon,
.star-rating-bookies[data-star-selected='4'] .td-star:nth-child(3) .icon,
.star-rating-bookies[data-star-selected='4'] .td-star:nth-child(4) .icon,
.star-rating-bookies[data-star-selected='5'] .td-star:first-child .icon,
.star-rating-bookies[data-star-selected='5'] .td-star:nth-child(2) .icon,
.star-rating-bookies[data-star-selected='5'] .td-star:nth-child(3) .icon,
.star-rating-bookies[data-star-selected='5'] .td-star:nth-child(4) .icon,
.star-rating-bookies[data-star-selected='5'] .td-star:nth-child(5) .icon {
    background-color: #a37e2c;
}
.td-star-bookies .icon {
    fill: #a37e2c;
}
.small-big-stars .td-star:first-child .icon,
.small-big-stars .td-star:last-child .icon {
    height: 16px;
    width: 16px;
}
.small-big-stars .td-star:nth-child(2) .icon,
.small-big-stars .td-star:nth-child(4) .icon {
    height: 18px;
    width: 18px;
}
.button-claim:after {
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.button-claim-ppc {
    font-weight: 600;
    width: 80%;
}
.button-bookies {
    background: #006039;
    border-radius: 1px;
    color: #fff;
    font-size: 0.6rem;
    font-weight: 800;
    padding: 0.5rem 1.5rem;
    width: 80%;
}
.no-clk-tcs .table-cell--tcs {
    position: relative;
    z-index: 1;
}
.ranked .table-cell--logo {
    padding-left: 3rem;
}
.ranked .table-cell--tcs {
    margin-top: 0.25rem;
    padding: 0 2rem 0.5rem 2.25rem;
}
.section--table:last-child {
    margin-bottom: 2rem;
}
.section--table.round-corners,
.section--table.spaced-rows {
    padding: 0.5rem;
}
.section--table .table--condensed .more-offer-tcs {
    color: #afafaf;
}
.section--table .table--condensed .table-cell--tcs {
    color: #afafaf;
    padding-top: 0.5rem;
}
.section--table:not(.dark-mode--mobile-only) .table--condensed .table-row {
    background-color: transparent;
}
.section--table:not(.dark-mode)
    .table--condensed
    .table-cell:not(.table-cell--tcs) {
    background-color: #fff;
}
.section--table.top-spacing .section-inner {
    padding-top: 2rem;
}
.section--table.spaced-rows + .section--content {
    margin-top: 1rem;
}
@media (min-width: 769px) {
    .section--table.dark-mode.dark-mode--mobile-only .brand-logo--dark-mode {
        display: none;
    }
}
@media (max-width: 768px) {
    .section--table.dark-mode.dark-mode--mobile-only .has-dark-mode-alt {
        display: none;
    }
    .section--table.dark-mode.dark-mode--mobile-only .table-row {
        background-color: #0d0e13;
        color: #fff;
    }
    .section--table.dark-mode.dark-mode--mobile-only
        .table-row:not(:last-child) {
        border-bottom: 1px solid #222;
    }
    .section--table.dark-mode.dark-mode--mobile-only .table-row.ranked:before {
        background-color: #000;
        color: #fff;
    }
    .section--table.dark-mode.dark-mode--mobile-only .visit-site {
        color: #afafaf;
    }
    .section--table.dark-mode.dark-mode--mobile-only
        .table--condensed
        .table-row {
        background-color: transparent;
    }
    .section--table.dark-mode.dark-mode--mobile-only
        .table--condensed
        .table-row:not(:last-child) {
        border-bottom: none;
    }
    .section--table.dark-mode.dark-mode--mobile-only
        .table--condensed
        .table-cell:not(.table-cell--tcs) {
        background-color: #0d0e13;
    }
}
.section--table.dark-mode:not(.dark-mode--mobile-only) .has-dark-mode-alt {
    display: none;
}
.section--table.dark-mode:not(.dark-mode--mobile-only) .table-row {
    background-color: #0d0e13;
    color: #fff;
}
.section--table.dark-mode:not(.dark-mode--mobile-only)
    .table-row:not(:last-child) {
    border-bottom: 1px solid #222;
}
.section--table.dark-mode:not(.dark-mode--mobile-only)
    .table-row.ranked:before {
    background-color: #000;
    color: #fff;
}
.section--table.dark-mode:not(.dark-mode--mobile-only) .visit-site {
    color: #afafaf;
}
.section--table.dark-mode:not(.dark-mode--mobile-only)
    .table--condensed
    .table-row {
    background-color: transparent;
}
.section--table.dark-mode:not(.dark-mode--mobile-only)
    .table--condensed
    .table-row:not(:last-child) {
    border-bottom: none;
}
.section--table.dark-mode:not(.dark-mode--mobile-only)
    .table--condensed
    .table-cell:not(.table-cell--tcs) {
    background-color: #0d0e13;
}
@media (max-width: 768px) {
    .section--table.dark-mode .table--condensed .table-row {
        background-color: #0d0e13 !important;
    }
    .section--table.dark-mode
        .table--condensed
        .table-cell:not(.table-cell--tcs) {
        background-color: transparent !important;
    }
}
.section--table-bookies {
    margin: 3em auto;
    max-width: 920px;
}
.exit-button-content {
    display: none;
}
@media (max-width: 768px) {
    .table-cell-bookies,
    .table-row-bookies {
        background: #f7f7f7 !important;
    }
}
.table--condensed .cond-logo-wrapper {
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    height: 100%;
    justify-content: center;
}
.table--condensed
    .table-cell:not(.table-cell--visit):not(.table-cell--tcs):not(
        .table-cell--logo
    ) {
    align-items: flex-start;
    justify-content: flex-start;
}
.table--condensed .table-brand-offer {
    text-align: left;
}
.table--condensed .welcome-bonus {
    margin-bottom: 0.5rem;
    text-transform: none;
}
.table--condensed .rating-label {
    margin-bottom: 0.5rem;
}
.table--condensed .score-label {
    font-size: 12px;
    margin-bottom: 0.5rem;
}
.table--condensed .score {
    font-size: 2rem;
    font-weight: 700;
}
.table--condensed .score span {
    font-weight: 400;
}
.table--condensed .button {
    padding: 0.5rem 1.5rem;
}
@media (max-width: 768px) {
    .table--condensed .button {
        padding: 0.5rem 1rem;
    }
}
.table--condensed .table-cell--logo {
    order: 1;
}
.table--condensed .table-cell--offer {
    order: 2;
}
.table--condensed .table-cell--rating {
    order: 4;
}
.table--condensed .table-cell--score {
    order: 3;
}
.table--condensed .table-cell--visit {
    order: 5;
}
.table--condensed .table-cell--tcs {
    order: 6;
}
.table-heading {
    align-items: center;
    display: flex;
    margin-bottom: 1rem;
}
.table-heading svg {
    margin-right: 1rem;
    width: 50px;
}
.table-banner-image {
    display: block;
    width: 100%;
}
.round-corners:not(.spaced-rows) .th--logo {
    border-top-left-radius: 10px;
}
.round-corners:not(.spaced-rows) .th--visit {
    border-top-right-radius: 10px;
}
.round-corners:not(.spaced-rows) .table-row:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.spaced-rows.round-corners .th--logo {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.spaced-rows.round-corners .th--visit {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.spaced-rows.round-corners .table-row {
    border-radius: 10px;
}
.spaced-rows.round-corners .table--condensed .table-cell--logo {
    border-bottom-left-radius: 10px;
}
.spaced-rows.round-corners .table--condensed .table-cell--visit {
    border-bottom-right-radius: 10px;
}
.spaced-rows .table-header {
    margin-bottom: 0.75rem;
}
.spaced-rows .table-row {
    border-bottom: none;
}
.spaced-rows .table-row:not(:last-child) {
    margin-bottom: 0.75rem;
}
.table-banner--round .table-banner-image {
    border-radius: 10px;
}
.table-banner--bottom-margin {
    margin-bottom: 1rem;
}
.big-icon-text .table-heading {
    font-size: 2.25rem;
}
.big-icon-text .table-heading svg {
    width: 70px;
}
.has-btn-icon .button-claim {
    align-items: center;
    display: flex;
    justify-content: center;
}
.button__icon {
    margin-left: 0.75rem;
    pointer-events: none;
}
.button__icon--arrow {
    height: 15px;
    width: 20px;
}
.section--content-123-bookies .mobile-photo {
    display: none;
}
@media (min-width: 1024px) {
    .has-custom-column .table-cell--logo,
    .has-custom-column .th--logo {
        flex-basis: 15%;
    }
    .has-custom-column .table-cell--custom,
    .has-custom-column .th--custom {
        flex-basis: 10%;
    }
    .has-custom-column .table-cell--deposit,
    .has-custom-column .table-cell--score,
    .has-custom-column .th--deposit,
    .has-custom-column .th--score {
        flex-basis: 100px;
    }
    .has-custom-column .score {
        font-size: 2.5rem;
    }
    .has-custom-column .th {
        font-size: 12px;
    }
}
@media (min-width: 769px) {
    .cond-preset-cta-mobile,
    .mobile-star-rating-label,
    .rating-label--mobile,
    .score-label-mobile {
        display: none;
    }
    body.table-has-bg .section--table.round-corners,
    body.table-has-bg .section--table.spaced-rows {
        padding-bottom: 0;
        padding-top: 0;
    }
}
@media (min-width: 769px) and (max-width: 1215px) {
    .table-cell .button-claim {
        font-size: 1rem;
    }
    .button-bookies {
        font-size: 0.8rem !important;
    }
}
@media (min-width: 769px) and (max-width: 1023px) {
    .table-cell--logo,
    .th--logo {
        flex-basis: 15%;
    }
    .table-cell--rating,
    .th--rating {
        display: none;
    }
    .table-cell--offer,
    .th--offer {
        flex-basis: 40%;
    }
    .with-carousel .table-cell.table-cell--visit.table-cell--buttons {
        flex-basis: 100%;
    }
    .with-carousel .table-cell--offer {
        flex-basis: 70% !important;
    }
    .table-row--extended .table-cell.table-cell--logo.radius-logo {
        flex-basis: 20%;
    }
    .with-carousel .slide img {
        margin: 0 auto;
    }
    .with-carousel .carousel {
        width: 100%;
    }
}
@media (max-width: 1215px) {
    .button__icon--arrow {
        height: 13px;
        width: 16px;
    }
}
@media (max-width: 1023px) {
    .section--table .section-inner {
        background-color: transparent !important;
    }
    .ranked .table-cell--logo {
        padding-left: 1rem;
    }
    .table-cell--custom,
    .table-row.ranked:before,
    .th--custom {
        display: none;
    }
    .table-heading {
        padding: 0 0.5rem;
    }
    .section--table .section-inner {
        padding: 0;
    }
    .spaced-rows .table-header,
    .spaced-rows .table-row:not(:last-child) {
        margin-bottom: 0.5rem;
    }
    .round-corners .table-banner-box,
    .spaced-rows .table-banner-box {
        padding: 0;
    }
    .table--condensed .cond-logo-wrapper {
        padding: 0.25rem 0;
    }
}
@media (max-width: 768px) {
    .table-row-ppc,
    .table-row-ppc > * {
        background: #fff;
    }
    .main {
        margin: 0 auto;
        max-width: 500px;
    }
    .table-header {
        display: none;
    }
    .brand-ribbon {
        padding: 0.125rem 0.75rem;
    }
    .table-cell--logo {
        padding-bottom: 0;
        padding-left: 0.5rem !important;
    }
    .table-cell--logo img {
        width: 150px;
    }
    .table-cell {
        padding: 0.5rem;
        z-index: 1;
    }
    .table-cell--logo,
    .table-cell--offer,
    .table-cell--visit {
        flex-basis: 50%;
        max-width: 50%;
    }
    .brand-ribbon-ppc {
        left: 65%;
    }
    .brand-ribbon-ppc.sharp {
        border-radius: 0;
    }
    .brand-ribbon-ppc.sharp:before {
        content: '';
        left: -13px;
        position: absolute;
        top: 0;
    }
    .table-cell--score-ppc {
        justify-content: flex-end;
        margin-bottom: -0.2rem;
        min-width: 50%;
        z-index: 1;
    }
    .table-cell--score-ppc .score-ppc-cell {
        margin-bottom: -0.4rem;
        padding: 0.1rem 1.2rem;
    }
    .table-cell--score-ppc .score-ppc-cell .score {
        font-size: 1.5rem;
    }
    .table-cell--visit-ppc {
        min-width: 100%;
        order: 3;
    }
    .table-cell--tcs-ppc {
        order: 4;
    }
    .table-cell--offer-ppc {
        min-width: 100%;
        order: 2;
    }
    .table-cell--offer-ppc .table-brand-offer {
        font-size: 22px;
    }
    .table-cell--logo-ppc {
        z-index: 2;
    }
    .table-cell--deposit-ppc {
        display: none;
    }
    .table-cell--rating {
        flex-basis: 30%;
        flex-direction: column-reverse;
        max-width: 30%;
    }
    .table-cell--score {
        flex-basis: 20%;
        max-width: 20%;
    }
    .table-row:after {
        background-color: #f2f2f2;
        content: '';
        height: 100%;
        left: 0;
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 50%;
    }
    .table-row .button {
        width: 100%;
    }
    .star-rating {
        margin-top: 0;
        pointer-events: none;
    }
    .rating-label {
        margin-top: 0.5rem;
    }
    .rating-label--desktop {
        display: none;
    }
    .table-cell--tcs {
        background-color: #fff;
        line-height: 1.125;
        margin-top: 0 !important;
        padding: 0.25rem !important;
    }
    .td-star .icon {
        height: 11px;
        width: 11px;
    }
    .small-big-stars .td-star:first-child .icon,
    .small-big-stars .td-star:last-child .icon {
        height: 10px;
        width: 10px;
    }
    .small-big-stars .td-star:nth-child(3) .icon {
        height: 14px;
        width: 14px;
    }
    .small-big-stars .td-star:nth-child(2) .icon,
    .small-big-stars .td-star:nth-child(4) .icon {
        height: 12px;
        width: 12px;
    }
    .score {
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1;
    }
    .score-label-mobile {
        font-size: 10px;
        font-weight: 700;
    }
    .table-brand-offer {
        font-size: 1rem;
        line-height: 1.25;
    }
    .visit-site {
        display: none;
    }
    .table-cell--offer {
        padding-bottom: 0;
    }
    .welcome-bonus {
        font-size: 10px;
        margin-bottom: 0.125rem;
    }
    .table-heading {
        font-size: 1rem;
    }
    .table-heading svg {
        margin-right: 0.5rem;
        width: 30px;
    }
    .table-banner-box:not(.has-mobile) {
        height: 65px;
    }
    .table-banner-box:not(.has-mobile) .table-banner-image {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: left;
        object-position: left;
        width: 100%;
    }
    .spaced-rows .table-banner-box:not(.table-banner--bottom-margin) {
        margin-bottom: 0.5rem;
    }
    .dark-mode .table-cell--tcs,
    .dark-mode .table-row:after {
        background-color: #0d0e14;
    }
    .no-body-bg-mobile {
        display: none;
    }
    .round-corners:not(.spaced-rows) .table-row:first-child {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .table--condensed .brand-ribbon {
        font-size: 10px;
    }
    .table--condensed .table-cell--score {
        display: none;
    }
    .table--condensed .table-cell--logo {
        flex-basis: 30%;
    }
    .table--condensed .table-cell--offer {
        align-items: center !important;
        flex-basis: 70%;
        justify-content: center !important;
        max-width: 70%;
        text-transform: uppercase;
    }
    .table--condensed .table-brand-offer {
        text-align: center;
    }
    .table--condensed .table-cell--rating,
    .table--condensed .table-cell--visit,
    .table--condensed .welcome-bonus {
        display: none;
    }
    .table--condensed .cond-stars-mobile {
        align-items: center;
        display: flex;
        pointer-events: none;
    }
    .table--condensed .cond-preset-cta-mobile {
        display: flex;
        margin-top: 0.5rem;
        width: 100%;
    }
    .table--condensed .has-ribbon .table-brand-offer,
    .table--condensed .has-ribbon .table-cell--logo {
        padding-top: 1rem;
    }
    .table--condensed .td-star {
        padding: 0 1px;
    }
    .table--condensed .td-star .icon {
        height: 8px;
        width: 8px;
    }
    .table--condensed .score-cond-mobile {
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        margin-top: 0.25rem;
    }
    .table--condensed .cond-start-score-mobile {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-right: 0.5rem;
    }
    .table--condensed .table-cell--tcs {
        padding-top: 0.25rem !important;
    }
    .big-icon-text .table-heading {
        font-size: 1.75rem;
        line-height: 1;
    }
    .score-label--normal {
        display: none;
    }
    .mobile-star-rating-label {
        font-size: 11px;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 0.25rem;
    }
    .no-votes .score-label-mobile {
        display: none;
    }
    .no-votes .score {
        font-size: 2rem;
        margin-bottom: 0.5rem;
    }
    .vote-count-desktop-only {
        display: none;
    }
}
@media (max-width: 430px) {
    .section--content-123-bookies .desktop-photo,
    .section--content-123-bookies br {
        display: none;
    }
    .section--content-123-bookies .mobile-photo {
        display: flex;
        height: 100px;
        top: 0 !important;
    }
    .section--content-123-bookies {
        background-size: contain;
        bottom: 0;
        display: block;
        height: 100px;
        position: fixed;
        width: 100%;
        z-index: 6;
    }
    .exit-button-content {
        background: #fff;
        border-radius: 50%;
        display: block;
        font-size: 0;
        height: 12px;
        position: absolute;
        right: 0.4rem;
        top: 0.4rem;
        width: 12px;
    }
    .exit-button-content:after,
    .exit-button-content:before {
        background-color: #313131;
        content: '';
        height: 2px;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: rotate(45deg) translate(-50%, -50%);
        transform-origin: top left;
        width: 7px;
    }
    .exit-button-content:after {
        transform: rotate(-45deg) translate(-50%, -50%);
    }
}
@media (max-width: 425px) {
    .table-row-bookies {
        justify-content: flex-end;
    }
    .table-row-bookies.ranked:before {
        align-items: center;
        color: #fff;
        content: counter(row);
        counter-increment: row;
        display: flex;
        font-size: 1rem;
        font-weight: 700;
        height: 100%;
        justify-content: center;
        left: 0;
        position: absolute;
        top: 0;
        width: 1.1rem;
        z-index: 5;
    }
    .table-cell--logo-bookies {
        padding-left: 3rem;
    }
    .table-cell--logo-bookies img {
        justify-self: center;
        padding-left: 2rem;
    }
    .table-cell--tcs-bookies {
        margin-top: 0.25rem;
        padding: 0 2rem 0.5rem 2.25rem !important;
    }
    .table-row-bookies:after {
        background: #f7f7f7;
    }
    .welcome-bonus-bookies {
        color: #707070;
        font-weight: 700;
        line-height: 13px;
    }
    .table-brand-offer-bookies {
        color: #212121;
        font-size: 18px;
    }
    .table-cell--tcs-bookies {
        font-size: 8px;
    }
    .mobile-star-rating-label-bookies {
        display: none;
    }
    .section--table-bookies {
        margin-top: 0;
    }
    .brand-ribbon-bookies,
    .rating-label-bookies,
    .score-label-mobile-bookies {
        display: none;
    }
    .table-cell--logo-bookies {
        height: 100%;
        padding-bottom: 0.1rem;
        padding-left: 0;
    }
    .table-cell--logo-bookies img {
        height: 100%;
        width: 100%;
    }
    .table-cell-bookies {
        padding: 0.5rem;
        z-index: 1;
    }
    .table-cell--logo-bookies {
        flex-basis: 33%;
        max-width: 33%;
    }
    .table-cell--offer-bookies {
        flex-basis: 66%;
        max-width: 66%;
    }
    .table-cell--visit-bookies {
        flex-basis: 40%;
        max-width: 40%;
        padding: 0.1rem;
    }
    .button-bookies {
        font-size: 14px;
        font-weight: 700;
        margin-right: 0.5rem;
        padding: 0.4rem 1rem;
    }
    .table-cell--rating-bookies {
        align-self: flex-start;
        flex-basis: 26%;
        flex-direction: column-reverse;
        height: 16px;
        margin-right: -5.5rem;
        max-width: 26%;
        padding-bottom: 0.5rem;
    }
    .table-cell--score-bookies {
        align-items: flex-start;
        align-self: flex-end;
        flex-basis: 23%;
        justify-content: flex-end;
        max-width: 23%;
        padding: 0;
    }
    .score-bookies,
    .table-cell--score-bookies {
        background: #f7f7f7;
        height: 10px;
        justify-self: flex-end;
    }
    .score-bookies {
        font-size: 14px;
        margin-bottom: 0.5rem;
        margin-left: -0.2rem;
        margin-top: 2rem;
    }
}
@media (max-width: 375px) {
    .score-bookies {
        margin-left: 0.2rem;
    }
}
@media (max-width: 350px) {
    .table-cell--rating-bookies {
        margin-right: -5rem;
    }
}
@media (max-width: 340px) {
    .mobile-star-rating-label,
    .rating-label,
    .score-label-mobile {
        font-size: 9px;
        font-weight: 700;
    }
    .no-votes .score {
        font-size: 1.5rem;
    }
    .table--condensed .cond-start-score-mobile {
        padding-right: 0.25rem;
    }
    .table--condensed .td-star .icon {
        height: 6px;
        width: 6px;
    }
}
@media (max-width: 325px) {
    .brand-ribbon-ppc {
        left: 50%;
        margin-top: 0 !important;
    }
    .table-cell--rating-bookies {
        margin-right: -4.5rem;
    }
    .score-bookies {
        margin-left: -0.5rem;
    }
}
.welcome-bonus--brand-name-ph {
    display: none !important;
}
.table-row--modified .star-rating.interactive,
.table-row--modified a {
    z-index: 999;
}
.table-row--modified:before {
    align-items: center;
    background-color: #f5a728;
    border-bottom-left-radius: 10px;
    color: #000;
    content: counter(row);
    counter-increment: row;
    display: flex;
    font-weight: 700;
    justify-content: center;
    left: -2rem;
    position: absolute;
    top: 0;
    width: 2rem;
    z-index: 1;
}
.table-row--extended {
    border-top-left-radius: unset !important;
    overflow: unset;
}
.table-row--extended .table-cell--offer {
    align-items: start;
    align-self: flex-start;
}
.radius-logo {
    align-self: flex-start;
}
.radius-logo img {
    border-radius: 10px;
}
.table-cell.table-cell--features {
    flex-basis: 20%;
}
.casino-brand-name {
    color: #707070;
    font-weight: 600;
}
img.brand-code-img {
    align-self: flex-start;
}
.button--htclaim {
    color: #707070;
    display: flex;
    font-weight: 700;
    justify-content: center;
}
.button--htclaim,
.button--htclaim:hover {
    background: #e4e4e4;
}
.button-wrapper {
    margin-top: 0.5rem;
}
.button-wrapper,
.table-cell--buttons .button {
    font-size: 12px;
    width: 100%;
    z-index: 1;
}
.dropdown-content {
    display: none;
    font-size: 14px;
    margin-bottom: 0.75rem;
}
.dropdown-text {
    font-size: 12px !important;
}
.dropdown-text .button {
    border-radius: 60px !important;
}
.dropdown-content.show {
    display: flex;
    justify-content: center;
    text-align: left;
}
.dropdown-content.show .button,
.dropdown-content.show .table-brand-offer {
    display: none;
}
span.htc-arrow-down {
    margin-left: 0.3rem;
}
.table-cell--dropdown {
    background: #e4e4e4;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 10px;
    padding: 0.5rem 1rem;
}
.ranked .table-cell--dropdown {
    padding-top: 0.2rem;
}
.rating-mobile,
.table-cell.table-cell--features.features-mobile {
    display: none;
}
.table-row--modified .table-cell--features {
    align-items: flex-start;
}
.brand-description a {
    text-decoration: none;
}
.table-cell--features {
    z-index: 999;
}
.table-cell--features a {
    text-decoration: none;
}
.page-template-usa-casino-template .table-row--modified .table-cell--offer {
    flex-basis: 35%;
}
.page-template-usa-casino-template .table-heading {
    justify-content: center;
}
.dropdown-text ol li::marker {
    font-weight: 700;
}
@media (max-width: 768px) {
    .page-template-usa-casino-template .table-row--modified .table-cell--offer {
        flex-basis: 50%;
    }
    .page-template-usa-casino-template .table-heading {
        margin-top: 1rem;
    }
    .page-template-usa-casino-template .table-row--extended .score {
        color: #000;
    }
    .casino-brand-name,
    .table-cell--offer .star-rating,
    .table-cell.table-cell--features {
        display: none;
    }
    .dropdown-content.show .button,
    .dropdown-content.show .table-brand-offer,
    .table-cell.table-cell--features.features-mobile {
        display: block;
    }
    .radius-logo img {
        border-radius: 0;
    }
    .rating-mobile {
        display: flex;
        margin-top: 0.5rem;
    }
    .table-cell--buttons {
        justify-content: space-between;
        z-index: 2;
    }
    .table-row--extended {
        border-radius: unset !important;
    }
    .table-row--extended .table-cell--offer {
        align-items: center;
        z-index: 9999;
    }
    .button-wrapper {
        margin-top: unset;
        width: 48%;
    }
    .btn-fix {
        width: 48% !important;
    }
    .table-cell.table-cell--visit.table-cell--buttons {
        flex-direction: row-reverse;
        max-width: 100%;
    }
    .dropdown-content.show {
        display: block;
    }
    .dropdown-content.show ol {
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    .dropdown-content.show li {
        margin-bottom: 0.5rem;
        margin-right: unset !important;
        margin-top: 0.5rem;
    }
    .dropdown-content.show .table-brand-offer {
        color: #000;
        padding: 0.5rem 0;
    }
    .dropdown-text {
        font-weight: 400;
        margin-bottom: 1rem;
    }
    .dropdown-text li {
        text-align: center;
        z-index: 9999;
    }
    .dropdown-text a {
        z-index: 9999;
    }
    a.button.button--htclaim.dropbtn {
        color: #707070 !important;
    }
    a.button.button-claim.js-claim.gtm-claim.button--modified {
        line-height: 1.25;
    }
    .table-row--extended {
        border-top-left-radius: unset !important;
    }
    .table-cell--dropdown {
        border-bottom-left-radius: unset;
        border-bottom-right-radius: unset;
    }
}
.with-carousel .table-cell--offer {
    flex-basis: 47%;
}
.with-carousel .brand-offer-details {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.brand-desc {
    font-size: 12px;
    padding: 0.75rem 0.5rem 0.5rem 0;
    text-align: left;
}
.with-carousel .brand-li-feature ul {
    align-items: center;
    display: flex;
}
.with-carousel .brand-li-feature li {
    margin: 0.25rem 0 0.25rem 1rem;
}
.with-carousel .table-cell.table-cell--features {
    padding: 0.25rem;
}
.with-carousel .brand-li-feature li:before {
    left: -1.5rem;
    top: 50%;
    transform: translateY(-50%);
}
.button--modified,
.table-row--extended .visit-site {
    display: none;
}
.carousel {
    --current-slide: 0;
    overflow: hidden;
    position: relative;
}
.carousel-button {
    background-color: #707070;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 1.25rem;
    font-weight: 900;
    opacity: 0.75;
    padding: 0.2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: color 0.1s;
    z-index: 1;
}
.carousel-button:hover {
    background-color: hsla(0, 4%, 80%, 0.5);
    color: rgba(0, 0, 0, 0.5);
}
.carousel-button_next {
    right: 0;
}
.carousel-button_previous {
    left: 0;
}
.slides {
    display: flex;
    transform: translateX(calc(-100% * var(--current-slide)));
    transition: transform 0.5s;
}
.slide {
    flex: 0 0 100%;
}
.table-brand-offer.carousel-mobile {
    display: none;
}
.carousel-header {
    padding: 0.5rem;
}
.with-carousel .slide img {
    cursor: pointer;
    display: block;
    padding: 0 1.5rem;
}
.with-carousel .table-cell--score {
    background-color: #f5a728;
    border-bottom-left-radius: 10px;
    font-size: 10px;
    left: -2.5rem;
    padding: 0.2rem;
    position: absolute;
    top: 0;
    width: 2.5rem;
    z-index: 1;
}
.with-carousel .score {
    font-size: 10px;
}
.btn-fix,
.button--htclaim {
    border-radius: 6px !important;
}
@media (max-width: 1024px) {
    .table-row--extended {
        border-top-left-radius: unset !important;
    }
    .with-carousel .table-cell--score {
        border-radius: 0;
        font-weight: 700;
        height: 30px;
        left: unset;
        padding: 0.2rem;
        right: 1rem;
        top: -0.2rem;
    }
    .with-carousel .table-cell--score:after {
        border-color: #f5a728 transparent transparent;
        border-style: solid;
        border-width: 10px 20px 0;
        bottom: -10px;
        content: '';
        height: 0;
        left: 0;
        position: absolute;
        width: 0;
    }
    .with-carousel .score {
        color: #000;
    }
    .table-row--modified:before {
        display: none;
    }
    .table-cell.table-cell--features {
        flex-basis: 45%;
    }
    .casino-brand-name {
        font-size: 14px;
    }
    .table-brand-offer {
        font-size: 16px;
    }
    .brand-li-feature {
        font-size: 12px;
    }
}
@media (max-width: 768px) {
    .table-row--extended .table-cell--tcs a {
        color: #000;
    }
    .with-carousel .features-mobile {
        display: none !important;
    }
    .with-carousel .brand-code-img,
    .with-carousel .brand-description,
    .with-carousel .btn-fix,
    .with-carousel .rating-mobile,
    .with-carousel .table-brand-offer {
        display: none;
    }
    .with-carousel .casino-brand-name,
    .with-carousel .table-cell--visit,
    .with-carousel .visit-site {
        display: block;
    }
    .button--modified {
        display: block;
        font-size: 12px;
        margin: 1rem 0 0;
        padding: 0.7rem;
    }
    .with-carousel .table-brand-offer.carousel-mobile {
        display: block;
        flex-direction: row-reverse;
        padding: 0.5rem;
        width: 100%;
        z-index: 1;
    }
    .with-carousel .carousel-mobile .code-extra {
        display: block;
        margin: 0.5rem auto;
        max-width: 150px !important;
    }
    .brand-desc {
        font-size: 12px;
        padding: 0.5rem;
    }
    .brand-desc,
    .carousel-mobile .brand-li-feature {
        font-weight: 400;
    }
    .table-row--extended:after {
        display: none;
    }
}
.page-template-usa-casino-template
    .with-carousel
    .brand-li-feature
    li:first-child {
    margin-left: 1rem;
}
.page-template-usa-casino-template .btn-fix.btn-fix--mobile {
    display: none;
}
.page-template-usa-casino-template .brand-li-feature li {
    flex: 1;
    font-size: 12px;
    list-style: none;
    margin: 0.5rem 1rem 0.5rem 0;
    position: relative;
    text-align: left;
}
.page-template-usa-casino-template .brand-li-feature li:before {
    background-image: url('');
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    height: 20px;
    left: -1.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
}
@media (max-width: 768px) {
    .page-template-usa-casino-template .btn-fix.btn-fix--mobile {
        display: block;
    }
    .page-template-usa-casino-template .btn-fix {
        display: none;
    }
    .page-template-usa-casino-template .section--hero.transparent-nav-mobile,
    .page-template-usa-casino-template .section--hero:not(.solid-nav) {
        margin-top: 0;
    }
    .page-template-usa-casino-template
        .section--hero.transparent-nav
        .section-padded,
    .page-template-usa-casino-template
        .section--hero.transparent-nav-mobile
        .section-padded {
        padding-top: 1.25rem;
    }
    .page-template-usa-casino-template .section--hero .section-padded {
        padding: 1.25rem 0.5rem;
    }
    .page-template-usa-casino-template .with-carousel .brand-li-feature ul {
        align-items: flex-start;
        flex-direction: column;
    }
    .page-template-usa-casino-template .brand-li-feature li:before {
        height: 15px;
        left: -1.5rem;
        top: 50%;
        transform: translateY(-50%);
        width: 15px;
    }
    .page-template-usa-casino-template .brand-li-feature li {
        font-size: 10px;
        margin: 0.25rem 0;
    }
    .page-template-usa-casino-template .with-carousel .brand-li-feature li {
        font-size: 12px;
        margin: 0.25rem 0 0.25rem 2rem;
    }
    .page-template-usa-casino-template
        .with-carousel
        .brand-li-feature
        li:first-child {
        margin-left: 2rem;
    }
}
.page-template-usa-casino-template .section--hero .section-padded {
    padding-bottom: 0.5rem;
}
.page-template-usa-casino-template .td-star .icon {
    height: 15px;
    width: 15px;
}
.page-template-usa-casino-template .table-cell--dropdown {
    background-color: #e4e4e4;
}
.page-template-usa-casino-template .button {
    padding: 0.75rem;
}
.page-template-usa-casino-template .dropdown-content.show .table-brand-offer {
    color: #000;
    padding: 0.25rem 0;
    text-align: center;
}
.page-template-usa-casino-template .dropdown-content.show li {
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
}
.page-template-usa-casino-template .table-row--modified.table-row--extended {
    background: #fff;
}
.table-cell.table-cell--features {
    align-items: normal;
}
.modal--generic.show {
    display: flex;
}
.with-carousel .button-claim:after {
    display: none;
}
.generic-content {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6);
    color: #000 !important;
    max-width: 80%;
    padding: 1rem;
    position: relative;
    text-shadow: none !important;
    width: 1100px;
    z-index: 999;
}
.modal-generic-body img {
    display: block;
    margin-top: 2rem;
}
.rating-compliance {
    bottom: -25px;
    left: 0;
    margin: 0 auto !important;
    position: absolute;
    right: 0;
}
.rating-compliance img {
    cursor: pointer;
    width: 12px;
}
.rating-compliance .comp-text {
    height: 0;
    opacity: 0;
}
.rating-compliance.mobile {
    display: none;
}
.table-rating-bc .rating-compliance.dt {
    left: 46%;
}
.dark-mode .rating-compliance .comp-text {
    background: #fff;
    color: #000;
}
.dark-mode .rating-compliance img {
    background: #fff;
    border-radius: 5px;
}
@media (min-width: 768px) {
    .rating-compliance:hover > .comp-text {
        background: hsla(0, 0%, 97%, 0.922);
        border-radius: 11px;
        font-size: 0.8rem;
        height: unset;
        opacity: 1;
        padding: 5px;
        position: absolute;
        top: -70px;
        transform: translate(-50%);
        width: 400px;
        z-index: 99999999999;
    }
}
@media (max-width: 768px) {
    .rating-compliance.dt {
        display: none;
    }
    .rating-compliance.mobile {
        display: flex;
        height: 13px;
        position: absolute;
        right: 67%;
        top: 84px;
        width: 27px;
        z-index: 9;
    }
    .table-rating-bc .rating-compliance.mobile {
        bottom: -17px;
        right: 0;
        z-index: 9;
    }
    .comp-text.show {
        background: hsla(0, 11%, 91%, 0.9);
        border-radius: 11px;
        bottom: 15px;
        font-size: 0.7rem;
        height: unset;
        left: 0;
        margin: 0 auto;
        min-width: 230px;
        opacity: 1;
        padding: 5px;
        position: absolute;
        right: 0;
        text-align: center;
        width: -moz-fit-content;
        width: fit-content;
        z-index: 999999 !important;
    }
    .has-ribbon .rating-compliance {
        top: 103px;
    }
}
.signup-form-aggpage {
    background-color: rgba(0, 0, 0, 0.7);
    margin: 12px auto;
    max-width: 440px;
    padding: 20px;
    text-align: center;
    width: 100%;
}
.signup-form-aggpage .hbspt-form,
.signup-form-aggpage .hs-button,
.signup-form-aggpage .hs-form-booleancheckbox-display,
.signup-form-aggpage .hs-input {
    font-family: Poppins, sans-serif !important;
}
.signup-form-aggpage .hs-recaptcha {
    display: none;
}
.signup-form-aggpage .hs-button {
    background: #84c03e;
}
@media (max-width: 425px) {
    .signup-form-aggpage .hs-button {
        width: 80%;
    }
}
@font-face {
    font-display: swap;
    font-family: Oswald;
    font-style: normal;
    font-weight: 200;
    src: url('') format('woff2');
    unicode-range: u+0100-024f, u+0259, u+1e??, u+2020, u+20a0-20ab, u+20ad-20cf,
        u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
    font-display: swap;
    font-family: Oswald;
    font-style: normal;
    font-weight: 200;
    src: url('') format('woff2');
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da,
        u+02dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212,
        u+2215, u+feff, u+fffd;
}
@font-face {
    font-display: swap;
    font-family: Oswald;
    font-style: normal;
    font-weight: 500;
    src: url('') format('woff2');
    unicode-range: u+0100-024f, u+0259, u+1e??, u+2020, u+20a0-20ab, u+20ad-20cf,
        u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
    font-display: swap;
    font-family: Oswald;
    font-style: normal;
    font-weight: 500;
    src: url('') format('woff2');
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da,
        u+02dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212,
        u+2215, u+feff, u+fffd;
}
@font-face {
    font-display: swap;
    font-family: Oswald;
    font-style: normal;
    font-weight: 700;
    src: url('') format('woff2');
    unicode-range: u+0100-024f, u+0259, u+1e??, u+2020, u+20a0-20ab, u+20ad-20cf,
        u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
    font-display: swap;
    font-family: Oswald;
    font-style: normal;
    font-weight: 700;
    src: url('') format('woff2');
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da,
        u+02dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212,
        u+2215, u+feff, u+fffd;
}
.page-template-usa-template,
.usa-template-brand-special-offer,
.widget-brand-cta.widget-brand-cta--usa-template {
    font-family: Oswald, sans-serif;
}
.default-tcs-usa,
.section--content-usa,
.sub-navbar-usa-body,
.table-brand-name-usa,
.table-brand-offer-usa,
.usa-bot-desc,
.widget-brand-name--usa-template,
.widget-brand-offer__text--usa-template {
    font-family: Roboto, sans-serif;
}
body.page-template-usa-template {
    background: #fafbff;
}
li.current-menu-item a,
ul.nav-menu.nav-menu-usa-temp > .current-menu-item a {
    color: #ff2c2c;
}
.page-template-usa-template .main {
    max-width: 100%;
}
.navbars-wrapper {
    position: sticky;
    top: 0;
    z-index: 1;
}
nav.navbar-usa-template {
    background-color: #212121;
    width: 100%;
}
nav.sub-navbar-usa {
    background: #fff;
    width: 100%;
}
.navbar-body.navbar-body__usa {
    background-color: unset;
    justify-content: flex-end;
}
.navbar-body.navbar-body__usa .navbar-logo {
    margin-right: 0;
}
.nav-menu-usa-temp li {
    margin-left: 1rem;
}
.nav-menu.nav-menu-usa-temp a {
    color: #fff;
}
.sub-nav-menu-usa-temp {
    display: flex;
    list-style: none;
    padding: 0.25rem 1rem;
}
.sub-nav-menu-usa-temp li:not(:first-child) {
    margin-left: 0.5rem;
}
.sub-nav-menu-usa-temp a {
    color: #212121;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}
@media (max-width: 768px) {
    .sub-nav-menu-usa-temp a {
        font-size: 10px;
    }
    .navbar-usa-template .navbar-nav {
        margin-top: 32px;
    }
    .nav-menu-usa-temp li {
        font-size: 14px;
        margin-left: 0;
    }
}
.usa-columns {
    display: flex;
    justify-content: center;
    padding: 1rem 1rem 0;
}
.main-column {
    width: 60%;
}
.side-column {
    flex: 1;
    padding-left: 2rem;
}
img.main-banner-img {
    display: block;
    margin: 12px 0 4px;
    width: 100%;
}
@media (max-width: 768px) {
    .usa-columns {
        padding: 0;
    }
}
.section--table-usa {
    margin-top: 1rem;
}
.table-one__title {
    background: #212121;
    color: #fff;
    padding: 6px 0;
    text-align: center;
}
.table-one-box {
    align-items: center;
    border-bottom: 1px solid #dbdcdd;
    border-left: 1px solid #dbdcdd;
    border-right: 1px solid #dbdcdd;
    display: flex;
    font-size: 14px;
    justify-content: space-around;
    padding: 6px;
}
.state-shape-img img {
    display: block;
    margin: 0 auto;
    max-width: 30px;
    width: 100%;
}
.state-shape-img {
    width: 10%;
}
.page-name {
    width: 55%;
}
.page-name a {
    color: #212121;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}
.page-status {
    text-align: end;
    width: 30%;
}
.page-status--live span {
    background: #6be175;
    padding: 0 0.5rem;
}
.page-status--coming-soon span {
    background: #f6b548;
    padding: 0 0.2rem;
}
@media (max-width: 768px) {
    .navbar-body__usa .navbar-logo {
        margin: 0;
    }
    .side-column {
        display: none;
    }
    .main-column {
        overflow: hidden;
        width: 100%;
    }
    .section--content-usa,
    .section--table-usa,
    .usa-bot-desc,
    .usa-top-desc {
        padding: 0.2rem 0.5rem;
    }
    .usa-columns .section--content-usa {
        font-weight: 300 !important;
    }
    .default-tcs-usa,
    .tcs-sidebar-aggtable {
        display: block;
    }
}
.footer-usa {
    background: #212121;
    margin-top: 1rem;
    padding: 2rem;
}
.footer-flex {
    display: flex;
    justify-content: space-between;
}
.footer-widget.footer-widget--right {
    display: flex;
}
.footer-widget.footer-widget--links {
    margin: 0 3rem;
    padding-top: 0;
}
.footer-widget.footer-widget--links .title {
    color: #dbdcdd;
}
.footer-widget.footer-widget--links .title a {
    text-decoration: none;
}
.footer-custom-link a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
}
.single-icon-usa {
    width: 30px;
}
.footer-icons-usa {
    padding: 2rem 0;
}
.footer-custom-links-usa {
    display: flex;
    justify-content: center;
}
.single-link a {
    color: #fafbff;
    font-size: 14px;
    text-decoration: none;
}
.single-link:not(:last-child) {
    border-right: 1px solid #fafbff;
    margin-right: 1rem;
    padding-right: 1rem;
}
.footer-disclaimer-usa {
    border-bottom: 1px solid #666;
    padding: 1rem 0;
}
.footer-disclaimer-usa,
.footer-rights {
    color: #666;
    font-size: 12px;
    text-align: center;
}
.footer-rights {
    margin-top: 1rem;
}
a.footer-icon-link:not(:last-child) {
    margin-right: 1rem;
}
@media (min-width: 769px) {
    img.footer-usa-site-logo {
        width: 200px !important;
    }
}
@media (max-width: 768px) {
    .footer-usa {
        padding: 1rem;
    }
    .footer-flex {
        display: block;
    }
    .footer-widget.footer-widget--left img {
        display: block;
        margin: 0 auto;
    }
    img.footer-usa-site-logo {
        height: 32px;
        width: auto !important;
    }
    .footer-icons-usa {
        display: flex;
        justify-content: center;
        padding: 1rem;
    }
    .footer-icons-usa img {
        width: 20px;
    }
    .footer-widget.footer-widget--links {
        margin: 0 1rem;
        padding-top: 0;
    }
    .footer-widget.footer-widget--right {
        justify-content: center;
        padding: 1rem;
    }
    .footer-custom-links-usa {
        display: block;
        flex-wrap: wrap;
        text-align: center;
    }
    .single-link {
        border: none !important;
        margin-right: 0 !important;
        padding-right: 0 !important;
        text-align: center;
    }
    .footer-widget.footer-widget--links {
        font-size: 12px;
    }
}
.main-column .table-heading-sidebar {
    display: none;
}
.under-image-text {
    color: #acacac;
    font-size: 0.6rem;
    font-weight: 500;
}
@media screen and (max-width: 510px) {
    .under-image-text {
        margin-left: 0.25rem;
    }
}
.table-row-usa {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.table-row-wrapper {
    background: #fff;
    border: 1px solid #dbdcdd;
    border-radius: 10px;
    box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.102);
    margin: 0.5rem 0;
    padding: 0.5rem;
}
.table-two .table-row-wrapper {
    background: #fff;
    border: none;
    margin: 0;
    padding: 0;
}
.side-column .table-row-usa {
    border-bottom: 1px solid #dbdcdd;
    border-left: 1px solid #dbdcdd;
    border-right: 1px solid #dbdcdd;
    padding: 0.5rem;
}
.side-column .table-body-usa.brands-body > .table-row-wrapper:nth-child(n + 4) {
    display: none;
}
.table-two .table-cell--logo-usa {
    flex: 1;
}
.table-two .table-cell-usa.table-cell--offer-usa {
    width: 80%;
}
.table-cell-usa.table-cell--logo-usa {
    width: 15%;
}
.table-cell-usa.table-cell--offer-usa {
    padding: 0 0.5rem;
    width: 70%;
}
.table-cell-usa.table-cell--visit-usa {
    align-self: center;
    display: flex;
}
.table-cell-usa.table-cell--logo-usa img {
    border-radius: 10px;
    display: block;
}
.table-brand-name-usa {
    color: #666;
    font-size: 16px;
    font-weight: 700;
}
.table-brand-offer-usa {
    color: #000;
    font-weight: 700;
    text-decoration: none;
}
.default-tcs-usa {
    color: #666;
    font-size: 12px;
}
.button--usa-template {
    background: red;
    border-radius: unset;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    padding: 0.5rem;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
    white-space: nowrap;
}
.table-two .table-cell--visit-usa {
    display: none;
}
.table-two .section--table-usa {
    margin-top: 40px;
}
.table-heading-sidebar {
    background: #212121;
    color: #fff;
    padding: 6px 0;
    text-align: center;
}
.table-two .default-tcs-usa,
.table-two .table-heading-text {
    display: none;
}
.table-two .table-brand-name-usa {
    font-size: 14px;
}
.table-two a.table-brand-offer-usa {
    font-size: 12px;
}
.tcs-sidebar-aggtable {
    display: none;
}
@media (max-width: 768px) {
    .default-tcs-usa.desk-only {
        display: none;
    }
    .table-brand-name-usa,
    a.table-brand-offer-usa {
        font-size: 12px;
    }
}
.usa-template-widget-brand-logo {
    width: 15%;
}
.widget-brand-cta.widget-brand-cta--usa-template {
    width: auto;
}
.widget-brand-offer.widget-brand-offer--usa-template {
    flex: 1;
    padding: 0 0.5rem !important;
}
.full-usa-template-widget-wrapper {
    background: red;
}
.usa-template-brand-special-offer {
    color: #fff;
    font-weight: 500;
    padding: 1rem 1rem 0.5rem;
}
.usa-template-widgate-main-box {
    align-items: center;
    display: flex;
    padding: 0.5rem 1rem 1rem;
}
.usa-template-brand-widget.brands-body {
    background: #000;
    margin-left: 0.75rem;
    margin-top: 1rem;
}
img.usa-template-widget-brand-logo__bg {
    border-radius: 10px;
    display: block;
}
.widget-brand-name--usa-template {
    color: #fafbff;
    font-size: 16px;
    font-weight: 500;
}
.widget-brand-offer__text--usa-template {
    color: #fafbff;
    font-size: 18px;
    font-weight: 700;
}
.tcs--usa-template {
    color: #fafbff;
    font-size: 12px;
    margin-top: 0.5rem;
}
.brand-widget-button-usa {
    margin-top: 1.5rem;
}
@media (max-width: 768px) {
    .usa-template-brand-special-offer,
    .widget-brand-name.widget-brand-name--usa-template,
    .widget-brand-offer__text.widget-brand-offer__text--usa-template {
        font-size: 12px;
    }
    .tcs.tcs--usa-template {
        font-size: 10px;
    }
    .widget-brand-cta.widget-brand-cta--usa-template a {
        font-size: 12px;
        margin-top: 0;
    }
    .brand-widget-button-usa {
        text-align: center;
    }
    .brand-widget-button-usa a {
        font-size: 16px;
    }
}
@media (min-width: 820px) and (max-width: 1023px) {
    .table-two .section--table-usa {
        margin-top: 67px;
    }
}
.section-content.cta {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    position: relative;
}
.section-content.cta .container {
    text-align: center;
    transition: all 0.5s ease !important;
}
.cta.section-content-inner {
    background: transparent;
    display: flex;
}
.cta-form {
    align-items: center;
    background: #212121;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 1rem auto;
    padding: 2rem 1rem;
    width: 100%;
}
.cta-form h1 {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 2rem;
    max-width: 950px;
    text-align: center;
}
@media screen and (max-width: 900px) {
    .cta-form h1 {
        font-size: 2rem;
    }
}
@media screen and (max-width: 768px) {
    .cta-form h1 {
        font-size: 1.75rem;
    }
}
.hbspt-form {
    color: #fff;
    font-family: Oswald, sans-serif;
}
.hs-input {
    background: #fff 0 0 no-repeat padding-box;
    border-color: #dbdbdb;
    font-family: Oswald, serif;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    max-width: 100%;
    padding-left: 1rem;
    width: 100%;
}
.hs-recaptcha {
    padding: 0 75px;
}
@media (max-width: 425px) {
    .hs-recaptcha {
        padding: 0 50px;
    }
}
.hs-pot {
    display: none;
}
.hs-input[type='checkbox'] {
    display: inline;
    margin: 2px 5px;
    min-height: 12px;
    min-width: 12px;
    width: 1%;
}
.hs-form-booleancheckbox {
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 12px;
    font-weight: 200;
    text-align: left;
}
.hs-field-desc {
    padding-bottom: 10px;
}
.hs-form-booleancheckbox label {
    display: inline-block;
}
.hs-form-booleancheckbox input,
.hs-form-booleancheckbox span {
    vertical-align: middle;
}
.hs-form-booleancheckbox input {
    margin-right: 12px;
}
.hs-error-msgs,
.inputs-list {
    list-style-type: none;
}
.hs-error-msg,
.hs-main-font-element {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}
.hs-button {
    background: #c42032 0 0 no-repeat padding-box;
    color: #fff;
    font-family: Oswald, serif;
    font-size: 20px;
    height: 40px;
    margin-top: 10px;
    text-transform: uppercase;
    width: 400px;
}
.hs-button:hover {
    cursor: pointer;
}
@media (max-width: 375px) {
    .hs-button {
        max-width: 310px;
    }
}
@media (max-width: 320px) {
    .cta-form,
    .signup-form {
        max-width: 310px;
    }
    .hs-button,
    .hs-input {
        max-width: 300px;
    }
}
.page-template-actionnetwork-template {
    background-color: #f7f8fd;
}
.page-template-actionnetwork-template .main {
    margin: auto;
    max-width: 100%;
}
.page-template-actionnetwork-template .main-column {
    width: 75%;
}
@media screen and (max-width: 1005px) {
    .page-template-actionnetwork-template .main-column {
        width: 100%;
    }
}
.page-template-actionnetwork-template a {
    color: #0079f0;
    font-weight: 600;
    text-decoration: none;
}
.page-template-actionnetwork-template hr {
    border-color: hsla(0, 0%, 67%, 0.278);
    margin-block: 0.25rem 0.5rem;
}
.page-template-actionnetwork-template .nav-burger,
.page-template-actionnetwork-template .nav-menu {
    display: none;
}
.page-template-actionnetwork-template .usa-columns {
    justify-content: center;
}
.page-template-actionnetwork-template .navbar-body {
    background-color: transparent;
}
@media (max-width: 768px) {
    .page-template-actionnetwork-template .navbar-body {
        padding: 0.25rem 0;
    }
}
@media screen and (max-width: 768px) {
    .page-template-actionnetwork-template .navbar-logo {
        margin-block: 0.25rem;
    }
    .page-template-actionnetwork-template .navbar-img {
        height: 20px;
        margin-left: 0;
    }
}
.page-template-actionnetwork-template h1 {
    font-size: 1.5rem;
}
.page-template-actionnetwork-template h2,
.page-template-actionnetwork-template h3 {
    font-size: 1.4rem;
}
@media screen and (max-width: 510px) {
    .page-template-actionnetwork-template h3 {
        font-size: 1.3rem;
    }
}
@media screen and (max-width: 768px) {
    .page-template-actionnetwork-template .sections.usa-sections {
        margin: 0 auto;
        max-width: 500px;
    }
}
@media (max-width: 768px) {
    .page-template-actionnetwork-template .usa-bot-desc {
        display: none;
    }
}
.page-template-actionnetwork-template .offer-description {
    font-size: 1.25rem;
}
.page-template-actionnetwork-template .table-heading-text {
    margin-bottom: 1.25rem;
}
.page-template-actionnetwork-template .table-row-wrapper {
    background-color: #f7f8fd;
    border: 1px solid hsla(240, 3%, 65%, 0.3);
    box-shadow: 0 10px 24px -14px rgba(0, 0, 0, 0.502);
    -webkit-box-shadow: 0 10px 24px -14px rgba(0, 0, 0, 0.502);
    -moz-box-shadow: 0 10px 24px -14px rgba(0, 0, 0, 0.502);
    padding: 1rem;
    position: relative;
}
@media screen and (max-width: 768px) {
    .page-template-actionnetwork-template .table-row-wrapper {
        padding-bottom: 0.5rem;
    }
}
.page-template-actionnetwork-template .table-row-usa {
    display: flex;
}
@media screen and (max-width: 768px) {
    .page-template-actionnetwork-template .table-row-usa {
        display: block;
    }
}
.page-template-actionnetwork-template .agg-table-offer {
    display: flex;
    justify-content: space-evenly;
}
@media screen and (max-width: 768px) {
    .page-template-actionnetwork-template .agg-table-offer {
        display: flex;
        gap: 0.25rem;
        justify-content: center;
        padding: 0.5rem 0;
    }
}
.page-template-actionnetwork-template .table-cell-usa.table-cell--logo-usa {
    align-self: center;
    width: 25%;
}
@media screen and (max-width: 768px) {
    .page-template-actionnetwork-template .table-cell-usa.table-cell--logo-usa {
        display: flex;
        flex: 1;
        justify-content: center;
        width: auto;
    }
}
.page-template-actionnetwork-template .table-cell-usa.table-cell--logo-usa img {
    border-radius: 10px;
    display: block;
}
@media screen and (max-width: 365px) {
    .page-template-actionnetwork-template
        .table-cell-usa.table-cell--logo-usa
        img {
        scale: 0.9;
    }
}
.page-template-actionnetwork-template .table-cell-usa.table-cell--offer-usa {
    min-width: 300px;
    padding: 0 0.5rem 0 2rem;
    width: auto;
}
@media screen and (max-width: 768px) {
    .page-template-actionnetwork-template
        .table-cell-usa.table-cell--offer-usa {
        flex: 1;
        min-width: auto;
        padding: 0;
        text-align: center;
    }
}
.page-template-actionnetwork-template .agg-table-buttons {
    display: flex;
    gap: 0.75rem;
}
@media screen and (max-width: 768px) {
    .page-template-actionnetwork-template .agg-table-buttons {
        gap: 0.25rem;
        justify-content: center;
    }
    .page-template-actionnetwork-template
        .table-cell-usa.table-cell--visit-usa {
        justify-content: center;
        width: 100%;
    }
}
.page-template-actionnetwork-template .table-brand-offer-usa {
    color: #000;
    font-size: 1.2rem;
}
@media screen and (max-width: 365px) {
    .page-template-actionnetwork-template .table-brand-offer-usa {
        font-size: 0.8rem;
    }
}
.page-template-actionnetwork-template a.promo-code {
    align-items: center;
    background-color: #ebecf5;
    border: 1px dashed hsla(240, 3%, 65%, 0.302);
    border-radius: 5px;
    color: #1d1d25;
    cursor: default;
    display: flex;
    flex-direction: column;
    font-size: 0.75rem;
    height: 45px;
    justify-content: center;
    margin-block: 1rem;
    padding: 0.25rem;
    text-align: center;
    width: 150px;
    z-index: 1;
}
@media screen and (max-width: 768px) {
    .page-template-actionnetwork-template a.promo-code {
        width: 100%;
    }
}
@media screen and (max-width: 510px) {
    .page-template-actionnetwork-template a.promo-code {
        font-size: 0.8rem;
    }
}
.page-template-actionnetwork-template .promo-code span {
    color: #818188;
    font-size: 0.6rem;
}
.page-template-actionnetwork-template .tooltip {
    cursor: pointer;
    display: inline-block;
    position: relative;
}
.page-template-actionnetwork-template .tooltip:after {
    background-color: #f7f8fd;
    color: #0079f0;
    content: attr(data-tooltip);
    font-size: 0.6rem;
    left: 50%;
    opacity: 0;
    padding: 5px;
    pointer-events: none;
    position: absolute;
    top: -30px;
    transform: translateX(-50%);
    transition: opacity 0.5s;
    visibility: hidden;
    white-space: nowrap;
}
.page-template-actionnetwork-template .tooltip:hover:after {
    opacity: 1;
    visibility: visible;
}
.page-template-actionnetwork-template .button--usa-template {
    align-items: center;
    background: #00c358;
    border: 1px solid #00c358;
    border-radius: 5px;
    color: #fff;
    display: flex;
    height: 45px;
    justify-content: center;
    padding: 0.25rem 1.25rem;
    width: 150px;
}
.page-template-actionnetwork-template
    a.button.button--usa-template.js-claim.gtm-claim {
    margin-block: 1rem;
}
@media screen and (max-width: 768px) {
    .page-template-actionnetwork-template
        a.button.button--usa-template.js-claim.gtm-claim {
        font-size: 0.8rem;
        margin-block: 0;
        width: 100%;
    }
}
.page-template-actionnetwork-template .default-tcs-usa {
    font-size: 10px;
}
@media screen and (max-width: 768px) {
    .page-template-actionnetwork-template .default-tcs-usa.desk-only {
        display: block;
    }
}
@media screen and (max-width: 510px) {
    .page-template-actionnetwork-template .default-tcs-usa.desk-only {
        display: none;
    }
}
.page-template-actionnetwork-template .new-offer-section {
    margin-top: 1.25rem;
}
@media screen and (max-width: 510px) {
    .page-template-actionnetwork-template .new-offer-section {
        margin-inline: 0.25rem;
    }
}
.page-template-actionnetwork-template h3.usa-new-offer--text {
    font-size: 1.2rem;
    margin: 0;
}
.page-template-actionnetwork-template .usa-new-offer--border {
    margin: 1rem 0;
    padding-left: 1rem;
}
@media screen and (max-width: 510px) {
    .page-template-actionnetwork-template .usa-new-offer--border {
        margin-left: 0.5rem;
    }
}
.page-template-actionnetwork-template .usa-new-offer--text-data {
    margin: 0.7rem 0;
}
.page-template-actionnetwork-template .button--usa-template.cta {
    font-size: 20px;
    margin: 1rem 0;
    width: 33%;
}
@media screen and (max-width: 1005px) {
    .page-template-actionnetwork-template .button--usa-template.cta {
        margin: 1rem auto;
        width: 98%;
    }
}
.page-template-actionnetwork-template .usa-new-offer--bullet {
    line-height: 2;
    margin-left: 2rem;
}
.page-template-actionnetwork-template .usa-new-offer--blue {
    color: #0079f0;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.page-template-actionnetwork-template .usa-new-offer-tc {
    font-style: italic;
    font-weight: 350;
}
.page-template-actionnetwork-template .rating-container {
    display: flex;
    justify-content: center;
}
.page-template-actionnetwork-template .rating-container svg {
    cursor: pointer;
    margin: 1rem 1rem 0;
}
.page-template-actionnetwork-template .rating-container label {
    cursor: pointer;
}
.page-template-actionnetwork-template p.rating-article {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 1rem;
    text-align: center;
}
.page-template-actionnetwork-template .rating-input {
    display: none;
}
.page-template-actionnetwork-template .rating-button {
    background: none;
    border: none;
    border-radius: 4px;
    margin-right: 10px;
}
.page-template-actionnetwork-template .hidden-message {
    display: none;
    margin-top: 1rem;
    text-align: center;
}
.page-template-actionnetwork-template p.hidden-message {
    font-size: 0.75rem;
    font-weight: 600;
    margin-top: 1rem;
}
.page-template-actionnetwork-template .rating-button-label {
    text-align: center;
}
.page-template-actionnetwork-template p.rating-button-label {
    color: #818188;
    font-size: 0.75rem;
    font-weight: 600;
    text-align: center;
}
@media screen and (max-width: 510px) {
    .page-template-actionnetwork-template .under-rating {
        margin-inline: 0.75rem;
    }
}
.page-template-actionnetwork-template .under-rating p {
    font-size: 0.75rem;
    margin-top: 2rem;
}
.page-template-actionnetwork-template .footer-flex {
    justify-content: center;
}
.page-template-actionnetwork-template .footer-icons {
    margin: 0;
}
.page-template-actionnetwork-template .footer-widget--links {
    display: none;
}
.page-template-actionnetwork-template .footer-disclaimer-usa,
.page-template-actionnetwork-template .footer-rights {
    color: #a4a4aa;
    font-weight: 600;
}
.page-template-actionnetwork-template .footer-widget--right,
.page-template-actionnetwork-template img.footer-usa-site-logo {
    display: none;
}
.page-template-actionnetwork-template .footer-disclaimer-usa {
    border-bottom: none;
}
.page-template-actionnetwork-template .icon-ncpg {
    margin: 0 0 0 0.5rem;
}
@media screen and (max-width: 768px) {
    .page-template-actionnetwork-template .footer-usa .container {
        width: 100% !important;
    }
}
.lp-template-bonus-without-deposit-template .table-row,
.page-template-bonus-without-deposit-template .table-row {
    border-radius: 10px;
    margin-bottom: 2rem;
    margin-inline: 0.75rem;
}
.lp-template-bonus-without-deposit-template .table-row:after,
.page-template-bonus-without-deposit-template .table-row:after {
    background-color: #fff;
}
.lp-template-bonus-without-deposit-template .table-cell,
.page-template-bonus-without-deposit-template .table-cell {
    border-right: 3px solid #f2f2f2;
}
@media (max-width: 768px) {
    .lp-template-bonus-without-deposit-template .table-cell--logo,
    .lp-template-bonus-without-deposit-template .table-cell--offer,
    .lp-template-bonus-without-deposit-template .table-cell--visit,
    .page-template-bonus-without-deposit-template .table-cell--logo,
    .page-template-bonus-without-deposit-template .table-cell--offer,
    .page-template-bonus-without-deposit-template .table-cell--visit {
        flex-basis: 100% !important;
        max-width: inherit;
    }
}
.lp-template-bonus-without-deposit-template .table-brand-offers,
.page-template-bonus-without-deposit-template .table-brand-offers {
    display: flex;
    flex: 1;
    justify-content: space-evenly;
}
.lp-template-bonus-without-deposit-template .table-cell--offer,
.lp-template-bonus-without-deposit-template .th--offer,
.page-template-bonus-without-deposit-template .table-cell--offer,
.page-template-bonus-without-deposit-template .th--offer {
    flex-basis: auto !important;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .lp-template-bonus-without-deposit-template .table-cell--offer:first-child,
    .page-template-bonus-without-deposit-template
        .table-cell--offer:first-child {
        border-right: 2px solid #f2f2f2;
    }
}
.lp-template-bonus-without-deposit-template .welcome-bonus--regular,
.page-template-bonus-without-deposit-template .welcome-bonus--regular {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 0.5rem;
}
.lp-template-bonus-without-deposit-template .table-brand-offer,
.page-template-bonus-without-deposit-template .table-brand-offer {
    font-size: 1.25rem;
}
.lp-template-bonus-without-deposit-template .table-cell--visit,
.lp-template-bonus-without-deposit-template .th--visit,
.page-template-bonus-without-deposit-template .table-cell--visit,
.page-template-bonus-without-deposit-template .th--visit {
    flex: inherit;
}
.lp-template-bonus-without-deposit-template .button,
.page-template-bonus-without-deposit-template .button {
    border-radius: 10px;
    z-index: 1;
}
@media (max-width: 768px) {
    .lp-template-bonus-without-deposit-template .table-row .button,
    .page-template-bonus-without-deposit-template .table-row .button {
        margin-top: 1rem;
        width: 50%;
    }
}
.lp-template-bonus-without-deposit-template .min-deposit,
.page-template-bonus-without-deposit-template .min-deposit {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    padding-top: 0.75rem;
}
.lp-template-bonus-without-deposit-template .table-cell--tcs,
.page-template-bonus-without-deposit-template .table-cell--tcs {
    background-color: #e9e9e9;
    color: dimgray;
    font-size: 0.6rem;
    padding: 0.5rem;
}
@media screen and (max-width: 768px) {
    .lp-template-bonus-without-deposit-template .table-cell--tcs,
    .page-template-bonus-without-deposit-template .table-cell--tcs {
        padding: 0.75rem !important;
    }
}
.lp-template-casinopro-template-new,
.page-template-casinopro-template-new {
    background-color: #f7f8fd;
}
.lp-template-casinopro-template-new .main,
.page-template-casinopro-template-new .main {
    margin: auto;
    max-width: 100%;
}
.lp-template-casinopro-template-new .main-column,
.page-template-casinopro-template-new .main-column {
    width: 75%;
}
@media screen and (max-width: 1005px) {
    .lp-template-casinopro-template-new .main-column,
    .page-template-casinopro-template-new .main-column {
        width: 100%;
    }
}
.lp-template-casinopro-template-new a,
.page-template-casinopro-template-new a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.lp-template-casinopro-template-new hr,
.page-template-casinopro-template-new hr {
    border-color: hsla(0, 0%, 67%, 0.278);
    margin-block: 0.25rem 0.5rem;
}
.lp-template-casinopro-template-new .nav-burger,
.lp-template-casinopro-template-new .nav-menu,
.page-template-casinopro-template-new .nav-burger,
.page-template-casinopro-template-new .nav-menu {
    display: none;
}
.lp-template-casinopro-template-new .usa-columns,
.page-template-casinopro-template-new .usa-columns {
    justify-content: center;
}
@media (max-width: 768px) {
    .lp-template-casinopro-template-new .navbar-body,
    .page-template-casinopro-template-new .navbar-body {
        padding: 0.25rem 0;
    }
}
@media screen and (max-width: 768px) {
    .lp-template-casinopro-template-new .navbar-logo,
    .page-template-casinopro-template-new .navbar-logo {
        margin-block: 0.25rem;
    }
    .lp-template-casinopro-template-new .navbar-img,
    .page-template-casinopro-template-new .navbar-img {
        height: 20px;
        margin-left: 0;
    }
}
.lp-template-casinopro-template-new h1,
.page-template-casinopro-template-new h1 {
    font-size: 1.5rem;
}
.lp-template-casinopro-template-new h2,
.page-template-casinopro-template-new h2 {
    font-size: 1.4rem;
}
.lp-template-casinopro-template-new h3,
.page-template-casinopro-template-new h3 {
    color: #0b2a61;
    font-size: 1.4rem;
}
@media screen and (max-width: 510px) {
    .lp-template-casinopro-template-new h3,
    .page-template-casinopro-template-new h3 {
        font-size: 1.3rem;
    }
}
@media screen and (max-width: 768px) {
    .lp-template-casinopro-template-new .sections.usa-sections,
    .page-template-casinopro-template-new .sections.usa-sections {
        margin: 0 auto;
        max-width: 500px;
    }
}
@media (max-width: 768px) {
    .lp-template-casinopro-template-new .usa-bot-desc,
    .page-template-casinopro-template-new .usa-bot-desc {
        display: none;
    }
}
.lp-template-casinopro-template-new .offer-description,
.page-template-casinopro-template-new .offer-description {
    font-size: 1.25rem;
}
.lp-template-casinopro-template-new .table-heading-text,
.page-template-casinopro-template-new .table-heading-text {
    margin-bottom: 1.25rem;
}
.lp-template-casinopro-template-new .table-row-wrapper,
.page-template-casinopro-template-new .table-row-wrapper {
    background-color: #fff;
    border: 1px solid hsla(240, 3%, 65%, 0.3);
    box-shadow: 0 10px 24px -14px rgba(0, 0, 0, 0.502);
    -webkit-box-shadow: 0 10px 24px -14px rgba(0, 0, 0, 0.502);
    -moz-box-shadow: 0 10px 24px -14px rgba(0, 0, 0, 0.502);
    padding: 1rem;
    position: relative;
}
@media screen and (max-width: 768px) {
    .lp-template-casinopro-template-new .table-row-wrapper,
    .page-template-casinopro-template-new .table-row-wrapper {
        padding-bottom: 0.5rem;
    }
}
.lp-template-casinopro-template-new .table-row-usa,
.page-template-casinopro-template-new .table-row-usa {
    display: flex;
}
@media screen and (max-width: 768px) {
    .lp-template-casinopro-template-new .table-row-usa,
    .page-template-casinopro-template-new .table-row-usa {
        display: block;
    }
}
.lp-template-casinopro-template-new .agg-table-offer,
.page-template-casinopro-template-new .agg-table-offer {
    display: flex;
    justify-content: space-evenly;
}
@media screen and (max-width: 768px) {
    .lp-template-casinopro-template-new .agg-table-offer,
    .page-template-casinopro-template-new .agg-table-offer {
        display: flex;
        gap: 0.25rem;
        justify-content: center;
        padding: 0.5rem 0;
    }
}
.lp-template-casinopro-template-new .table-cell-usa.table-cell--logo-usa,
.page-template-casinopro-template-new .table-cell-usa.table-cell--logo-usa {
    align-self: center;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .lp-template-casinopro-template-new .table-cell-usa.table-cell--logo-usa,
    .page-template-casinopro-template-new .table-cell-usa.table-cell--logo-usa {
        display: flex;
        flex: 1;
        justify-content: center;
        width: auto;
    }
}
.lp-template-casinopro-template-new .table-cell-usa.table-cell--logo-usa img,
.page-template-casinopro-template-new .table-cell-usa.table-cell--logo-usa img {
    border-radius: 10px;
    display: block;
}
@media screen and (max-width: 365px) {
    .lp-template-casinopro-template-new
        .table-cell-usa.table-cell--logo-usa
        img,
    .page-template-casinopro-template-new
        .table-cell-usa.table-cell--logo-usa
        img {
        scale: 0.9;
    }
}
.lp-template-casinopro-template-new .table-cell-usa.table-cell--offer-usa,
.page-template-casinopro-template-new .table-cell-usa.table-cell--offer-usa {
    min-width: 300px;
    padding: 0 0.5rem 0 2rem;
    width: auto;
}
@media screen and (max-width: 768px) {
    .lp-template-casinopro-template-new .table-cell-usa.table-cell--offer-usa,
    .page-template-casinopro-template-new
        .table-cell-usa.table-cell--offer-usa {
        flex: 1;
        min-width: auto;
        padding: 0;
        text-align: center;
    }
}
.lp-template-casinopro-template-new .agg-table-buttons,
.page-template-casinopro-template-new .agg-table-buttons {
    display: flex;
    gap: 0.75rem;
}
@media screen and (max-width: 768px) {
    .lp-template-casinopro-template-new .agg-table-buttons,
    .page-template-casinopro-template-new .agg-table-buttons {
        gap: 0.25rem;
        justify-content: center;
    }
    .lp-template-casinopro-template-new .table-cell-usa.table-cell--visit-usa,
    .page-template-casinopro-template-new
        .table-cell-usa.table-cell--visit-usa {
        justify-content: center;
        width: 100%;
    }
}
.lp-template-casinopro-template-new .table-brand-name-usa,
.page-template-casinopro-template-new .table-brand-name-usa {
    color: #707070;
}
.lp-template-casinopro-template-new .table-brand-offer-usa,
.page-template-casinopro-template-new .table-brand-offer-usa {
    color: #181a1a;
    font-size: 1.2rem;
}
@media screen and (max-width: 365px) {
    .lp-template-casinopro-template-new .table-brand-offer-usa,
    .page-template-casinopro-template-new .table-brand-offer-usa {
        font-size: 0.8rem;
    }
}
.lp-template-casinopro-template-new a.promo-code,
.page-template-casinopro-template-new a.promo-code {
    align-items: center;
    background-color: #ebecf5;
    border: 1px dashed hsla(240, 3%, 65%, 0.302);
    border-radius: 5px;
    color: #1d1d25;
    cursor: default;
    display: flex;
    flex-direction: column;
    font-size: 0.75rem;
    height: 45px;
    justify-content: center;
    margin-block: 1rem;
    padding: 0.25rem;
    text-align: center;
    width: 150px;
    z-index: 1;
}
@media screen and (max-width: 768px) {
    .lp-template-casinopro-template-new a.promo-code,
    .page-template-casinopro-template-new a.promo-code {
        width: 100%;
    }
}
@media screen and (max-width: 510px) {
    .lp-template-casinopro-template-new a.promo-code,
    .page-template-casinopro-template-new a.promo-code {
        font-size: 0.8rem;
    }
}
.lp-template-casinopro-template-new .promo-code span,
.page-template-casinopro-template-new .promo-code span {
    color: #818188;
    font-size: 0.6rem;
}
.lp-template-casinopro-template-new .tooltip,
.page-template-casinopro-template-new .tooltip {
    cursor: pointer;
    display: inline-block;
    position: relative;
}
.lp-template-casinopro-template-new .tooltip:after,
.page-template-casinopro-template-new .tooltip:after {
    background-color: #f7f8fd;
    color: #0079f0;
    content: attr(data-tooltip);
    font-size: 0.6rem;
    left: 50%;
    opacity: 0;
    padding: 5px;
    pointer-events: none;
    position: absolute;
    top: -30px;
    transform: translateX(-50%);
    transition: opacity 0.5s;
    visibility: hidden;
    white-space: nowrap;
}
.lp-template-casinopro-template-new .tooltip:hover:after,
.page-template-casinopro-template-new .tooltip:hover:after {
    opacity: 1;
    visibility: visible;
}
.lp-template-casinopro-template-new .button--usa-template,
.page-template-casinopro-template-new .button--usa-template {
    align-items: center;
    background: #58bf64;
    border: 1px solid #58bf64;
    border-radius: 10px;
    color: #fff;
    display: flex;
    height: 45px;
    justify-content: center;
    padding: 0.25rem 1.25rem;
    width: 150px;
}
.lp-template-casinopro-template-new
    a.button.button--usa-template.js-claim.gtm-claim,
.page-template-casinopro-template-new
    a.button.button--usa-template.js-claim.gtm-claim {
    margin-block: 1rem;
}
@media screen and (max-width: 768px) {
    .lp-template-casinopro-template-new
        a.button.button--usa-template.js-claim.gtm-claim,
    .page-template-casinopro-template-new
        a.button.button--usa-template.js-claim.gtm-claim {
        font-size: 0.8rem;
        margin-block: 0;
        width: 100%;
    }
}
.lp-template-casinopro-template-new .default-tcs-usa,
.page-template-casinopro-template-new .default-tcs-usa {
    color: #181a1a;
    font-size: 10px;
}
@media screen and (max-width: 768px) {
    .lp-template-casinopro-template-new .default-tcs-usa.desk-only,
    .page-template-casinopro-template-new .default-tcs-usa.desk-only {
        display: block;
    }
}
@media screen and (max-width: 510px) {
    .lp-template-casinopro-template-new .default-tcs-usa.desk-only,
    .page-template-casinopro-template-new .default-tcs-usa.desk-only {
        display: none;
    }
}
.lp-template-casinopro-template-new .new-offer-section,
.page-template-casinopro-template-new .new-offer-section {
    background: #fff;
    border: 1px solid #dedfe4;
    border-radius: 10px;
    margin-top: 1.25rem;
    padding: 1rem 2rem;
}
.lp-template-casinopro-template-new .new-offer-section h2,
.page-template-casinopro-template-new .new-offer-section h2 {
    color: #0b2a61;
}
@media screen and (max-width: 510px) {
    .lp-template-casinopro-template-new .new-offer-section,
    .page-template-casinopro-template-new .new-offer-section {
        margin-inline: 0.25rem;
    }
}
.lp-template-casinopro-template-new h3.usa-new-offer--text,
.page-template-casinopro-template-new h3.usa-new-offer--text {
    color: #181a1a;
    font-size: 1.2rem;
    margin: 0;
}
.lp-template-casinopro-template-new .usa-new-offer--border,
.page-template-casinopro-template-new .usa-new-offer--border {
    margin: 1rem 0;
    padding-left: 1rem;
}
@media screen and (max-width: 510px) {
    .lp-template-casinopro-template-new .usa-new-offer--border,
    .page-template-casinopro-template-new .usa-new-offer--border {
        margin-left: 0.5rem;
    }
}
.lp-template-casinopro-template-new .usa-new-offer--text-data,
.page-template-casinopro-template-new .usa-new-offer--text-data {
    margin: 0.7rem 0;
}
.lp-template-casinopro-template-new .button--usa-template.cta,
.page-template-casinopro-template-new .button--usa-template.cta {
    font-size: 20px;
    margin: 1rem 0;
    width: 23%;
}
@media screen and (max-width: 1005px) {
    .lp-template-casinopro-template-new .button--usa-template.cta,
    .page-template-casinopro-template-new .button--usa-template.cta {
        margin: 1rem auto;
        width: 98%;
    }
}
.lp-template-casinopro-template-new .usa-new-offer--bullet,
.page-template-casinopro-template-new .usa-new-offer--bullet {
    line-height: 2;
    margin-left: 2rem;
}
.lp-template-casinopro-template-new .usa-new-offer--blue,
.page-template-casinopro-template-new .usa-new-offer--blue {
    color: #0079f0;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.lp-template-casinopro-template-new .usa-new-offer-tc,
.page-template-casinopro-template-new .usa-new-offer-tc {
    font-style: italic;
    font-weight: 350;
}
.lp-template-casinopro-template-new .rating-container,
.page-template-casinopro-template-new .rating-container {
    display: flex;
    justify-content: center;
}
.lp-template-casinopro-template-new .rating-container svg,
.page-template-casinopro-template-new .rating-container svg {
    cursor: pointer;
    margin: 1rem 1rem 0;
}
.lp-template-casinopro-template-new .rating-container label,
.page-template-casinopro-template-new .rating-container label {
    cursor: pointer;
}
.lp-template-casinopro-template-new p.rating-article,
.page-template-casinopro-template-new p.rating-article {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 1rem;
    text-align: center;
}
.lp-template-casinopro-template-new .rating-input,
.page-template-casinopro-template-new .rating-input {
    display: none;
}
.lp-template-casinopro-template-new .rating-button,
.page-template-casinopro-template-new .rating-button {
    background: none;
    border: none;
    border-radius: 4px;
    margin-right: 10px;
}
.lp-template-casinopro-template-new .hidden-message,
.page-template-casinopro-template-new .hidden-message {
    display: none;
    margin-top: 1rem;
    text-align: center;
}
.lp-template-casinopro-template-new p.hidden-message,
.page-template-casinopro-template-new p.hidden-message {
    font-size: 0.75rem;
    font-weight: 600;
    margin-top: 1rem;
}
.lp-template-casinopro-template-new .rating-button-label,
.page-template-casinopro-template-new .rating-button-label {
    text-align: center;
}
.lp-template-casinopro-template-new p.rating-button-label,
.page-template-casinopro-template-new p.rating-button-label {
    color: #818188;
    font-size: 0.75rem;
    font-weight: 600;
    text-align: center;
}
@media screen and (max-width: 510px) {
    .lp-template-casinopro-template-new .under-rating,
    .page-template-casinopro-template-new .under-rating {
        margin-inline: 0.75rem;
    }
}
.lp-template-casinopro-template-new .under-rating p,
.page-template-casinopro-template-new .under-rating p {
    font-size: 0.75rem;
    margin-top: 2rem;
}
.lp-template-casinopro-template-new .footer-usa,
.page-template-casinopro-template-new .footer-usa {
    background-color: #0a3380;
}
.lp-template-casinopro-template-new .footer-flex,
.page-template-casinopro-template-new .footer-flex {
    justify-content: center;
}
.lp-template-casinopro-template-new .footer-icons,
.page-template-casinopro-template-new .footer-icons {
    margin: 0;
}
.lp-template-casinopro-template-new .footer-widget--links,
.page-template-casinopro-template-new .footer-widget--links {
    display: none;
}
.lp-template-casinopro-template-new .footer-disclaimer-usa,
.lp-template-casinopro-template-new .footer-rights,
.page-template-casinopro-template-new .footer-disclaimer-usa,
.page-template-casinopro-template-new .footer-rights {
    color: #a4a4aa;
    font-weight: 600;
}
.lp-template-casinopro-template-new .add-footer-text,
.page-template-casinopro-template-new .add-footer-text {
    color: #a4a4aa;
    font-weight: 600;
    text-align: center;
}
.lp-template-casinopro-template-new .footer-widget--right,
.lp-template-casinopro-template-new img.footer-usa-site-logo,
.page-template-casinopro-template-new .footer-widget--right,
.page-template-casinopro-template-new img.footer-usa-site-logo {
    display: none;
}
.lp-template-casinopro-template-new .footer-disclaimer-usa,
.page-template-casinopro-template-new .footer-disclaimer-usa {
    border-bottom: none;
}
.lp-template-casinopro-template-new .icon-ncpg,
.page-template-casinopro-template-new .icon-ncpg {
    margin: 0 0 0 0.5rem;
}
@media screen and (max-width: 768px) {
    .lp-template-casinopro-template-new .footer-usa .container,
    .page-template-casinopro-template-new .footer-usa .container {
        width: 100% !important;
    }
}
