@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0;
}

/* Libraries, which is used in current project. */
/* Some styles, which is used for correct sprite-generation, vars, mixins and etc */
/* Please, do not edit with file! */
/* This file can be overwritten by update-project! */
/* Mixins, which are specific for current project */
/* Mixins and vars for sprite generation */
/* Scss for used fonts */
/* Vars, which are specific for current project */
/* Styles for UI-elements */
.label-pill {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  padding: 7px 42px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
  border-radius: 3rem;
  margin-bottom: 0.625rem;
}

.label-pill svg {
  position: absolute;
  left: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.125rem;
  color: #5154e3;
}

/* Common styles for current project */
@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: ' (' attr(title) ')';
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #464646;
  background-color: #fff;
}

[tabindex='-1']:focus {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #007aff;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #0055b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role='button'] {
  cursor: pointer;
}

a,
area,
button,
[role='button'],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #a3a3a3;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type='radio']:disabled,
input[type='checkbox']:disabled {
  cursor: not-allowed;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type='search'] {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

html,
body {
  height: 100%;
}

body {
  min-width: 320px;
}

.wrapper {
  overflow: hidden;
}

.main {
  margin-top: 57px;
}

a {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #3e3e3e;
}

h1,
.h1 {
  font-size: 2.625rem;
}

h2,
.h2 {
  font-size: 2.125rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.375rem;
}

h5,
.h5 {
  font-size: 1.125rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.375rem;
  font-weight: 400;
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

ul:not([class]) {
  list-style: none;
  padding-left: 3.2em;
  margin: 0.5rem 0 2.5rem;
}

ul:not([class]) strong {
  font-weight: 700;
}

ul:not([class]) li:before {
  content: '';
  height: 0.8em;
  background: url('/wp-content/themes/comparebet/markup/builds/static/images/general/angle-primary.svg')
    left center/contain no-repeat;
  display: inline-block;
  width: 2.2em;
  margin-left: -2.2em;
}

ol:not([class]) {
  list-style: none;
  counter-reset: custom-counter;
  padding-left: 3.2em;
  margin: 0.5rem 0 2.5rem;
}

ol:not([class]) strong {
  font-weight: 700;
}

ol:not([class]) li {
  counter-increment: custom-counter;
}

ol:not([class]) li:before {
  content: '.' counter(custom-counter);
  color: #1cbce3;
  font-weight: bold;
  display: inline-block;
  width: 2.2em;
  margin-left: -3.2em;
  margin-right: 1em;
  text-align: right;
  direction: rtl;
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

.list-unstyled,
.list-icon-img,
.list-icons,
.list-logo-box-circle,
.shortlist,
.list-icon-bg,
.list-icon,
.list-tick,
.list-img,
.list-box,
.list-links,
.list-bordered {
  padding-left: 0;
  list-style: none;
}

.list-pages {
  font-size: 1.25rem;
}

.list-pages hr {
  margin: 1rem 0;
}

@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 1.75rem;
  }
  h2,
  .h2 {
    font-size: 1.625rem;
  }
  h3,
  .h3 {
    font-size: 1.5rem;
  }
}

.hp-verticals h1 {
  font-size: 28px;
}

.hp-verticals h2 {
  font-size: 28px;
}

.hp-verticals h3 {
  font-size: 28px;
}

.hp-verticals h4 {
  font-size: 26px;
}

.hp-verticals h5 {
  font-size: 24px;
}

.hp-verticals h6 {
  font-size: 20px;
}

@media (min-width: 768px) {
  .hp-verticals h1 {
    font-size: 48px;
  }
  .hp-verticals h2 {
    font-size: 40px;
  }
  .hp-verticals h3 {
    font-size: 40px;
  }
  .hp-verticals h4 {
    font-size: 34px;
  }
  .hp-verticals h5 {
    font-size: 28px;
  }
  .hp-verticals h6 {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .hp-verticals h1 {
    font-size: 60px;
  }
  .hp-verticals h2 {
    font-size: 48px;
  }
}

.title {
  font-size: 2.125rem;
}

@media (max-width: 767px) {
  .title {
    font-size: 1.75rem;
  }
}

.subtitle {
  font-size: 1.375rem;
}

.text-emphasis {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
}

.expand {
  line-height: 2.125;
}

@media (max-width: 767px) {
  .expand {
    line-height: 1.75;
  }
}

.headings {
  margin-bottom: 1.5rem;
}

.headings-lg {
  margin-bottom: 2.5rem;
}

.headings-pill {
  background: #00a6ce;
  text-align: center;
  padding: 1.25rem;
  border-radius: 0.625rem;
  margin-bottom: 0.875rem;
}

.headings-pill h3,
.headings-pill .h3 {
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 0;
}

.headings-bordered {
  padding-bottom: 0.875rem;
  border-bottom: 2px solid #07a7d0;
}

.headings-bordered-decor {
  position: relative;
  padding-bottom: 0.875rem;
  border-bottom: 2px solid #e2e2e2;
  margin-bottom: 1.5rem;
}

.headings-bordered-decor svg {
  font-size: 1.25em;
  vertical-align: -0.2em;
  color: #07a7d0;
  margin-right: 0.25rem;
  margin-top: -1px;
}

.headings-bordered-decor h1,
.headings-bordered-decor h2,
.headings-bordered-decor h3,
.headings-bordered-decor h4,
.headings-bordered-decor h5,
.headings-bordered-decor h6 {
  margin-bottom: 0;
  line-height: 1.25;
}

.headings-bordered-decor h2 {
  font-size: 1rem;
  font-weight: 700;
}

.headings-bordered-decor:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 80px;
  height: 2px;
  background-color: #07a7d0;
}

.headings-bordered-decor .cards-heading {
  margin-bottom: 0;
}

.headings-decor-border {
  position: relative;
  text-align: center;
  margin-bottom: 0.5rem;
}

.headings-decor-border .title {
  margin-bottom: 6px;
  line-height: 1;
}

.headings-decor-border .icon {
  display: block;
  font-size: 40px;
  margin: auto;
  color: #1cbce3;
}

.headings-decor-border img {
  display: block;
  width: 40px;
  margin: auto;
}

.headings-decor-border:before,
.headings-decor-border:after {
  position: absolute;
  top: 100%;
  margin-top: -21px;
  content: '';
  height: 2px;
  background-color: #1cbce3;
}

.headings-decor-border:before {
  left: 0;
  right: 50%;
  margin-right: 30px;
}

.headings-decor-border:after {
  left: 50%;
  right: 0;
  margin-left: 30px;
}

@media (min-width: 768px) {
  .headings-decor-border {
    margin-bottom: 1.5rem;
  }
  .headings-decor-border .title {
    margin-bottom: 6px;
  }
  .headings-decor-border .icon {
    font-size: 50px;
  }
  .headings-decor-border img {
    width: 50px;
  }
  .headings-decor-border:before,
  .headings-decor-border:after {
    margin-top: -26px;
  }
  .headings-decor-border:before {
    margin-right: 45px;
  }
  .headings-decor-border:after {
    margin-left: 45px;
  }
}

.headings-separator {
  margin: 1.5rem 0;
  overflow: hidden;
}

.headings-separator .headings {
  position: relative;
  display: inline-block;
  line-height: 1.5;
  background-color: #1cbce3;
  padding: 0.5rem 1rem;
  border-radius: 0.625rem;
  margin-right: 4rem;
  margin-bottom: 0;
}

.headings-separator .headings .title {
  font-size: 1rem;
  line-height: 1.25;
  display: inline-block;
  color: #fff;
  margin-bottom: 0;
}

.headings-separator .headings:after {
  position: absolute;
  left: 100%;
  top: 50%;
  content: '';
  margin-top: -2px;
  margin-left: 1rem;
  height: 4px;
  width: 1000px;
  background-color: #f3f3f3;
}

.text-inverse,
.block-card-linking .card-linking {
  color: #fff;
}

.text-content {
  margin: 1.5rem 0;
}

.text-content h2,
.text-content .h2 {
  margin-bottom: 1rem;
}

.layout-main .text-content:first-child {
  margin-top: 0;
}

.layout-main .text-content {
  margin: 3rem 0;
}

.headings-separator + .text-content {
  margin-top: 1.5rem;
}

.text-content img {
  max-width: 100%;
  height: auto;
}

.text-content-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 1.5rem 0;
}

.text-content-icon .icon-wrapper {
  width: 96px;
  margin-bottom: 1.5rem;
}

.text-content-icon .icon-wrapper img {
  width: 100%;
}

@media (min-width: 992px) {
  .text-content-icon {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .text-content-icon .icon-wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 0.5rem;
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
}

.block-content {
  margin: 1.5rem 0;
}

.block-content h2,
.block-content .h2 {
  margin-bottom: 1rem;
}

.layout-main .block-content {
  margin: 3rem 0;
}

.layout-main .block-content:first-child {
  margin-top: 0;
}

.label-title {
  font-family: sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #1cbce3;
  margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .label-title {
    margin-bottom: 1.75rem;
  }
}

.label-pill-split {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: sans-serif;
  font-size: 1rem;
  line-height: 1;
  border-radius: 3rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.label-pill-split .light {
  font-weight: 700;
  padding: 6px 10px 6px 14px;
  color: #1cbce3;
  background-color: #fff;
}

.label-pill-split .dark {
  font-weight: 400;
  padding: 6px 14px 6px 10px;
  color: #fff;
  background-color: #00abcd;
}

h1.label-pill-split {
  font-size: 0.75rem;
  line-height: 1;
}

.cards-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.cards-heading .cards-title {
  font-size: 1.125rem;
  margin-bottom: 0;
  line-height: inherit;
}

.cards-heading .cards-title a {
  color: inherit;
}

.cards-heading .link-out {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: inherit;
  color: #1cbce3;
  margin-left: 0.5rem;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.row,
.card-author-group,
.card-news-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 576px) {
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

@media (min-width: 768px) {
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

.col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

@media (min-width: 992px) {
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
}

.col-xl-8 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

.col-xl-10 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}

.col-lg-10 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}

.page-news {
  font-family: sans-serif;
  line-height: 1.3;
  color: #202020;
}

.page-news .wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-news .wrapper .header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.page-news .wrapper .main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin-top: 0;
}

.page-news .wrapper .footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.page-news h1,
.page-news h2,
.page-news h3,
.page-news h4,
.page-news h5,
.page-news h6 {
  font-family: inherit;
}

.page-home-us h1,
.page-home-us h2,
.page-home-us h3,
.page-home-us h4,
.page-home-us h5,
.page-home-us h6 {
  font-weight: 700;
}

.page-home-us .block-about {
  margin: 3rem 0;
}

@media (min-width: 768px) {
  .page-home-us .block-about {
    margin: 4rem 0 5rem;
  }
}

@media (min-width: 1200px) {
  .page-home-us .block-about .btn-action {
    margin: 24px auto 70px;
  }
}

@media (max-width: 767px) {
  .page-home-us .block-card-linking {
    margin: 0 -15px;
  }
}

.body-page-template-homepage-v2 .block-table,
.list-page-template .block-table {
  margin: 1.5rem 0;
}

.body-page-template-homepage-v2 .block-header,
.list-page-template .block-header {
  z-index: auto;
}

.body-page-template-homepage-v2 .block-header .block-header-img,
.list-page-template .block-header .block-header-img {
  z-index: 1;
}

.body-page-template-homepage-v2 .block-header:after,
.list-page-template .block-header:after {
  z-index: 1;
}

.body-page-template-homepage-v2 .block-header > .container,
.list-page-template .block-header > .container {
  z-index: 2;
}

.body-page-template-homepage-v2 .block-header + .block-table,
.list-page-template .block-header + .block-table {
  margin-top: -1.5rem;
}

@media (min-width: 768px) {
  .body-page-template-homepage-v2 .block-header,
  .list-page-template .block-header {
    padding: 2.5rem 0 4.5rem;
  }
  .body-page-template-homepage-v2 .block-header + .block-table,
  .list-page-template .block-header + .block-table {
    margin-top: -4.5rem;
  }
  .body-page-template-homepage-v2 .card-choice,
  .list-page-template .card-choice {
    max-width: 780px;
  }
}

@media (min-width: 992px) {
  .body-page-template-homepage-v2 .block-header + .block-table,
  .list-page-template .block-header + .block-table {
    margin-top: -5rem;
  }
}

/* ========== TABLES ========== */
table {
  width: 100%;
  max-width: 100%;
  font-size: 1rem;
  margin: 2rem 0 3rem;
}

table th,
table td {
  padding: 15px 0.75rem;
  vertical-align: middle;
}

table:not([class]) th,
table:not([class]) td {
  text-align: center;
}

table:not([class]) thead {
  border: 1px solid #1cbce3;
  border-bottom: none;
}

table:not([class]) thead th {
  vertical-align: middle;
  color: #fff;
  background: #1cbce3;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 1.25rem 0.75rem;
}

table:not([class]) thead th:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

table:not([class]) tbody tr:nth-of-type(odd) {
  background-color: #f3f3f3;
}

table:not([class]) tbody tr:last-child td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

table:not([class]) tbody td {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

table:not([class]) tbody td:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  margin: 2rem 0 3rem;
  -webkit-overflow-scrolling: touch;
}

.table-responsive table {
  margin: 0;
  min-width: 480px;
}

.table-profile-wrapper {
  max-width: 530px;
}

.table-profile {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 0 0 0.625rem 0.625rem;
}

.table-profile caption {
  padding: 1.25rem;
  color: #464a4c;
  text-align: center;
  caption-side: top;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
  border-radius: 0.625rem 0.625rem 0 0;
}

.table-profile th,
.table-profile td {
  text-align: left;
  padding: 10px 30px;
  vertical-align: top;
}

.table-profile tr:nth-of-type(odd) {
  background-color: transparent;
}

.table-profile tr:last-child td {
  border-bottom: none;
}

.table-profile tr:last-child td:first-child {
  border-bottom-left-radius: 0.625rem;
}

.table-profile tr:last-child td:last-child {
  border-bottom-right-radius: 0.625rem;
}

.table-profile tr td {
  border: none;
}

.table-profile tr td:last-child {
  border-right: none;
}

.table-profile tr td:first-child {
  background-color: #f7f7f7;
  font-weight: 700;
}

.table-profile tr + tr td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .table-profile th,
  .table-profile td {
    padding: 10px 18px;
  }
}

.table-state th {
  font-weight: 700;
  background: transparent;
}

.table-state td,
.table-state th {
  font-size: 0.875rem;
  line-height: 1;
  height: 40px;
  padding: 0.25rem 0.375rem;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.table-state td:first-child,
.table-state th:first-child {
  text-align: left;
  padding-left: 0;
}

.table-state td:last-child,
.table-state th:last-child {
  padding-right: 0;
}

.table-state svg {
  font-size: 1.375rem;
  color: #19b51e;
}

@media (min-width: 992px) {
  .table-state td,
  .table-state th {
    padding: 0.5rem 0.625rem;
    height: 50px;
  }
  .table-state td:first-child {
    font-size: 1rem;
  }
}

.logo-box-table {
  width: 50px;
  height: 50px;
  padding: 0.25rem 0.25rem 0.75rem;
}

.logo-box-table img {
  width: 80%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain';
}

.logo-box-table .rating-icon-row {
  display: block;
  margin: 2px auto;
}

table .logo-box-table {
  margin: auto;
}

.logo-box-table-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-box-table-holder .logo-box-rounded-table,
.logo-box-table-holder .logo-box-circle-table {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.logo-box-table-holder .name {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-left: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  color: #1cbce3;
  text-align: left;
}

.logo-box-circle-table {
  width: 45px;
  height: 45px;
  padding: 0.5rem;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
  overflow: hidden;
}

.logo-box-circle-table img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain';
}

table .logo-box-circle-table {
  margin: auto;
}

.logo-box-rounded-table {
  width: 40px;
  height: 40px;
  padding: 0.25rem;
  border-radius: 0.25rem;
  overflow: hidden;
}

.logo-box-rounded-table img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain';
}

table .logo-box-rounded-table {
  margin: auto;
}

.table-rating {
  text-align: center;
}

.table-rating a {
  font-size: 10px;
  font-style: italic;
  text-decoration: underline;
  color: #1cbce3;
  white-space: nowrap;
}

.table-rating .rating-icon-row {
  width: 60px;
  height: 10px;
  margin: auto;
}

.table-rating .rating-icon-row .rating-icon-empty,
.table-rating .rating-icon-row .rating-icon-rated {
  background-size: 12px 100%;
}

table .btn-bet {
  font-size: 1rem;
  font-weight: 700;
  padding: 5px 1rem;
  white-space: normal;
}

.operator-data-table td {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  padding: 10px 0.75rem;
}

.operator-data-table thead {
  border: 1px solid #1cbce3;
  border-bottom: none;
}

.operator-data-table thead th {
  vertical-align: middle;
  color: #fff;
  background: #1cbce3;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  padding: 0.75rem 0.75rem;
}

.operator-data-table thead th:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.operator-data-table tbody tr:nth-of-type(odd) {
  background-color: #f3f3f3;
}

.operator-data-table tbody tr:last-child td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.operator-data-table tbody td {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.operator-data-table tbody td:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.operator-data-table .logo-box-table-holder .name {
  font-size: inherit;
}

.operator-data-table .btn-cta {
  display: inline-block;
  font-size: inherit;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #19b51e;
  padding: 0.625rem 1rem;
  border-radius: 5rem;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.operator-data-table .btn-cta .icon {
  font-size: 0.7em;
  margin-left: 0.4em;
}

.operator-data-table .btn-cta:hover {
  background-color: #18ac1d;
}

.operator-data-table .link-url {
  color: #a3a3a3;
}

.table-heading {
  margin-bottom: 1.5rem;
}

.table-heading.text-content {
  margin-bottom: 1.5rem;
}

.table-heading + .table-responsive {
  margin-top: 1.5rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.75rem 0.75rem;
  font-size: 1rem;
  font-family: sans-serif;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.3125rem;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #464a4c;
  background-color: #fff;
  border-color: #4fddff;
  outline: none;
}

.form-control::-webkit-input-placeholder {
  color: #a3a3a3;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #a3a3a3;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #a3a3a3;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #a3a3a3;
  opacity: 1;
}

.form-control::placeholder {
  color: #a3a3a3;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #c0c0c0;
  opacity: 1;
}

.form-control:disabled {
  cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]) {
  height: 46px;
}

select.form-control:focus::-ms-value {
  color: #464a4c;
  background-color: #fff;
}

.form-group,
.form-group-signup {
  margin-bottom: 1.5rem;
}

.form-group-signup .form-control {
  padding: 1.25rem;
  background-color: #fafafa;
  border: none;
}

.btn,
.card-offer .btn-cta {
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 1.25rem 1.5rem;
  font-size: 17px;
  border-radius: 5rem;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
}

.btn:focus,
.card-offer .btn-cta:focus,
.btn:hover,
.card-offer .btn-cta:hover {
  text-decoration: none;
}

.btn:focus,
.card-offer .btn-cta:focus,
.btn.focus,
.card-offer .focus.btn-cta {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 166, 206, 0.25);
  box-shadow: 0 0 0 2px rgba(0, 166, 206, 0.25);
}

.btn.disabled,
.card-offer .disabled.btn-cta,
.btn:disabled,
.card-offer .btn-cta:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.btn:active,
.card-offer .btn-cta:active,
.btn.active,
.card-offer .active.btn-cta {
  background-image: none;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn,
.card-offer .btn-cta {
  font-family: sans-serif;
}

.btn .icon,
.card-offer .btn-cta .icon {
  color: inherit;
  font-size: 12px;
  margin-left: 12px;
}

.btn-show-all {
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 1.25rem 1.5rem;
  font-size: 17px;
  border-radius: 5rem;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  color: #fff;
  background-color: #19b51e;
  border-color: #19b51e;
  font-size: 1rem;
  font-weight: 700;
  padding: 12px 50px;
}

.btn-show-all:focus,
.btn-show-all:hover {
  text-decoration: none;
}

.btn-show-all:focus,
.btn-show-all.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 166, 206, 0.25);
  box-shadow: 0 0 0 2px rgba(0, 166, 206, 0.25);
}

.btn-show-all.disabled,
.btn-show-all:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.btn-show-all:active,
.btn-show-all.active {
  background-image: none;
}

.btn-show-all:hover {
  color: #fff;
  background-color: #1ccb22;
  border-color: #1dd423;
}

.btn-show-all:focus,
.btn-show-all.focus {
  color: #fff;
  -webkit-box-shadow: 0 0 0 2px rgba(25, 181, 30, 0.5);
  box-shadow: 0 0 0 2px rgba(25, 181, 30, 0.5);
}

.btn-show-all.disabled,
.btn-show-all:disabled {
  background-color: #19b51e;
  border-color: #19b51e;
}

.btn-show-all:active,
.btn-show-all.active,
.show > .btn-show-all.dropdown-toggle {
  color: #fff;
  background-color: #1ccb22;
  background-image: none;
  border-color: #1dd423;
}

.btn-action {
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 1.25rem 1.5rem;
  font-size: 17px;
  border-radius: 5rem;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  font-size: 1rem;
  font-weight: 700;
  padding: 12px 1.25rem;
}

.btn-action:focus,
.btn-action:hover {
  text-decoration: none;
}

.btn-action:focus,
.btn-action.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 166, 206, 0.25);
  box-shadow: 0 0 0 2px rgba(0, 166, 206, 0.25);
}

.btn-action.disabled,
.btn-action:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.btn-action:active,
.btn-action.active {
  background-image: none;
}

.btn-action:focus,
.btn-action.focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-action.btn-sm {
  font-size: 0.875rem;
  padding: 6px 1rem;
}

.btn-anim,
.card-gambling .btn-action {
  position: relative;
  padding-left: 2.75rem;
  padding-right: 2.75rem;
  overflow: hidden;
}

.btn-anim .icon,
.card-gambling .btn-action .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  opacity: 0;
  font-size: 1.25em;
  margin: auto;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
}

.btn-anim.btn-sm,
.card-gambling .btn-sm.btn-action {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.btn-anim.btn-sm .icon,
.card-gambling .btn-sm.btn-action .icon {
  right: 10px;
  font-size: 0.9em;
}

.btn-anim:hover .icon,
.card-gambling .btn-action:hover .icon {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.btn-primary,
.card-gambling .btn-action {
  color: #fff;
  background-color: #00a6ce;
  border-color: #00a6ce;
}

.btn-primary:hover,
.card-gambling .btn-action:hover {
  color: #fff;
  background-color: #009ec4;
  border-color: #0096ba;
}

.btn-primary:focus,
.card-gambling .btn-action:focus,
.btn-primary.focus,
.card-gambling .focus.btn-action {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 166, 206, 0.5);
  box-shadow: 0 0 0 2px rgba(0, 166, 206, 0.5);
}

.btn-primary.disabled,
.card-gambling .disabled.btn-action,
.btn-primary:disabled,
.card-gambling .btn-action:disabled {
  background-color: #00a6ce;
  border-color: #00a6ce;
}

.btn-primary:active,
.card-gambling .btn-action:active,
.btn-primary.active,
.card-gambling .active.btn-action,
.show > .btn-primary.dropdown-toggle,
.card-gambling .show > .dropdown-toggle.btn-action {
  color: #fff;
  background-color: #009ec4;
  background-image: none;
  border-color: #0096ba;
}

.btn-sports,
.vertical-sports .card-gambling .btn-action,
.vertical-sports .card-site-alt .btn-action {
  color: #fff;
  background-color: #31c69c;
  border-color: #31c69c;
  position: relative;
  z-index: 1;
}

.btn-sports:after,
.vertical-sports .card-gambling .btn-action:after,
.vertical-sports .card-site-alt .btn-action:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  opacity: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: inherit;
}

.btn-sports:hover,
.vertical-sports .card-gambling .btn-action:hover,
.vertical-sports .card-site-alt .btn-action:hover {
  color: #fff;
  background-color: #31c69c;
  border-color: #31c69c;
}

.btn-sports:focus,
.vertical-sports .card-gambling .btn-action:focus,
.vertical-sports .card-site-alt .btn-action:focus,
.btn-sports.focus,
.vertical-sports .card-gambling .focus.btn-action,
.vertical-sports .card-site-alt .focus.btn-action {
  color: #fff;
  border-color: #2db68f;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-sports.disabled,
.vertical-sports .card-gambling .disabled.btn-action,
.vertical-sports .card-site-alt .disabled.btn-action,
.btn-sports:disabled,
.vertical-sports .card-gambling .btn-action:disabled,
.vertical-sports .card-site-alt .btn-action:disabled {
  background-color: #31c69c;
  border-color: #31c69c;
}

.btn-sports:active,
.vertical-sports .card-gambling .btn-action:active,
.vertical-sports .card-site-alt .btn-action:active,
.btn-sports.active,
.vertical-sports .card-gambling .active.btn-action,
.vertical-sports .card-site-alt .active.btn-action,
.show > .btn-sports.dropdown-toggle,
.vertical-sports .card-gambling .show > .dropdown-toggle.btn-action,
.vertical-sports .card-site-alt .show > .dropdown-toggle.btn-action {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-sports:active:after,
.vertical-sports .card-gambling .btn-action:active:after,
.vertical-sports .card-site-alt .btn-action:active:after,
.btn-sports.active:after,
.vertical-sports .card-gambling .active.btn-action:after,
.vertical-sports .card-site-alt .active.btn-action:after,
.show > .btn-sports.dropdown-toggle:after,
.vertical-sports .card-gambling .show > .dropdown-toggle.btn-action:after,
.vertical-sports .card-site-alt .show > .dropdown-toggle.btn-action:after {
  opacity: 1;
}

.btn-casino,
.vertical-casino .card-gambling .btn-action,
.vertical-casino .card-site-alt .btn-action {
  color: #fff;
  background-color: #11bee1;
  border-color: #11bee1;
  position: relative;
  z-index: 1;
}

.btn-casino:after,
.vertical-casino .card-gambling .btn-action:after,
.vertical-casino .card-site-alt .btn-action:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  opacity: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: inherit;
}

.btn-casino:hover,
.vertical-casino .card-gambling .btn-action:hover,
.vertical-casino .card-site-alt .btn-action:hover {
  color: #fff;
  background-color: #11bee1;
  border-color: #11bee1;
}

.btn-casino:focus,
.vertical-casino .card-gambling .btn-action:focus,
.vertical-casino .card-site-alt .btn-action:focus,
.btn-casino.focus,
.vertical-casino .card-gambling .focus.btn-action,
.vertical-casino .card-site-alt .focus.btn-action {
  color: #fff;
  border-color: #10aece;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-casino.disabled,
.vertical-casino .card-gambling .disabled.btn-action,
.vertical-casino .card-site-alt .disabled.btn-action,
.btn-casino:disabled,
.vertical-casino .card-gambling .btn-action:disabled,
.vertical-casino .card-site-alt .btn-action:disabled {
  background-color: #11bee1;
  border-color: #11bee1;
}

.btn-casino:active,
.vertical-casino .card-gambling .btn-action:active,
.vertical-casino .card-site-alt .btn-action:active,
.btn-casino.active,
.vertical-casino .card-gambling .active.btn-action,
.vertical-casino .card-site-alt .active.btn-action,
.show > .btn-casino.dropdown-toggle,
.vertical-casino .card-gambling .show > .dropdown-toggle.btn-action,
.vertical-casino .card-site-alt .show > .dropdown-toggle.btn-action {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-casino:active:after,
.vertical-casino .card-gambling .btn-action:active:after,
.vertical-casino .card-site-alt .btn-action:active:after,
.btn-casino.active:after,
.vertical-casino .card-gambling .active.btn-action:after,
.vertical-casino .card-site-alt .active.btn-action:after,
.show > .btn-casino.dropdown-toggle:after,
.vertical-casino .card-gambling .show > .dropdown-toggle.btn-action:after,
.vertical-casino .card-site-alt .show > .dropdown-toggle.btn-action:after {
  opacity: 1;
}

.btn-bingo,
.vertical-bingo .card-gambling .btn-action,
.vertical-bingo .card-site-alt .btn-action {
  color: #fff;
  background-color: #ff5858;
  border-color: #ff5858;
  position: relative;
  z-index: 1;
}

.btn-bingo:after,
.vertical-bingo .card-gambling .btn-action:after,
.vertical-bingo .card-site-alt .btn-action:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  opacity: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: inherit;
}

.btn-bingo:hover,
.vertical-bingo .card-gambling .btn-action:hover,
.vertical-bingo .card-site-alt .btn-action:hover {
  color: #fff;
  background-color: #ff5858;
  border-color: #ff5858;
}

.btn-bingo:focus,
.vertical-bingo .card-gambling .btn-action:focus,
.vertical-bingo .card-site-alt .btn-action:focus,
.btn-bingo.focus,
.vertical-bingo .card-gambling .focus.btn-action,
.vertical-bingo .card-site-alt .focus.btn-action {
  color: #fff;
  border-color: #ff4444;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-bingo.disabled,
.vertical-bingo .card-gambling .disabled.btn-action,
.vertical-bingo .card-site-alt .disabled.btn-action,
.btn-bingo:disabled,
.vertical-bingo .card-gambling .btn-action:disabled,
.vertical-bingo .card-site-alt .btn-action:disabled {
  background-color: #ff5858;
  border-color: #ff5858;
}

.btn-bingo:active,
.vertical-bingo .card-gambling .btn-action:active,
.vertical-bingo .card-site-alt .btn-action:active,
.btn-bingo.active,
.vertical-bingo .card-gambling .active.btn-action,
.vertical-bingo .card-site-alt .active.btn-action,
.show > .btn-bingo.dropdown-toggle,
.vertical-bingo .card-gambling .show > .dropdown-toggle.btn-action,
.vertical-bingo .card-site-alt .show > .dropdown-toggle.btn-action {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-bingo:active:after,
.vertical-bingo .card-gambling .btn-action:active:after,
.vertical-bingo .card-site-alt .btn-action:active:after,
.btn-bingo.active:after,
.vertical-bingo .card-gambling .active.btn-action:after,
.vertical-bingo .card-site-alt .active.btn-action:after,
.show > .btn-bingo.dropdown-toggle:after,
.vertical-bingo .card-gambling .show > .dropdown-toggle.btn-action:after,
.vertical-bingo .card-site-alt .show > .dropdown-toggle.btn-action:after {
  opacity: 1;
}

.btn-poker,
.vertical-poker .card-gambling .btn-action,
.vertical-poker .card-site-alt .btn-action {
  color: #fff;
  background-color: #4c94e0;
  border-color: #4c94e0;
  position: relative;
  z-index: 1;
}

.btn-poker:after,
.vertical-poker .card-gambling .btn-action:after,
.vertical-poker .card-site-alt .btn-action:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  opacity: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: inherit;
}

.btn-poker:hover,
.vertical-poker .card-gambling .btn-action:hover,
.vertical-poker .card-site-alt .btn-action:hover {
  color: #fff;
  background-color: #4c94e0;
  border-color: #4c94e0;
}

.btn-poker:focus,
.vertical-poker .card-gambling .btn-action:focus,
.vertical-poker .card-site-alt .btn-action:focus,
.btn-poker.focus,
.vertical-poker .card-gambling .focus.btn-action,
.vertical-poker .card-site-alt .focus.btn-action {
  color: #fff;
  border-color: #3b8add;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-poker.disabled,
.vertical-poker .card-gambling .disabled.btn-action,
.vertical-poker .card-site-alt .disabled.btn-action,
.btn-poker:disabled,
.vertical-poker .card-gambling .btn-action:disabled,
.vertical-poker .card-site-alt .btn-action:disabled {
  background-color: #4c94e0;
  border-color: #4c94e0;
}

.btn-poker:active,
.vertical-poker .card-gambling .btn-action:active,
.vertical-poker .card-site-alt .btn-action:active,
.btn-poker.active,
.vertical-poker .card-gambling .active.btn-action,
.vertical-poker .card-site-alt .active.btn-action,
.show > .btn-poker.dropdown-toggle,
.vertical-poker .card-gambling .show > .dropdown-toggle.btn-action,
.vertical-poker .card-site-alt .show > .dropdown-toggle.btn-action {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-poker:active:after,
.vertical-poker .card-gambling .btn-action:active:after,
.vertical-poker .card-site-alt .btn-action:active:after,
.btn-poker.active:after,
.vertical-poker .card-gambling .active.btn-action:after,
.vertical-poker .card-site-alt .active.btn-action:after,
.show > .btn-poker.dropdown-toggle:after,
.vertical-poker .card-gambling .show > .dropdown-toggle.btn-action:after,
.vertical-poker .card-site-alt .show > .dropdown-toggle.btn-action:after {
  opacity: 1;
}

.btn-lottery,
.card-offer .btn-cta,
.vertical-lottery .card-gambling .btn-action,
.vertical-lottery .card-site-alt .btn-action {
  color: #fff;
  background-color: #ffbe1a;
  border-color: #ffbe1a;
  position: relative;
  z-index: 1;
}

.btn-lottery:after,
.card-offer .btn-cta:after,
.vertical-lottery .card-gambling .btn-action:after,
.vertical-lottery .card-site-alt .btn-action:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  opacity: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: inherit;
}

.btn-lottery:hover,
.card-offer .btn-cta:hover,
.vertical-lottery .card-gambling .btn-action:hover,
.vertical-lottery .card-site-alt .btn-action:hover {
  color: #fff;
  background-color: #ffbe1a;
  border-color: #ffbe1a;
}

.btn-lottery:focus,
.card-offer .btn-cta:focus,
.vertical-lottery .card-gambling .btn-action:focus,
.vertical-lottery .card-site-alt .btn-action:focus,
.btn-lottery.focus,
.card-offer .focus.btn-cta,
.vertical-lottery .card-gambling .focus.btn-action,
.vertical-lottery .card-site-alt .focus.btn-action {
  color: #fff;
  border-color: #ffb806;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-lottery.disabled,
.card-offer .disabled.btn-cta,
.vertical-lottery .card-gambling .disabled.btn-action,
.vertical-lottery .card-site-alt .disabled.btn-action,
.btn-lottery:disabled,
.card-offer .btn-cta:disabled,
.vertical-lottery .card-gambling .btn-action:disabled,
.vertical-lottery .card-site-alt .btn-action:disabled {
  background-color: #ffbe1a;
  border-color: #ffbe1a;
}

.btn-lottery:active,
.card-offer .btn-cta:active,
.vertical-lottery .card-gambling .btn-action:active,
.vertical-lottery .card-site-alt .btn-action:active,
.btn-lottery.active,
.card-offer .active.btn-cta,
.vertical-lottery .card-gambling .active.btn-action,
.vertical-lottery .card-site-alt .active.btn-action,
.show > .btn-lottery.dropdown-toggle,
.card-offer .show > .dropdown-toggle.btn-cta,
.vertical-lottery .card-gambling .show > .dropdown-toggle.btn-action,
.vertical-lottery .card-site-alt .show > .dropdown-toggle.btn-action {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-lottery:active:after,
.card-offer .btn-cta:active:after,
.vertical-lottery .card-gambling .btn-action:active:after,
.vertical-lottery .card-site-alt .btn-action:active:after,
.btn-lottery.active:after,
.card-offer .active.btn-cta:after,
.vertical-lottery .card-gambling .active.btn-action:after,
.vertical-lottery .card-site-alt .active.btn-action:after,
.show > .btn-lottery.dropdown-toggle:after,
.card-offer .show > .dropdown-toggle.btn-cta:after,
.vertical-lottery .card-gambling .show > .dropdown-toggle.btn-action:after,
.vertical-lottery .card-site-alt .show > .dropdown-toggle.btn-action:after {
  opacity: 1;
}

.btn-esports,
.vertical-esports .card-gambling .btn-action,
.vertical-esports .card-site-alt .btn-action {
  color: #fff;
  background-color: #9c73e7;
  border-color: #9c73e7;
  position: relative;
  z-index: 1;
}

.btn-esports:after,
.vertical-esports .card-gambling .btn-action:after,
.vertical-esports .card-site-alt .btn-action:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  opacity: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: inherit;
}

.btn-esports:hover,
.vertical-esports .card-gambling .btn-action:hover,
.vertical-esports .card-site-alt .btn-action:hover {
  color: #fff;
  background-color: #9c73e7;
  border-color: #9c73e7;
}

.btn-esports:focus,
.vertical-esports .card-gambling .btn-action:focus,
.vertical-esports .card-site-alt .btn-action:focus,
.btn-esports.focus,
.vertical-esports .card-gambling .focus.btn-action,
.vertical-esports .card-site-alt .focus.btn-action {
  color: #fff;
  border-color: #9062e4;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-esports.disabled,
.vertical-esports .card-gambling .disabled.btn-action,
.vertical-esports .card-site-alt .disabled.btn-action,
.btn-esports:disabled,
.vertical-esports .card-gambling .btn-action:disabled,
.vertical-esports .card-site-alt .btn-action:disabled {
  background-color: #9c73e7;
  border-color: #9c73e7;
}

.btn-esports:active,
.vertical-esports .card-gambling .btn-action:active,
.vertical-esports .card-site-alt .btn-action:active,
.btn-esports.active,
.vertical-esports .card-gambling .active.btn-action,
.vertical-esports .card-site-alt .active.btn-action,
.show > .btn-esports.dropdown-toggle,
.vertical-esports .card-gambling .show > .dropdown-toggle.btn-action,
.vertical-esports .card-site-alt .show > .dropdown-toggle.btn-action {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-esports:active:after,
.vertical-esports .card-gambling .btn-action:active:after,
.vertical-esports .card-site-alt .btn-action:active:after,
.btn-esports.active:after,
.vertical-esports .card-gambling .active.btn-action:after,
.vertical-esports .card-site-alt .active.btn-action:after,
.show > .btn-esports.dropdown-toggle:after,
.vertical-esports .card-gambling .show > .dropdown-toggle.btn-action:after,
.vertical-esports .card-site-alt .show > .dropdown-toggle.btn-action:after {
  opacity: 1;
}

.btn-success {
  color: #fff;
  background-color: #19b51e;
  border-color: #19b51e;
}

.btn-success:hover {
  color: #fff;
  background-color: #1ccb22;
  border-color: #1dd423;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  -webkit-box-shadow: 0 0 0 2px rgba(25, 181, 30, 0.5);
  box-shadow: 0 0 0 2px rgba(25, 181, 30, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  background-color: #19b51e;
  border-color: #19b51e;
}

.btn-success:active,
.btn-success.active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1ccb22;
  background-image: none;
  border-color: #1dd423;
}

.btn-success-light {
  color: #fff;
  background-color: #1fdb26;
  border-color: #1fdb26;
}

.btn-success-light:hover {
  color: #fff;
  background-color: #32e238;
  border-color: #3be341;
}

.btn-success-light:focus,
.btn-success-light.focus {
  color: #fff;
  -webkit-box-shadow: 0 0 0 2px rgba(31, 219, 38, 0.5);
  box-shadow: 0 0 0 2px rgba(31, 219, 38, 0.5);
}

.btn-success-light.disabled,
.btn-success-light:disabled {
  background-color: #1fdb26;
  border-color: #1fdb26;
}

.btn-success-light:active,
.btn-success-light.active,
.show > .btn-success-light.dropdown-toggle {
  color: #fff;
  background-color: #32e238;
  background-image: none;
  border-color: #3be341;
}

.btn-primary-light {
  color: #fff;
  background-color: #1cbce3;
  border-color: #1cbce3;
}

.btn-primary-light:hover {
  color: #fff;
  background-color: #1bb4da;
  border-color: #1aadd1;
}

.btn-primary-light:focus,
.btn-primary-light.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(28, 188, 227, 0.5);
  box-shadow: 0 0 0 2px rgba(28, 188, 227, 0.5);
}

.btn-primary-light.disabled,
.btn-primary-light:disabled {
  background-color: #1cbce3;
  border-color: #1cbce3;
}

.btn-primary-light:active,
.btn-primary-light.active,
.show > .btn-primary-light.dropdown-toggle {
  color: #fff;
  background-color: #1bb4da;
  background-image: none;
  border-color: #1aadd1;
}

.btn-primary-dark {
  color: #fff;
  background-color: #383ba6;
  border-color: #383ba6;
}

.btn-primary-dark:hover {
  color: #fff;
  background-color: #35389e;
  border-color: #333697;
}

.btn-primary-dark:focus,
.btn-primary-dark.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(56, 59, 166, 0.5);
  box-shadow: 0 0 0 2px rgba(56, 59, 166, 0.5);
}

.btn-primary-dark.disabled,
.btn-primary-dark:disabled {
  background-color: #383ba6;
  border-color: #383ba6;
}

.btn-primary-dark:active,
.btn-primary-dark.active,
.show > .btn-primary-dark.dropdown-toggle {
  color: #fff;
  background-color: #35389e;
  background-image: none;
  border-color: #333697;
}

.btn-outline-inverse {
  color: #fff;
  background-image: none;
  background-color: transparent;
  border-color: #fff;
}

.btn-outline-inverse:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-outline-inverse:focus,
.btn-outline-inverse.focus {
  -webkit-box-shadow: 0 0 2px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 2px 0 rgba(255, 255, 255, 0.5);
}

.btn-outline-inverse.disabled,
.btn-outline-inverse:disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-inverse:active,
.btn-outline-inverse.active,
.show > .btn-outline-inverse.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-outline-success {
  color: #464646;
  background-image: none;
  background-color: #fff;
  border-color: #19b51e;
}

.btn-outline-success:hover {
  color: #464646;
  background-color: #fff;
  border-color: #138817;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(70, 70, 70, 0.5);
  box-shadow: 0 0 0 2px rgba(70, 70, 70, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #464646;
  background-color: transparent;
}

.btn-outline-success:active,
.btn-outline-success.active,
.show > .btn-outline-success.dropdown-toggle {
  color: #464646;
  background-color: #fff;
  border-color: #107213;
}

.btn-inverse {
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 1.25rem 1.5rem;
  font-size: 17px;
  border-radius: 5rem;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  color: #1cbce3;
  background-image: none;
  background-color: #fff;
  border-color: #fff;
}

.btn-inverse:focus,
.btn-inverse:hover {
  text-decoration: none;
}

.btn-inverse:focus,
.btn-inverse.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 166, 206, 0.25);
  box-shadow: 0 0 0 2px rgba(0, 166, 206, 0.25);
}

.btn-inverse.disabled,
.btn-inverse:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.btn-inverse:active,
.btn-inverse.active {
  background-image: none;
}

.btn-inverse:hover {
  color: #1cbce3;
  background-color: #fff;
  border-color: #e6e6e6;
}

.btn-inverse:focus,
.btn-inverse.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(28, 188, 227, 0.5);
  box-shadow: 0 0 0 2px rgba(28, 188, 227, 0.5);
}

.btn-inverse.disabled,
.btn-inverse:disabled {
  color: #1cbce3;
  background-color: transparent;
}

.btn-inverse:active,
.btn-inverse.active,
.show > .btn-inverse.dropdown-toggle {
  color: #1cbce3;
  background-color: #fff;
  border-color: #d9d9d9;
}

.btn-bet {
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 1.25rem 1.5rem;
  font-size: 17px;
  border-radius: 5rem;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  color: #fff;
  background-color: #19b51e;
  border-color: #19b51e;
  padding: 0.75rem;
  border-radius: 0.625rem;
}

.btn-bet:focus,
.btn-bet:hover {
  text-decoration: none;
}

.btn-bet:focus,
.btn-bet.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 166, 206, 0.25);
  box-shadow: 0 0 0 2px rgba(0, 166, 206, 0.25);
}

.btn-bet.disabled,
.btn-bet:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.btn-bet:active,
.btn-bet.active {
  background-image: none;
}

.btn-bet:hover {
  color: #fff;
  background-color: #1ccb22;
  border-color: #1dd423;
}

.btn-bet:focus,
.btn-bet.focus {
  color: #fff;
  -webkit-box-shadow: 0 0 0 2px rgba(25, 181, 30, 0.5);
  box-shadow: 0 0 0 2px rgba(25, 181, 30, 0.5);
}

.btn-bet.disabled,
.btn-bet:disabled {
  background-color: #19b51e;
  border-color: #19b51e;
}

.btn-bet:active,
.btn-bet.active,
.show > .btn-bet.dropdown-toggle {
  color: #fff;
  background-color: #1ccb22;
  background-image: none;
  border-color: #1dd423;
}

.btn-compare {
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 1.25rem 1.5rem;
  font-size: 17px;
  border-radius: 5rem;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  color: #fff;
  background-color: #1fdb26;
  border-color: #1fdb26;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.875rem 1.5rem;
  border-radius: 0.625rem;
}

.btn-compare:focus,
.btn-compare:hover {
  text-decoration: none;
}

.btn-compare:focus,
.btn-compare.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 166, 206, 0.25);
  box-shadow: 0 0 0 2px rgba(0, 166, 206, 0.25);
}

.btn-compare.disabled,
.btn-compare:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.btn-compare:active,
.btn-compare.active {
  background-image: none;
}

.btn-compare:hover {
  color: #fff;
  background-color: #32e238;
  border-color: #3be341;
}

.btn-compare:focus,
.btn-compare.focus {
  color: #fff;
  -webkit-box-shadow: 0 0 0 2px rgba(31, 219, 38, 0.5);
  box-shadow: 0 0 0 2px rgba(31, 219, 38, 0.5);
}

.btn-compare.disabled,
.btn-compare:disabled {
  background-color: #1fdb26;
  border-color: #1fdb26;
}

.btn-compare:active,
.btn-compare.active,
.show > .btn-compare.dropdown-toggle {
  color: #fff;
  background-color: #32e238;
  background-image: none;
  border-color: #3be341;
}

.btn-compare.disabled,
.btn-compare:disabled {
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}

.btn-signup {
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 1.25rem 1.5rem;
  font-size: 17px;
  border-radius: 5rem;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  color: #fff;
  background-color: #1fdb26;
  border-color: #1fdb26;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.5rem;
  border-radius: 0.625rem;
}

.btn-signup:focus,
.btn-signup:hover {
  text-decoration: none;
}

.btn-signup:focus,
.btn-signup.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 166, 206, 0.25);
  box-shadow: 0 0 0 2px rgba(0, 166, 206, 0.25);
}

.btn-signup.disabled,
.btn-signup:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.btn-signup:active,
.btn-signup.active {
  background-image: none;
}

.btn-signup:hover {
  color: #fff;
  background-color: #32e238;
  border-color: #3be341;
}

.btn-signup:focus,
.btn-signup.focus {
  color: #fff;
  -webkit-box-shadow: 0 0 0 2px rgba(31, 219, 38, 0.5);
  box-shadow: 0 0 0 2px rgba(31, 219, 38, 0.5);
}

.btn-signup.disabled,
.btn-signup:disabled {
  background-color: #1fdb26;
  border-color: #1fdb26;
}

.btn-signup:active,
.btn-signup.active,
.show > .btn-signup.dropdown-toggle {
  color: #fff;
  background-color: #32e238;
  background-image: none;
  border-color: #3be341;
}

.btn-review {
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 1.25rem 1.5rem;
  font-size: 17px;
  border-radius: 5rem;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  color: #fff;
  background-color: #1fdb26;
  border-color: #1fdb26;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.375rem 0.5rem;
  border-radius: 0.625rem;
}

.btn-review:focus,
.btn-review:hover {
  text-decoration: none;
}

.btn-review:focus,
.btn-review.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 166, 206, 0.25);
  box-shadow: 0 0 0 2px rgba(0, 166, 206, 0.25);
}

.btn-review.disabled,
.btn-review:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.btn-review:active,
.btn-review.active {
  background-image: none;
}

.btn-review:hover {
  color: #fff;
  background-color: #32e238;
  border-color: #3be341;
}

.btn-review:focus,
.btn-review.focus {
  color: #fff;
  -webkit-box-shadow: 0 0 0 2px rgba(31, 219, 38, 0.5);
  box-shadow: 0 0 0 2px rgba(31, 219, 38, 0.5);
}

.btn-review.disabled,
.btn-review:disabled {
  background-color: #1fdb26;
  border-color: #1fdb26;
}

.btn-review:active,
.btn-review.active,
.show > .btn-review.dropdown-toggle {
  color: #fff;
  background-color: #32e238;
  background-image: none;
  border-color: #3be341;
}

.btn-search {
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 1.25rem 1.5rem;
  font-size: 17px;
  border-radius: 5rem;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  color: #fff;
  background-color: #00a6ce;
  border-color: #00a6ce;
  font-family: sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.25rem 0.75rem;
  border-radius: 5px;
}

.btn-search:focus,
.btn-search:hover {
  text-decoration: none;
}

.btn-search:focus,
.btn-search.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 166, 206, 0.25);
  box-shadow: 0 0 0 2px rgba(0, 166, 206, 0.25);
}

.btn-search.disabled,
.btn-search:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.btn-search:active,
.btn-search.active {
  background-image: none;
}

.btn-search:hover {
  color: #fff;
  background-color: #009ec4;
  border-color: #0096ba;
}

.btn-search:focus,
.btn-search.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 166, 206, 0.5);
  box-shadow: 0 0 0 2px rgba(0, 166, 206, 0.5);
}

.btn-search.disabled,
.btn-search:disabled {
  background-color: #00a6ce;
  border-color: #00a6ce;
}

.btn-search:active,
.btn-search.active,
.show > .btn-search.dropdown-toggle {
  color: #fff;
  background-color: #009ec4;
  background-image: none;
  border-color: #0096ba;
}

.btn-clear {
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 1.25rem 1.5rem;
  font-size: 17px;
  border-radius: 5rem;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  font-size: 1.5rem;
  font-family: sans-serif;
  padding: 0.5rem;
  border-radius: 0;
  color: #999;
  background-color: transparent;
}

.btn-clear:focus,
.btn-clear:hover {
  text-decoration: none;
}

.btn-clear:focus,
.btn-clear.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 166, 206, 0.25);
  box-shadow: 0 0 0 2px rgba(0, 166, 206, 0.25);
}

.btn-clear.disabled,
.btn-clear:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.btn-clear:active,
.btn-clear.active {
  background-image: none;
}

.btn-clear .icon {
  display: block;
  margin: 0;
  font-size: inherit;
}

.btn-banner {
  font-size: 0.75rem;
  border-width: 2px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.btn-banner .icon {
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem 0 0;
}

.btn-banner span {
  display: inline-block;
  vertical-align: middle;
}

.scroll-top .btn,
.scroll-top .card-offer .btn-cta,
.card-offer .scroll-top .btn-cta {
  padding: 11px;
  background-color: rgba(57, 173, 229, 0.6);
  border: none;
  border-radius: 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  opacity: 0;
  visibility: hidden;
}

.scroll-top .btn.active,
.scroll-top .card-offer .active.btn-cta,
.card-offer .scroll-top .active.btn-cta {
  opacity: 1;
  visibility: visible;
}

.scroll-top.fixed {
  position: fixed;
  height: 40px;
  width: 40px;
  right: 30px;
  bottom: 30px;
  z-index: 999;
}

.scroll-top.fixed .btn,
.scroll-top.fixed .card-offer .btn-cta,
.card-offer .scroll-top.fixed .btn-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-top.fixed .btn:hover,
.scroll-top.fixed .card-offer .btn-cta:hover,
.card-offer .scroll-top.fixed .btn-cta:hover,
.scroll-top.fixed .btn:focus,
.scroll-top.fixed .card-offer .btn-cta:focus,
.card-offer .scroll-top.fixed .btn-cta:focus,
.scroll-top.fixed .btn:active,
.scroll-top.fixed .card-offer .btn-cta:active,
.card-offer .scroll-top.fixed .btn-cta:active {
  background-color: #39ade5;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.item-dropdown {
  position: relative;
}

.item-dropdown .dropdown-menu {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s, padding 0.2s;
  transition: max-height 0.2s, padding 0.2s;
}

.item-dropdown.dropdown-show .dropdown-menu {
  max-height: 400px;
  height: auto;
}

.item-dropdown.hover .dropdown-menu {
  max-height: 400px;
  height: auto;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1000;
  min-width: 200px;
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #fff;
  text-align: center;
  list-style: none;
  background-color: transparent;
  background-clip: padding-box;
  border: none;
  border-radius: 3px;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 15px 0;
  clear: both;
  font-weight: 700;
  color: #fff;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.dropdown-item + .dropdown-item {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #00a6ce;
  text-decoration: none;
  background-color: #fff;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #00a6ce;
  text-decoration: none;
  background-color: #fff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #a3a3a3;
  cursor: not-allowed;
  background-color: transparent;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0;
}

.dropdown-sort {
  position: relative;
  margin-bottom: 1rem;
}

.bet-table-head-sort .dropdown-sort {
  margin-bottom: 0;
}

.dropdown-sort .dropdown-toggle {
  position: relative;
  z-index: 1001;
  display: inline-block;
  text-align: center;
  padding: 0.25rem 0.75rem;
  padding-right: 30px;
  color: #fff;
  background: transparent
    url('/wp-content/themes/comparebet/markup/builds/static/images/content/icons/angle-down-thin-white.svg')
    center right 12px/12px 12px no-repeat;
  border: 2px solid #fff;
  border-radius: 0.3125rem;
  min-width: 80px;
}

.dropdown-sort .dropdown-toggle:after {
  display: none;
}

.dropdown-sort .dropdown-toggle:hover,
.dropdown-sort .dropdown-toggle:focus {
  text-decoration: none;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
}

.dropdown-sort .dropdown-menu {
  top: 100%;
  -webkit-transform: none;
  transform: none;
  left: auto;
  right: 0;
  color: #fff;
  background: #282828;
  padding: 0;
  font-size: 0.875rem;
  text-align: right;
  border-radius: 0;
  min-width: 180px;
  margin-top: 5px;
}

.dropdown-sort .dropdown-menu a {
  display: block;
  padding: 8px 12px;
  color: #fff;
  -webkit-transition: none;
  transition: none;
}

.dropdown-sort .dropdown-menu a + a {
  border-top: 1px solid rgba(255, 255, 255, 0.8);
}

.dropdown-sort .dropdown-menu a:hover {
  text-decoration: none;
  color: #282828;
  background: #f3f3f3;
}

.dropdown-sort .dropdown-menu {
  display: none;
}

.dropdown-sort.show > .dropdown-menu {
  display: block;
}

.dropdown-sort.show > a {
  outline: 0;
}

.custom-control {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.375rem;
  margin-right: 1rem;
  margin-bottom: 0.75rem;
  cursor: pointer;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-indicator {
  color: #1cbce3;
  background-color: transparent;
  border-color: #1cbce3;
}

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: transparent;
  border-color: #1cbce3;
}

.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #c0c0c0;
  border-color: #c0c0c0;
}

.custom-control-input:disabled ~ .custom-control-description {
  color: #a3a3a3;
  cursor: not-allowed;
}

.checkbox-compare {
  display: inline-block;
  padding: 12px;
  margin-bottom: 0.75rem;
  cursor: pointer;
}

.checkbox-compare .checkbox-compare-indicator {
  display: block;
  width: 18px;
  height: 18px;
  opacity: 0.6;
  border-radius: 50%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' enable-background='new 0 0 20 20' xml:space='preserve'%3E%3Ctitle%3Eicon plus in circle%3C/title%3E%3Ccircle fill='none' stroke='%23FFFFFF' cx='10' cy='10' r='9'/%3E%3Cpath fill='none' stroke='%23FFFFFF' d='M10,6v8 M14,10H6'/%3E%3C/svg%3E%0A");
}

.checkbox-compare .checkbox-compare-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  cursor: pointer;
}

.checkbox-compare
  .checkbox-compare-input:checked
  ~ .checkbox-compare-indicator {
  color: white;
  background-color: #1fdb26;
  border-color: #1fdb26;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' enable-background='new 0 0 20 20' xml:space='preserve'%3E%3Ctitle%3Eicon tick success%3C/title%3E%3Ccircle fill='%231FDB26' cx='10' cy='10' r='9'/%3E%3Cpolyline fill='none' stroke='%23FFFFFF' stroke-width='2' points='12.9,8.2 9.2,11.9 7.1,9.8 '/%3E%3C/svg%3E%0A");
  opacity: 1;
}

.checkbox-compare .checkbox-compare-input:active ~ .checkbox-compare-indicator {
  color: white;
  opacity: 0.8;
}

.checkbox-compare
  .checkbox-compare-input:disabled
  ~ .checkbox-compare-indicator {
  cursor: not-allowed;
  opacity: 0.5;
}

@media (max-width: 575px) {
  .checkbox-compare .checkbox-compare-indicator {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' enable-background='new 0 0 20 20' xml:space='preserve'%3E%3Ctitle%3Eicon plus in circle%3C/title%3E%3Ccircle fill='none' stroke='%23000000' cx='10' cy='10' r='9'/%3E%3Cpath fill='none' stroke='%23000000' d='M10,6v8 M14,10H6'/%3E%3C/svg%3E%0A");
  }
}

.custom-control-indicator {
  position: absolute;
  top: 0.3125rem;
  left: 0;
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 78% 78%;
  border: 1px solid #d5d5d5;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%231cbce3' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-indicator {
  background-color: #00a6ce;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%231cbce3' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-indicator {
  border-radius: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%231cbce3' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-indicator {
  background-color: #00a6ce;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%231cbce3' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%231cbce3'/%3E%3C/svg%3E");
}

.custom-controls-stacked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}

.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-collapse-checkbox {
  position: relative;
  display: block;
  min-height: 1.5rem;
  margin-bottom: 1.5rem;
}

.custom-collapse-checkbox .custom-collapse-label:hover {
  cursor: pointer;
}

.custom-collapse-checkbox .collapse-checkbox {
  height: 0;
  overflow: hidden;
}

.custom-collapse-checkbox .custom-collapse-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-collapse-checkbox .custom-collapse-input:checked ~ .collapse-checkbox {
  height: auto;
}

.secondary-nav {
  padding-left: 0;
  list-style: none;
  font-size: 0.75rem;
  line-height: 1.5;
}

.secondary-nav li {
  margin-bottom: 1rem;
}

.secondary-nav a {
  color: #464646;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.nav-tabs .nav-link {
  position: relative;
  display: block;
  padding: 0.375rem 1.125rem;
  color: #626262;
  background-color: #fff;
  border: 1px solid transparent;
  border-bottom: none;
  border-radius: 0.625rem 0.625rem 0 0;
  margin-top: -1px;
  font-family: sans-serif;
  text-align: center;
  height: 100%;
}

.nav-tabs .nav-link svg {
  position: absolute;
  top: 0.9em;
  display: inline-block;
  vertical-align: -0.1em;
  font-size: 0.8em;
  margin-right: 4px;
}

.nav-tabs .nav-link svg + span {
  padding-left: 1.25em;
}

.nav-tabs .nav-link:before {
  display: block;
  content: attr(title);
  font-weight: 700;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  color: #464646;
  text-decoration: none;
}

.nav-tabs .active {
  font-weight: 700;
  color: #464646;
  border-color: #e2e2e2;
  position: relative;
  z-index: 1;
}

.nav-tabs-news-holder {
  margin: 1.5rem 0;
}

@media (min-width: 992px) {
  .nav-tabs-news-holder {
    display: none;
  }
}

.nav-tabs-news {
  font-size: 0.875rem;
}

.nav-tabs-news li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  width: 100%;
  max-width: 100%;
}

.nav-tabs-news li + li {
  margin-left: -1px;
}

.nav-tabs-news li:first-child a {
  border-radius: 0.3125rem 0 0 0.3125rem;
}

.nav-tabs-news li:last-child a {
  border-radius: 0 0.3125rem 0.3125rem 0;
}

.nav-tabs-news .nav-link {
  color: #07a7d0;
  background-color: #fff;
  border: 1px solid #07a7d0;
  margin-top: 0;
  padding: 0.25rem 1rem;
}

.nav-tabs-news .active {
  font-weight: 400;
  color: #fff;
  background-color: #07a7d0;
}

.nav-tabs-news .active:focus {
  color: #fff;
}

.nav-tabs-odds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px;
  background-color: #fff;
  border-radius: 3rem;
}

.block-header .nav-tabs-odds-holder {
  max-width: 552px;
  margin: 1.75rem auto 0.5rem;
}

.nav-tabs-odds .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  border-radius: inherit;
}

.nav-tabs-odds .nav-link {
  display: block;
  font-weight: 700;
  line-height: 1.2;
  color: #202020;
  padding: 0.875rem 0.5rem;
  border-radius: inherit;
}

.nav-tabs-odds .nav-link span {
  border-bottom: 1px dashed;
}

.nav-tabs-odds .nav-link:hover,
.nav-tabs-odds .nav-link:focus {
  color: #1cbce3;
}

.nav-tabs-odds .active {
  position: relative;
  color: #fff;
  background-color: #1cbce3;
}

.nav-tabs-odds .active span {
  border: none;
}

.nav-tabs-odds .active:after {
  position: absolute;
  left: 50%;
  top: 100%;
  content: '';
  width: 0;
  height: 0;
  margin-top: 6px;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top-color: #fff;
  border-bottom-width: 0;
}

.nav-tabs-odds .active:hover,
.nav-tabs-odds .active:focus {
  color: inherit;
}

@media (min-width: 992px) {
  .block-header .nav-tabs-odds-holder {
    max-width: 648px;
    margin: 1.75rem auto 1.25rem;
  }
  .nav-tabs-odds .nav-link {
    padding: 1.125rem 0.5rem;
  }
}

@media (max-width: 767px) {
  .nav-tabs-odds {
    font-size: 0.875rem;
  }
}

.nav-tabs-bordered {
  margin-bottom: 3rem;
  border-bottom: 1px solid #e5e5e5;
}

.nav-tabs-bordered .nav-item {
  margin-bottom: -1px;
}

.nav-tabs-bordered .nav-item + .nav-item {
  margin-left: 1.5rem;
}

.nav-tabs-bordered .nav-link {
  font-family: sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  background-color: transparent;
  border: none;
  border-bottom: 4px solid transparent;
  padding: 1.25rem 0;
}

.nav-tabs-bordered .active {
  border-color: #1cbce3;
}

@media (min-width: 768px) {
  .nav-tabs-bordered .nav-item + .nav-item {
    margin-left: 2rem;
  }
}

.card,
.card-news,
.card-offer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}

.card-block {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.75rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-author-group > .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 1rem 0;
}

@media (min-width: 992px) {
  .card-author-group > .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .card-author-group > .col .card-author {
    height: 100%;
  }
}

.card-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.75rem;
  background-color: #fff;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.11);
}

.card-author .card-img {
  width: 100%;
  max-width: 106px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 3rem;
}

.card-author .card-block {
  padding: 0;
}

.card-author .card-block .card-title {
  display: none;
}

.card-author .card-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.card-author .card-title a {
  color: #1cbce3;
}

.card-author .card-title .mailto {
  color: #464646;
  font-weight: 400;
}

.card-author .card-text {
  font-size: 15px;
}

.card-author .card-text p {
  margin-bottom: 0.5rem;
}

.card-author .mailto {
  font-size: 0.75rem;
  margin-top: 4px;
}

.card-author .photo-wrap {
  width: 106px;
  height: 106px;
  border-radius: 0.625rem;
  background: #c0c0c0
    url('/wp-content/themes/comparebet/markup/builds/static/images/general/logo-cb-sm-inverse.svg')
    center center/50px no-repeat;
  margin-bottom: 0.75rem;
  overflow: hidden;
}

.card-author .photo-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

.sidebar .card-author {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 1rem 0 1.75rem;
}

.card-author-group-layout .card-author .card-img {
  margin: 0;
}

.card-author-group-layout .card-author .card-block .card-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-author-group-layout .card-author .photo-wrap {
  width: 86px;
  height: 86px;
}

@media (min-width: 992px) {
  .card-author .card-title {
    margin-bottom: 0;
  }
  .card-author-group-layout .card-author .card-title {
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .card-author .card-img {
    margin-right: 2rem;
  }
  .card-author .card-img .card-title,
  .card-author .card-img .mailto {
    display: none;
  }
  .card-author .card-block .card-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .card-author .photo-wrap {
    margin-bottom: 0;
  }
}

@media (max-width: 1199px) {
  .card-author-group-layout .card-author {
    padding: 1.625rem;
  }
}

@media (max-width: 991px) {
  .card-author {
    padding: 1.625rem;
  }
}

@media (max-width: 767px) {
  .card-author {
    padding: 2.25rem 1.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card-author .card-img {
    margin: 0 auto 0.75rem;
    text-align: center;
    max-width: none;
  }
  .card-author .card-img .photo-wrap {
    margin: 0 auto 1.5rem;
  }
  .card-author-group-layout .card-author .card-title {
    text-align: center;
  }
}

.card-operator-brief {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 0.625rem;
  margin-bottom: 15px;
}

.card-operator-brief .card-img {
  padding: 1.875rem 1.5rem 0;
}

.card-operator-brief .card-block {
  padding: 2.25rem 1.5rem;
}

.card-operator-brief .card-title {
  font-size: 1.25rem;
  font-weight: 700;
}

.card-operator-brief .card-text {
  font-size: 0.875rem;
}

.card-operator-brief .logo-box {
  position: relative;
  width: 170px;
  height: 170px;
}

.card-operator-brief .logo-box img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain';
}

.card-operator-brief .link-cta {
  font-family: sans-serif;
  font-size: 1rem;
  font-style: italic;
  color: #19b51e;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .card-operator-brief {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .card-operator-brief .logo-box {
    width: 122px;
    height: 122px;
  }
  .card-operator-brief .card-img {
    padding: 1.5rem 1rem 1.5rem 1.5rem;
  }
  .card-operator-brief .card-block {
    padding: 1.5rem 2.5rem 1.5rem 1.5rem;
  }
}

@media (max-width: 991px) {
  .card-operator-brief .card-link {
    text-align: center;
  }
  .card-operator-brief .logo-box {
    margin: auto;
  }
}

.card-overlay,
.block-card-linking .card-linking .card-img {
  position: relative;
}

.card-overlay:after,
.block-card-linking .card-linking .card-img:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  background-color: #000;
  opacity: 0.48;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.block-content .card-linking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  background-color: #fff;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.11);
  padding: 1.25rem;
  margin-bottom: 1.25rem;
}

.block-content .card-linking .card-img {
  width: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.25rem;
}

.block-content .card-linking .card-img img {
  width: 100%;
  height: auto;
}

.block-content .card-linking .card-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.block-content .card-linking .card-title + .btn-bet {
  margin-top: 12px;
}

.block-content .card-linking .card-block {
  padding: 0;
}

.block-content .card-linking .card-link {
  display: inline-block;
  margin-top: 8px;
}

.block-content .card-linking .card-text {
  margin-bottom: 0.75rem;
}

.block-content .card-linking .card-text:last-child {
  margin-bottom: 0;
}

.block-content .card-linking .btn-bet {
  padding: 0.875rem 1.25rem;
  font-weight: 700;
  font-size: 16px;
  min-width: 150px;
}

@media (max-width: 575px) {
  .block-content .card-linking {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .block-content .card-linking .card-img {
    margin-bottom: 1rem;
  }
}

.card-background {
  padding: 2rem;
  margin: 1.5rem 0;
  border-radius: 0.625rem;
  background-color: #fafafa;
}

.card-news-group .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 1.875rem;
}

.card-news-group .card-news:only-child {
  height: 100%;
}

.block-header-news .card-news-group .col {
  margin-bottom: 2rem;
}

.block-header-news .card-news-group .card-news + .card-news {
  margin-top: 2rem;
}

@media (min-width: 576px) and (max-width: 767px) {
  .card-news-group .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .block-header-news .card-news-group .col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .block-header-news .card-news-group .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .block-header-news .card-news-group .col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .block-header-news .card-news-group .card-news-main .card-img {
    height: 170px;
  }
}

@media (min-width: 768px) {
  .card-news-group .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33334%;
    flex: 0 0 33.33334%;
    max-width: 33.33334%;
    margin-bottom: 2.5rem;
  }
  .block-header-news .card-news-group .col {
    margin-bottom: 0;
  }
  .block-header-news .card-news-group .col:nth-child(2) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media (min-width: 992px) {
  .block-header-news .card-news-group {
    margin-left: -20px;
    margin-right: -20px;
  }
  .block-header-news .card-news-group .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29%;
    flex: 0 0 29%;
    max-width: 29%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .block-header-news .card-news-group .col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%;
  }
  .block-card-news .card-news-group {
    margin-left: -30px;
    margin-right: -30px;
  }
  .block-card-news .card-news-group .col {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .card-news-group .col:last-child {
    margin-bottom: 0;
  }
}

.card-news {
  color: #a2a2a2;
  background-color: transparent;
  border: none;
  border-radius: 0;
  width: 100%;
}

.card-news[href]:hover,
.card-news[href]:focus {
  text-decoration: none;
  color: #a2a2a2;
}

.card-news[href]:hover .card-title span,
.card-news[href]:focus .card-title span {
  border-color: #07a7d0;
}

.card-news .card-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.card-news .card-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

.card-news .card-img {
  position: relative;
  height: 140px;
}

.card-news .card-img[href] {
  display: block;
}

.card-news .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  font-family: 'object-fit: cover; object-position: top;';
}

.card-news .card-img .category {
  position: absolute;
  bottom: 0rem;
  left: 0.625rem;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.card-news .card-body {
  padding: 18px 0 0;
}

.card-news .card-body .category {
  margin-bottom: 20px;
}

.card-news .card-body[href] {
  display: block;
  color: inherit;
}

.card-news .card-body[href]:hover,
.card-news .card-body[href]:focus {
  text-decoration: none;
}

.card-news .card-body[href]:hover .card-title span,
.card-news .card-body[href]:focus .card-title span {
  border-color: #07a7d0;
}

.card-news .card-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
}

.card-news .card-title span {
  border-bottom: 3px solid transparent;
}

.card-news .card-subtitle {
  font-size: 0.875rem;
  font-weight: 700;
  color: #202020;
  margin-bottom: 0.375rem;
}

.card-news .card-text {
  margin: 10px 0;
}

.card-news .name {
  font-size: 0.875rem;
  font-weight: 300;
}

.card-news .name span {
  color: #07a7d0;
}

.card-news .name[href] {
  color: inherit;
}

.article-post .card-news.card-js {
  -webkit-transition: margin-top 0.2s;
  transition: margin-top 0.2s;
}

.article-post .card-news.card-js.is_stuck {
  margin-top: 1rem;
}

.article-post .card-news .card-body {
  position: relative;
  padding-top: 0.5rem;
}

.article-post .card-news .card-body:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid #07a7d0;
  border-right: 6px solid transparent;
}

.article-post .card-news .card-title {
  font-size: 1rem;
}

.article-post .card-news .category {
  margin-bottom: 10px;
}

.card-news.card-news-main {
  font-size: 1.125rem;
}

.card-news.card-news-main .card-body {
  padding-top: 1.5rem;
}

.card-news.card-news-main .card-img {
  height: 236px;
}

.card-news.card-news-main .card-title {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.45;
  margin-left: 4px;
  margin-right: 4px;
}

.card-news.card-news-main .card-title span {
  background-color: #07a7d0;
  -webkit-box-shadow: 0 0 0 4px #07a7d0;
  box-shadow: 0 0 0 4px #07a7d0;
}

.card-news.card-news-main .card-text {
  font-weight: 300;
  margin-top: 1rem;
}

.card-news.card-news-main .name {
  font-size: 1.125rem;
}

.card-news.card-colored {
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-news.card-colored .card-bg {
  background-color: #202020;
}

.card-news.card-colored .card-body {
  position: relative;
  padding: 40px 24px;
}

.card-news.card-colored .card-footer {
  position: relative;
  margin-top: -40px;
  padding: 0 24px 40px;
}

.card-news.card-colored .card-title {
  color: inherit;
}

.card-news.card-primary .card-text {
  color: #e9e9e9;
}

.card-news.card-primary .card-bg {
  background-color: #00a6ce;
}

.card-news.card-primary .card-body:hover .card-title span {
  border-color: #fff;
}

.card-news.card-primary .name span {
  color: #e9e9e9;
}

.card-news.card-primary .category {
  color: #07a7d0;
  background-color: #fff;
}

.card-news.card-brand {
  font-family: sans-serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-news.card-brand .card-body {
  position: relative;
  padding: 40px 24px;
}

.card-news.card-brand .card-title {
  margin-bottom: 1.5rem;
}

.card-news.card-brand .card-logo {
  max-width: 215px;
  margin-bottom: 1.5rem;
}

.card-news.card-brand-inverse {
  color: #fff;
}

.card-news.card-brand-inverse .card-title {
  color: inherit;
}

.card-news.card-brand-inverse .card-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#000),
    to(rgba(0, 0, 0, 0))
  );
  background: -webkit-linear-gradient(left, #000, rgba(0, 0, 0, 0));
  background: linear-gradient(to right, #000, rgba(0, 0, 0, 0));
}

.card-news.card-brand .btn,
.card-news.card-brand .card-offer .btn-cta,
.card-offer .card-news.card-brand .btn-cta {
  font-size: 14px;
  padding: 0.5rem 1rem;
  min-width: 170px;
}

.card-news .category {
  color: #fff;
  background-color: #07a7d0;
  padding: 4px 11px;
  border-radius: 2px;
}

@media (max-width: 767px) {
  .card-news.card-colored .card-footer {
    padding: 0 40px 40px;
  }
  .card-news.card-colored .card-body,
  .card-news.card-brand .card-body {
    padding: 40px;
  }
}

.category {
  display: inline-block;
  font-family: sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.tag {
  display: inline-block;
  font-family: sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 5px 7px;
  border: 1px solid;
  border-radius: 0.1875rem;
}

.tag[href]:hover,
.tag[href]:focus {
  text-decoration: none;
}

.card-meta {
  color: #a3a3a3;
}

.card-meta .category,
.card-meta .date {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

.card-meta .category + .date:before {
  content: '·';
  padding: 0 0.5rem;
  margin-left: -0.24em;
}

.card-author-post .card-img {
  display: inline-block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0.75rem;
}

.card-author-post .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

.card-author-post .author-post-name {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.card-author-post .author-post-name span,
.card-author-post .author-post-name a {
  color: #07a7d0;
}

.card-author-post .date {
  font-size: 0.75rem;
  font-weight: 300;
  color: #9ea7b3;
}

.card-author-post time {
  display: block;
}

.card-js {
  z-index: 1;
}

.swiper-card-gambling-mobile {
  margin-bottom: 1.5rem;
}

.swiper-card-gambling-mobile.swiper-container {
  padding: 1rem 0;
  margin-left: -15px;
  margin-right: -15px;
}

.cards-heading + .swiper-card-gambling-mobile.swiper-container {
  margin-top: -1rem;
}

.swiper-card-gambling-mobile .swiper-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.swiper-card-gambling-mobile .swiper-slide {
  width: auto;
  height: auto;
  margin-bottom: 1.875rem;
}

.swiper-card-gambling-mobile .swiper-pagination {
  bottom: 0;
}

.swiper-card-gambling-mobile.swiper-container-horizontal
  > .swiper-pagination-bullets {
  bottom: 0;
}

.swiper-card-gambling-mobile .card-gambling {
  height: 100%;
  width: 100%;
}

@media (min-width: 992px) {
  .swiper-card-gambling-mobile {
    padding-top: 1rem;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .swiper-card-gambling-mobile .swiper-pagination {
    display: none;
  }
  .swiper-card-gambling-mobile .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .swiper-card-gambling-mobile .swiper-slide {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  .swiper-card-gambling-mobile.swiper-container {
    padding-left: 15px;
  }
  .swiper-card-gambling-mobile .swiper-slide {
    margin-right: 15px;
  }
  .swiper-card-gambling-mobile .card-gambling {
    width: 270px;
  }
}

.swiper-cards-js {
  margin-bottom: 1.5rem;
}

.swiper-cards-js.swiper-container {
  margin-left: -15px;
  margin-right: -15px;
}

.swiper-cards-js.swiper-container .swiper-pagination {
  bottom: 0;
}

.swiper-cards-js .swiper-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.swiper-cards-js .swiper-slide {
  width: auto;
  height: auto;
  margin-bottom: 1rem;
}

.swiper-cards-js .card-news-alt,
.swiper-cards-js .card-gambling {
  height: 100%;
  width: 100%;
}

@media (min-width: 992px) {
  .swiper-cards-js .swiper-slide {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1280px) {
  .swiper-cards-js.swiper-container {
    padding-bottom: 1rem;
  }
}

@media (max-width: 991px) {
  .swiper-cards-js.swiper-container {
    padding-left: 15px;
  }
  .swiper-cards-js .swiper-slide {
    margin-right: 15px;
  }
  .swiper-cards-js .card-news-alt,
  .swiper-cards-js .card-gambling {
    width: 270px;
  }
}

.swiper-cards-js-holder {
  position: relative;
}

.swiper-cards-js-holder .swiper-button-prev-cards-js {
  right: 100%;
  left: auto;
  margin-right: 15px;
}

.swiper-cards-js-holder .swiper-button-next-cards-js {
  left: 100%;
  right: auto;
  margin-left: 15px;
}

.swiper-cards-js-holder .swiper-button-prev-cards-js,
.swiper-cards-js-holder .swiper-button-next-cards-js {
  color: #a3a3a3;
}

.swiper-cards-js-holder .swiper-button-prev-cards-js svg,
.swiper-cards-js-holder .swiper-button-next-cards-js svg {
  display: none;
}

.swiper-cards-js-holder .swiper-button-prev-cards-js::after,
.swiper-cards-js-holder .swiper-button-next-cards-js::after {
  font-size: 30px;
}

.swiper-cards-js-holder .swiper-button-prev-cards-js:hover,
.swiper-cards-js-holder .swiper-button-next-cards-js:hover {
  color: #1cbce3;
}

@media (min-width: 1280px) {
  .swiper-cards-js-holder .swiper-pagination {
    display: none;
  }
}

@media (max-width: 1279px) {
  .swiper-cards-js-holder .swiper-button-prev-cards-js,
  .swiper-cards-js-holder .swiper-button-next-cards-js {
    display: none;
  }
}

.card-gambling {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 7px 10px 0 rgba(121, 146, 184, 0.2);
  box-shadow: 0 7px 10px 0 rgba(121, 146, 184, 0.2);
  background: #fff;
  width: 240px;
  font-family: sans-serif;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.card-gambling .card-img {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 130px;
  border-radius: 0.5rem 0.5rem 0 0;
}

.card-gambling .card-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain';
}

.card-gambling .card-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}

.card-gambling .card-footer {
  padding: 0;
  margin: 0 0 10px;
  width: 100%;
  max-width: 100%;
}

.card-gambling .card-data {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 0 0.75rem;
}

.card-gambling .card-data > div:nth-child(2) {
  text-align: right;
}

.card-gambling .card-data > div:only-child {
  width: 100%;
  text-align: center;
}

.card-gambling .card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  margin: 1rem 0 0.75rem;
}

.card-gambling .card-text {
  font-size: 9px;
  color: #a3a3a3;
  margin: 10px -8px 0;
}

.card-gambling .card-text a {
  display: inline-block;
  font-weight: 700;
  color: inherit;
  text-decoration: underline;
}

.card-gambling .bonus-main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  line-height: 1.14;
  color: #000;
  margin: 1rem 0 0.5rem;
}

.card-gambling .score-text {
  font-size: 0.75rem;
  font-weight: 700;
  margin: 0;
}

.card-gambling .score-text .score-value {
  font-size: 1rem;
  color: #000;
}

.card-gambling .link-cta {
  font-size: 0.75rem;
  font-weight: 700;
  color: #1cbce3;
}

.card-gambling .tooltipster-popover {
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  text-decoration: underline;
  white-space: nowrap;
}

.card-gambling .tooltipster-popover:hover,
.card-gambling .tooltipster-popover:focus {
  color: #000;
  cursor: pointer;
}

.card-gambling .btn-action {
  width: 100%;
}

.card-gambling a:focus {
  outline: none;
}

.card-slider .card-gambling {
  margin: 0 10px 1rem;
}

.layout-main .card-slider .card-gambling {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .card-gambling .bonus-main {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .card-gambling .card-img {
    height: 150px;
  }
  .card-gambling .card-data {
    margin-bottom: 0.75rem;
  }
  .card-gambling .card-text {
    font-size: 10px;
  }
  .card-slider .card-gambling {
    width: 270px;
    margin: 0 15px 1rem;
  }
  .card-gambling .btn-action {
    max-width: 90%;
  }
  .card-gambling .tooltipster-popover {
    font-size: inherit;
  }
  .card-gambling .bonus-main {
    margin-bottom: 0.75rem;
  }
}

@media (min-width: 1200px) {
  .card-slider .card-gambling {
    width: 100%;
    max-width: 270px;
  }
  .layout-main .card-slider .card-gambling {
    margin-left: 10px;
    margin-right: 10px;
  }
  .layout-main .card-slider .card-gambling .btn-action {
    max-width: 100%;
  }
}

.card-offer-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -8px;
  margin-left: -8px;
}

.card-offer-group .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 226px;
  flex: 0 0 226px;
  max-width: 226px;
  padding-left: 8px;
  padding-right: 8px;
}

.card-offer-group .card-offer {
  height: 100%;
}

.card-offer {
  width: 100%;
  background-color: #fff;
  border-radius: 0.5rem;
}

.card-offer .card-img {
  position: relative;
  width: 100%;
  height: 105px;
  border-radius: 0.5rem;
  margin-top: -30px;
  margin-bottom: 10px;
}

.card-offer .card-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  font-family: 'object-fit: contain; object-position: center;';
  margin: auto;
}

.card-offer .card-text {
  font-size: 9px;
  line-height: 1.67;
  text-align: center;
  color: #a3a3a3;
}

.card-offer .card-text P:last-child {
  margin-bottom: 0;
}

.card-offer .card-block {
  padding: 15px;
}

.card-offer .bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: sans-serif;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  min-height: 60px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .card-offer .bonus {
    /* IE10+ CSS styles go here */
    height: 60px;
  }
}

.card-offer .bonus .bonus-value {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.card-offer .bonus .small {
  font-weight: 700;
}

.card-offer .btn-cta {
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  padding: 12px;
  margin: 10px 0;
}

.breadcrumb {
  padding: 0.5rem 0rem;
  margin-bottom: 0.5rem;
  font-size: 0.625rem;
  list-style: none;
  background-color: transparent;
}

.breadcrumb::after {
  display: block;
  content: '';
  clear: both;
}

.breadcrumb > li {
  display: inline;
  font-style: italic;
  letter-spacing: 1px;
}

.breadcrumb > li:not(:last-child):after {
  display: inline-block;
  padding-right: 0.375rem;
  padding-left: 0.375rem;
  color: #a3a3a3;
  content: '/';
}

.breadcrumb a:hover,
.breadcrumb a:focus {
  text-decoration: none;
}

.breadcrumb > .active {
  color: #a3a3a3;
}

.breadcrumb-inverse > li:not(:last-child):after,
.block-header .breadcrumb > li:not(:last-child):after {
  color: #fff;
}

.breadcrumb-inverse a,
.block-header .breadcrumb a {
  color: #fff;
}

.breadcrumb-inverse > .active,
.block-header .breadcrumb > .active {
  color: #fff;
}

.block-header .breadcrumb-inverse > li:not(:last-child):after,
.block-header .breadcrumb > li:not(:last-child):after {
  color: rgba(255, 255, 255, 0.6);
}

.block-header .breadcrumb-inverse a,
.block-header .breadcrumb a,
.block-header .breadcrumb-inverse > .active,
.block-header .breadcrumb > .active {
  color: rgba(255, 255, 255, 0.6);
}

.breadcrumb-alt,
.block-header .breadcrumb {
  font-size: 13px;
}

.breadcrumb-alt li,
.block-header .breadcrumb li {
  font-style: normal;
  letter-spacing: 0;
}

.breadcrumb-alt li:first-child a,
.block-header .breadcrumb li:first-child a {
  color: #1cbce3;
}

.breadcrumb-alt li:not(:last-child):after,
.block-header .breadcrumb li:not(:last-child):after {
  padding-left: 3px;
  padding-right: 0;
}

.breadcrumb-alt a,
.block-header .breadcrumb a {
  font-weight: 700;
  text-decoration: none;
}

.breadcrumb-alt a:hover,
.block-header .breadcrumb a:hover,
.breadcrumb-alt a:focus,
.block-header .breadcrumb a:focus {
  text-decoration: underline;
}

.notice,
.notice-outline {
  margin: 1.5rem 0;
}

.notice > p,
.notice-outline > p {
  display: inline-block;
  font-family: sans-serif;
  line-height: 1.2;
  padding: 1.75rem 1.5rem;
  margin-bottom: 0;
  border-radius: 0.625rem;
  min-height: 3.5rem;
}

.notice-check > p,
.notice-warning > p {
  position: relative;
  padding: 1.75rem 1.5rem 1.75rem 3.75rem;
}

.notice-check > p:before,
.notice-warning > p:before {
  content: '';
  position: absolute;
  left: 1.5rem;
  width: 1.25rem;
  height: 1.25rem;
  display: block;
}

.notice-check > p {
  color: #5a8246;
  background-color: #dff0d8;
}

.notice-check > p:before {
  background: url('/wp-content/themes/comparebet/markup/builds/static/images/general/icons/tick-circle-outline.svg')
    center center/contain no-repeat;
}

.notice-warning > p {
  color: #8b6d3d;
  background-color: #fcf8e3;
}

.notice-warning > p:before {
  background: url('/wp-content/themes/comparebet/markup/builds/static/images/general/icons/exclamation-circle-outline.svg')
    center center/contain no-repeat;
}

.notice-outline > p {
  background-color: transparent;
}

.notice-outline.notice-check > p {
  color: #5a8246;
  border: 1px solid #dff0d8;
}

.notice-outline.notice-warning > p {
  color: #8b6d3d;
  border: 1px solid #fcf8e3;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.close {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.close svg {
  display: block;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.75;
  outline: none;
}

button.close {
  padding: 10px 14px;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.sidebar-panel {
  z-index: 1030;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0.3s;
  transition: visibility 0.3s;
  /* overlay */
}

.sidebar-panel:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.sidebar-panel.from-right .sidebar-container {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.sidebar-panel.is-visible {
  visibility: visible;
}

.sidebar-panel.is-visible:after {
  opacity: 1;
}

.sidebar-panel.is-visible .sidebar-close {
  opacity: 1;
}

.sidebar-panel.is-visible .sidebar-container {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.sidebar-panel .sidebar-container {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 75%;
  height: 100%;
  min-width: 280px;
  background: #22222c;
  -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.5);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.sidebar-panel .sidebar-content {
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: auto;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
}

.sidebar-panel .sidebar-header {
  position: relative;
  width: 100%;
  padding: 0.75rem 1rem;
  z-index: 2;
  background-color: #373945;
}

.sidebar-panel .sidebar-close {
  position: fixed;
  right: 100%;
  top: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: sans-serif;
  font-size: 0.625rem;
  line-height: 1.25;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  width: 2rem;
  height: 2rem;
  padding: 0;
  color: #fff;
  background-color: rgba(34, 34, 44, 0.9);
  margin-right: 0.25rem;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.sidebar-panel .sidebar-close:focus,
.sidebar-panel .sidebar-close:hover {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  .sidebar-panel .sidebar-header {
    padding: 1.25rem 1.5rem;
  }
  .sidebar-panel .sidebar-close {
    font-size: 0.75rem;
    width: 3rem;
    height: 3rem;
    top: 1rem;
    margin-right: 1rem;
  }
  .sidebar-panel .sidebar-container {
    width: 100%;
    max-width: 536px;
  }
}

.sidebar-js-open {
  overflow: hidden;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  padding: 30px;
}

.modal-footer {
  padding: 30px;
  border-top: 2px solid #c0c0c0;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 750px;
  }
}

.tooltipster_templates {
  display: none;
}

.tooltipster-link {
  font-weight: 700;
  white-space: nowrap;
}

.tooltipster-link:hover {
  cursor: pointer;
}

.tooltipster-link strong {
  text-decoration: underline;
}

.tooltipster-sidetip.tooltipster-link-theme .tooltipster-box {
  background: #ebf8fb;
  border: none;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.tooltipster-sidetip.tooltipster-link-theme .tooltipster-content {
  color: #a3a3a3;
  color: inherit;
  font-size: 13px;
  line-height: 1.3;
  padding: 14px;
}

.tooltipster-sidetip.tooltipster-link-theme .tooltipster-content a {
  display: inline-block;
  text-decoration: underline;
  color: #1cbce3;
}

@media (max-width: 767px) {
  .tooltipster-sidetip.tooltipster-link-theme {
    width: calc(100% - 30px) !important;
    max-width: none !important;
  }
}

.tooltipster-screen_templates {
  display: none;
}

.tooltipster-screen .tooltipster-box {
  background: #fff;
  border: 3px solid #3e3e3e;
  border-radius: 4px;
}

.tooltipster-screen .tooltipster-content {
  padding: 3px;
}

.tooltipster-popover_templates {
  display: none;
}

.tooltipster-sidetip.tooltipster-popover .tooltipster-box {
  background: #fff;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.tooltipster-sidetip.tooltipster-popover .tooltipster-content {
  color: #3e3e3e;
  font-size: 12px;
  line-height: 1.8;
  padding: 26px 26px 26px 20px;
}

.tooltipster-popover .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  color: #3e3e3e;
  margin-bottom: 1rem;
}

.tooltipster-popover .btn,
.tooltipster-popover .card-offer .btn-cta,
.card-offer .tooltipster-popover .btn-cta {
  font-size: 14px;
  padding: 1rem 2.5rem;
}

.tooltipster-popover .close {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.25;
}

.tooltipster-popover .close:focus,
.tooltipster-popover .close:hover {
  opacity: 0.5;
}

.tooltipster-popover.tooltipster-left .close {
  right: 10px;
}

@media (max-width: 575px) {
  .tooltipster-popover.tooltipster-fade.tooltipster-show {
    opacity: 0.95;
  }
}

.tooltipster-sidetip.tooltipster-text .tooltipster-box {
  background: #fff;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.tooltipster-sidetip.tooltipster-text .tooltipster-content {
  color: #3e3e3e;
  font-size: 13px;
  word-wrap: break-word;
  padding: 8px 16px;
}

.tooltipster-sidetip.tooltipster-compare .tooltipster-box {
  background: #1cbce3;
  border: none;
  border-radius: 0;
}

.tooltipster-sidetip.tooltipster-compare .tooltipster-content {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  word-wrap: break-word;
  padding: 3px 16px;
}

.tooltipster-sidetip.tooltipster-popover.tooltipster-left .tooltipster-box,
.tooltipster-sidetip.tooltipster-text.tooltipster-left .tooltipster-box {
  margin-right: 10px;
}

.tooltipster-sidetip.tooltipster-popover.tooltipster-left
  .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-text.tooltipster-left
  .tooltipster-arrow-border {
  border-left-color: rgba(0, 0, 0, 0.1);
}

.tooltipster-sidetip.tooltipster-popover.tooltipster-left
  .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-text.tooltipster-left
  .tooltipster-arrow-background {
  border-left-color: #fff;
  left: -1px;
}

.tooltipster-sidetip.tooltipster-popover.tooltipster-right .tooltipster-box,
.tooltipster-sidetip.tooltipster-text.tooltipster-right .tooltipster-box {
  margin-left: 10px;
}

.tooltipster-sidetip.tooltipster-popover.tooltipster-right
  .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-text.tooltipster-right
  .tooltipster-arrow-border {
  border-right-color: rgba(0, 0, 0, 0.1);
}

.tooltipster-sidetip.tooltipster-popover.tooltipster-right
  .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-text.tooltipster-right
  .tooltipster-arrow-background {
  border-right-color: #fff;
  left: 1px;
}

.tooltipster-sidetip.tooltipster-popover.tooltipster-top .tooltipster-box,
.tooltipster-sidetip.tooltipster-text.tooltipster-top .tooltipster-box {
  margin-bottom: 10px;
}

.tooltipster-sidetip.tooltipster-popover.tooltipster-top
  .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-text.tooltipster-top
  .tooltipster-arrow-border {
  border-top-color: rgba(0, 0, 0, 0.1);
}

.tooltipster-sidetip.tooltipster-popover.tooltipster-top
  .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-text.tooltipster-top
  .tooltipster-arrow-background {
  border-top-color: #fff;
  top: -1px;
}

.tooltipster-sidetip.tooltipster-popover.tooltipster-bottom .tooltipster-box,
.tooltipster-sidetip.tooltipster-text.tooltipster-bottom .tooltipster-box {
  margin-top: 10px;
}

.tooltipster-sidetip.tooltipster-popover.tooltipster-bottom
  .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-text.tooltipster-bottom
  .tooltipster-arrow-border {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

.tooltipster-sidetip.tooltipster-popover.tooltipster-bottom
  .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-text.tooltipster-bottom
  .tooltipster-arrow-background {
  border-bottom-color: #fff;
  top: 1px;
}

.tooltipster-sidetip.tooltipster-compare .tooltipster-arrow-border {
  display: none;
}

.tooltipster-sidetip.tooltipster-compare.tooltipster-left .tooltipster-arrow {
  margin-top: -14px;
}

.tooltipster-sidetip.tooltipster-compare.tooltipster-left
  .tooltipster-arrow-background {
  border-left-color: #1cbce3;
}

.tooltipster-sidetip.tooltipster-compare.tooltipster-right .tooltipster-arrow {
  margin-top: -14px;
}

.tooltipster-sidetip.tooltipster-compare.tooltipster-right
  .tooltipster-arrow-background {
  border-right-color: #1cbce3;
}

.tooltipster-sidetip.tooltipster-compare.tooltipster-top .tooltipster-arrow {
  height: 14px;
}

.tooltipster-sidetip.tooltipster-compare.tooltipster-top
  .tooltipster-arrow-background {
  border-top-color: #1cbce3;
  top: 1px;
}

.tooltipster-sidetip.tooltipster-compare.tooltipster-bottom
  .tooltipster-arrow-background {
  border-bottom-color: #1cbce3;
}

/**
 * Swiper 6.7.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 1, 2021
 */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA')
    format('woff');
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}

.swiper-pagination-bullet-active {
  background: #1cbce3;
}

.swiper-pagination-bullets {
  left: 0;
  bottom: 10px;
  width: 100%;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-nav-secondary {
  padding: 0 15px;
  margin: 0 -15px 1.25rem;
  font-size: 0.875rem;
  font-weight: 700;
}

.swiper-nav-secondary .swiper-slide {
  width: auto;
  margin-right: 1.25rem;
}

.swiper-nav-secondary .swiper-slide:first-child {
  margin-left: -0.5rem;
}

.swiper-nav-secondary .swiper-slide a {
  display: block;
  height: 100%;
  padding: 0.75rem 0.5rem;
  color: rgba(255, 255, 255, 0.8);
}

.swiper-nav-secondary .swiper-slide a.active {
  color: #fff;
}

.swiper-nav-secondary .swiper-slide a:focus {
  text-decoration: none;
}

.swiper-nav-secondary .swiper-slide a:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.swiper-nav-secondary .swiper-slide.active {
  color: #fff;
}

.swiper-sort .swiper-wrapper {
  margin-bottom: 1px;
  margin-right: 1px;
}

.swiper-sort .sort {
  text-align: center;
  padding: 0.25rem 0.375rem;
  margin-right: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 0.3125rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swiper-sort .sort:before {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.swiper-sort .sort:last-child {
  margin-right: 0;
}

.swiper-sort .sort:hover {
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
}

.swiper-sort .sort.is-sorted {
  font-weight: 700;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
}

.swiper-sort .swiper-slide {
  width: auto;
}

.swiper-news {
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 7px 20px 0 rgba(121, 146, 184, 0.2);
  box-shadow: 0 7px 20px 0 rgba(121, 146, 184, 0.2);
}

.swiper-news .swiper-slide {
  height: auto;
}

.swiper-news .swiper-button-prev,
.swiper-news .swiper-button-next {
  width: 1.5rem;
  height: 1.5rem;
  top: auto;
  margin-top: 0;
  bottom: 1rem;
  right: 1rem;
  font-size: 0.625rem;
  color: #d8d8d8;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
}

.swiper-news .swiper-button-prev:after,
.swiper-news .swiper-button-next:after {
  display: none;
}

.swiper-news .swiper-button-prev:hover,
.swiper-news .swiper-button-next:hover {
  color: #a3a3a3;
  border-color: #a3a3a3;
}

.swiper-news .swiper-button-prev {
  left: auto;
  right: 2.5rem;
  margin-right: 2px;
}

.swiper-subnav .swiper-slide {
  width: auto;
}

.swiper-slot {
  margin: 1.5rem -5px;
  padding: 0 5px;
}

.swiper-slot .swiper-slide {
  height: auto;
  margin-bottom: 2rem;
}

.swiper-slot .swiper-button-prev,
.swiper-slot .swiper-button-next {
  color: #1cbce3;
}

.swiper-slot .swiper-pagination {
  bottom: 0;
}

.swiper-slot .card-slot {
  height: 100%;
}

@media (min-width: 768px) {
  .swiper-slot .card-slot {
    max-width: none;
  }
  .layout-main .swiper-slot .card-slot {
    max-width: 286px;
  }
}

@media (min-width: 1200px) {
  .layout-main .swiper-slot .card-slot {
    max-width: none;
  }
}

.bg-faded,
.block-author,
.block-card-news-alt,
.block-card-linking,
.block-card-list-group {
  background-color: #f3f3f3 !important;
}

.clearfix::after {
  display: block;
  content: '';
  clear: both;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.text-center {
  text-align: center !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.text-muted {
  color: #a3a3a3 !important;
}

a.text-muted:focus,
a.text-muted:hover {
  color: #8a8a8a !important;
}

.text-primary {
  color: #00a6ce !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #007d9b !important;
}

.text-success {
  color: #19b51e !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #138817 !important;
}

.text-danger {
  color: #e75a63 !important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #e12d39 !important;
}

.text-darker {
  color: #3e3e3e !important;
}

a.text-darker:focus,
a.text-darker:hover {
  color: #252525 !important;
}

.text-inverse,
.block-card-linking .card-linking {
  color: #fff !important;
}

a.text-inverse:focus,
.block-card-linking a.card-linking:focus,
a.text-inverse:hover,
.block-card-linking a.card-linking:hover {
  color: #e6e6e6 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 1.5rem !important;
}

.mb-3 {
  margin-bottom: 2rem !important;
}

.mb-4 {
  margin-bottom: 2.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-2 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.p-mod {
  padding: 3rem !important;
}

@media (max-width: 767px) {
  .p-mod {
    padding: 1.25rem !important;
  }
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg-only {
    display: none !important;
  }
}

.hidden {
  display: none;
}

@media (min-width: 576px) {
  .mobile-visible {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .mobile-hidden {
    display: none !important;
  }
}

.rating-icon-row {
  position: relative;
  width: 70px;
  height: 12px;
  margin-left: -2px;
}

.rating-icon-row .rating-icon-empty,
.rating-icon-row .rating-icon-rated {
  width: 100%;
  height: 100%;
}

.rating-icon-row .rating-icon-empty {
  background: url('/wp-content/themes/comparebet/markup/builds/static/images/general/icons/star-empty-14x12.svg')
    left center/14px 100%;
}

.rating-icon-row .rating-icon-rated {
  position: absolute;
  top: 0;
  left: 0;
  background: url('/wp-content/themes/comparebet/markup/builds/static/images/general/icons/star-14x12.svg')
    left center/14px 100%;
}

.rating-icon-row.row-wide {
  width: 171px;
  height: 20px;
  margin-left: -7px;
}

.rating-icon-row.row-wide .rating-icon-empty,
.rating-icon-row.row-wide .rating-icon-rated {
  background-size: 34px 100%;
}

/* Plugins, which is used in current project. */
/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute;
}

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

/* grow */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* swing */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

/* fall */
.tooltipster-fall {
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

/* slide */
.tooltipster-slide {
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@-webkit-keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.tooltipster-update-fade {
  -webkit-animation: tooltipster-fading 400ms;
  animation: tooltipster-fading 400ms;
}

/* rotate */
@-webkit-keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  75% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  75% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.tooltipster-update-rotate {
  -webkit-animation: tooltipster-rotating 600ms;
  animation: tooltipster-rotating 600ms;
}

/* scale */
@-webkit-keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.tooltipster-update-scale {
  -webkit-animation: tooltipster-scaling 600ms;
  animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid black;
  border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
  color: white;
  line-height: 18px;
  padding: 6px 14px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
	been positioned yet */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0px;
  top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0px;
  top: -3px;
}

/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: black;
}

/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.block,
.block-header-result,
.block-header,
.block-info,
.block-author {
  margin: 3rem 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.block-overlay,
.block-header-result,
.block-header {
  position: relative;
  z-index: 1;
}

.block-overlay:after,
.block-header-result:after,
.block-header:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.6;
  z-index: -1;
}

@media (min-width: 1270px) {
  .spot-page .block-overlay,
  .spot-page .block-header-result,
  .spot-page .block-header {
    background-image: none;
  }
  .block-overlay .block-header-bg,
  .block-header-result .block-header-bg,
  .block-header .block-header-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    background-size: 100% auto;
    top: 57px;
    left: 0;
    background-repeat: no-repeat;
    z-index: -1;
  }
  .spot-page .block-overlay:after,
  .spot-page .block-header-result:after,
  .spot-page .block-header:after {
    position: fixed;
  }
}

.block-inverse,
.block-header-result,
.block-header,
.block-helper,
.block-header-news,
.block-hero-plain {
  color: #fff;
}

.block-inverse h1,
.block-header-result h1,
.block-header h1,
.block-helper h1,
.block-header-news h1,
.block-hero-plain h1,
.block-inverse h2,
.block-header-result h2,
.block-header h2,
.block-helper h2,
.block-header-news h2,
.block-hero-plain h2,
.block-inverse h3,
.block-header-result h3,
.block-header h3,
.block-helper h3,
.block-header-news h3,
.block-hero-plain h3,
.block-inverse h4,
.block-header-result h4,
.block-header h4,
.block-helper h4,
.block-header-news h4,
.block-hero-plain h4,
.block-inverse h5,
.block-header-result h5,
.block-header h5,
.block-helper h5,
.block-header-news h5,
.block-hero-plain h5,
.block-inverse h6,
.block-header-result h6,
.block-header h6,
.block-helper h6,
.block-header-news h6,
.block-hero-plain h6,
.block-inverse .h1,
.block-header-result .h1,
.block-header .h1,
.block-helper .h1,
.block-header-news .h1,
.block-hero-plain .h1,
.block-inverse .h2,
.block-header-result .h2,
.block-header .h2,
.block-helper .h2,
.block-header-news .h2,
.block-hero-plain .h2,
.block-inverse .h3,
.block-header-result .h3,
.block-header .h3,
.block-helper .h3,
.block-header-news .h3,
.block-hero-plain .h3,
.block-inverse .h4,
.block-header-result .h4,
.block-header .h4,
.block-helper .h4,
.block-header-news .h4,
.block-hero-plain .h4,
.block-inverse .h5,
.block-header-result .h5,
.block-header .h5,
.block-helper .h5,
.block-header-news .h5,
.block-hero-plain .h5,
.block-inverse .h6,
.block-header-result .h6,
.block-header .h6,
.block-helper .h6,
.block-header-news .h6,
.block-hero-plain .h6 {
  color: #fff;
}

.block-title {
  font-size: 2.5rem;
  line-height: 1.25;
}

.table-shadow {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@media (max-width: 767px) {
  .table-shadow {
    background-color: #f9f9f9;
  }
}

.block-header-result {
  font-family: sans-serif;
  background-color: #3e3e3e;
  padding: 30px 0;
  margin-top: 0;
}

.block-header-result .block-header-img,
.block-header-result picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  z-index: -1;
}

@media (min-width: 992px) {
  .block-header-result {
    padding: 4rem 0;
  }
}

.block-header {
  background-color: #2e3031;
  padding: 1rem 0;
  margin: 0 0 1.5rem;
}

.block-header .block-header-img,
.block-header picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  z-index: -1;
}

.block-header.block-header-bg-color {
  background-color: #22222c;
}

.block-header.block-header-bg-color::after {
  display: none;
}

.block-header .headings {
  margin-bottom: 1rem;
}

.block-header .block-title {
  font-size: 1.75rem;
  margin-bottom: 0.75rem;
}

.block-header .lead {
  font-size: 1rem;
}

.block-header a {
  font-weight: 700;
  color: #fff;
  text-decoration: underline;
}

.block-header a:hover,
.block-header a:focus {
  color: #33c3e6;
}

.block-header .link-disclosure {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.5rem;
}

.link-disclosure-container {
  position: relative;
  display: inline-block;
}

.disclosure-modal {
  display: none;
  position: absolute;
  top: 100%; /* Display below the link */
  left: 0;
  padding: 1rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 0.625rem;
  color: #66737e;
  background: #fff;
  width: 400px;
  text-align: left;
  z-index: 1000;
  white-space: normal; /* Allow line breaks */
  font-size: 12px;
}

.link-disclosure-container:hover .disclosure-modal {
  display: block;
}

.link-disclosure {
  cursor: pointer;
  text-decoration: underline;
}

.block-header .breadcrumb-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block-header .breadcrumb-holder .link-disclosure {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 1rem;
  margin-top: -0.75rem;
}

.block-header .breadcrumb {
  margin-top: -0.75rem;
}

.block-header .tooltipster-link {
  font-weight: 400;
}

.block-header .link-scroll {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  border-radius: 3rem;
  color: #fff;
  background-color: #1cbce3;
  text-decoration: none;
  margin-bottom: 1rem;
}

.block-header .link-scroll:hover,
.block-header .link-scroll:focus {
  color: inherit;
  text-decoration: none;
  background-color: #33c3e6;
}

.block-header .link-primary {
  color: #1cbce3;
}

.block-header .label-pill {
  padding: 0.5rem 0.75rem;
  border-radius: 0.625rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 1rem;
}

.block-header .label-dark {
  font-size: 13px;
  background-color: rgba(0, 0, 0, 0.2);
}

.block-header .label-dark > span {
  margin-right: 1.5rem;
}

.block-header .label-dark > span:last-child {
  margin-right: 0;
}

.block-header .label-light {
  font-size: 11px;
  background-color: rgba(255, 255, 255, 0.05);
}

.block-header .nav-tabs-odds .nav-link {
  text-decoration: none;
}

.block-header .nav-tabs-odds .nav-link:hover,
.block-header .nav-tabs-odds .nav-link:focus {
  text-decoration: none;
}

.spot-page .block-header .spot {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 10px;
  width: 150px;
  display: none;
}

.spot-page .block-header .spot-left {
  left: 0;
}

.spot-page .block-header .spot-right {
  right: 0;
}

.spot-page .block-header .spot img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 1270px) {
  .spot-page .block-header .spot {
    display: block;
  }
}

@media (min-width: 768px) {
  .block-header {
    padding: 3.5rem 0;
  }
  .block-header .block-title {
    font-size: 2.25rem;
  }
  .block-header .lead {
    font-size: 1.125rem;
  }
  .block-header .label-dark:last-child {
    margin-bottom: 0;
  }
  .block-header .label-dark + .swiper-nav-top-holder .swiper-nav-top {
    margin-top: 0.5rem;
  }
}

@media (max-width: 767px) {
  .block-header .breadcrumb-holder .breadcrumb,
  .block-header .breadcrumb-holder .link-disclosure {
    font-size: 12px;
  }
  .block-header .label-dark {
    display: block;
    padding: 0.5rem 15px;
    border-radius: 0;
    margin: 0 -15px 1rem;
  }
  .block-header .label-dark > span {
    display: block;
    padding: 2px 0;
    margin-right: 0;
  }
}

.bet-table-feature-content {
  color: #fff;
  background-color: #363a45;
  padding: 0.75rem 0.5rem;
}

.feature-content {
  text-align: center;
}

.feature-content .feature-item {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.75rem;
  margin: 0 0.75rem;
}

.feature-content .feature-item .feature-img {
  display: inline-block;
  vertical-align: 0.1em;
  margin-right: 0.5rem;
  width: 20px;
}

.block-info-text {
  line-height: 2.125;
}

.block-info .img-wrapper {
  margin-top: -1.5rem;
}

.block-review {
  margin: 2rem 0;
}

@media (min-width: 768px) {
  .block-review.block-overview {
    margin-top: 1rem;
  }
}

.block-review p {
  line-height: 1.875;
}

.block-review .list-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.block-review .btn,
.block-review .card-offer .btn-cta,
.card-offer .block-review .btn-cta {
  min-width: 294px;
}

.card-holder {
  font-size: 14px;
}

.card-holder .icon {
  color: rgba(0, 0, 0, 0.2);
  display: block;
  font-size: 40px;
  margin-bottom: 6px;
}

.card-holder b {
  font-size: 16px;
}

@media (max-width: 991px) {
  .card-holder .icon {
    display: none;
  }
}

.card-holder ul:not([class]) {
  margin: 1rem 0;
}

.flag-holder {
  font-size: 16px;
  margin-bottom: 12px;
}

.flag-holder .icon {
  font-size: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.flag-holder b {
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .flag-holder {
    font-size: 20px;
  }
  .flag-holder .icon {
    font-size: 50px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .flag-holder {
    font-size: 24px;
  }
  .flag-holder .icon {
    font-size: 60px;
  }
}

.block-table {
  position: relative;
  z-index: 1;
  margin: 3rem 0;
}

.sidebar .block-table {
  margin: 0;
}

@media (max-width: 991px) {
  .block-table > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .block-header + .block-table.block-margin-tablet {
    margin-top: -1.5rem;
  }
}

.ajax-transition .item-sort {
  -webkit-transition-property: opacity !important;
  transition-property: opacity !important;
}

.author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 1rem;
}

.author-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.75rem;
  padding: 0.75rem 0;
}

.author-img {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  margin-right: 1rem;
}

.author-name {
  color: #00a6ce;
  font-size: 13px;
  text-decoration: underline;
}

.author-name .icon {
  font-size: 10px;
  margin-left: 0.25rem;
}

.author .date {
  line-height: 1.2;
}

.block-helper {
  font-family: sans-serif;
  background-color: #000;
  padding: 1.5rem 0;
  margin-bottom: 3rem;
}

.block-helper h1 {
  margin-bottom: 1.5rem;
}

.block-search-result {
  margin: 3rem 0;
}

.block-search-result .block-inner {
  padding: 2.5rem 1.25rem;
  text-align: center;
}

.block-search-result .block-inner h2 {
  font-size: 1.25rem;
  color: #000;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .block-search-result .block-inner h2 {
    font-size: 25px;
  }
}

@media (min-width: 992px) {
  .block-search-result {
    font-size: 1.125rem;
  }
}

.block-author {
  padding: 3rem 0;
}

.block-author + .block-card-news-alt {
  margin-top: -3rem;
  padding-top: 0;
}

@media (max-width: 767px) {
  .block-author .title {
    text-align: center;
  }
}

.block-background,
.block-header-news,
.block-card-news-alt {
  position: relative;
  padding: 3rem 0;
}

.block-background .block-bg,
.block-header-news .block-bg,
.block-card-news-alt .block-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #202020;
}

.block-background .block-bg img,
.block-header-news .block-bg img,
.block-card-news-alt .block-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

.block-background + .block-background,
.block-header-news + .block-background,
.block-card-news-alt + .block-background,
.block-background + .block-header-news,
.block-header-news + .block-header-news,
.block-card-news-alt + .block-header-news,
.block-background + .block-card-news-alt,
.block-header-news + .block-card-news-alt,
.block-card-news-alt + .block-card-news-alt {
  margin-bottom: 0;
}

.block-header-news {
  padding: 110px 0 48px;
}

.block-card-news .headings {
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .block-card-news .block-inner {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.block-card-news-stack,
.block-card-news-line {
  color: #fff;
  position: relative;
  padding: 3rem 0;
  font-family: sans-serif;
}

.block-card-news-stack h1,
.block-card-news-stack h2,
.block-card-news-stack h3,
.block-card-news-stack h4,
.block-card-news-stack h5,
.block-card-news-stack h6,
.block-card-news-stack .h1,
.block-card-news-stack .h2,
.block-card-news-stack .h3,
.block-card-news-stack .h4,
.block-card-news-stack .h5,
.block-card-news-stack .h6,
.block-card-news-line h1,
.block-card-news-line h2,
.block-card-news-line h3,
.block-card-news-line h4,
.block-card-news-line h5,
.block-card-news-line h6,
.block-card-news-line .h1,
.block-card-news-line .h2,
.block-card-news-line .h3,
.block-card-news-line .h4,
.block-card-news-line .h5,
.block-card-news-line .h6 {
  color: #fff;
}

.block-card-news-stack .block-bg,
.block-card-news-line .block-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #202020;
}

.block-card-news-stack .block-bg img,
.block-card-news-line .block-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

.block-card-news-stack .card-news-footer,
.block-card-news-line .card-news-footer {
  text-align: center;
}

.block-card-news-stack .link-out,
.block-card-news-line .link-out {
  color: #11bee1;
  font-weight: 700;
}

.block-card-news-stack .link-out .icon,
.block-card-news-line .link-out .icon {
  font-size: 0.85em;
  vertical-align: -0.1em;
}

.block-card-news-stack .card-news,
.block-card-news-line .card-news {
  font-family: sans-serif;
  display: block;
}

.block-card-news-stack .card-news:after,
.block-card-news-line .card-news:after {
  content: '';
  display: table;
  clear: both;
}

.block-card-news-stack .card-news .card-img,
.block-card-news-line .card-news .card-img {
  float: left;
  width: 110px;
  height: 110px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 0.5rem;
  overflow: hidden;
}

.block-card-news-stack .card-news .card-img ~ .card-body,
.block-card-news-stack .card-news .card-img ~ .card-footer,
.block-card-news-line .card-news .card-img ~ .card-body,
.block-card-news-line .card-news .card-img ~ .card-footer {
  margin-left: 130px;
}

.block-card-news-stack .card-news .card-body,
.block-card-news-line .card-news .card-body {
  padding: 0;
}

.block-card-news-stack .card-news .card-title,
.block-card-news-line .card-news .card-title {
  font-size: 1rem;
}

.block-card-news-stack .card-news .card-title:hover,
.block-card-news-stack .card-news .card-title:focus,
.block-card-news-line .card-news .card-title:hover,
.block-card-news-line .card-news .card-title:focus {
  color: #11bee1;
}

.block-card-news-stack .card-news .name,
.block-card-news-line .card-news .name {
  margin-top: 0;
}

.block-card-news-stack .card-news .name:hover span,
.block-card-news-stack .card-news .name:focus span,
.block-card-news-line .card-news .name:hover span,
.block-card-news-line .card-news .name:focus span {
  text-decoration: underline;
}

.block-card-news-stack .card-news .category,
.block-card-news-line .card-news .category {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  -webkit-transform: none;
  transform: none;
  padding: 3px 4px;
  border-bottom-right-radius: 0.5rem;
}

.block-card-news-stack {
  padding: 34px 30px 30px;
  border-radius: 0.625rem;
  overflow: hidden;
  margin-bottom: 40px;
}

.sidebar .block-card-news-stack {
  margin-top: 2.5rem;
}

.block-card-news-stack .block-bg {
  z-index: -1;
}

.block-card-news-stack .card-news-heading {
  text-align: center;
  margin-bottom: 18px;
}

.block-card-news-stack .card-news-footer {
  padding-top: 18px;
}

.block-card-news-stack .card-news {
  padding: 15px 0;
  border-bottom: 1px solid rgba(229, 229, 229, 0.15);
}

.block-card-news-stack .card-news-group {
  margin: 0;
}

.block-card-news-stack .card-news-group .card-news:last-child {
  border-bottom: none;
}

@media (max-width: 767px) {
  .sidebar .block-card-news-stack {
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.block-card-news-line {
  padding: 2rem 0 1.5rem;
}

.block-card-news-line .card-news-heading {
  font-family: sans-serif;
}

.block-card-news-line .card-news-heading .heading-logo {
  margin-bottom: 20px;
}

.block-card-news-line .card-news-group .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .block-card-news-line {
    padding: 2.5rem 0 1.75rem;
  }
  .block-card-news-line .card-news-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
  .block-card-news-line .card-news-heading .link-out {
    margin-top: auto;
  }
  .block-card-news-line .card-news-footer {
    display: none;
  }
  .block-card-news-line .card-news-group .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .block-card-news-line .card-news-group .col-heading {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .block-card-news-line .card-news-group .col:last-child {
    display: none;
  }
}

@media (min-width: 1200px) {
  .block-card-news-line .card-news-group {
    padding: 2.75rem 0;
  }
  .block-card-news-line .card-news-group .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27.5%;
    flex: 0 0 27.5%;
    max-width: 27.5%;
    margin-bottom: 0;
  }
  .block-card-news-line .card-news-group .col-heading {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17.5%;
    flex: 0 0 17.5%;
    max-width: 17.5%;
  }
}

@media (max-width: 767px) {
  .block-card-news-line .card-news-heading {
    text-align: center;
  }
  .block-card-news-line .card-news-heading .link-out {
    display: none;
  }
  .block-card-news-line .card-news {
    padding: 15px 0;
    border-bottom: 1px solid rgba(229, 229, 229, 0.15);
  }
  .block-card-news-line .card-news-group .col:last-child {
    margin-bottom: 10px;
  }
  .block-card-news-line .card-news-group .col:last-child .card-news {
    border-bottom: none;
  }
}

.block-tabs {
  margin: 3rem 0;
}

.main > .block-tabs:first-child {
  padding-top: 1.5rem;
}

.block-tabs .title {
  font-weight: 700;
}

.block-nav-secondary-scroller + .block-tabs {
  margin-top: 1.5rem;
}

.block-tabs .card-site-alt:first-child {
  margin-top: -14px;
}

.block-tabs .card-site-alt .card-block:after {
  display: none;
}

.block-tabs .card-site-alt .card-img {
  position: absolute;
  left: 0;
  top: 15px;
}

.block-tabs .card-site-alt .col-text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block-tabs .card-site-alt .col-card-btn {
  min-width: 120px;
  margin-top: 85px;
}

.block-tabs .card-site-alt .btn-action {
  padding: 6px 1rem;
}

@media (min-width: 768px) {
  .main + .block-tabs {
    padding-top: 2.5rem;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .block-tabs .card-site-alt .card-img {
    width: 45%;
  }
  .block-tabs .card-site-alt .col-text {
    padding-left: 14px;
  }
  .block-tabs .card-site-alt .col-card-btn {
    min-width: 45%;
  }
  .block-tabs .card-site-alt .btn-action {
    min-width: 0;
  }
}

@media (max-width: 767px) {
  .block-tabs .card-news-alt-group {
    margin-bottom: 2.5rem;
  }
}

.block-nav-secondary-scroller {
  color: #fff;
  background: #1cbce3;
}

.block-post {
  margin: 3rem 0;
}

.main > .block-post:first-child {
  padding-top: 1px;
  margin-top: -1px;
}

.block-nav-secondary-scroller + .block-post {
  padding-top: 1px;
  margin-top: -1px;
}

.block-post .card-site-alt:first-child {
  margin-top: -14px;
}

.block-post .card-site-alt .card-block:after {
  display: none;
}

.block-post .card-site-alt .card-img {
  position: absolute;
  left: 0;
  top: 15px;
}

.block-post .card-site-alt .col-text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block-post .card-site-alt .col-card-btn {
  min-width: 120px;
  margin-top: 85px;
}

.block-post .card-site-alt .btn-action {
  padding: 6px 1rem;
}

.block-post .card-choice-group {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 992px) {
  .main > .block-post:first-child {
    padding-top: 3rem;
  }
  .block-nav-secondary-scroller + .block-post,
  .scroll-progress-container + .block-post {
    padding-top: 3rem;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .block-post .card-site-alt .card-img {
    width: 45%;
  }
  .block-post .card-site-alt .col-text {
    padding-left: 14px;
  }
  .block-post .card-site-alt .col-card-btn {
    min-width: 45%;
  }
  .block-post .card-site-alt .btn-action {
    min-width: 0;
  }
}

@media (max-width: 767px) {
  .block-post .card-news-alt-group {
    margin-bottom: 2.5rem;
  }
  .block-post .card-choice-group {
    margin-top: 2.5rem;
  }
}

.block-card-news-alt + .block-author {
  margin-top: 0;
  padding-top: 0;
}

.block-hero-plain {
  position: relative;
  padding: 24px 0;
}

.block-hero-plain .block-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #11bee1;
}

.block-hero-plain .block-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  -webkit-animation: fadeIn 1s forwards 0.5s;
  animation: fadeIn 1s forwards 0.5s;
  opacity: 0;
}

.block-hero-plain .headings {
  text-align: center;
}

.block-hero-plain h1 {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -1px;
}

@media (min-width: 768px) {
  .block-hero-plain {
    padding: 48px 0;
  }
  .block-hero-plain .headings {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
  .block-hero-plain h1 {
    font-size: 52px;
  }
}

@media (min-width: 992px) {
  .block-hero-plain {
    padding: 80px 0;
    background-position: 100% 0;
  }
  .block-hero-plain .block-bg img {
    -o-object-fit: fill;
    object-fit: fill;
    font-family: 'object-fit: fill';
  }
}

@media (max-width: 767px) {
  .block-hero-plain .headings {
    margin-bottom: 0.5rem;
  }
}

.block-card-linking {
  padding: 3rem 0;
}

.block-card-linking .card-linking-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-right: 0;
  margin-left: 0;
}

.block-card-linking .card-linking-group > .col,
.block-card-linking .card-linking-group > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 1199px) {
  .block-card-linking .card-linking-group > .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.block-card-linking .card-linking {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 160px;
}

.block-card-linking .card-linking[href] {
  display: block;
}

.block-card-linking .card-linking[href]:hover,
.block-card-linking .card-linking[href]:focus {
  text-decoration: none;
}

.block-card-linking .card-linking:hover .card-overlay:after,
.block-card-linking .card-linking:hover .card-img:after {
  opacity: 0.54;
}

.block-card-linking .card-linking .card-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.block-card-linking .card-linking .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

.block-card-linking .card-linking .card-block {
  position: relative;
  padding: 2rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
}

.block-card-linking .card-linking .card-title {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 0.5rem;
}

.block-card-linking .card-linking .card-title a {
  color: inherit;
}

.block-card-linking .card-linking .card-overlay:after,
.block-card-linking .card-linking .card-img:after {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.block-card-linking .card-linking .tag {
  color: inherit;
  white-space: nowrap;
  margin-bottom: 0.375rem;
}

.block-card-linking .card-linking .btn-bet {
  min-width: 130px;
  font-size: 1.125rem;
  padding: 0.875rem;
}

.block-card-linking + .block-card-list-group {
  padding-top: 0;
}

@media (min-width: 768px) {
  .block-card-linking {
    padding: 5rem 0;
  }
}

@media (min-width: 992px) {
  .block-card-linking .card-linking {
    height: 258px;
  }
  .block-card-linking .card-linking .card-title {
    padding-top: 14px;
  }
  .block-card-linking .card-linking-group.cards-mod {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .block-card-linking .card-linking-group > .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1200px) {
  .block-card-linking .card-linking {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-card-linking .card-linking .card-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}

.block-card-list-group {
  padding: 3rem 0;
}

.block-card-list-group .card-list-group {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .block-card-list-group {
    padding: 5rem 0;
  }
  .block-card-list-group .card-list-group {
    padding: 0 0 0 30px;
  }
  .block-card-list-group .card-list-group li {
    margin: 30px 0;
    padding-right: 20px;
  }
  .block-card-list-group .card-list-group.cards-mod {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .block-card-list-group .card-list-group.cards-mod li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3334%;
    flex: 0 0 33.3334%;
    max-width: 33.3334%;
  }
}

@media (min-width: 1200px) {
  .block-card-list-group .card-list-group .item-alternate:after {
    top: -30px;
    bottom: -30px;
  }
}

@media (max-width: 767px) {
  .block-card-list-group .card-list-group {
    border-radius: 0;
  }
}

.block-not-available {
  position: relative;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.block-not-available:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-not-available);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: #181818;
  font-weight: 700;
  z-index: 12;
}

.layout-main .block-sidebar {
  margin: 2.5rem 0;
}

.layout-main .block-sidebar .cards-title {
  font-weight: 700;
}

.layout-main .block-sidebar .small {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.layout-main .block-sidebar .cards-heading + .small {
  margin-top: -0.75rem;
}

@media (min-width: 768px) {
  .block-contributor .block-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.vertical-sports .headings-decor-border:before,
.vertical-sports .headings-decor-border:after {
  background-color: #31c69c;
}

.vertical-sports .headings-decor-border .icon {
  color: #31c69c;
}

.vertical-sports .card-list-group .card-list-item .card-img {
  color: #31c69c;
  background-color: rgba(49, 198, 156, 0.15);
}

.vertical-sports .card-list-group .card-list-item:hover:not(.item-alternate) {
  color: #31c69c;
}

.vertical-sports .card-alert {
  background-color: #31c69c;
}

.vertical-casino .headings-decor-border:before,
.vertical-casino .headings-decor-border:after {
  background-color: #11bee1;
}

.vertical-casino .headings-decor-border .icon {
  color: #11bee1;
}

.vertical-casino .card-list-group .card-list-item .card-img {
  color: #11bee1;
  background-color: rgba(17, 190, 225, 0.15);
}

.vertical-casino .card-list-group .card-list-item:hover:not(.item-alternate) {
  color: #11bee1;
}

.vertical-casino .card-alert {
  background-color: #11bee1;
}

.vertical-bingo .headings-decor-border:before,
.vertical-bingo .headings-decor-border:after {
  background-color: #ff5858;
}

.vertical-bingo .headings-decor-border .icon {
  color: #ff5858;
}

.vertical-bingo .card-list-group .card-list-item .card-img {
  color: #ff5858;
  background-color: rgba(255, 88, 88, 0.15);
}

.vertical-bingo .card-list-group .card-list-item:hover:not(.item-alternate) {
  color: #ff5858;
}

.vertical-bingo .card-alert {
  background-color: #ff5858;
}

.vertical-poker .headings-decor-border:before,
.vertical-poker .headings-decor-border:after {
  background-color: #4c94e0;
}

.vertical-poker .headings-decor-border .icon {
  color: #4c94e0;
}

.vertical-poker .card-list-group .card-list-item .card-img {
  color: #4c94e0;
  background-color: rgba(76, 148, 224, 0.15);
}

.vertical-poker .card-list-group .card-list-item:hover:not(.item-alternate) {
  color: #4c94e0;
}

.vertical-poker .card-alert {
  background-color: #4c94e0;
}

.vertical-lottery .headings-decor-border:before,
.vertical-lottery .headings-decor-border:after {
  background-color: #ffbe1a;
}

.vertical-lottery .headings-decor-border .icon {
  color: #ffbe1a;
}

.vertical-lottery .card-list-group .card-list-item .card-img {
  color: #ffbe1a;
  background-color: rgba(255, 190, 26, 0.15);
}

.vertical-lottery .card-list-group .card-list-item:hover:not(.item-alternate) {
  color: #ffbe1a;
}

.vertical-lottery .card-alert {
  background-color: #ffbe1a;
}

.vertical-esports .headings-decor-border:before,
.vertical-esports .headings-decor-border:after {
  background-color: #9c73e7;
}

.vertical-esports .headings-decor-border .icon {
  color: #9c73e7;
}

.vertical-esports .card-list-group .card-list-item .card-img {
  color: #9c73e7;
  background-color: rgba(156, 115, 231, 0.15);
}

.vertical-esports .card-list-group .card-list-item:hover:not(.item-alternate) {
  color: #9c73e7;
}

.vertical-esports .card-alert {
  background-color: #9c73e7;
}

/* ======= bet-table ======= */
.bet-table {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@media (max-width: 767px) {
  .bet-table {
    background-color: #f9f9f9;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .bet-table .item .col-bonus {
    padding-left: 40px;
  }
}

.bet-table .rating-icon-row {
  width: 100px;
  height: 18px;
}

.bet-table .rating-icon-row .rating-icon-empty,
.bet-table .rating-icon-row .rating-icon-rated {
  background-size: 20px 100%;
}

.bet-table.table-offer .col-common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  padding: 0;
}

.bet-table.table-offer .col-common .col-bonus,
.bet-table.table-offer .col-common .col-btn {
  width: 100%;
}

.bet-table.table-offer .col-logo {
  width: 50%;
}

.bet-table.table-offer .col-logo .score-text {
  font-size: 0.625rem;
  line-height: 1.2;
  margin-top: 0;
  padding: 0 0.125rem;
  text-align: center;
}

.bet-table.table-offer .col-logo .score-value {
  display: block;
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 0.25rem;
}

.bet-table.table-offer .col-logo .logo-box {
  height: 0;
  padding-bottom: 40%;
}

.bet-table.table-offer .col-tick {
  display: none;
}

.bet-table.table-offer .col-text {
  position: relative;
  padding: 0 15px;
}

.bet-table.table-offer .col-btn .btn,
.bet-table.table-offer .col-btn .card-offer .btn-cta,
.card-offer .bet-table.table-offer .col-btn .btn-cta {
  font-weight: 700;
}

.bet-table.table-offer .extra-text {
  color: #a7a7a7;
  font-size: 8px;
  text-align: center;
  margin-bottom: 6px;
}

.bet-table.table-offer .bonus-label {
  font-size: 0.625rem;
  font-weight: 700;
  color: #00a6ce;
  margin-bottom: 0.5rem;
}

.bet-table.table-offer .rating-icon-row {
  width: 85px;
  height: 15px;
}

.bet-table.table-offer .rating-icon-row .rating-icon-empty,
.bet-table.table-offer .rating-icon-row .rating-icon-rated {
  background-size: 17px 100%;
}

@media (max-width: 767px) {
  .bet-table-head.table-head-visible ~ .bet-table.table-offer {
    padding-top: 1px;
    margin-top: -1px;
  }
}

@media (max-width: 575px) {
  .bet-table.table-offer .item-holder {
    margin-top: 5px;
  }
  .bet-table.table-offer .item-holder + .item-holder {
    margin-top: 5px;
  }
  .bet-table.table-offer .item {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0;
  }
  .bet-table.table-offer .item .col-logo {
    -ms-flex-item-align: auto;
    align-self: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .bet-table.table-offer .item-holder {
    overflow: hidden;
  }
  .bet-table.table-offer .col-common {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    align-self: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .bet-table.table-offer .col-common .col-bonus {
    width: 90%;
    padding: 0 0.5rem;
  }
  .bet-table.table-offer .col-btn {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: 0.625rem 0 0;
    padding: 0 0.5rem;
  }
  .bet-table.table-offer .col-btn .btn,
  .bet-table.table-offer .col-btn .card-offer .btn-cta,
  .card-offer .bet-table.table-offer .col-btn .btn-cta {
    font-size: 1.125rem;
    padding: 0.5rem 0.625rem;
    min-width: 80%;
    border-radius: 0.5rem;
    letter-spacing: -0.6px;
  }
  .bet-table.table-offer .col-btn .btn svg,
  .bet-table.table-offer .col-btn .card-offer .btn-cta svg,
  .card-offer .bet-table.table-offer .col-btn .btn-cta svg {
    margin-left: 2px;
    margin-right: -3px;
  }
  .bet-table.table-offer .col-btn .score-text {
    display: none;
  }
  .bet-table.table-offer .col-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f7f7f7;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 4px;
  }
  .bet-table.table-offer .col-logo:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 100%;
    background-color: inherit;
  }
  .bet-table.table-offer .col-logo .logo-link-wrapper {
    position: static;
    width: 100%;
  }
  .bet-table.table-offer .col-logo .logo-link-wrapper .tag-ribbons {
    top: 0;
  }
  .bet-table.table-offer .col-logo .logo-box {
    background: #f7f7f7 !important;
  }
  .bet-table.table-offer .logo-link .logo {
    bottom: 0;
  }
  .bet-table.table-offer .logo-box .logo {
    max-height: 100%;
  }
  .bet-table.table-offer .stat-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.5rem;
  }
  .bet-table.table-offer .rating-bar {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #464646;
    background: transparent;
    padding: 0 0.125rem;
  }
  .bet-table.table-offer .rating-bar .rating-icon-row {
    margin-bottom: 0.5rem;
  }
  .bet-table.table-offer .rating-count {
    font-size: 0.625rem;
  }
  .bet-table.table-offer .bonus-main {
    font-size: 1.125rem;
  }
}

@media (max-width: 480px) {
  .bet-table.table-offer .col-common .col-bonus {
    width: 100%;
  }
}

@media (min-width: 576px) {
  .bet-table.table-offer .col-text {
    display: none;
  }
  .bet-table.table-offer .bonus-label {
    display: none;
  }
  .bet-table.table-offer .col-common {
    width: 74%;
  }
  .bet-table.table-offer .col-common .col-bonus {
    width: 58%;
  }
  .bet-table.table-offer .col-common .col-btn {
    width: 38%;
  }
  .bet-table.table-offer .col-logo .score-text {
    display: none;
  }
}

@media (min-width: 1200px) {
  .bet-table.table-offer .col-common {
    width: 76%;
  }
  .bet-table.table-offer .col-common .col-bonus {
    width: 34%;
  }
  .bet-table.table-offer .col-common .col-tick {
    width: 32%;
    display: block;
  }
  .bet-table.table-offer .col-common .col-btn {
    width: 34%;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .bet-table.table-offer .col-bonus,
  .bet-table.table-offer .col-logo,
  .bet-table.table-offer .col-btn {
    padding-left: 15px;
    padding-right: 15px;
  }
  .bet-table.table-offer .col-bonus .bonus-main {
    font-size: 22px;
  }
  .bet-table.table-offer .col-logo {
    width: 35%;
  }
  .bet-table.table-offer .logo-link .logo-box {
    height: 140px;
    padding-bottom: 0;
  }
  .bet-table.table-offer .col-common {
    width: 65%;
  }
  .bet-table.table-offer .item .col-btn {
    width: 50%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .bet-table.table-offer .col-btn .btn,
  .bet-table.table-offer .col-btn .card-offer .btn-cta,
  .card-offer .bet-table.table-offer .col-btn .btn-cta {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .bet-table.table-offer .col-bonus {
    width: 50%;
  }
  .bet-table.table-offer .bonus-extra {
    margin: 0.5rem 0;
  }
}

@media (min-width: 992px) {
  .bet-table.table-offer.mod-desktop .col-logo {
    width: 26%;
    height: 120px;
  }
  .bet-table.table-offer.mod-desktop .col-logo .logo-box {
    height: 120px;
    padding-bottom: 0;
  }
  .bet-table.table-offer.mod-desktop .col-logo .logo-box .logo {
    max-height: 65%;
  }
  .bet-table.table-offer.mod-desktop .col-bonus {
    width: 54%;
  }
  .bet-table.table-offer.mod-desktop .col-btn {
    width: 40%;
  }
}

@media (min-width: 1200px) {
  .bet-table.table-offer.mod-desktop .col-logo {
    width: 24%;
  }
  .bet-table.table-offer.mod-desktop .col-bonus {
    width: 34%;
  }
  .bet-table.table-offer.mod-desktop .col-btn {
    width: 34%;
  }
}

@media (min-width: 992px) {
  .bet-table.mod-desktop .col-logo .logo-box .logo {
    max-height: 65%;
  }
}

.bet-table.table-offer.mod-desktop-columns .deposit {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}

.bet-table.table-offer.mod-desktop-columns .deposit a {
  color: inherit;
}

.bet-table.table-offer.mod-desktop-columns .col-bonus {
  text-align: center;
}

.bet-table.table-offer.mod-desktop-columns .bonus-main {
  font-size: 20px;
}

.bet-table.table-offer.mod-desktop-columns .bonus-extra {
  margin-top: 4px;
  margin-bottom: 10px;
}

.bet-table.table-offer.mod-desktop-columns .link-url {
  display: inline-block;
  font-size: 0.875rem;
  text-decoration: underline;
  color: #3e3e3e;
  margin-top: 0.5rem;
}

.bet-table.table-offer.mod-desktop-columns .link-url + .score-text {
  margin-top: 0;
}

.bet-table.table-offer.mod-desktop-columns .link-url:hover {
  color: #000;
}

.bet-table.table-offer.mod-desktop-columns .collapse {
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .bet-table.table-offer.mod-desktop-columns .item .col-bonus {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .bet-table.table-offer.mod-desktop-columns .col-bonus,
  .bet-table.table-offer.mod-desktop-columns .col-btn {
    width: 50%;
  }
}

@media (min-width: 576px) {
  .bet-table.table-offer.mod-desktop-columns .col-bonus {
    position: relative;
    z-index: 1;
  }
  .bet-table.table-offer.mod-desktop-columns .col-bonus:before {
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: 0;
    right: 0;
    content: '';
    background-color: #f9f9f9;
    z-index: -1;
  }
  .bet-table.table-offer.mod-desktop-columns .col-bonus .bonus-label {
    display: block;
    font-size: 13px;
    margin-bottom: 0;
  }
  .bet-table.table-offer.mod-desktop-columns .col-bonus .bonus-link {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .bet-table.table-offer.mod-desktop-columns .col-common {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .bet-table.table-offer.mod-desktop-columns .col-bonus {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bet-table.table-offer.mod-desktop-columns .col-bonus:before {
    top: -20px;
    bottom: -20px;
  }
  .bet-table.table-offer.mod-desktop-columns .col-btn {
    width: 46%;
  }
}

@media (min-width: 1200px) {
  .bet-table.table-offer.mod-desktop-columns .col-common {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bet-table.table-offer.mod-desktop-columns .col-deposit {
    width: 10%;
    padding-left: 0;
  }
  .bet-table.table-offer.mod-desktop-columns .col-bonus {
    width: 32%;
  }
  .bet-table.table-offer.mod-desktop-columns .col-tick {
    width: 29%;
  }
  .bet-table.table-offer.mod-desktop-columns .col-btn {
    width: 29%;
  }
}

@media (max-width: 1199px) {
  .bet-table.table-offer.mod-desktop-columns .col-deposit {
    display: none;
  }
}

@media (max-width: 991px) {
  .bet-table.table-offer.mod-desktop-columns .item {
    overflow: hidden;
  }
}

@media (max-width: 575px) {
  .bet-table.table-offer.mod-desktop-columns .link-url {
    display: none;
  }
}

.bet-table-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #f3f3f3;
  font-family: sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #a3a3a3;
  padding: 0.5rem 0;
}

.bet-table-head > div {
  width: 25%;
  text-align: center;
}

@media (min-width: 768px) {
  .bet-table-head {
    letter-spacing: 0.5px;
    padding: 0.875rem 0;
  }
}

@media (min-width: 992px) {
  .bet-table-head.table-head-desktop-columns > div.head-logo {
    width: 23%;
  }
  .bet-table-head.table-head-desktop-columns > div.head-deposit {
    width: 8%;
  }
  .bet-table-head.table-head-desktop-columns > div.head-offer {
    width: 25%;
  }
  .bet-table-head.table-head-desktop-columns > div.head-features {
    width: 22%;
  }
  .bet-table-head.table-head-desktop-columns > div.head-cta {
    width: 22%;
  }
}

@media (max-width: 1199px) {
  .bet-table-head {
    display: none;
  }
  .bet-table-head.table-head-visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bet-table-head.table-head-visible > div:first-child {
    width: 27%;
  }
  .bet-table-head.table-head-visible > div:nth-child(2) {
    width: 42%;
  }
  .bet-table-head.table-head-visible > div:nth-child(3) {
    display: none;
  }
  .bet-table-head.table-head-visible > div:nth-child(4) {
    width: 33%;
  }
  .bet-table-head.table-head-desktop-columns > div.head-logo {
    width: 26%;
  }
  .bet-table-head.table-head-desktop-columns > div.head-deposit {
    display: none;
  }
  .bet-table-head.table-head-desktop-columns > div:nth-child(3) {
    display: block;
  }
  .bet-table-head.table-head-desktop-columns > div.head-offer {
    width: 40%;
  }
  .bet-table-head.table-head-desktop-columns > div.head-features {
    display: none;
  }
  .bet-table-head.table-head-desktop-columns > div.head-cta {
    width: 34%;
  }
}

@media (max-width: 991px) {
  .bet-table-head.table-head-visible > div:first-child {
    width: 35%;
  }
  .bet-table-head.table-head-visible > div:nth-child(2) {
    width: 35%;
  }
  .bet-table-head.table-head-visible > div:nth-child(4) {
    width: 30%;
  }
  .bet-table-head.table-head-desktop-columns > div.head-logo {
    width: 35%;
  }
  .bet-table-head.table-head-desktop-columns > div.head-offer {
    width: 32%;
  }
  .bet-table-head.table-head-desktop-columns > div.head-cta {
    width: 33%;
  }
}

@media (max-width: 575px) {
  .bet-table-head.table-head-visible {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .bet-table-head.table-head-visible > div:first-child {
    width: 50%;
  }
  .bet-table-head.table-head-visible > div:nth-child(2) {
    display: none;
  }
  .bet-table-head.table-head-visible > div:nth-child(4) {
    width: calc(50% - 32px);
    padding: 0;
  }
  .bet-table-head.table-head-desktop-columns > div.head-offer {
    display: none;
  }
  .bet-table-head.table-head-desktop-columns > div.head-cta {
    width: 50%;
    padding-left: 0;
  }
  .bet-table-head .collapse-link-holder .collapse-link {
    padding: 5px 11px;
  }
}

.collapse-link svg {
  display: block;
}

.item-disclosure {
  font-family: sans-serif;
  font-size: 12px;
  line-height: 1.35;
  color: #a3a3a3;
  padding: 1.25rem 1.5rem;
  border-radius: 0.625rem;
  background-color: #f9f9f9;
}

.item-disclosure strong {
  font-size: 0.75rem;
  color: #464646;
}

.item-disclosure p {
  margin-bottom: 0.75rem;
}

.item-disclosure p:last-child {
  margin-bottom: 0.25rem;
}

.collapse-disclosure {
  background-color: #fff;
}

.collapse-disclosure + .item-holder {
  margin-top: 0;
}

.collapse-disclosure .collapse-inner {
  padding: 0.75rem;
}

@media (min-width: 768px) {
  .collapse-disclosure .collapse-inner {
    padding: 1.5rem;
  }
}

.item-holder {
  position: relative;
  width: 100%;
  background-color: #fff;
}

.item-holder:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .item-holder:hover {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#ffffff),
      to(#e8f7ff)
    );
    background-image: -webkit-linear-gradient(left, #ffffff, #e8f7ff);
    background-image: linear-gradient(to right, #ffffff, #e8f7ff);
  }
}

@media (max-width: 991px) {
  .item-holder .item:only-child > .col-btn {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .item-holder {
    margin-top: 10px;
    border-top: 1px solid #e6e6e6;
  }
  .item-holder:first-of-type {
    margin-top: 0;
  }
}

.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}

.item [class*='col-'] {
  min-height: 1px;
  width: 26%;
  padding-left: 20px;
  padding-right: 20px;
  -ms-flex-item-align: center;
  align-self: center;
}

.item .col-logo,
.item .col-tick {
  width: 24%;
}

.item:hover .col-btn .btn-success {
  background-color: #1ccb22;
  border-color: #1dd423;
  text-decoration: underline;
}

.item:hover .bonus-main {
  text-decoration: underline;
}

@media (max-width: 1199px) {
  .item .col-logo {
    width: 26%;
  }
  .item .col-bonus {
    width: 40%;
  }
  .item .col-tick {
    display: none;
  }
  .item .col-btn {
    width: 30%;
  }
}

@media (max-width: 991px) {
  .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .item .col-logo {
    width: 43%;
  }
  .item .col-bonus {
    width: 57%;
  }
  .item .col-btn {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .item .col-logo {
    width: 53%;
  }
  .item .col-bonus {
    width: 47%;
  }
}

@media (max-width: 575px) {
  .item .col-bonus,
  .item .col-logo {
    padding-left: 0;
  }
  .item .col-bonus .bonus-extra {
    display: none;
  }
  .item .col-bonus .score-text {
    display: inline-block;
    font-size: 8px;
    letter-spacing: 1px;
    margin-top: 0.875rem;
    background-color: #e7e7e7;
    padding: 0.375rem 0.625rem;
  }
  .item .col-bonus .score-text .score-value {
    color: inherit;
  }
  .item .col-tick {
    display: block;
    width: 100%;
  }
  .item .col-tick .tick-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 1.25rem;
  }
  .item .col-tick .tick-item {
    font-size: 10px;
    padding-left: 18px;
  }
  .item .col-tick .tick-item + .tick-item {
    margin-left: 0.75rem;
  }
  .item .col-tick .tick-item .icon {
    font-size: 12px;
  }
  .item .col-tick .tick-item:last-of-type {
    margin-bottom: 0.75rem;
  }
  .item .col-btn {
    margin: 0.25rem 0 2rem;
  }
  .item .col-btn .btn,
  .item .col-btn .card-offer .btn-cta,
  .card-offer .item .col-btn .btn-cta {
    display: inline-block;
    min-width: 224px;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    border-radius: 1rem;
  }
  .item .col-btn .btn .icon,
  .item .col-btn .card-offer .btn-cta .icon,
  .card-offer .item .col-btn .btn-cta .icon {
    font-size: 0.625rem;
    margin-left: 0.25rem;
  }
  .item .col-btn .btn-success {
    background: #19b51e -webkit-linear-gradient(135deg, #21e027, #19b51e) repeat-x;
    background: #19b51e linear-gradient(-45deg, #21e027, #19b51e) repeat-x;
  }
  .item .col-btn .btn-extra-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
  }
  .item .col-btn .score-text {
    display: none;
  }
  .item:hover .col-btn .btn,
  .item:hover .col-btn .card-offer .btn-cta,
  .card-offer .item:hover .col-btn .btn-cta {
    text-decoration: none;
  }
  .item:hover .col-btn .btn b,
  .item:hover .col-btn .card-offer .btn-cta b,
  .card-offer .item:hover .col-btn .btn-cta b {
    text-decoration: underline;
  }
}

.logo-link-wrapper {
  position: relative;
}

.logo-link-wrapper .rating-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.logo-link-wrapper .tag-ribbons {
  position: absolute;
  z-index: 1;
  left: -25px;
  top: -9px;
}

.logo-link-wrapper .tag-ribbons:not([style*='color']) {
  color: #ff6800;
}

@media (max-width: 991px) {
  .logo-link-wrapper .tag-ribbons {
    left: -5px;
    font-size: 10px;
    min-width: 95px;
  }
}

.tag-ribbons {
  position: relative;
  background: currentColor;
  font-family: sans-serif;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  min-width: 105px;
  padding: 0 10px 0 15px;
  -webkit-box-shadow: 4px 10px 10px -10px rgba(0, 0, 0, 0.6);
  box-shadow: 4px 10px 10px -10px rgba(0, 0, 0, 0.6);
  pointer-events: none;
  color: #ff6800;
}

.tag-ribbons .inner {
  color: white;
}

.tag-ribbons:before,
.tag-ribbons:after,
.tag-ribbons .corner-right {
  position: absolute;
  content: '';
}

.tag-ribbons:before,
.tag-ribbons:after {
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  height: 0;
  border: 3.6px solid transparent;
  -webkit-transform: rotate(45deg) translateY(-42%) translateX(-20%);
  transform: rotate(45deg) translateY(-42%) translateX(-20%);
}

.tag-ribbons:before {
  border-bottom-color: currentColor;
}

.tag-ribbons:after {
  border-bottom-color: rgba(0, 0, 0, 0.4);
}

.tag-ribbons .corner-right {
  left: 100%;
  top: 0;
  width: 6px;
  height: 100%;
  margin-left: -1px;
  background-image: currentColor;
}

.logo-link {
  display: block;
  position: relative;
}

.logo-link .logo-box {
  height: 120px;
  position: relative;
}

.logo-link .logo {
  display: block;
  width: 100%;
  max-width: 65%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 30px;
  margin: auto;
  text-align: center;
  max-height: 80%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain';
}

.logo-link .rating-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.logo-link:focus,
.logo-link:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  .logo-link .logo-box {
    height: 185px;
  }
  .logo-link .logo {
    max-width: 55%;
  }
}

@media (max-width: 767px) {
  .logo-link .logo-box {
    height: 170px;
  }
  .logo-link .logo {
    max-width: 65%;
  }
}

@media (max-width: 575px) {
  .logo-link .logo-box {
    height: 130px;
  }
}

.box-gradient {
  background-image: -webkit-radial-gradient(
    center,
    ellipse,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
  background-image: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
}

.rating {
  color: #ffcc00;
  font-size: 15px;
}

.rating-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 6px 12px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}

.rating-count {
  font-size: 0.5625rem;
  text-align: right;
  line-height: 1.2;
}

@media (max-width: 575px) {
  .rating {
    font-size: 12px;
  }
  .rating-bar {
    padding: 4px 6px;
  }
}

.col-bonus .bonus-link {
  margin-top: 1rem;
}

@media (min-width: 576px) {
  .col-bonus .score-text {
    display: none;
  }
}

@media (max-width: 991px) {
  .col-bonus {
    text-align: center;
  }
  .col-bonus .bonus-main {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .col-bonus .bonus-main {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .col-bonus .bonus-main {
    font-size: 21px;
  }
  .col-bonus .bonus-extra {
    margin-top: 0.5rem;
  }
}

.bonus-link:focus,
.bonus-link:hover {
  text-decoration: none;
  color: #a3a3a3;
}

.bonus-main {
  font-family: sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  color: #3e3e3e;
}

.bonus-extra {
  display: inline-block;
  color: #a3a3a3;
  font-weight: 600;
  font-size: 12px;
  margin-top: 1rem;
}

.bonus-extra .icon-holder {
  width: 19px;
  height: 19px;
  line-height: 19px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  color: #b8b8b8;
  background-color: #e8e8e8;
  margin-left: 6px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  text-align: center;
}

.bonus-extra .icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  margin-top: -2px;
  margin-left: -1px;
}

.bonus-extra:focus .icon-holder,
.bonus-extra:hover .icon-holder {
  color: #fff;
  background-color: #19b51e;
}

.tick-link {
  display: inline-block;
  color: #3e3e3e;
}

.tick-link:focus,
.tick-link:hover {
  text-decoration: none;
  color: #3e3e3e;
  outline: none;
}

.tick-link .tick-item {
  font-size: 14px;
}

.tick-link .tick-item:last-of-type {
  margin-bottom: 12px;
}

.tick-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  display: block;
}

.tick-item:last-of-type {
  margin-bottom: 0;
}

.tick-item .icon {
  position: absolute;
  left: 0;
  top: 0.1em;
  font-size: 18px;
  font-size: 1.3em;
  color: #1dbce3;
}

.col-btn {
  text-align: center;
}

.col-btn .btn,
.col-btn .card-offer .btn-cta,
.card-offer .col-btn .btn-cta {
  display: block;
}

@media (min-width: 992px) {
  .col-btn .btn,
  .col-btn .card-offer .btn-cta,
  .card-offer .col-btn .btn-cta {
    max-width: 240px;
    margin: auto;
  }
}

@media (max-width: 991px) {
  .col-btn .btn,
  .col-btn .card-offer .btn-cta,
  .card-offer .col-btn .btn-cta {
    max-width: 330px;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    margin: auto;
  }
}

@media (max-width: 575px) {
  .col-btn .btn,
  .col-btn .card-offer .btn-cta,
  .card-offer .col-btn .btn-cta {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.col-btn .extra-text {
  color: #a7a7a7;
  font-size: 8px;
  margin-top: 1rem;
}

@media (min-width: 576px) {
  .col-btn .extra-text {
    display: none;
  }
}

.score-text {
  margin-top: 0.375rem;
}

.score-value {
  font-weight: 700;
  color: #00a6ce;
}

.list-icon-img {
  font-size: 28px;
  text-align: center;
}

.list-icon-img li {
  display: inline-block;
  vertical-align: middle;
}

.list-icon-img a,
.list-icon-img span {
  display: block;
  padding: 0 6px;
}

.list-icon-img .icon {
  display: block;
}

.list-icon-img .icon-paypal {
  font-size: 24px;
}

.list-icon-img .icon-ios {
  margin-top: -6px;
}

.list-icons {
  font-size: 14px;
  font-family: sans-serif;
  text-align: center;
}

.list-icons li {
  margin-bottom: 10px;
}

.list-icons li.disabled {
  color: #c0c0c0;
}

.list-icons .icon {
  font-size: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

@media (max-width: 575px) {
  .list-icons {
    font-size: 16px;
  }
  .list-icons li {
    margin-bottom: 12px;
  }
  .list-icons .icon {
    font-size: 10px;
  }
}

.bet-table .logo-link-wrapper .checkbox-compare {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.bet-table-head-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background-color: #1cbce3;
  background-image: -webkit-repeating-linear-gradient(
    35deg,
    #10bde0,
    #10bde0 30px,
    #28c4e3 30px,
    #28c4e3 60px
  );
  background-image: repeating-linear-gradient(
    55deg,
    #10bde0,
    #10bde0 30px,
    #28c4e3 30px,
    #28c4e3 60px
  );
  padding: 1rem;
}

.hp-verticals .bet-table-head-sort,
.list-page-template .bet-table-head-sort {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hp-verticals .bet-table-head-sort .feature-content,
.list-page-template .bet-table-head-sort .feature-content {
  text-align: left;
}

.hp-verticals .bet-table-head-sort .feature-content .feature-item,
.list-page-template .bet-table-head-sort .feature-content .feature-item {
  margin: 0 1.5rem 0 0;
}

@media (min-width: 768px) {
  .hp-verticals .bet-table-head-sort,
  .list-page-template .bet-table-head-sort {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .hp-verticals .bet-table-head-sort .dropdown-toggle,
  .list-page-template .bet-table-head-sort .dropdown-toggle {
    min-width: 100px;
  }
}

@media (max-width: 991px) {
  .hp-verticals .bet-table-head-sort,
  .list-page-template .bet-table-head-sort {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (max-width: 767px) {
  .hp-verticals .bet-table-head-sort,
  .list-page-template .bet-table-head-sort {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media (max-width: 420px) {
  .hp-verticals .bet-table-head-sort .feature-content .feature-item,
  .list-page-template .bet-table-head-sort .feature-content .feature-item {
    font-size: 10px;
    margin-right: 0.5rem;
  }
  .hp-verticals .bet-table-head-sort .feature-content .feature-img,
  .list-page-template .bet-table-head-sort .feature-content .feature-img {
    width: 12px;
    margin-right: 2px;
  }
  .hp-verticals .bet-table-head-sort .feature-content .feature-img img,
  .list-page-template .bet-table-head-sort .feature-content .feature-img img {
    width: 100%;
  }
}

.bet-table-head-sort .dropdown {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.bet-table-head-sort .swiper-sort {
  padding: 0 1rem;
  margin: 0 -1rem;
}

.bet-table-head-sort .col-sort,
.bet-table-head-sort .col-link,
.bet-table-head-sort .col-dropdown {
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .bet-table-head-sort {
    padding: 1rem;
  }
}

@media (min-width: 992px) {
  .bet-table-head-sort .col-sort {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .bet-table-head-sort .dropdown-sub-nav-holder {
    display: block;
    margin: 4px 0;
  }
}

@media (min-width: 1200px) {
  .bet-table-head-sort .dropdown-sub-nav-holder {
    margin: 4px 16px 4px 6px;
  }
}

@media (max-width: 767px) {
  .bet-table-head-sort .sort-bar .label {
    display: none;
  }
}

@media (max-width: 991px) {
  .bet-table-head-sort {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .bet-table-head-sort .col-dropdown {
    display: none;
  }
}

@media (max-width: 575px) {
  .bet-table-head-sort .col-sort {
    padding: 0;
  }
}

.sort-inited .item-holder {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.sort-inited .item-holder:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .sort-inited .item-holder {
    margin-top: -1px;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}

@media (max-width: 767px) {
  .sort-inited .item-holder:first-of-type {
    margin-top: 10px;
  }
}

@media (max-width: 575px) {
  .sort-inited .item-holder:first-of-type {
    margin-top: 5px;
  }
}

.sort-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: sans-serif;
  font-size: 0.75rem;
}

.sort-bar .label {
  font-size: 11px;
  margin-right: 1.375rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.loadmore-wrapper {
  text-align: center;
  margin: 1.75rem 0;
}

.loadmore {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem;
  color: #fff;
  padding: 0.75rem 1.25rem;
  background-color: #1cbce3;
  border: 1px solid #00a6ce;
  border-radius: 3rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.loadmore span {
  font-size: 1.5em;
  font-weight: 700;
  margin-right: 0.625rem;
  vertical-align: middle;
}

.loadmore u {
  font-weight: 700;
}

.loadmore:hover,
.loadmore:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background-color: #1bb4da;
}

.logo-box-circle {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fafafa;
  border: 2px solid #fff;
}

.logo-box-circle-holder {
  text-align: center;
}

.logo-box-circle-holder .name {
  font-family: sans-serif;
  font-size: 10px;
}

.logo-box-circle img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 60%;
  height: 60%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain';
}

.share-list {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.share-list li + li {
  margin-left: 0.75rem;
}

.share-list a {
  font-size: 40px;
  color: #e5e5e5;
}

.share-list a svg {
  display: block;
}

.share-list a:hover {
  color: #e0e0e0;
}

.social-rounded-list {
  padding-left: 0;
  list-style: none;
}

.social-rounded-list li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.5rem;
}

.social-rounded-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  color: #202020;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f3f3f3;
  border-radius: 50%;
}

.social-rounded-list a svg {
  display: block;
}

.social-rounded-list a:hover {
  background-color: #e9e9e9;
}

.media-list {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.media-list li {
  width: 20%;
  text-align: center;
  padding: 0 8px;
  margin-bottom: 1rem;
}

.media-list img {
  max-width: 100%;
  max-height: 24px;
}

.media-list-box {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.media-list-box li {
  width: 165px;
  height: 55px;
  background-color: #fff;
  -webkit-box-shadow: 0 7px 20px 0 rgba(121, 146, 184, 0.2);
  box-shadow: 0 7px 20px 0 rgba(121, 146, 184, 0.2);
  border-radius: 0.5rem;
  margin: 0.5rem;
  padding: 10px;
}

.media-list-box li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.list-logo-box-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-logo-box-circle li {
  width: 25%;
  text-align: center;
  padding: 0 4px;
  margin-bottom: 1rem;
}

.list-logo-box-circle .logo-box-circle-holder {
  color: #464646;
}

.list-logo-box-circle .logo-box-circle-holder:hover {
  color: #000;
  text-decoration: none;
}

.list-logo-box-circle .logo-box-circle {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
}

.list-logo-box-circle .name {
  font-weight: 700;
}

.shortlist {
  text-align: center;
}

.shortlist li {
  display: inline-block;
  vertical-align: top;
  width: 72px;
  text-align: center;
}

.shortlist .logo-box-circle {
  border: 1px solid #e2e2e2;
}

.shortlist .logo-box-circle .name {
  font-size: 8px;
}

.list-icon-bg li {
  position: relative;
  margin-bottom: 19px;
  padding-left: 2em;
}

.list-icon-bg li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  display: block;
}

.list-icon-bg.list-pros li:before {
  background: url('/wp-content/themes/comparebet/markup/builds/static/images/general/icons/check-circle.svg')
    center center/70% no-repeat;
}

.list-icon-bg.list-cons li:before {
  background: url('/wp-content/themes/comparebet/markup/builds/static/images/general/icons/cross-circle-fill.svg')
    center center/70% no-repeat;
}

.list-icon-bg.list-check li {
  padding-left: 1.5em;
  margin-bottom: 2px;
}

.list-icon-bg.list-check li:before {
  background: url('/wp-content/themes/comparebet/markup/builds/static/images/general/icons/tick-primary.svg')
    center center/75% no-repeat;
}

.list-icon-bg.list-check-circle li {
  padding-left: 1.5em;
  margin-bottom: 2px;
}

.list-icon-bg.list-check-circle li:before {
  background: url('/wp-content/themes/comparebet/markup/builds/static/images/general/icons/tick-circle-lighter.svg')
    center center/75% no-repeat;
}

.list-icon {
  font-size: 16px;
}

.list-icon li {
  margin-bottom: 10px;
}

.list-icon .icon {
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  color: #00a6ce;
}

.list-icon .icon-thumb-up {
  vertical-align: baseline;
}

.list-icon-muted {
  color: rgba(0, 0, 0, 0.5);
}

.list-icon-muted .icon {
  color: rgba(0, 0, 0, 0.3);
}

.list-tick .tick-item {
  font-size: 16px;
}

.list-img > li {
  display: inline-block;
  vertical-align: middle;
}

.list-img > li + li {
  margin-left: 5px;
}

.list-img img {
  height: auto;
}

@media (min-width: 576px) and (max-width: 991px) {
  .list-img > li + li {
    margin-left: 10px;
  }
  .list-img img {
    width: 120px;
  }
}

.list-box {
  font-size: 0;
}

.list-box > li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  font-size: 1rem;
  text-align: center;
  padding: 0 5px;
  margin-bottom: 10px;
}

.list-box > li > span {
  display: block;
  padding: 18px 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.list-box > li .icon {
  font-size: 13px;
  margin-right: 6px;
  display: inline-block;
}

@media (max-width: 1199px) {
  .list-box > li {
    width: 33.33334%;
  }
}

@media (max-width: 767px) {
  .list-box > li {
    font-size: 13px;
    width: 50%;
  }
}

@media (max-width: 575px) {
  .list-box > li .icon {
    font-size: 11px;
    margin-right: 4px;
  }
}

.list-links li {
  margin-bottom: 1rem;
}

.list-links a {
  color: #1cbce3;
}

.block-table .list-links li {
  margin-bottom: 0.75rem;
}

.block-table .list-links a {
  color: #464646;
}

.list-bordered li + li {
  border-top: 1px solid #ededed;
}

.list-bordered a {
  color: #00a6ce;
  display: block;
  padding: 0.625rem 0.125rem;
}

.list-bordered a:hover {
  text-decoration: none;
}

@media (min-width: 576px) {
  .list-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .list-columns li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
}

@media (min-width: 576px) {
  .list-columns-holder ul,
  .list-columns-holder ol {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .list-columns-holder ul li,
  .list-columns-holder ol li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
}

.jump-links-block .jump-links-header {
  position: relative;
  color: #fff;
  background-color: #1cbce3;
  border-radius: 0.625rem 0.625rem 0 0;
  overflow: hidden;
}

.jump-links-block .jump-links-header .jump-links-title {
  padding: 1rem 1.25rem;
  background-color: #22222c;
}

.jump-links-block .jump-links-header .jump-links-title h2 {
  font-size: 24px;
  color: inherit;
  margin-bottom: 0;
}

.jump-links-block .jump-links-header .jump-links-text {
  padding: 1rem 1.25rem;
}

@media (min-width: 768px) {
  .jump-links-block {
    margin: 3rem 0;
  }
  .jump-links-block .jump-links-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .jump-links-block .jump-links-header .jump-links-title {
    position: relative;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    z-index: 1;
  }
  .jump-links-block .jump-links-header .jump-links-title::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #22222c;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    z-index: -1;
  }
  .jump-links-block .jump-links-header .jump-links-text {
    padding-left: 3rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 767px) {
  .jump-links-block .jump-links-body {
    background-color: #1cbce3;
    border-radius: 0.625rem;
    padding: 20px 8px 0;
  }
  .jump-links-block .jump-links-header + .jump-links-body {
    border-radius: 0 0 0.625rem 0.625rem;
  }
  .jump-links-block .jump-links-header {
    text-align: center;
    margin-bottom: -10px;
  }
  .jump-links-block .jump-links-header:only-child {
    border-radius: 0.625rem;
    margin-bottom: 0;
  }
}

.jump-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 700;
}

.jump-links .jump-item {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33334%;
  flex: 0 0 33.33334%;
  max-width: 33.33334%;
}

.jump-links .jump-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: sans-serif;
  text-align: center;
  width: 80px;
  height: 100%;
  min-height: 80px;
  padding: 10px;
  color: #000;
  background-color: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  -webkit-box-shadow: 0 7px 20px 0 rgba(121, 146, 184, 0.2);
  box-shadow: 0 7px 20px 0 rgba(121, 146, 184, 0.2);
}

.jump-links .jump-link:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: auto;
  content: '';
  width: 60%;
  height: 3px;
  background-color: #fff;
  margin-top: 0;
  -webkit-transition: margin-top 0.2s;
  transition: margin-top 0.2s;
}

.jump-links .jump-link img {
  width: 40px;
  min-height: 40px;
}

.jump-links .jump-link:hover,
.jump-links .jump-link:focus {
  text-decoration: none;
  color: initial;
}

.jump-links .jump-link:hover:after,
.jump-links .jump-link:focus:after {
  margin-top: -3px;
}

.jump-links .jump-link.link-sports:after {
  background-color: #31c69c;
}

.jump-links .jump-link.link-casino:after {
  background-color: #11bee1;
}

.jump-links .jump-link.link-bingo:after {
  background-color: #ff5858;
}

.jump-links .jump-link.link-poker:after {
  background-color: #4c94e0;
}

.jump-links .jump-link.link-lottery:after {
  background-color: #ffbe1a;
}

.jump-links .jump-link.link-esports:after {
  background-color: #9c73e7;
}

@media (min-width: 768px) {
  .jump-links {
    font-size: 14px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-radius: 0.5rem;
    overflow: hidden;
    -webkit-box-shadow: 0 7px 20px 0 rgba(121, 146, 184, 0.2);
    box-shadow: 0 7px 20px 0 rgba(121, 146, 184, 0.2);
  }
  .jump-links .jump-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    max-width: 100%;
  }
  .jump-links .jump-item:not(:last-child) {
    border-right: 1px solid #e5e5e5;
  }
  .jump-links .jump-item:first-child {
    border-radius: 0.5rem 0 0 0.5rem;
    overflow: hidden;
  }
  .jump-links .jump-item:last-child {
    border-radius: 0 0.5rem 0.5rem 0;
    overflow: hidden;
  }
  .jump-links .jump-link {
    min-height: 90px;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  }
  .jump-links .jump-link img {
    width: 50px;
    min-height: 50px;
  }
}

@media (min-width: 992px) {
  .jump-links {
    font-size: 16px;
  }
  .jump-links .jump-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .jump-links .jump-link img {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .jump-links .jump-item {
    margin-bottom: 1.25rem;
  }
  .jump-links .jump-link {
    margin: 0 auto;
  }
  .jump-links.jump-links-limit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .jump-links.jump-links-limit .jump-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .jump-links.jump-links-limit .jump-link {
    width: 120px;
  }
}

.modal .modal-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1cbce3;
}

.modal .modal-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

.modal-close-abs .close,
.modal-exit .close,
.shortlist-modal .close,
.modal-casino-closed .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  color: #fff;
  opacity: 1;
}

.modal-exit .close {
  font-size: 2rem;
  padding: 1.125rem;
  opacity: 0.5;
}

.modal-exit .close:hover {
  opacity: 1;
}

.modal-exit .modal-dialog {
  max-width: 870px;
  text-align: center;
}

.modal-exit .modal-content {
  display: inline-block;
  min-width: 515px;
  width: auto;
  border-radius: 0.5rem;
  overflow: hidden;
}

.modal-exit .modal-body {
  padding: 48px 20px 20px;
}

.modal-exit .modal-title {
  color: #fff;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 3rem;
}

@media (min-width: 576px) {
  .modal-exit .modal-body {
    padding: 55px 35px;
  }
}

@media (min-width: 992px) {
  .modal-exit .modal-body {
    padding: 76px 105px 95px;
  }
}

@media (max-width: 575px) {
  .modal-exit .modal-content {
    width: 100%;
    min-width: 0;
  }
}

.popup-close {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  font-weight: 400;
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.popup-close:hover,
.popup-close:focus {
  text-decoration: none;
  outline: none;
}

.cookie-popup {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  bottom: 0;
  z-index: 999;
}

.cookie-popup .popup {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  display: block;
  padding: 14px 0;
  position: relative;
}

.cookie-popup .popup-inner {
  max-width: 1200px;
  padding-right: 40px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}

.cookie-popup .popup-title {
  display: inline-block;
  font-weight: 700;
  text-decoration: underline;
  color: inherit;
}

.cookie-popup .popup-info {
  font-size: 0.75rem;
  line-height: 1.2;
}

.cookie-popup .popup .btn-close {
  font-weight: 700;
  text-decoration: underline;
  color: inherit;
}

.cookie-popup .popup-close {
  font-size: 1.25rem;
  padding: 0.75rem;
  color: #fff;
}

.cookie-popup .popup-close svg {
  display: block;
}

.cookie-popup .popup-close:hover,
.cookie-popup .popup-close:focus {
  opacity: 0.8;
}

@media (min-width: 768px) {
  .cookie-popup .popup {
    padding: 1rem 0;
  }
  .cookie-popup .popup-inner {
    position: relative;
    padding-right: 62px;
  }
  .cookie-popup .popup-title {
    margin-right: 0.25rem;
  }
  .cookie-popup .popup-info {
    font-size: 0.875rem;
  }
  .cookie-popup .popup-close {
    font-size: 2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cookie-popup .btn-close {
    margin-left: 0.5rem;
  }
  .cookie-popup .popup-close {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.shortlist-modal {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  outline: 0;
  max-width: 300px;
  -webkit-animation: slideUp 0.5s;
  animation: slideUp 0.5s;
  margin: 56px auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .shortlist-modal {
    width: 300px;
  }
}

.shortlist-modal .modal-content {
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.31);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.31);
}

.shortlist-modal .modal-body {
  padding: 1.25rem 2rem 0.75rem;
}

.shortlist-modal .modal-footer {
  border: none;
  padding: 0 2rem 1.125rem;
  text-align: center;
}

.shortlist-modal .shortlist {
  margin-bottom: 0;
}

.shortlist-modal .btn-compare {
  min-width: 200px;
}

.shortlist-modal .close {
  font-size: 0.875rem;
  color: #3e3e3e;
}

.compare-modal .modal-content {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.compare-modal .modal-body {
  padding: 0;
  background: #fff;
  overflow-x: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.compare-modal .close {
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 700;
  padding: 15px 20px;
  min-width: 104px;
  min-height: 46px;
  opacity: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 0.3125rem 0.3125rem 0 0;
}

.compare-modal .close svg {
  display: inline-block;
  font-size: 10px;
}

@media (min-width: 768px) {
  .compare-modal .modal-dialog {
    max-width: 728px;
  }
}

@media (min-width: 992px) {
  .compare-modal .modal-dialog {
    max-width: 772px;
  }
}

.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 0rem);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 0rem);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0;
  pointer-events: none;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 0rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
}

@media (min-width: 576px) {
  .modal-dialog-centered {
    min-height: calc(100% - 8rem);
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 8rem);
  }
  .modal-dialog {
    max-width: 500px;
    margin: 4rem auto;
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 8rem);
  }
}

@media screen and (max-height: 576px) {
  .modal-dialog-centered {
    min-height: calc(100% - 0rem);
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 0rem);
  }
  .modal-dialog {
    max-width: 500px;
    margin: 0 auto;
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 0rem);
  }
}

.modal-casino-closed {
  font-family: sans-serif;
}

.modal-casino-closed .modal-body {
  padding: 2.5rem 1.5rem;
}

.modal-casino-closed .modal-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 300px;
  margin: 0 auto 2.75rem;
}

.modal-casino-closed .modal-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.modal-casino-closed .modal-inner {
  text-align: center;
}

.modal-casino-closed .modal-heading {
  margin-bottom: 1.25rem;
}

.modal-casino-closed .modal-heading p {
  color: #a3a3a3;
}

.modal-casino-closed .modal-title {
  font-size: 1.875rem;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}

.modal-casino-closed .close {
  color: #3e3e3e;
  font-size: 0.75rem;
  padding: 1.125rem 1.375rem;
}

.modal-casino-closed .list-logo-box-circle {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .modal-casino-closed .modal-dialog {
    max-width: 450px;
  }
}

@media (min-width: 576px) {
  .modal-casino-closed .modal-body {
    padding: 4.25rem 3.5rem;
  }
}

@media (min-width: 992px) {
  .modal-casino-closed .modal-dialog {
    max-width: 762px;
  }
  .modal-casino-closed .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .modal-casino-closed .modal-img {
    margin: 0 3rem 0 0;
  }
}

@media (max-width: 575px) {
  .modal-casino-closed .modal-dialog {
    margin: 15px;
  }
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
  color: transparent;
  top: 50%;
  margin-top: -40px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: transparent;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  left: 10%;
  background-image: url('/wp-content/themes/comparebet/markup/builds/static/images/content/icons/ic-chevron-left-grey.svg');
}

.slick-prev:hover,
.slick-prev:focus {
  background-image: url('/wp-content/themes/comparebet/markup/builds/static/images/content/icons/ic-chevron-left-primary.svg');
}

.slick-next {
  right: 10%;
  background-image: url('/wp-content/themes/comparebet/markup/builds/static/images/content/icons/ic-chevron-right-grey.svg');
}

.slick-next:hover,
.slick-next:focus {
  background-image: url('/wp-content/themes/comparebet/markup/builds/static/images/content/icons/ic-chevron-right-primary.svg');
}

.slick-dots {
  padding-left: 0;
  list-style: none;
  display: block;
  width: 100%;
  text-align: center;
}

.slick-dots > li {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}

.slick-dots > li button {
  border: none;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  margin: auto;
  height: 7px;
  width: 7px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
}

.slick-dots > li button:hover,
.slick-dots > li button:focus {
  outline: none;
}

.slick-dots > li.slick-active button {
  background-color: #00a6ce;
  border-color: #00a6ce;
}

.card-slider {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  margin-right: -30px;
  margin-left: -10px;
}

.card-slider.smooth {
  max-height: 365px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.2s, opacity 0.2s;
  transition: visibility 0.2s, opacity 0.2s;
}

.card-slider .slick-dots {
  position: relative;
}

.card-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-slider .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.card-slider .slick-slide:focus {
  outline: none;
}

.card-slider .slick-prev,
.card-slider .slick-next {
  margin-top: -20px;
}

.card-slider .slick-prev {
  right: 100%;
  left: auto;
}

.card-slider .slick-next {
  left: 100%;
}

.layout-main .card-slider {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  .card-slider {
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-slider.smooth {
    max-height: 399px;
  }
  .layout-main .card-slider .slick-prev {
    left: 0;
  }
  .layout-main .card-slider .slick-next {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .card-slider.smooth {
    max-height: 387px;
  }
}

.card-slot-slider {
  margin-bottom: 2.5rem;
}

.card-slot-slider.smooth {
  max-height: 565px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.2s, opacity 0.2s;
  transition: visibility 0.2s, opacity 0.2s;
}

.card-slot-slider .slick-dots {
  margin-top: 1rem;
}

.card-slot-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-slot-slider .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.card-slot-slider .slick-slide:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

.card-slot-slider .card-slot {
  margin: 1.5rem auto;
}

.card-slot-slider .slick-prev {
  left: 0;
}

.card-slot-slider .slick-next {
  right: 0;
}

@media (min-width: 1200px) {
  .card-slot-slider {
    padding: 0 3rem;
  }
  .card-slot-slider .card-slot {
    margin: 1.5rem 0.375rem;
  }
}
