/* ==========================================================================
   Bootstrap
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap');
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    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;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../../../fonts/glyphicons-halflings-regular.eot");
  src: url("../../../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../../../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../../../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.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;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -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;
}
.modal.in .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: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -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 {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    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 {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* ==========================================================================
   Compliance Footer
   ========================================================================== */
/*=========================
    Ontario footer
===========================*/
.compliance-footer {
  font-family: sans-serif;
  background: black;
  text-align: center;
  padding: 20px;
  color: white;
  overflow: hidden;
}
.compliance-footer .compliance-footer__elements {
  font-size: 23px;
  font-weight: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.compliance-footer .compliance-footer__elements figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.compliance-footer .igaming-logo {
  width: 150px;
  height: auto;
  display: inline-block;
}
.compliance-footer .ecogra-logo,
.compliance-footer .kahnawake-logo {
  width: 200px;
  height: auto;
}
.compliance-footer p {
  font-weight: 500;
  line-height: 19px;
  font-size: 14px;
  margin: 1rem auto;
  max-width: 750px;
  color: rgba(255, 255, 255, 0.55);
}
.compliance-footer p span {
  font-weight: 600;
}
.compliance-footer p a {
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
  color: white;
}
@media screen and (max-width: 767px) {
  .compliance-footer .compliance-footer__elements {
    font-size: 18px;
  }
  .compliance-footer p {
    font-size: 13px;
    margin: 0.8rem auto;
  }
  .compliance-footer .igaming-logo {
    width: 121px;
  }
  .compliance-footer .ecogra-logo,
  .compliance-footer .kahnawake-logo {
    width: 150px;
  }
}
@media screen and (max-width: 480px) {
  .compliance-footer .compliance-footer__elements {
    font-size: 14px;
  }
  .compliance-footer p {
    font-size: 12px;
    margin: 0.6rem auto;
  }
  .compliance-footer .igaming-logo {
    width: 100px;
  }
  .compliance-footer .ecogra-logo,
  .compliance-footer .kahnawake-logo {
    width: 120px;
  }
}
figure {
  margin: 0;
}
/* ==========================================================================
   Ontario Modal
   ========================================================================== */
.modal-ont {
  background: rgba(0, 0, 0, 0.65);
  font-size: 16px;
}
.modal-ont .modal-dialog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  padding: 1em 0;
  color: black;
  font-family: sans-serif;
}
.modal-ont .modal-content {
  background: white;
  border: 2px solid red;
  border-radius: 12px;
}
.modal-ont .modal-body {
  padding: 1em 1.5em;
  text-align: center;
}
.modal-ont__title {
  font-size: 1.25em;
  font-weight: 700;
  margin-top: 0.5em;
}
.modal-ont__content {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: red;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.1em;
}
.modal-ont__disclaimer {
  font-size: 0.8em;
}
.modal-ont a {
  color: darkblue !important;
}
.modal-ont a:hover {
  color: darkblue !important;
}
/* ==========================================================================
   HWRG Certificate
   ========================================================================== */
@font-face {
  font-family: "Crimson";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("/Content/fonts/Crimson/latin/subset-Crimson-Bold.woff") format("woff");
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('/Content/fonts/RobotoCondensed/latin/subset-RobotoCondensed-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-fallback: swap;
}
/* To make these styles more specific, it is nested under the .hwr-certificate class, which is not necessary in a normal use case */
.hwr-certificate {
  position: relative;
  width: 100%;
  max-width: 760px;
  margin: 2em auto;
}
.hwr-certificate .hwr-certificate__background {
  z-index: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% - 120px);
  height: calc(100% - 120px);
  background-color: white;
  background-image: url("/Content/themes/shared/images/hwrg-certificate-background.png");
  background-repeat: repeat-y;
  background-position: center;
  background-size: 1020px auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .hwr-certificate .hwr-certificate__background {
    width: calc(100% - 60px);
    height: calc(100% - 60px);
  }
}
.hwr-certificate .hwr-certificate__border {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-border-image: url("/Content/themes/shared/images/hwrg-certificate-frame.png");
     border-image: url("/Content/themes/shared/images/hwrg-certificate-frame.png");
  border-image-slice: 160;
  border-image-width: 80px;
  border-image-repeat: round;
}
@media screen and (max-width: 767px) {
  .hwr-certificate .hwr-certificate__border {
    border-image-width: 40px;
  }
}
.hwr-certificate .hwr-certificate__content {
  z-index: 20;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: black;
  text-transform: none;
  padding: 80px;
}
@media screen and (max-width: 767px) {
  .hwr-certificate .hwr-certificate__content {
    padding: 40px;
  }
}
.hwr-certificate .hwr-certificate__logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 40px;
}
@media screen and (max-width: 991px) {
  .hwr-certificate .hwr-certificate__logos {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .hwr-certificate .hwr-certificate__logos {
    padding: 20px 10px;
  }
}
.hwr-certificate .hwr-certificate__cr-logo {
  max-width: 100%;
  height: 90px;
}
@media screen and (max-width: 991px) {
  .hwr-certificate .hwr-certificate__cr-logo {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .hwr-certificate .hwr-certificate__cr-logo {
    height: 40px;
  }
}
.hwr-certificate .hwr-certificate__badge {
  max-width: 100%;
  height: 120px;
}
@media screen and (max-width: 991px) {
  .hwr-certificate .hwr-certificate__badge {
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .hwr-certificate .hwr-certificate__badge {
    height: 75px;
  }
}
.hwr-certificate .hwr-certificate__title {
  color: black;
  font-family: "Crimson", serif;
  margin-top: 0.5em;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.hwr-certificate .hwr-certificate__subtitle {
  color: black;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-top: -0.33em;
  -webkit-transform: scale(1, 1.33);
          transform: scale(1, 1.33);
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .hwr-certificate .hwr-certificate__subtitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .hwr-certificate .hwr-certificate__subtitle {
    font-size: 18px;
  }
}
body.culture-fr .hwr-certificate .hwr-certificate__subtitle {
  margin-top: -0.5em;
}
.hwr-certificate .hwr-certificate__subtitle sup {
  top: -0.33em;
  font-size: 0.67em;
}
.hwr-certificate .hwr-certificate__description {
  margin: 0;
  padding: 15px 80px 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.15em;
  text-align: left;
  font-family: sans-serif;
}
@media screen and (max-width: 991px) {
  .hwr-certificate .hwr-certificate__description {
    padding: 15px 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .hwr-certificate .hwr-certificate__description {
    padding: 15px 15px 0;
    font-size: 16px;
  }
}
/* ==========================================================================
   Font Include
   ========================================================================== */
/* ==========================================================================
   Theme: tp1
   ========================================================================== */
body[data-page-theme="tp1"] {
  font-family: "Roboto", sans-serif;
  /* Header
   ========================================================================== */
  /* Content
   ========================================================================== */
  /* Review Entries
   ========================================================================== */
}
body[data-page-theme="tp1"] .section-header {
  padding: 2em;
  text-align: center;
  background: white;
}
body[data-page-theme="tp1"] .header__title {
  margin-bottom: 0.2em;
  font-size: 36px;
  font-weight: 900;
}
body[data-page-theme="tp1"] .header__subtitle {
  margin-top: 0.75em;
  font-size: 20px;
  font-weight: 700;
}
body[data-page-theme="tp1"] .header__trustpilot-logo {
  width: 100%;
  max-width: 160px;
}
body[data-page-theme="tp1"] .header__small-blurb {
  color: #8b8b8b;
  font-size: 16px;
}
body[data-page-theme="tp1"] .section-content {
  padding-top: 3em;
  background: #f1f1f1;
  border-top: 1px solid #cfcfcf;
}
body[data-page-theme="tp1"] .content__review-entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  background: white;
  border: 1px solid #cfcfcf;
  border-radius: 12px;
}
body[data-page-theme="tp1"] .content__review-entry + .content__review-entry {
  margin-top: 1.5em;
}
body[data-page-theme="tp1"] .review-entry__casino-name {
  margin-top: 0;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="tp1"] .review-entry__casino-name {
    margin-bottom: 0;
    font-size: 18px;
  }
}
body[data-page-theme="tp1"] .review-entry__text {
  display: inline-block;
  color: #8b8b8b;
  font-weight: 500;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="tp1"] .review-entry__text {
    font-size: 13px;
  }
}
body[data-page-theme="tp1"] .review-entry__logo {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
body[data-page-theme="tp1"] .review-entry__stars {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="tp1"] .review-entry__stars {
    max-width: 100px;
  }
}
body[data-page-theme="tp1"] .review-entry__badge {
  position: relative;
  display: inline-block;
  margin: 0.8em 0 0.5em;
  padding: 0.4em 0.5em 0.3em 1.6em;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
  background-color: #b1f2d0;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="tp1"] .review-entry__badge {
    font-size: 13px;
  }
}
body[data-page-theme="tp1"] .review-entry__badge::before {
  content: "";
  position: absolute;
  left: 0.2em;
  top: 50%;
  width: 16px;
  height: 16px;
  background-image: url("/Content/themes/jpw/shared/images/listing/verified-badge.png");
  background-size: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body[data-page-theme="tp1"] .review-entry__list {
  margin-top: 12px;
}
body[data-page-theme="tp1"] .review-entry__list ul,
body[data-page-theme="tp1"] .review-entry__list li {
  margin-left: -16px;
  list-style-image: url('/Content/themes/jpw/shared/images/listing/check.png');
  color: #999;
  font-weight: 500;
}
body[data-page-theme="tp1"] .review-entry__logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-top: 4px;
  margin-right: auto;
}
body[data-page-theme="tp1"] .review-entry__logos img {
  max-height: 32.5px;
  width: auto;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="tp1"] .review-entry__logos img {
    max-height: 25.5px;
  }
}
@media screen and (max-width: 767px) {
  body[data-page-theme="tp1"] .review-entry__logos img {
    max-height: 19.5px;
  }
}
body[data-page-theme="tp1"] .review-entry__tagline {
  padding: 0.2em 0.5em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: #e1e1e1;
  border-radius: 4px;
}
body[data-page-theme="tp1"] .review-entry__tagline--smallscreen {
  display: inline-block;
  margin-bottom: 1em;
  font-size: 12px;
}
body[data-page-theme="tp1"] .review-entry__tagline--largescreen {
  display: none;
}
@media screen and (min-width: 768px) {
  body[data-page-theme="tp1"] .review-entry__tagline--largescreen {
    display: inline-block;
  }
}
body[data-page-theme="tp1"] .review-entry__linkout {
  display: block;
  position: relative;
  border: 1px solid #205cd4;
  margin-top: 0.75em;
  border-radius: 4px;
  padding: 0.5em 0.5em 0.4em;
  text-align: left;
}
body[data-page-theme="tp1"] .review-entry__linkout:hover {
  text-decoration: none;
}
body[data-page-theme="tp1"] .review-entry__linkout::after {
  position: absolute;
  content: "\f178";
  font-family: "FontAwesome";
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body[data-page-theme="tp1"] .linkout__sitename,
body[data-page-theme="tp1"] .linkout__tagline {
  display: block;
}
body[data-page-theme="tp1"] .linkout__sitename {
  color: #205cd4;
  font-weight: 700;
  position: relative;
  padding-left: 1.5em;
}
body[data-page-theme="tp1"] .linkout__sitename::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-image: url("/Content/themes/jpw/shared/images/listing/share-logo.png");
  background-size: 100%;
  width: 16px;
  height: 16px;
  z-index: 1;
}
body[data-page-theme="tp1"] .linkout__tagline {
  color: #8b8b8b;
}
body[data-page-theme="tp1"] .review-entry__divider {
  margin-right: -15px;
  margin-left: -15px;
  border-top: 2px solid #cfcfcf;
}
body[data-page-theme="tp1"] .review-entry__margin {
  margin-top: 5px;
}
body[data-page-theme="tp1"] .footer {
  background: #1c1c1c;
  text-align: center;
  color: white;
  font-size: 1.7rem;
  font-weight: bold;
  height: 100px;
  padding: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}
/*font-face-src form tp2*/
@font-face {
  font-family: "Poppins";
  src: url("/Content/fonts/poppins/Poppins-ExtraBold.woff2") format("woff2"), url("/Content/fonts/poppins/Poppins-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/Content/fonts/poppins/Poppins-Medium.woff2") format("woff2"), url("/Content/fonts/poppins/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/Content/fonts/poppins/Poppins-Bold.woff2") format("woff2"), url("/Content/fonts/poppins/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("/Content/fonts/icomoon/icomoon.eot");
  src: url("/Content/fonts/icomoon/icomoon.eot") format("embedded-opentype"), url("/Content/fonts/icomoon/icomoon.ttf") format("truetype"), url("/Content/fonts/icomoon/icomoon.woff") format("woff"), url("/Content/fonts/icomoon/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*tp2 styles*/
body[data-page-theme="tp2"] {
  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
  /* Document
   ========================================================================== */
  /**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
  position: relative;
  font-family: "Poppins";
  font-weight: 400;
  font-weight: 500;
  font-size: 16px;
  background-image: radial-gradient(circle at 50% 50%, #02050b 0%, #02050b 2%, #02050b 6%, #07447c 90%);
  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* Sections
     ========================================================================== */
  /**
   * Remove the margin in all browsers.
   */
  /**
   * Render the `main` element consistently in IE.
   */
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  /* Grouping content
     ========================================================================== */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /* Text-level semantics
     ========================================================================== */
  /**
   * Remove the gray background on active links in IE 10.
   */
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /**
   * Add the correct font size in all browsers.
   */
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  /* Embedded content
     ========================================================================== */
  /**
   * Remove the border on images inside links in IE 10.
   */
  /* Forms
     ========================================================================== */
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
  /**
   * Correct the padding in Firefox.
   */
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  /* Interactive
     ========================================================================== */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  /*
   * Add the correct display in all browsers.
   */
  /* Misc
     ========================================================================== */
  /**
   * Add the correct display in IE 10+.
   */
  /**
   * Add the correct display in IE 10.
   */
  /*
   * Slider
   */
  /*# sourceMappingURL=style.css.map */
}
body[data-page-theme="tp2"] html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
body[data-page-theme="tp2"] figure,
body[data-page-theme="tp2"] body {
  margin: 0;
}
body[data-page-theme="tp2"] * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body[data-page-theme="tp2"] main {
  display: block;
}
body[data-page-theme="tp2"] h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
body[data-page-theme="tp2"] hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
body[data-page-theme="tp2"] pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
body[data-page-theme="tp2"] a {
  background-color: transparent;
}
body[data-page-theme="tp2"] abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
body[data-page-theme="tp2"] b,
body[data-page-theme="tp2"] strong {
  font-weight: bolder;
}
body[data-page-theme="tp2"] code,
body[data-page-theme="tp2"] kbd,
body[data-page-theme="tp2"] samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
body[data-page-theme="tp2"] small {
  font-size: 80%;
}
body[data-page-theme="tp2"] sub,
body[data-page-theme="tp2"] sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
body[data-page-theme="tp2"] sub {
  bottom: -0.25em;
}
body[data-page-theme="tp2"] sup {
  top: -0.5em;
}
body[data-page-theme="tp2"] img {
  border-style: none;
}
body[data-page-theme="tp2"] button,
body[data-page-theme="tp2"] input,
body[data-page-theme="tp2"] optgroup,
body[data-page-theme="tp2"] select,
body[data-page-theme="tp2"] textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
body[data-page-theme="tp2"] button,
body[data-page-theme="tp2"] input {
  /* 1 */
  overflow: visible;
}
body[data-page-theme="tp2"] button,
body[data-page-theme="tp2"] select {
  /* 1 */
  text-transform: none;
}
body[data-page-theme="tp2"] button,
body[data-page-theme="tp2"] [type="button"],
body[data-page-theme="tp2"] [type="reset"],
body[data-page-theme="tp2"] [type="submit"] {
  -webkit-appearance: button;
}
body[data-page-theme="tp2"] button::-moz-focus-inner,
body[data-page-theme="tp2"] [type="button"]::-moz-focus-inner,
body[data-page-theme="tp2"] [type="reset"]::-moz-focus-inner,
body[data-page-theme="tp2"] [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
body[data-page-theme="tp2"] button:-moz-focusring,
body[data-page-theme="tp2"] [type="button"]:-moz-focusring,
body[data-page-theme="tp2"] [type="reset"]:-moz-focusring,
body[data-page-theme="tp2"] [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
body[data-page-theme="tp2"] fieldset {
  padding: 0.35em 0.75em 0.625em;
}
body[data-page-theme="tp2"] legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
body[data-page-theme="tp2"] progress {
  vertical-align: baseline;
}
body[data-page-theme="tp2"] textarea {
  overflow: auto;
}
body[data-page-theme="tp2"] [type="checkbox"],
body[data-page-theme="tp2"] [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
body[data-page-theme="tp2"] [type="number"]::-webkit-inner-spin-button,
body[data-page-theme="tp2"] [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
body[data-page-theme="tp2"] [type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
body[data-page-theme="tp2"] [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
body[data-page-theme="tp2"] ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
body[data-page-theme="tp2"] details {
  display: block;
}
body[data-page-theme="tp2"] summary {
  display: list-item;
}
body[data-page-theme="tp2"] template {
  display: none;
}
body[data-page-theme="tp2"] [hidden] {
  display: none;
}
body[data-page-theme="tp2"] [class^="icon-"],
body[data-page-theme="tp2"] [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body[data-page-theme="tp2"] .icon-star:before {
  content: "\e906";
}
body[data-page-theme="tp2"] html {
  background-image: radial-gradient(circle at 50% 50%, #02050b 0%, #02050b 2%, #02050b 6%, #07447c 90%);
  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body[data-page-theme="tp2"] .container {
  margin: 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1230px;
}
@media screen and (min-width: 576px) {
  body[data-page-theme="tp2"] .container {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  body[data-page-theme="tp2"] .container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  body[data-page-theme="tp2"] .container {
    max-width: 980px;
  }
}
@media screen and (min-width: 1299px) {
  body[data-page-theme="tp2"] .container {
    max-width: 1230px;
  }
}
body[data-page-theme="tp2"] .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
body[data-page-theme="tp2"] .col-2 {
  max-width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 15px;
}
body[data-page-theme="tp2"] .col-3 {
  max-width: 33.33333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  padding: 0 15px;
}
body[data-page-theme="tp2"] img {
  height: auto;
}
body[data-page-theme="tp2"] h1,
body[data-page-theme="tp2"] h2,
body[data-page-theme="tp2"] h3,
body[data-page-theme="tp2"] h4,
body[data-page-theme="tp2"] h5,
body[data-page-theme="tp2"] h6,
body[data-page-theme="tp2"] p {
  margin-top: 0;
}
body[data-page-theme="tp2"] h1 {
  font-family: "Poppins";
  font-size: 60px;
  font-weight: normal;
  margin-bottom: 25px;
}
body[data-page-theme="tp2"] h2 {
  font-family: "Poppins";
  font-size: 36px;
  font-weight: 300;
}
body[data-page-theme="tp2"] h3 {
  font-family: "Poppins";
  font-size: 28px;
  font-weight: 300;
}
body[data-page-theme="tp2"] p {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 300;
}
body[data-page-theme="tp2"] p em {
  font-style: normal;
  color: #1c2da7;
}
body[data-page-theme="tp2"] ul li em {
  font-style: normal;
  color: #1c2da7;
}
body[data-page-theme="tp2"] img {
  max-width: 100%;
  width: 100%;
}
body[data-page-theme="tp2"] .visible-sm.visible-sm {
  display: none;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="tp2"] .visible-sm.visible-sm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 991px) {
  body[data-page-theme="tp2"] .hidden-sm.hidden-sm {
    display: none;
  }
}
body[data-page-theme="tp2"] .casino-banner .media-holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body[data-page-theme="tp2"] .casino-banner .media-holder img,
body[data-page-theme="tp2"] .casino-banner .media-holder video,
body[data-page-theme="tp2"] .casino-banner .media-holder .wistia_embed {
  display: block !important;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: 100%;
  max-height: 100%;
}
body[data-page-theme="tp2"] .btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  height: 80px;
  font-size: 30px;
  border: 6px solid transparent;
  color: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
}
body[data-page-theme="tp2"] .btn:focus {
  outline: 0;
}
@media screen and (max-width: 1299px) {
  body[data-page-theme="tp2"] .btn {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  body[data-page-theme="tp2"] .btn {
    border-radius: 10px;
    height: 74px;
    font-size: 30px;
    border: 6px solid transparent;
  }
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .btn {
    border-radius: 10px;
    height: 12.8vw;
    font-size: 4.8vw;
    border: 4px solid transparent;
  }
}
body[data-page-theme="tp2"] .btn::before,
body[data-page-theme="tp2"] .btn:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body[data-page-theme="tp2"] .btn:before {
  margin: -6px;
  border-radius: 15px;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="tp2"] .btn:before {
    margin: -6px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .btn:before {
    margin: -4px;
    border-radius: 10px;
  }
}
body[data-page-theme="tp2"] .btn:after {
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="tp2"] .btn:after {
    border-radius: 4px;
  }
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .btn:after {
    border-radius: 6px;
  }
}
body[data-page-theme="tp2"] .btn > span {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding: 0 35px;
}
body[data-page-theme="tp2"] .btn > span:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}
body[data-page-theme="tp2"] .btn > span:hover:after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
body[data-page-theme="tp2"] .btn > span > span {
  position: relative;
  padding: 0 10px;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .btn > span > span {
    padding: 0 1.86667vw;
  }
}
body[data-page-theme="tp2"] .btn > span > span:before {
  right: 100%;
}
body[data-page-theme="tp2"] .btn > span > span:after {
  left: 100%;
  -webkit-transform: scaleX(-1) translateY(-50%);
          transform: scaleX(-1) translateY(-50%);
}
body[data-page-theme="tp2"] .btn-main::before {
  -webkit-box-shadow: 7px -7px 3px 0px #007700 inset, inset -15px -34px 11px 0px #2aff2a;
          box-shadow: 7px -7px 3px 0px #007700 inset, inset -15px -34px 11px 0px #2aff2a;
  background: #00d32a;
}
body[data-page-theme="tp2"] .btn-main:after {
  background: #00ba00;
  border-top: 1px solid #00dc37;
  border-bottom: 1px solid #00a500;
}
body[data-page-theme="tp2"] .main-header {
  padding: 20px 0 15px;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="tp2"] .main-header {
    padding-top: 20px;
  }
}
body[data-page-theme="tp2"] .main-header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body[data-page-theme="tp2"] .logo-holder img {
  max-width: 178px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .logo-holder img {
    max-width: 26.66667vw;
  }
}
body[data-page-theme="tp2"] .date-holder {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="tp2"] .date-holder {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .date-holder {
    font-size: 3.2vw;
  }
}
body[data-page-theme="tp2"] .main-footer {
  padding: 60px 15px;
  background: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="tp2"] .main-footer {
    padding: 30px 15px;
  }
}
body[data-page-theme="tp2"] .main-footer p {
  color: #636363;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="tp2"] .main-footer p {
    font-size: 11px;
  }
}
body[data-page-theme="tp2"] .main-footer p a {
  color: #636363;
  text-decoration: underline;
}
body[data-page-theme="tp2"] .footer-logo {
  max-width: 178px;
  margin-left: auto;
  margin-right: auto;
}
body[data-page-theme="tp2"] .hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  margin-right: -15px;
  overflow: visible;
}
body[data-page-theme="tp2"] .hamburger:hover {
  opacity: 0.7;
}
body[data-page-theme="tp2"] .hamburger.is-active:hover {
  opacity: 0.7;
}
body[data-page-theme="tp2"] .hamburger.is-active .hamburger-inner,
body[data-page-theme="tp2"] .hamburger.is-active .hamburger-inner::before,
body[data-page-theme="tp2"] .hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
  width: 51px;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="tp2"] .hamburger.is-active .hamburger-inner,
  body[data-page-theme="tp2"] .hamburger.is-active .hamburger-inner::before,
  body[data-page-theme="tp2"] .hamburger.is-active .hamburger-inner::after {
    width: 26px;
  }
}
body[data-page-theme="tp2"] .hamburger-box {
  width: 40px;
  height: 25px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="tp2"] .hamburger-box {
    width: 26px;
    height: 18px;
  }
}
body[data-page-theme="tp2"] .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="tp2"] .hamburger-inner {
    margin-top: -1px;
  }
}
body[data-page-theme="tp2"] .hamburger-inner,
body[data-page-theme="tp2"] .hamburger-inner::before,
body[data-page-theme="tp2"] .hamburger-inner::after {
  width: 40px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="tp2"] .hamburger-inner,
  body[data-page-theme="tp2"] .hamburger-inner::before,
  body[data-page-theme="tp2"] .hamburger-inner::after {
    width: 26px;
    height: 2px;
  }
}
body[data-page-theme="tp2"] .hamburger-inner::before,
body[data-page-theme="tp2"] .hamburger-inner::after {
  content: "";
  display: block;
}
body[data-page-theme="tp2"] .hamburger-inner::before {
  top: -11px;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="tp2"] .hamburger-inner::before {
    top: -8px;
  }
}
body[data-page-theme="tp2"] .hamburger-inner::after {
  bottom: -11px;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="tp2"] .hamburger-inner::after {
    bottom: -8px;
  }
}
body[data-page-theme="tp2"] .hamburger--slider .hamburger-inner {
  top: 1.5px;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="tp2"] .hamburger--slider .hamburger-inner {
    top: 1px;
  }
}
body[data-page-theme="tp2"] .hamburger--slider .hamburger-inner::before {
  top: 11px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="tp2"] .hamburger--slider .hamburger-inner::before {
    top: 8px;
  }
}
body[data-page-theme="tp2"] .hamburger--slider .hamburger-inner::after {
  top: 22px;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="tp2"] .hamburger--slider .hamburger-inner::after {
    top: 16px;
  }
}
body[data-page-theme="tp2"] .hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 11px, 0) rotate(45deg);
          transform: translate3d(0, 11px, 0) rotate(45deg);
}
body[data-page-theme="tp2"] .hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -8px, 0);
          transform: rotate(-45deg) translate3d(-5.71429px, -8px, 0);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="tp2"] .hamburger--slider.is-active .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-3.71429px, -6px, 0);
            transform: rotate(-45deg) translate3d(-3.71429px, -6px, 0);
  }
}
body[data-page-theme="tp2"] .hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -22px, 0) rotate(-90deg);
          transform: translate3d(0, -22px, 0) rotate(-90deg);
}
@media screen and (max-width: 767px) {
  body[data-page-theme="tp2"] .hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -16px, 0) rotate(-90deg);
            transform: translate3d(0, -16px, 0) rotate(-90deg);
  }
}
body[data-page-theme="tp2"] .page-intro {
  padding-top: 46px;
  padding-bottom: 27px;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="tp2"] .page-intro {
    padding-top: 5.33333vw;
  }
}
body[data-page-theme="tp2"] .page-intro h1 {
  text-shadow: 0px 3px 19.7px #000, 0px 3px 19.7px #000;
  font-family: Poppins;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="tp2"] .page-intro h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  body[data-page-theme="tp2"] .page-intro h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .page-intro h1 {
    font-size: 5.86667vw;
  }
}
@media screen and (min-width: 1300px) {
  body[data-page-theme="tp2"] .page-intro h1 br {
    display: none;
  }
}
body[data-page-theme="tp2"] .page-intro ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body[data-page-theme="tp2"] .page-intro ul li {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-shadow: 0px 3px 19.7px #000, 0px 3px 19.7px #000;
  font-size: 24px;
  font-weight: 500;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="tp2"] .page-intro ul li {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  body[data-page-theme="tp2"] .page-intro ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body[data-page-theme="tp2"] .page-intro ul li {
    font-size: 3.73333vw;
  }
}
body[data-page-theme="tp2"] .page-intro ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
body[data-page-theme="tp2"] .page-intro ul li span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 34px;
  width: 34px;
  height: 34px;
  margin-right: 9px;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="tp2"] .page-intro ul li span {
    min-width: 28px;
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .page-intro ul li span {
    min-width: 5.33333vw;
    width: 5.33333vw;
    height: 5.33333vw;
  }
}
body[data-page-theme="tp2"] .page-intro ul li span img {
  max-width: 100%;
  width: 100%;
}
body[data-page-theme="tp2"] .page-intro .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body[data-page-theme="tp2"] .page-intro .text-col {
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 0 15px;
}
@-webkit-keyframes bg-scrolling-reverse {
  100% {
    background-position: 0px 282px;
  }
}
@keyframes bg-scrolling-reverse {
  100% {
    background-position: 0px 282px;
  }
}
@media screen and (max-width: 991px) {
  body[data-page-theme="tp2"] .casinos .col-2 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
body[data-page-theme="tp2"] .casino-section:not(:last-of-type) {
  margin-bottom: 30px;
}
body[data-page-theme="tp2"] .casino-section .casino-title__holder.visible-sm {
  display: none;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="tp2"] .casino-section .casino-title__holder.visible-sm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .casino-section .casino-title__holder.visible-sm {
    margin-bottom: 5.33333vw;
  }
}
@media screen and (max-width: 991px) {
  body[data-page-theme="tp2"] .casino-section .casino-title__holder.hidden-sm {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  body[data-page-theme="tp2"] .casino-section:first-of-type .casino-cta__block {
    height: auto;
  }
}
body[data-page-theme="tp2"] .casino-section:first-of-type .casino-cta__block .btn-holder {
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  body[data-page-theme="tp2"] .casino-section:first-of-type .casino-cta__block .btn {
    white-space: normal;
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  body[data-page-theme="tp2"] .casino-section:first-of-type .casino-info {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
body[data-page-theme="tp2"] .casino-section .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body[data-page-theme="tp2"] .casino-section .col-3:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (max-width: 1299px) {
  body[data-page-theme="tp2"] .casino-section .col-3 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media screen and (max-width: 991px) {
  body[data-page-theme="tp2"] .casino-section .col-3 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media screen and (max-width: 767px) {
  body[data-page-theme="tp2"] .casino-section .col-3 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
body[data-page-theme="tp2"] .casino-section .casino-cta__block {
  padding: 15px 0;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="tp2"] .casino-section .casino-cta__block {
    padding: 0;
  }
}
body[data-page-theme="tp2"] .casino-section .casino-cta__block .video-header p {
  font-size: 23px;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .casino-section .casino-cta__block .video-header p {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 300px) {
  body[data-page-theme="tp2"] .casino-section .casino-cta__block .video-header p {
    font-size: 4vw;
  }
}
body[data-page-theme="tp2"] .casino-section .casino-banner {
  padding-top: 56%;
}
@media screen and (min-width: 992px) {
  body[data-page-theme="tp2"] .casino-section .casino-info.casino-info {
    padding-left: 0;
    padding-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  body[data-page-theme="tp2"] .casino-section .casino-info.casino-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
    padding-bottom: 30px;
  }
}
body[data-page-theme="tp2"] .casino-section .btn-holder .btn {
  max-width: 100%;
  width: 100%;
}
body[data-page-theme="tp2"] .casino {
  -webkit-box-shadow: 0px 3px 92.1px 5.9px #000;
          box-shadow: 0px 3px 92.1px 5.9px #000;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}
body[data-page-theme="tp2"] .casino .block-header--animated:before {
  background-position: 0 0;
}
body[data-page-theme="tp2"] .casino .block-header--animated:after {
  position: absolute;
  /*background: url("~/Content/themes/jpw/shared/images/listing/tp2/falling-coins.png") repeat-y 0 0/100% auto;*/
  background: url("/Content/themes/jpw/shared/images/listing/tp2/falling-coins.png");
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: 0%;
  content: "";
  top: 50%;
  left: 50%;
  width: 1203px;
  height: 282px;
  -webkit-animation: bg-scrolling-reverse 10s infinite;
          animation: bg-scrolling-reverse 10s infinite;
  /* IE 10+ */
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body[data-page-theme="tp2"] .casino .block-header--animated .block-title__holder:before {
  position: absolute;
  content: "";
  /*background: url("~/Content/themes/jpw/shared/images/listing/tp2/label-coins.png") no-repeat center/100% 100%;*/
  background: url("/Content/themes/jpw/shared/images/listing/tp2/label-coins.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  height: calc(100% + 40px);
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body[data-page-theme="tp2"] .casino .casino-banner {
  margin-bottom: 0;
}
body[data-page-theme="tp2"] .casino .block-header {
  padding: 20px 0;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .casino .block-header {
    padding: 2.66667vw 0;
  }
}
body[data-page-theme="tp2"] .casino .block-header {
  text-align: center;
  position: relative;
  overflow: hidden;
}
body[data-page-theme="tp2"] .casino .block-header:before {
  position: absolute;
  /* background: url("~/Content/themes/jpw/shared/images/listing/tp2/casino-head-bg.jpg") no-repeat 0 0/100% auto;*/
  background: url("/Content/themes/jpw/shared/images/listing/tp2/casino-head-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0%;
  content: "";
  -webkit-filter: blur(3px);
          filter: blur(3px);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body[data-page-theme="tp2"] .casino .block-title__holder {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  padding: 0 30px;
  position: relative;
  z-index: 1;
  background: url("/Content/themes/jpw/shared/images/listing/tp2/header-label-bg.png") no-repeat center / 100% 100%;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="tp2"] .casino .block-title__holder {
    height: 80px;
  }
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .casino .block-title__holder {
    height: 13.33333vw;
    padding: 0 5.33333vw;
  }
}
body[data-page-theme="tp2"] .casino .block-title__holder span {
  font-size: 26px;
  color: #ffc81a;
  font-weight: 800;
  margin-right: 20px;
  border-right: 4px solid #d2bc5a;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 20px;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="tp2"] .casino .block-title__holder span {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .casino .block-title__holder span {
    font-size: 4.8vw;
    padding-right: 2.66667vw;
    margin-right: 2.66667vw;
    border-right: 1.06667vw solid #d2bc5a;
  }
}
body[data-page-theme="tp2"] .casino .block-title__holder span img {
  max-width: 25px;
  width: 100%;
  height: auto;
  margin-left: 12px;
  -webkit-filter: drop-shadow(0px 3px 1.9px #000);
          filter: drop-shadow(0px 3px 1.9px #000);
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .casino .block-title__holder span img {
    max-width: 6.4vw;
  }
}
body[data-page-theme="tp2"] .casino .block-title__holder h3 {
  margin-bottom: 0;
  text-shadow: 0px 3px 1.9px #000;
  font-size: 26px;
  font-weight: 800;
  color: #ffc81a;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="tp2"] .casino .block-title__holder h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .casino .block-title__holder h3 {
    font-size: 4.8vw;
  }
}
body[data-page-theme="tp2"] .casino .block-title__holder h3 sup {
  font-size: 56%;
}
body[data-page-theme="tp2"] .casino .block-title__holder h3 span {
  color: #fff;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="tp2"] .casino .col-2 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
body[data-page-theme="tp2"] .casino .casino-info {
  padding: 0 15px 16px 24px;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="tp2"] .casino .casino-info {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .casino .casino-info {
    padding: 0 2.66667vw;
  }
}
body[data-page-theme="tp2"] .casino .casino-title__holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="tp2"] .casino .casino-title__holder {
    padding: 18px 30px 18px 30px;
  }
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .casino .casino-title__holder {
    padding: 4.8vw 4vw;
    margin-bottom: 0;
  }
}
body[data-page-theme="tp2"] .casino .casino-title__holder h2 {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 800;
  color: #131313;
  margin-bottom: 5px;
}
@media screen and (min-width: 992px) {
  body[data-page-theme="tp2"] .casino .casino-title__holder h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  body[data-page-theme="tp2"] .casino .casino-title__holder h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .casino .casino-title__holder h2 {
    font-size: 3.73333vw;
  }
}
body[data-page-theme="tp2"] .casino .casino-title__holder h2 sup {
  font-size: 56%;
}
body[data-page-theme="tp2"] .casino .casino-title__holder .casino-number {
  font-size: 24.5px;
  font-weight: 800;
  color: #ffc81a;
  height: 48px;
  background: #1c1819;
  border: 3px solid #cfaf3d;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 24px;
  position: relative;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .casino .casino-title__holder .casino-number {
    font-size: 4.8vw;
    height: 10.66667vw;
    padding: 0 4vw;
    border: 0.8vw solid #cfaf3d;
    border-right: 0.53333vw solid #cfaf3d;
  }
}
body[data-page-theme="tp2"] .casino .casino-title__holder .casino-number:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 0 24px 17px;
  border-color: transparent transparent transparent #cfaf3d;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% + 3px);
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .casino .casino-title__holder .casino-number:before {
    border-width: 5.46667vw 0 5.46667vw 3.2vw;
    left: calc(100% + 0.26667vw);
  }
}
body[data-page-theme="tp2"] .casino .casino-title__holder .casino-number:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 0 21px 15px;
  border-color: transparent transparent transparent #1c1819;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 100%;
  z-index: 211;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .casino .casino-title__holder .casino-number:after {
    border-width: 4.66667vw 0 4.66667vw 2.4vw;
    left: calc(100% + 0.02667vw);
    left: 100%;
  }
}
body[data-page-theme="tp2"] .casinos .casino:nth-of-type(0) .block-header:before {
  background-position-y: -16.66667%;
}
body[data-page-theme="tp2"] .casinos .casino:nth-of-type(1) .block-header:before {
  background-position-y: 0%;
}
body[data-page-theme="tp2"] .casinos .casino:nth-of-type(2) .block-header:before {
  background-position-y: 16.66667%;
}
body[data-page-theme="tp2"] .casinos .casino:nth-of-type(3) .block-header:before {
  background-position-y: 33.33334%;
}
body[data-page-theme="tp2"] .casinos .casino:nth-of-type(4) .block-header:before {
  background-position-y: 50.00001%;
}
body[data-page-theme="tp2"] .casinos .casino:nth-of-type(5) .block-header:before {
  background-position-y: 66.66668%;
}
body[data-page-theme="tp2"] .casinos .casino-section:first-of-type .casino-showcase {
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .casinos .casino-section:first-of-type .casino-showcase {
    margin-bottom: 5.33333vw;
  }
}
body[data-page-theme="tp2"] .casino-showcase {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
body[data-page-theme="tp2"] .casino-showcase .casino-logo {
  max-width: 187px;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .casino-showcase .casino-logo {
    max-width: 34.66667vw;
  }
}
body[data-page-theme="tp2"] .casino-showcase .casino-logo img {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .casino-showcase .casino-details__holder {
    padding-left: 2.66667vw;
  }
}
body[data-page-theme="tp2"] .casino-showcase ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body[data-page-theme="tp2"] .casino-showcase ul li {
  position: relative;
  padding-left: 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #403e3e;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .casino-showcase ul li {
    font-size: 3.46667vw;
    padding-left: 5.33333vw;
  }
}
body[data-page-theme="tp2"] .casino-showcase ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .casino-showcase ul li:not(:last-of-type) {
    margin-bottom: 2.66667vw;
  }
}
body[data-page-theme="tp2"] .casino-showcase ul li:before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  display: inline-block;
  background: url("/Content/themes/jpw/shared/images/listing/tp2/check.png") no-repeat center / contain;
  left: 0;
  top: 0px;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .casino-showcase ul li:before {
    width: 4vw;
    height: 4vw;
  }
}
body[data-page-theme="tp2"] .casino-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="tp2"] .casino-title {
    margin-left: 0;
  }
}
body[data-page-theme="tp2"] .rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 992px) {
  body[data-page-theme="tp2"] .rating {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
body[data-page-theme="tp2"] .rating p {
  font-size: 16px;
  white-space: nowrap;
  margin: 0;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .rating p {
    text-align: center;
    font-size: 3.73333vw;
  }
}
@media screen and (max-width: 991px) {
  body[data-page-theme="tp2"] .rating {
    margin: 0;
    margin-left: auto;
  }
}
body[data-page-theme="tp2"] .rating figure {
  max-width: 151px;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="tp2"] .rating figure {
    max-width: 151px;
    margin-left: auto;
  }
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .rating figure {
    max-width: 34.66667vw;
  }
}
body[data-page-theme="tp2"] .rating-label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #ececec;
  padding: 10px 10px;
  border-radius: 5px;
  font-size: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .rating-label {
    font-size: 3.2vw;
    margin-right: 2.66667vw;
  }
}
body[data-page-theme="tp2"] .star-rating {
  line-height: 1;
  color: #ccc;
  font-size: 20px;
  position: relative;
  margin: 0;
  padding: 0;
  margin-right: 5px;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .star-rating {
    font-size: 3.73333vw;
    margin-right: 0.8vw;
  }
}
body[data-page-theme="tp2"] .star-rating .fill-rating {
  color: #ffc107;
  padding: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
}
body[data-page-theme="tp2"] .star-rating .fill-rating span {
  display: inline-block;
  line-height: 1;
}
body[data-page-theme="tp2"] .star-rating i {
  margin: 0 2px;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .star-rating i {
    margin: 0 0.26667vw;
  }
}
body[data-page-theme="tp2"] .star-rating .empty-rating {
  padding: 0;
  display: block;
  z-index: 0;
}
body[data-page-theme="tp2"] .rating-number {
  font-size: 20px;
  font-weight: 500;
  color: #403e3e;
  margin-right: 7px;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .rating-number {
    font-size: 3.46667vw;
  }
}
body[data-page-theme="tp2"] .rating-text {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #949494;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .rating-text {
    font-size: 2.93333vw;
    white-space: nowrap;
  }
}
body[data-page-theme="tp2"] .payment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 7px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 7.5px 0.5px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 3px 7.5px 0.5px rgba(0, 0, 0, 0.08);
  background-color: #f7f7f7;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="tp2"] .payment {
    max-width: 90%;
  }
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .payment {
    max-width: 100%;
    padding: 1.33333vw;
  }
}
body[data-page-theme="tp2"] .paylent-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 65%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 65%;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
}
body[data-page-theme="tp2"] .paylent-logos figure {
  padding: 0 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .paylent-logos figure {
    padding: 0 1.86667vw;
  }
}
body[data-page-theme="tp2"] .paylent-logos figure img {
  max-height: 60px;
  max-width: 87px;
  height: auto;
  width: auto;
}
@media screen and (max-width: 1299px) {
  body[data-page-theme="tp2"] .paylent-logos figure img {
    max-width: 100%;
  }
}
body[data-page-theme="tp2"] .payment-text {
  font-size: 23px;
  font-weight: 500;
  color: #403e3e;
}
@media screen and (max-width: 1299px) {
  body[data-page-theme="tp2"] .payment-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .payment-text {
    font-size: 2.4vw;
  }
}
body[data-page-theme="tp2"] .cta-list__holder {
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="tp2"] .cta-list__holder {
    margin-top: 33px;
  }
}
@media screen and (min-width: 992px) {
  body[data-page-theme="tp2"] .cta-list__holder {
    position: fixed;
    width: 100vw;
    height: 100svh;
    z-index: 9999;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0;
  }
}
body[data-page-theme="tp2"] .cta-list__holder.modal-in {
  opacity: 1;
}
body[data-page-theme="tp2"] .cta-list__holder.modal-in .cta-list {
  opacity: 1;
}
@media screen and (min-width: 992px) {
  body[data-page-theme="tp2"] .cta-list__holder.modal-in .cta-list {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
body[data-page-theme="tp2"] .cta-list__holder .cta-list {
  background-color: #f7f7f7;
  border-radius: 20px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  position: relative;
  max-width: 600px;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  opacity: 0;
}
@media screen and (min-width: 992px) {
  body[data-page-theme="tp2"] .cta-list__holder .cta-list {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@media screen and (max-width: 991px) {
  body[data-page-theme="tp2"] .cta-list__holder .cta-list {
    max-width: 100%;
  }
}
body[data-page-theme="tp2"] .cta-list__holder .cta-list .modal-close {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 30px;
  height: 30px;
  background: #e6e6e6;
  border-radius: 100%;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="tp2"] .cta-list__holder .cta-list .modal-close {
    display: none;
  }
}
body[data-page-theme="tp2"] .cta-list__holder .cta-list .modal-close:before,
body[data-page-theme="tp2"] .cta-list__holder .cta-list .modal-close:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 3px;
  background: #000;
  left: 50%;
  top: 50%;
  border-radius: 5px;
}
body[data-page-theme="tp2"] .cta-list__holder .cta-list .modal-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
body[data-page-theme="tp2"] .cta-list__holder .cta-list .modal-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
body[data-page-theme="tp2"] .cta-list__holder .cta-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 25px;
  border-bottom: 1px solid #dadada;
}
@media screen and (min-width: 992px) {
  body[data-page-theme="tp2"] .cta-list__holder .cta-list li:first-of-type,
  body[data-page-theme="tp2"] .cta-list__holder .cta-list li:last-of-type {
    border: none;
  }
}
body[data-page-theme="tp2"] .cta-list__holder .cta-list li:last-of-type {
  border: none;
}
body[data-page-theme="tp2"] .cta-list__holder .cta-list li:first-of-type {
  padding: 0;
  border: none;
}
@media screen and (min-width: 1300px) {
  body[data-page-theme="tp2"] .cta-list__holder .cta-list li {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .cta-list__holder .cta-list li {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
body[data-page-theme="tp2"] .cta-list__holder .cta-list li .btn-holder {
  margin-bottom: 0;
  padding: 0;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .cta-list__holder .cta-list li .btn-holder {
    text-align: center;
    width: 100%;
  }
}
body[data-page-theme="tp2"] .cta-list__holder .cta-list li .btn-holder .btn {
  height: 56px;
  font-size: 24px;
  border-radius: 15px;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .cta-list__holder .cta-list li .btn-holder .btn {
    width: 100%;
  }
}
body[data-page-theme="tp2"] .cta-list__holder .cta-list li .btn-holder .btn:before {
  border-radius: 15px;
}
body[data-page-theme="tp2"] .cta-list__holder .cta-list li .btn-holder .btn:after {
  border-radius: 10px;
}
body[data-page-theme="tp2"] .cta-list__holder .cta-list li .btn-holder .btn > span {
  padding: 0 31px;
}
body[data-page-theme="tp2"] .cta-list__holder .cta-list li .btn-holder .btn > span > span {
  padding: 0;
}
body[data-page-theme="tp2"] .cta-list__holder .cta-list__casino-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="tp2"] .cta-list__holder .cta-list__casino-info {
    margin-bottom: 2.66667vw;
  }
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .cta-list__holder .cta-list__casino-info {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body[data-page-theme="tp2"] .cta-list__holder .cta-list__casino-info figure {
  margin-right: 30px;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .cta-list__holder .cta-list__casino-info figure {
    margin-right: 4vw;
  }
}
body[data-page-theme="tp2"] .cta-list__holder .cta-list__casino-info img {
  max-width: 63px;
  width: auto;
  display: block;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .cta-list__holder .cta-list__casino-info img {
    max-width: 16vw;
  }
}
body[data-page-theme="tp2"] .cta-list__holder .cta-list__casino-info p {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  color: #403e3e;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="tp2"] .cta-list__holder .cta-list__casino-info p {
    font-size: 4.26667vw;
    padding-right: 1.33333vw;
  }
}
body[data-page-theme="tp2"] .video-header {
  text-align: center;
  padding: 16px 0;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .video-header {
    padding: 4vw 6.66667vw;
  }
}
body[data-page-theme="tp2"] .video-header p {
  font-size: 26px;
  font-weight: 600;
  margin: 0;
  text-align: center;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1299px) {
  body[data-page-theme="tp2"] .video-header p {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  body[data-page-theme="tp2"] .video-header p {
    font-size: 26px;
  }
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .video-header p {
    font-size: 5.86667vw;
  }
}
body[data-page-theme="tp2"] .video-header p span {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .video-header p span {
    width: 85%;
  }
}
body[data-page-theme="tp2"] .video-header p span:after,
body[data-page-theme="tp2"] .video-header p span:before {
  content: "";
  position: absolute;
  width: 51px;
  height: 59px;
  -webkit-filter: drop-shadow(4px 13.9px 5.1px rgba(0, 0, 0, 0.32));
          filter: drop-shadow(4px 13.9px 5.1px rgba(0, 0, 0, 0.32));
  background: url("/Content/themes/jpw/shared/images/listing/tp2/header-arrow.png") no-repeat center / contain;
  -webkit-transform: rotate(17deg);
          transform: rotate(17deg);
  top: 13px;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .video-header p span:after,
  body[data-page-theme="tp2"] .video-header p span:before {
    top: 2.66667vw;
    width: 13.6vw;
    height: 15.73333vw;
  }
}
body[data-page-theme="tp2"] .video-header p span:before {
  right: 100%;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .video-header p span:before {
    right: 95%;
  }
}
body[data-page-theme="tp2"] .video-header p span:after {
  left: 100%;
  -webkit-transform: rotate(-17deg) scaleX(-1);
          transform: rotate(-17deg) scaleX(-1);
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .video-header p span:after {
    left: 95%;
  }
}
body[data-page-theme="tp2"] .casino-cta__block {
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="tp2"] .casino-cta__block {
    margin-right: 0;
  }
}
body[data-page-theme="tp2"] .casino-cta__block .btn-holder {
  text-align: center;
  margin-top: auto;
  padding: 20px 15px;
}
body[data-page-theme="tp2"] .casino-cta__block .btn-holder .btn {
  width: 100%;
}
@media screen and (min-width: 1300px) {
  body[data-page-theme="tp2"] .casino-cta__block .btn-holder .btn {
    white-space: normal;
    font-size: 24px;
  }
}
body[data-page-theme="tp2"] .casino-cta__block.casino-cta__block--alt {
  padding-top: 40px;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .casino-cta__block.casino-cta__block--alt {
    padding-top: 5.33333vw;
  }
}
@media screen and (max-width: 991px) {
  body[data-page-theme="tp2"] .casino-cta__block.casino-cta__block--alt {
    background: #f7f7f7;
  }
}
body[data-page-theme="tp2"] .casino-cta__block.casino-cta__block--alt .rating-holder {
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="tp2"] .casino-cta__block.casino-cta__block--alt .rating-holder {
    margin-bottom: 0;
  }
}
body[data-page-theme="tp2"] .video-banner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
body[data-page-theme="tp2"] .casino-banner {
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  margin-bottom: 16px;
}
body[data-page-theme="tp2"] .rating-holder {
  padding: 0 20px;
}
body[data-page-theme="tp2"] .text-section {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="tp2"] .text-section {
    padding: 30px 0;
  }
}
body[data-page-theme="tp2"] .text-section h2 {
  font-size: 30px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #f7f7f7;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="tp2"] .text-section h2 {
    font-size: 26px;
  }
}
body[data-page-theme="tp2"] .text-section p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  color: #ececec;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .text-section p {
    font-size: 3.73333vw;
  }
}
body[data-page-theme="tp2"] .text-section p:not(:last-of-type) {
  margin-bottom: 34px;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="tp2"] .text-section p:not(:last-of-type) {
    margin-bottom: 5.33333vw;
  }
}
body[data-page-theme="tp2"] .compliance-footer p {
  font-weight: 500;
  line-height: 18px;
  margin: 10px auto;
  max-width: 750px;
  color: rgba(255, 255, 255, 0.55);
}
/* ==========================================================================
   Theme: Listing BG1
   ========================================================================== */
body[data-page-theme="listing-bg1"] {
  margin: 0;
  font-family: "Poppins";
  font-size: 16px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  position: relative;
  background: #1d1c19;
  min-height: 100%;
  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
  /*h1, h2, h3, h4, h5, h6, p {
        margin-top: 0
    }*/
  /*Problematici*/
}
body[data-page-theme="listing-bg1"] [class^="icon-"],
body[data-page-theme="listing-bg1"] [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body[data-page-theme="listing-bg1"] .icon-age:before {
  content: "\e97d";
}
body[data-page-theme="listing-bg1"] .icon-cash:before {
  content: "\e97e";
}
body[data-page-theme="listing-bg1"] .icon-checked:before {
  content: "\e97f";
}
body[data-page-theme="listing-bg1"] .icon-diamond:before {
  content: "\e980";
}
body[data-page-theme="listing-bg1"] .icon-heart:before {
  content: "\2665";
}
body[data-page-theme="listing-bg1"] .icon-dice:before {
  content: "\e981";
}
body[data-page-theme="listing-bg1"] .icon-star:before {
  content: "\e982";
}
body[data-page-theme="listing-bg1"] html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  min-height: 100%;
}
body[data-page-theme="listing-bg1"] * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body[data-page-theme="listing-bg1"] main {
  display: block;
}
body[data-page-theme="listing-bg1"] h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
body[data-page-theme="listing-bg1"] hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}
body[data-page-theme="listing-bg1"] pre {
  font-family: monospace,monospace;
  font-size: 1em;
}
body[data-page-theme="listing-bg1"] a {
  background-color: rgba(0, 0, 0, 0);
}
body[data-page-theme="listing-bg1"] abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
body[data-page-theme="listing-bg1"] b,
body[data-page-theme="listing-bg1"] strong {
  font-weight: bolder;
}
body[data-page-theme="listing-bg1"] code,
body[data-page-theme="listing-bg1"] kbd,
body[data-page-theme="listing-bg1"] samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
body[data-page-theme="listing-bg1"] small {
  font-size: 80%;
}
body[data-page-theme="listing-bg1"] sub,
body[data-page-theme="listing-bg1"] sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
body[data-page-theme="listing-bg1"] sub {
  bottom: -0.25em;
}
body[data-page-theme="listing-bg1"] sup {
  top: -0.5em;
}
body[data-page-theme="listing-bg1"] img {
  border-style: none;
}
body[data-page-theme="listing-bg1"] button,
body[data-page-theme="listing-bg1"] input,
body[data-page-theme="listing-bg1"] optgroup,
body[data-page-theme="listing-bg1"] select,
body[data-page-theme="listing-bg1"] textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
body[data-page-theme="listing-bg1"] button,
body[data-page-theme="listing-bg1"] input {
  overflow: visible;
}
body[data-page-theme="listing-bg1"] button,
body[data-page-theme="listing-bg1"] select {
  text-transform: none;
}
body[data-page-theme="listing-bg1"] button,
body[data-page-theme="listing-bg1"] [type=button],
body[data-page-theme="listing-bg1"] [type=reset],
body[data-page-theme="listing-bg1"] [type=submit] {
  -webkit-appearance: button;
}
body[data-page-theme="listing-bg1"] button::-moz-focus-inner,
body[data-page-theme="listing-bg1"] [type=button]::-moz-focus-inner,
body[data-page-theme="listing-bg1"] [type=reset]::-moz-focus-inner,
body[data-page-theme="listing-bg1"] [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
body[data-page-theme="listing-bg1"] button:-moz-focusring,
body[data-page-theme="listing-bg1"] [type=button]:-moz-focusring,
body[data-page-theme="listing-bg1"] [type=reset]:-moz-focusring,
body[data-page-theme="listing-bg1"] [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
body[data-page-theme="listing-bg1"] fieldset {
  padding: 0.35em 0.75em 0.625em;
}
body[data-page-theme="listing-bg1"] legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
body[data-page-theme="listing-bg1"] progress {
  vertical-align: baseline;
}
body[data-page-theme="listing-bg1"] textarea {
  overflow: auto;
}
body[data-page-theme="listing-bg1"] [type=checkbox],
body[data-page-theme="listing-bg1"] [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
body[data-page-theme="listing-bg1"] [type=number]::-webkit-inner-spin-button,
body[data-page-theme="listing-bg1"] [type=number]::-webkit-outer-spin-button {
  height: auto;
}
body[data-page-theme="listing-bg1"] [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
body[data-page-theme="listing-bg1"] [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
body[data-page-theme="listing-bg1"] ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
body[data-page-theme="listing-bg1"] details {
  display: block;
}
body[data-page-theme="listing-bg1"] summary {
  display: list-item;
}
body[data-page-theme="listing-bg1"] template {
  display: none;
}
body[data-page-theme="listing-bg1"] [hidden] {
  display: none;
}
body[data-page-theme="listing-bg1"] [class^=icon-],
body[data-page-theme="listing-bg1"] [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body[data-page-theme="listing-bg1"] img {
  max-width: 100%;
  width: 100%;
}
body[data-page-theme="listing-bg1"] .scroll-lock {
  overflow: hidden;
}
body[data-page-theme="listing-bg1"] h1 em,
body[data-page-theme="listing-bg1"] h2 em,
body[data-page-theme="listing-bg1"] h3 em,
body[data-page-theme="listing-bg1"] h4 em,
body[data-page-theme="listing-bg1"] h5 em,
body[data-page-theme="listing-bg1"] h6 em,
body[data-page-theme="listing-bg1"] p em {
  font-style: normal;
  color: #ffb500;
}
body[data-page-theme="listing-bg1"] strong {
  font-weight: 700;
}
body[data-page-theme="listing-bg1"] .container {
  margin: 0 auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 576px) {
  body[data-page-theme="listing-bg1"] .container {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  body[data-page-theme="listing-bg1"] .container {
    max-width: 720px;
  }
}
@media screen and (min-width: 991px) {
  body[data-page-theme="listing-bg1"] .container {
    max-width: 980px;
  }
}
@media screen and (min-width: 1299px) {
  body[data-page-theme="listing-bg1"] .container {
    max-width: 1210px;
  }
}
@media screen and (min-width: 1921px) {
  body[data-page-theme="listing-bg1"] .container {
    max-width: 63.02083333vw;
  }
}
body[data-page-theme="listing-bg1"] .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  margin: 0 -20px;
}
body[data-page-theme="listing-bg1"] .col-3 {
  max-width: 33.33333%;
  padding: 0 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
}
body[data-page-theme="listing-bg1"] .col-4 {
  max-width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 0 20px;
}
body[data-page-theme="listing-bg1"] .col-2 {
  max-width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 20px;
}
body[data-page-theme="listing-bg1"] .hidden {
  display: none;
}
body[data-page-theme="listing-bg1"] .hide-block {
  opacity: 0;
  -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
}
body[data-page-theme="listing-bg1"] .show-block-simple {
  opacity: 1;
}
body[data-page-theme="listing-bg1"] .leftsideAnimate--hide {
  opacity: 0;
  -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  -webkit-transform: translateX(-100px) scale(0.95) translate3d(0, 0, 0);
          transform: translateX(-100px) scale(0.95) translate3d(0, 0, 0);
}
body[data-page-theme="listing-bg1"] .leftsideAnimate--show {
  opacity: 1;
  -webkit-transform: translateX(0) scale(1) translate3d(0, 0, 0);
          transform: translateX(0) scale(1) translate3d(0, 0, 0);
}
body[data-page-theme="listing-bg1"] .rightsideAnimate--hide {
  opacity: 0;
  -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  -webkit-transform: translateX(100px) scale(0.95) translate3d(0, 0, 0);
          transform: translateX(100px) scale(0.95) translate3d(0, 0, 0);
}
body[data-page-theme="listing-bg1"] .rightsideAnimate--show {
  opacity: 1;
  -webkit-transform: translateX(0) scale(1) translate3d(0, 0, 0);
          transform: translateX(0) scale(1) translate3d(0, 0, 0);
}
body[data-page-theme="listing-bg1"] .fly {
  opacity: 0;
  -webkit-transition: all 800ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transition: all 800ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  -webkit-transform: translateY(100px) scale(1.05) translate3d(0, 0, 0);
          transform: translateY(100px) scale(1.05) translate3d(0, 0, 0);
}
body[data-page-theme="listing-bg1"] .fly2 {
  opacity: 0;
  -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  -webkit-transform: translateY(120px) scale(1.08) translate3d(0, 0, 0);
          transform: translateY(120px) scale(1.08) translate3d(0, 0, 0);
}
body[data-page-theme="listing-bg1"] .fly3 {
  opacity: 0;
  -webkit-transition: all 1200ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transition: all 1200ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  -webkit-transform: translateY(140px) scale(1.08) translate3d(0, 0, 0);
          transform: translateY(140px) scale(1.08) translate3d(0, 0, 0);
}
body[data-page-theme="listing-bg1"] .fly4 {
  opacity: 0;
  -webkit-transition: all 1400ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transition: all 1400ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  -webkit-transform: translateY(160px) scale(1.08) translate3d(0, 0, 0);
          transform: translateY(160px) scale(1.08) translate3d(0, 0, 0);
}
body[data-page-theme="listing-bg1"] .fly5 {
  opacity: 0;
  -webkit-transition: all 1600ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transition: all 1600ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  -webkit-transform: translateY(180px) scale(1.08) translate3d(0, 0, 0);
          transform: translateY(180px) scale(1.08) translate3d(0, 0, 0);
}
body[data-page-theme="listing-bg1"] .fly6 {
  opacity: 0;
  -webkit-transition: all 1800ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transition: all 1800ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  -webkit-transform: translateY(200px) scale(1.08) translate3d(0, 0, 0);
          transform: translateY(200px) scale(1.08) translate3d(0, 0, 0);
}
body[data-page-theme="listing-bg1"] .fly7 {
  opacity: 0;
  -webkit-transition: all 2000ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transition: all 2000ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  -webkit-transform: translateY(200px) scale(1.08) translate3d(0, 0, 0);
          transform: translateY(200px) scale(1.08) translate3d(0, 0, 0);
}
body[data-page-theme="listing-bg1"] .show-block {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1) translate3d(0, 0, 0);
          transform: translateY(0) scale(1) translate3d(0, 0, 0);
}
body[data-page-theme="listing-bg1"] .ovh {
  overflow: hidden;
  padding: 4px 0;
}
body[data-page-theme="listing-bg1"] .ovh > span {
  display: block;
}
body[data-page-theme="listing-bg1"] .chevron {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 17px;
}
body[data-page-theme="listing-bg1"] .chevron::before,
body[data-page-theme="listing-bg1"] .chevron::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 3px;
  height: 12px;
  border-radius: 10px;
  background: #fff;
  left: 0;
  -webkit-transform-origin: 2px 2px 0;
          transform-origin: 2px 2px 0;
}
body[data-page-theme="listing-bg1"] .chevron::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}
body[data-page-theme="listing-bg1"] .chevron::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 0;
  -webkit-transform-origin: 2px 10px 0;
          transform-origin: 2px 10px 0;
}
body[data-page-theme="listing-bg1"] sup {
  font-size: 50%;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .hidden-md.hidden-md {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  body[data-page-theme="listing-bg1"] .hidden-lg.hidden-lg {
    display: none;
  }
}
body[data-page-theme="listing-bg1"] .separator {
  position: relative;
}
body[data-page-theme="listing-bg1"] .separator.separator--top:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 181, 0, 0)), color-stop(rgba(255, 181, 0, 0.62)), color-stop(#ffd97d), color-stop(rgba(255, 181, 0, 0.64)), to(rgba(255, 181, 0, 0)));
  background: linear-gradient(to right, rgba(255, 181, 0, 0), rgba(255, 181, 0, 0.62), #ffd97d, rgba(255, 181, 0, 0.64), rgba(255, 181, 0, 0));
  z-index: 2;
  bottom: 0;
}
body[data-page-theme="listing-bg1"] .separator.separator--bottom:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 181, 0, 0)), color-stop(rgba(255, 181, 0, 0.62)), color-stop(#ffd97d), color-stop(rgba(255, 181, 0, 0.64)), to(rgba(255, 181, 0, 0)));
  background: linear-gradient(to right, rgba(255, 181, 0, 0), rgba(255, 181, 0, 0.62), #ffd97d, rgba(255, 181, 0, 0.64), rgba(255, 181, 0, 0));
  z-index: 2;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .hidden-sm {
    display: none;
  }
}
body[data-page-theme="listing-bg1"] .visible-sm {
  display: none;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .visible-sm {
    display: block;
  }
}
body[data-page-theme="listing-bg1"] .btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  max-width: 100%;
  height: 62px;
  padding: 0 28px;
  border-radius: 100px;
  -webkit-box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.45);
          box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.45);
  background-color: #00aa63;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.45);
  line-height: 1.2;
  letter-spacing: 1px;
  border: 3px solid rgba(0, 0, 0, 0);
  background-clip: border-box;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1921px) {
  body[data-page-theme="listing-bg1"] .btn {
    padding: 0 15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1299px) {
  body[data-page-theme="listing-bg1"] .btn {
    font-size: 12px;
    padding: 0 14px;
  }
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-bg1"] .btn {
    font-size: 4vw;
    height: 10.66666667vw;
    padding: 0 2.66666667vw;
  }
}
body[data-page-theme="listing-bg1"] .btn:before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  margin: -3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#73d0a9), to(#005732));
  background: linear-gradient(to bottom, #73d0a9, #005732);
  border-radius: 100px;
}
body[data-page-theme="listing-bg1"] .btn:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  background: #00aa63;
  border-radius: 100px;
}
body[data-page-theme="listing-bg1"] .btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
body[data-page-theme="listing-bg1"] .btn span {
  position: relative;
  z-index: 1;
}
body[data-page-theme="listing-bg1"] .main-header {
  padding: 20px 0;
  position: absolute;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: #292824;
  -webkit-box-shadow: 0px 2px 9px 0 #000;
          box-shadow: 0px 2px 9px 0 #000;
}
@media screen and (max-width: 1025px) {
  body[data-page-theme="listing-bg1"] .main-header {
    padding: 17px 0;
  }
}
body[data-page-theme="listing-bg1"] .main-header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .main-header .container {
    padding-left: 0;
    padding-right: 0;
  }
}
body[data-page-theme="listing-bg1"] .main-header .hamburger {
  display: none;
  z-index: 9999;
  position: relative;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .main-header .hamburger {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 5px;
    margin-left: 5px;
  }
}
body[data-page-theme="listing-bg1"] .header-list {
  display: none;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .header-list {
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  body[data-page-theme="listing-bg1"] .header-list li {
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.8px;
  }
  body[data-page-theme="listing-bg1"] .header-list li:not(:last-of-type) {
    margin-bottom: 5px;
  }
}
body[data-page-theme="listing-bg1"] .menu-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body[data-page-theme="listing-bg1"] .menu-holder .menu {
  margin-right: 20px;
  padding: 0;
  margin: 0;
}
body[data-page-theme="listing-bg1"] .menu-holder .menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="listing-bg1"] .menu-holder .menu li a {
    font-size: 14px;
  }
}
body[data-page-theme="listing-bg1"] .main-menu__drawer {
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .main-menu__drawer {
    position: fixed;
    right: 100%;
    top: 0;
    width: 100%;
    max-width: 367px;
    background: #000;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    overflow-y: scroll;
    opacity: 0;
    z-index: 30;
    padding-top: 103px;
    padding-left: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    padding-bottom: 100px;
    height: 100svh;
    overflow: hidden;
    -webkit-box-shadow: 0 0 13px 0 #0d0d0d;
            box-shadow: 0 0 13px 0 #0d0d0d;
  }
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-bg1"] .main-menu__drawer {
    max-width: 100%;
  }
}
body[data-page-theme="listing-bg1"] .main-menu__drawer.menu-open {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 1;
  z-index: 1000;
}
body[data-page-theme="listing-bg1"] .main-menu__drawer.menu-open .menu > li {
  -webkit-transition: opacity 0.4s cubic-bezier(0.42, 0.97, 0.52, 1.49);
  transition: opacity 0.4s cubic-bezier(0.42, 0.97, 0.52, 1.49);
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .main-menu__drawer.menu-open .menu > li {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
body[data-page-theme="listing-bg1"] .main-menu__drawer .menu {
  list-style-type: none;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .main-menu__drawer .menu {
    display: block;
    margin: 0;
  }
}
body[data-page-theme="listing-bg1"] .main-menu__drawer .menu > li {
  padding: 0 20px;
  margin: 0;
  list-style-type: none;
}
body[data-page-theme="listing-bg1"] .main-menu__drawer .menu > li:hover > a {
  color: #ffb500;
}
body[data-page-theme="listing-bg1"] .main-menu__drawer .menu > li.current-menu-item > a {
  color: #ffb500;
}
body[data-page-theme="listing-bg1"] .main-menu__drawer .menu > li a {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  display: block;
  padding: 14px 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Poppins";
  font-weight: 500;
  text-transform: uppercase;
}
body[data-page-theme="listing-bg1"] .main-menu__drawer .menu > li a:before {
  position: absolute;
  content: "";
  width: 100%;
  opacity: 0;
  height: 2px;
  background: #ffb500;
  bottom: 10px;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .main-menu__drawer .menu > li a:before {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .main-menu__drawer .menu > li a {
    display: inline-block;
    padding: 7px 28px 7px 0;
  }
}
body[data-page-theme="listing-bg1"] .main-menu__drawer .menu > li a:hover i {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
@media screen and (min-width: 992px) {
  body[data-page-theme="listing-bg1"] .main-navigation__holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
body[data-page-theme="listing-bg1"] .menu-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .menu-header {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
  }
}
body[data-page-theme="listing-bg1"] .logo-holder {
  position: relative;
  z-index: 9999;
}
body[data-page-theme="listing-bg1"] .logo-holder img {
  max-width: 160px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-bg1"] .logo-holder img {
    max-width: 28.8vw;
  }
}
body[data-page-theme="listing-bg1"] .main-header__controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -20px;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .main-header__controls {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0;
  }
}
body[data-page-theme="listing-bg1"] .footer {
  background-color: #292824;
  color: #fff;
  padding: 54px 0;
  text-align: center;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-bg1"] .footer {
    padding: 13.33333333vw 0;
  }
}
body[data-page-theme="listing-bg1"] .footer__logo-section {
  margin-bottom: 25px;
}
body[data-page-theme="listing-bg1"] .footer__logo {
  max-width: 270px;
  height: auto;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-bg1"] .footer__logo {
    max-width: 72vw;
  }
}
body[data-page-theme="listing-bg1"] .footer__info {
  margin-bottom: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-bg1"] .footer__info figure {
    margin-top: 6.13333333vw;
  }
}
body[data-page-theme="listing-bg1"] .footer__info i {
  font-size: 50px;
  margin-right: 20px;
  color: #989898;
}
body[data-page-theme="listing-bg1"] .footer__link {
  color: #989898;
  text-decoration: none;
  font-size: 19.6px;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-bg1"] .footer__link {
    font-size: 4.8vw;
  }
}
body[data-page-theme="listing-bg1"] .footer__link:hover {
  text-decoration: underline;
}
body[data-page-theme="listing-bg1"] .footer__age-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 52px;
  height: 52px;
  border: solid 3px #989898;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  font-size: 19.6px;
  margin: 0 36px;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-bg1"] .footer__age-icon {
    width: 12.8vw;
    height: 12.8vw;
    font-size: 4.8vw;
    margin: 0 9.6vw;
  }
}
@media screen and (max-width: 375px) {
  body[data-page-theme="listing-bg1"] .footer__age-icon {
    width: 13.86666667vw;
    height: 13.86666667vw;
    font-size: 5.33333333vw;
  }
}
body[data-page-theme="listing-bg1"] .footer__igaming-logo {
  max-width: 157px;
  height: auto;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-bg1"] .footer__igaming-logo {
    max-width: 40vw;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
body[data-page-theme="listing-bg1"] .footer__copyright {
  font-size: 19.6px;
  font-weight: bold;
  line-height: 1.12;
  text-align: center;
  color: #989898;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-bg1"] .footer__copyright {
    font-size: 18px;
  }
}
body[data-page-theme="listing-bg1"] .footer-text {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="listing-bg1"] .footer-text {
    text-align: justify;
  }
}
body[data-page-theme="listing-bg1"] .footer-text a {
  color: #ffb500;
}
body[data-page-theme="listing-bg1"] .hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity,-webkit-filter;
  transition-property: opacity,-webkit-filter;
  transition-property: opacity,filter;
  transition-property: opacity,filter,-webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  margin: 0;
  margin-right: -15px;
  overflow: visible;
}
body[data-page-theme="listing-bg1"] .hamburger:hover {
  opacity: 1;
}
body[data-page-theme="listing-bg1"] .hamburger.is-active:hover {
  opacity: 1;
}
body[data-page-theme="listing-bg1"] .hamburger.is-active .hamburger-inner,
body[data-page-theme="listing-bg1"] .hamburger.is-active .hamburger-inner::before,
body[data-page-theme="listing-bg1"] .hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
  width: 51px;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="listing-bg1"] .hamburger.is-active .hamburger-inner,
  body[data-page-theme="listing-bg1"] .hamburger.is-active .hamburger-inner::before,
  body[data-page-theme="listing-bg1"] .hamburger.is-active .hamburger-inner::after {
    width: 25px;
  }
}
body[data-page-theme="listing-bg1"] .hamburger-box {
  width: 25px;
  height: 15px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="listing-bg1"] .hamburger-box {
    width: 25px;
    height: 15px;
  }
}
body[data-page-theme="listing-bg1"] .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="listing-bg1"] .hamburger-inner {
    margin-top: -1.5px;
  }
}
body[data-page-theme="listing-bg1"] .hamburger-inner::before {
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
}
body[data-page-theme="listing-bg1"] .hamburger-inner,
body[data-page-theme="listing-bg1"] .hamburger-inner::before,
body[data-page-theme="listing-bg1"] .hamburger-inner::after {
  width: 25px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="listing-bg1"] .hamburger-inner,
  body[data-page-theme="listing-bg1"] .hamburger-inner::before,
  body[data-page-theme="listing-bg1"] .hamburger-inner::after {
    width: 25px;
    height: 3px;
  }
}
body[data-page-theme="listing-bg1"] .hamburger-inner::before,
body[data-page-theme="listing-bg1"] .hamburger-inner::after {
  content: "";
  display: block;
}
body[data-page-theme="listing-bg1"] .hamburger-inner::before {
  top: -6px;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="listing-bg1"] .hamburger-inner::before {
    top: -6px;
  }
}
body[data-page-theme="listing-bg1"] .hamburger-inner::after {
  bottom: -6px;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="listing-bg1"] .hamburger-inner::after {
    bottom: -6px;
  }
}
body[data-page-theme="listing-bg1"] .hamburger--slider {
  opacity: 1;
}
body[data-page-theme="listing-bg1"] .hamburger--slider .hamburger-inner {
  top: 1.5px;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="listing-bg1"] .hamburger--slider .hamburger-inner {
    top: 1.5px;
  }
}
body[data-page-theme="listing-bg1"] .hamburger--slider .hamburger-inner::before {
  top: 6px;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="listing-bg1"] .hamburger--slider .hamburger-inner::before {
    top: 6px;
  }
}
body[data-page-theme="listing-bg1"] .hamburger--slider .hamburger-inner::after {
  top: 12px;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="listing-bg1"] .hamburger--slider .hamburger-inner::after {
    top: 12px;
  }
}
body[data-page-theme="listing-bg1"] .hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
          transform: translate3d(0, 6px, 0) rotate(45deg);
}
body[data-page-theme="listing-bg1"] .hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-3.57142857px, -3px, 0);
          transform: rotate(-45deg) translate3d(-3.57142857px, -3px, 0);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="listing-bg1"] .hamburger--slider.is-active .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-3.57142857px, -3px, 0);
            transform: rotate(-45deg) translate3d(-3.57142857px, -3px, 0);
  }
}
body[data-page-theme="listing-bg1"] .hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -12px, 0) rotate(-90deg);
          transform: translate3d(0, -12px, 0) rotate(-90deg);
}
@media screen and (max-width: 767px) {
  body[data-page-theme="listing-bg1"] .hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -12px, 0) rotate(-90deg);
            transform: translate3d(0, -12px, 0) rotate(-90deg);
  }
}
@-webkit-keyframes upAndDown {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes upAndDown {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
body[data-page-theme="listing-bg1"] .hero-section {
  background: url("/Content/themes/jpw/shared/images/listing/bg1/hero-bg.jpg") no-repeat center / cover;
  padding: 68px 0 74px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1299px) {
  body[data-page-theme="listing-bg1"] .hero-section {
    padding: 3.54166667vw 0 3.85416667vw;
  }
}
@media screen and (max-width: 767px) {
  body[data-page-theme="listing-bg1"] .hero-section {
    padding: 4vw 0 1.33333333vw;
  }
}
body[data-page-theme="listing-bg1"] .hero-section .container {
  position: relative;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .hero-section__content {
    max-width: 60%;
  }
}
body[data-page-theme="listing-bg1"] .hero-section__title {
  text-transform: uppercase;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.64);
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="listing-bg1"] .hero-section__title {
    font-size: 5.33333333vw;
  }
}
body[data-page-theme="listing-bg1"] .hero-section__description {
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 1px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .hero-section__description {
    display: none;
  }
}
body[data-page-theme="listing-bg1"] .hero-section__update {
  font-size: 14px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.5px;
}
body[data-page-theme="listing-bg1"] .hero-section__update object {
  display: inline-block;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="listing-bg1"] .hero-section__update {
    font-size: 2.66666667vw;
  }
}
body[data-page-theme="listing-bg1"] .hero-section__update strong {
  text-transform: uppercase;
}
body[data-page-theme="listing-bg1"] .hero-section__update .fire-img,
body[data-page-theme="listing-bg1"] .hero-section__update img {
  max-width: 26px;
  max-height: 30px;
  margin-right: 6px;
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="listing-bg1"] .hero-section__update .fire-img,
  body[data-page-theme="listing-bg1"] .hero-section__update img {
    max-width: 3.46666667vw;
    margin-right: 1.33333333vw;
  }
}
body[data-page-theme="listing-bg1"] .hero-section__badge {
  position: absolute;
  right: 11px;
  bottom: -283px;
  max-width: 440px;
  width: 100%;
}
@media screen and (max-width: 1299px) {
  body[data-page-theme="listing-bg1"] .hero-section__badge {
    bottom: -15.625vw;
    max-width: 25.390625vw;
    right: 0vw;
  }
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .hero-section__badge {
    bottom: -17.578125vw;
    max-width: 31.25vw;
    right: 1.953125vw;
  }
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .hero-section__badge {
    bottom: -17.33333333vw;
    max-width: 34.66666667vw;
    right: 5.33333333vw;
  }
}
body[data-page-theme="listing-bg1"] .hero-section__badge-image {
  max-width: 100%;
  width: 100%;
  -webkit-animation: upAndDown 3s ease-in-out infinite;
          animation: upAndDown 3s ease-in-out infinite;
}
body[data-page-theme="listing-bg1"] .casino-tables {
  background: #1d1c19;
  padding: 30px 0 79px;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-bg1"] .casino-tables {
    padding: 8vw 0;
  }
}
body[data-page-theme="listing-bg1"] .casino-tables .container .casino-table__head {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .casino-tables .container .casino-table__head {
    display: none;
  }
}
body[data-page-theme="listing-bg1"] .casino-tables .container .casino-table__head .casino-table__head-cell {
  max-width: 18.7%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18.7%;
      -ms-flex: 0 0 18.7%;
          flex: 0 0 18.7%;
  -webkit-box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.91), inset 0px 0px 15px 4px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.91), inset 0px 0px 15px 4px rgba(0, 0, 0, 0.6);
  border: solid 1px #59574e;
  background-color: #44423b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 29px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.91);
  font-size: 14.1px;
  font-weight: 600;
  text-align: center;
  margin-left: 19px;
  letter-spacing: 0.5px;
  color: #ffb500;
}
body[data-page-theme="listing-bg1"] .casino-table {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
  grid-auto-rows: auto;
  border-radius: 14px;
  -webkit-box-shadow: 0px 2px 9px 0 #000;
          box-shadow: 0px 2px 9px 0 #000;
  border: solid 2px #ffb600;
  padding: 15px 0;
  position: relative;
  min-height: 210px;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .casino-table {
    display: grid;
    grid-template-rows: repeat(5, auto);
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
  }
  body[data-page-theme="listing-bg1"] .casino-table:first-of-type {
    display: grid;
    grid-template-rows: repeat(5, auto);
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    width: 100%;
    height: 100%;
    grid-auto-rows: auto;
  }
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-bg1"] .casino-table:nth-child(3) .casino-table__cell-5 {
    margin-top: 15%;
  }
}
body[data-page-theme="listing-bg1"] .casino-table .casino-table__cell {
  padding: 0px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .casino-table .casino-table__cell {
    padding: 7px 10px;
  }
  body[data-page-theme="listing-bg1"] .casino-table .casino-table__cell .payment-options {
    margin-bottom: 0;
  }
}
body[data-page-theme="listing-bg1"] .casino-table .promo-img__holder img {
  max-width: 221px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
body[data-page-theme="listing-bg1"] .casino-table .casino-table__cell-1 {
  grid-area: 1/1/2/2;
  padding-top: 20px;
  max-width: 200px;
  margin-left: 25px;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .casino-table .casino-table__cell-1 {
    grid-area: 1/1/2/2;
    max-width: 100%;
    margin-left: 0;
  }
}
body[data-page-theme="listing-bg1"] .casino-table .casino-table__cell-2 {
  grid-area: 2/1/3/2;
  max-width: 200px;
  margin-left: 25px;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .casino-table .casino-table__cell-2 {
    grid-area: 1/2/2/3;
    max-width: 100%;
    margin-left: 0;
  }
  body[data-page-theme="listing-bg1"] .casino-table .casino-table__cell-2 figure {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-bg1"] .casino-table .casino-table__cell-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
body[data-page-theme="listing-bg1"] .casino-table .casino-table__cell-3 {
  grid-area: 1/2/3/3;
}
body[data-page-theme="listing-bg1"] .casino-table .casino-table__cell-3 .promo-img__holder {
  margin-bottom: 17px;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .casino-table .casino-table__cell-3 {
    grid-area: 3/1/4/2;
  }
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .casino-table .casino-table__cell-3 .promo__award {
    display: none;
  }
}
body[data-page-theme="listing-bg1"] .casino-table .casino-table__cell-4 {
  grid-area: 1/3/3/4;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .casino-table .casino-table__cell-4 {
    grid-area: 2/2/4/3;
  }
}
body[data-page-theme="listing-bg1"] .casino-table .casino-table__cell-5 {
  grid-area: 1/4/2/5;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .casino-table .casino-table__cell-5 {
    grid-area: 2/1/3/2;
  }
}
body[data-page-theme="listing-bg1"] .casino-table .casino-table__cell-6 {
  grid-area: 2/4/3/5;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .casino-table .casino-table__cell-6 {
    grid-area: 5/1/6/3;
    padding-bottom: 0;
  }
}
body[data-page-theme="listing-bg1"] .casino-table .casino-table__cell-7 {
  grid-area: 1/5/3/6;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .casino-table .casino-table__cell-7 {
    grid-area: 4/1/5/3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  body[data-page-theme="listing-bg1"] .casino-table .casino-table__cell-7 .btn-holder {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
  }
  body[data-page-theme="listing-bg1"] .casino-table .casino-table__cell-7 p {
    margin-right: 10px;
  }
}
body[data-page-theme="listing-bg1"] .casino-table .casino-table__cell-7 .promo__award {
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  body[data-page-theme="listing-bg1"] .casino-table .casino-table__cell-7 .promo__award {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-bg1"] .casino-table .casino-table__cell-7 .promo__award {
    font-size: 2.93333333vw;
  }
}
body[data-page-theme="listing-bg1"] .casino-table:first-of-type {
  -webkit-box-shadow: 0 0 50px 2px rgba(255, 102, 0, 0.65);
          box-shadow: 0 0 50px 2px rgba(255, 102, 0, 0.65);
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .casino-table:first-of-type {
    margin-bottom: 60px;
  }
}
body[data-page-theme="listing-bg1"] .casino-table:first-of-type .casino-table__rank {
  border: solid 1px #fffa6d;
  background-color: #fffa6d;
  -webkit-box-shadow: 0 0 10px 2px rgba(255, 102, 0, 0.65), inset 0 0 10px 3px rgba(255, 102, 0, 0.65);
          box-shadow: 0 0 10px 2px rgba(255, 102, 0, 0.65), inset 0 0 10px 3px rgba(255, 102, 0, 0.65);
}
body[data-page-theme="listing-bg1"] .casino-table:first-of-type .casino-table__cell-1 {
  grid-area: 1/1/2/2;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .casino-table:first-of-type .casino-table__cell-1 {
    grid-area: 1/1/2/2;
  }
}
body[data-page-theme="listing-bg1"] .casino-table:first-of-type .casino-table__cell-2 {
  grid-area: 2/1/3/2;
  max-width: 200px;
  margin-left: 25px;
}
body[data-page-theme="listing-bg1"] .casino-table:first-of-type .casino-table__cell-2 figure {
  display: none;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .casino-table:first-of-type .casino-table__cell-2 {
    grid-area: 1/2/2/3;
    max-width: 100%;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  body[data-page-theme="listing-bg1"] .casino-table:first-of-type .casino-table__cell-2 figure {
    display: block;
    margin-top: 10px;
  }
}
body[data-page-theme="listing-bg1"] .casino-table:first-of-type .casino-table__cell-3 {
  grid-area: 1/2/3/3;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .casino-table:first-of-type .casino-table__cell-3 {
    grid-area: 3/1/4/3;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body[data-page-theme="listing-bg1"] .casino-table:first-of-type .casino-table__cell-3 .promo__features-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  body[data-page-theme="listing-bg1"] .casino-table:first-of-type .casino-table__cell-3 .promo__feature,
  body[data-page-theme="listing-bg1"] .casino-table:first-of-type .casino-table__cell-3 .promo-img__holder {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  body[data-page-theme="listing-bg1"] .casino-table:first-of-type .casino-table__cell-3 .promo__feature-item {
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body[data-page-theme="listing-bg1"] .casino-table:first-of-type .casino-table__cell-4 {
  grid-area: 1/3/3/4;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .casino-table:first-of-type .casino-table__cell-4 {
    grid-area: 2/2/3/3;
  }
}
body[data-page-theme="listing-bg1"] .casino-table:first-of-type .casino-table__cell-5 {
  grid-area: 1/4/2/5;
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .casino-table:first-of-type .casino-table__cell-5 {
    grid-area: 2/1/3/2;
    padding-left: 10px;
    padding-right: 0;
  }
}
body[data-page-theme="listing-bg1"] .casino-table:first-of-type .casino-table__cell-6 {
  grid-area: 2/4/3/5;
  padding-top: 7px;
  padding-bottom: 7px;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .casino-table:first-of-type .casino-table__cell-6 {
    grid-area: 5/1/6/3;
  }
}
body[data-page-theme="listing-bg1"] .casino-table:first-of-type .casino-table__cell-7 {
  grid-area: 1/5/3/6;
}
@media screen and (min-width: 1921px) {
  body[data-page-theme="listing-bg1"] .casino-table:first-of-type .casino-table__cell-7 .btn-holder {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .casino-table:first-of-type .casino-table__cell-7 {
    grid-area: 4/1/5/3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
body[data-page-theme="listing-bg1"] .casino-review-tab {
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
  grid-auto-rows: auto;
  -webkit-box-shadow: 0px 2px 9px 0 #000;
  border-top: solid 2px #ffb600;
  border-bottom: solid 2px #ffb600;
  padding: 15px 0;
  position: relative;
  min-height: 150px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-filter: unset;
          filter: unset;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, color-stop(5%, transparent), color-stop(25%, black), color-stop(75%, black), color-stop(95%, transparent));
  -webkit-mask-image: linear-gradient(to left, transparent 5%, black 25%, black 75%, transparent 95%);
          mask-image: -webkit-gradient(linear, right top, left top, color-stop(5%, transparent), color-stop(25%, black), color-stop(75%, black), color-stop(95%, transparent));
          mask-image: linear-gradient(to left, transparent 5%, black 25%, black 75%, transparent 95%);
}
body[data-page-theme="listing-bg1"] .casino-review-tab img {
  width: 600px;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-bg1"] .casino-review-tab {
    -webkit-mask-image: -webkit-gradient(linear, right top, left top, color-stop(2.5%, transparent), color-stop(10%, black), color-stop(90%, black), color-stop(97.5%, transparent));
    -webkit-mask-image: linear-gradient(to left, transparent 2.5%, black 10%, black 90%, transparent 97.5%);
            mask-image: -webkit-gradient(linear, right top, left top, color-stop(2.5%, transparent), color-stop(10%, black), color-stop(90%, black), color-stop(97.5%, transparent));
            mask-image: linear-gradient(to left, transparent 2.5%, black 10%, black 90%, transparent 97.5%);
  }
  body[data-page-theme="listing-bg1"] .casino-review-tab img {
    width: 300px;
  }
}
body[data-page-theme="listing-bg1"] .casino-table__rank {
  position: absolute;
  top: -18px;
  left: 13px;
  height: 40px;
  padding: 0px 12px 0px 4px;
  border-radius: 20px;
  background-color: #ffb600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  color: #1d1c19;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-bg1"] .casino-table__rank {
    font-size: 4vw;
    height: 8.53333333vw;
  }
}
body[data-page-theme="listing-bg1"] .casino-table__rank-number {
  width: 30px;
  height: 30px;
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  color: #ffb600;
  background-color: #1d1c19;
  border-radius: 100%;
  margin-right: 8px;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-bg1"] .casino-table__rank-number {
    font-size: 3.2vw;
    width: 6.4vw;
    height: 6.4vw;
    margin-right: 2.66666667vw;
  }
}
body[data-page-theme="listing-bg1"] .casino-table__count-info {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  padding: 5px 27px;
  border-radius: 50px;
  background-color: #ffb600;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  text-transform: uppercase;
  letter-spacing: 0.4px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .casino-table__count-info {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  body[data-page-theme="listing-bg1"] .casino-table__count-info {
    font-size: 12px;
  }
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-bg1"] .casino-table__count-info {
    font-size: 2.66666667vw;
    white-space: nowrap;
  }
}
body[data-page-theme="listing-bg1"] .casino-table .casino-table__logo {
  max-width: 138px;
  max-height: 114px;
  text-align: left;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-bg1"] .casino-table .casino-table__logo {
    padding-left: 2.66666667vw;
    padding-right: 2.66666667vw;
  }
}
body[data-page-theme="listing-bg1"] .casino-table .casino-table__logo img {
  max-height: inherit;
}
body[data-page-theme="listing-bg1"] .casino-table .casino-table__title {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-bg1"] .casino-table .casino-table__title {
    font-size: 3.2vw;
    margin-bottom: 2.66666667vw;
  }
}
body[data-page-theme="listing-bg1"] .casino-table .promo-img__holder {
  padding: 0;
  margin-bottom: 27px;
}
body[data-page-theme="listing-bg1"] .casino-table .promo__award {
  text-shadow: 0.5px 0.9px 1px #000;
  font-size: 14px;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #bf0000;
  width: 100%;
  text-transform: uppercase;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 10px;
}
body[data-page-theme="listing-bg1"] .casino-table .promo__award .promo-img__holder {
  margin-bottom: 0.52083333vw;
}
body[data-page-theme="listing-bg1"] .casino-table .promo__feature {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 18px;
}
@media screen and (min-width: 992px) and (max-width: 1299px) {
  body[data-page-theme="listing-bg1"] .casino-table .promo__feature {
    font-size: 10px;
  }
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-bg1"] .casino-table .promo__feature {
    font-size: 2.66666667vw;
  }
}
body[data-page-theme="listing-bg1"] .casino-table .promo__features-list {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .casino-table .promo__features-list {
    padding: 0 15px;
  }
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-bg1"] .casino-table .promo__features-list {
    padding: 0 0;
  }
}
body[data-page-theme="listing-bg1"] .casino-table .promo__features-list .promo__feature-item {
  list-style-type: none;
  font-size: 14px;
  letter-spacing: 0.56px;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 15px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 992px) and (max-width: 1299px) {
  body[data-page-theme="listing-bg1"] .casino-table .promo__features-list .promo__feature-item {
    font-size: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-bg1"] .casino-table .promo__features-list .promo__feature-item {
    font-size: 2.66666667vw;
    margin-bottom: 1.86666667vw;
  }
}
body[data-page-theme="listing-bg1"] .casino-table .promo__features-list .promo__feature-item:last-of-type {
  margin: 0;
}
body[data-page-theme="listing-bg1"] .casino-table .promo__features-list .promo__feature-item i {
  color: #fff;
  margin-right: 4px;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-bg1"] .casino-table .promo__features-list .promo__feature-item i {
    font-size: 3.73333333vw;
    margin-right: 1.86666667vw;
  }
}
body[data-page-theme="listing-bg1"] .casino-table .casino-table__offer .casino-table__bonus-title {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 1px;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-bg1"] .casino-table .casino-table__offer .casino-table__bonus-title {
    font-size: 4.26666667vw;
  }
}
body[data-page-theme="listing-bg1"] .casino-table .casino-table__offer .casino-table__bonus-title em {
  display: block;
  font-size: 59px;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-bg1"] .casino-table .casino-table__offer .casino-table__bonus-title em {
    font-size: 10.13333333vw;
  }
}
body[data-page-theme="listing-bg1"] .casino-table .casino-offer__img img {
  display: block;
}
body[data-page-theme="listing-bg1"] .casino-table .trustpilot-holder img {
  display: block;
}
body[data-page-theme="listing-bg1"] .casino-table .payment-options,
body[data-page-theme="listing-bg1"] .casino-table .reviews {
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .casino-table .payment-options,
  body[data-page-theme="listing-bg1"] .casino-table .reviews {
    max-width: 100%;
    /*width: 100%*/
  }
}
body[data-page-theme="listing-bg1"] .casino-table .payment-options img,
body[data-page-theme="listing-bg1"] .casino-table .reviews img {
  display: block;
}
body[data-page-theme="listing-bg1"] .casino-table .loop-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, black), color-stop(90%, black), to(transparent));
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}
body[data-page-theme="listing-bg1"] .casino-table .payment-options {
  width: 100%;
  height: 50px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .casino-table .payment-options {
    height: 13.671875vw;
  }
}
body[data-page-theme="listing-bg1"] .casino-table .payment-options:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: inherit;
  background-size: cover;
  background-position: center;
  background-image: url("/Content/themes/jpw/shared/images/listing/bg1/payment-options.jpg");
  background-repeat: repeat-x;
  -webkit-animation: loop-animation 30s linear infinite;
          animation: loop-animation 30s linear infinite;
}
@-webkit-keyframes loop-animation {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1000px 0;
  }
}
@keyframes loop-animation {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1000px 0;
  }
}
body[data-page-theme="listing-bg1"] .casino-table .payment-options {
  position: relative;
  left: 0;
  top: 0;
  white-space: nowrap;
}
body[data-page-theme="listing-bg1"] .casino-table .reviews {
  margin-top: 8px;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .casino-table .reviews {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }
}
body[data-page-theme="listing-bg1"] .casino-table .btn-holder {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-bg1"] .casino-table .btn-holder .btn {
    width: 100%;
  }
}
body[data-page-theme="listing-bg1"] .casino-table p {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  text-align: center;
  color: #fff;
  margin-bottom: 8px;
}
body[data-page-theme="listing-bg1"] .casino-table .igo-logo {
  max-width: 92px;
}
body[data-page-theme="listing-bg1"] .text-section {
  padding-top: 70px;
  overflow: auto;
  background: #ededed;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .text-section {
    padding-top: 40px;
  }
}
body[data-page-theme="listing-bg1"] .text-section:last-of-type {
  padding-bottom: 70px;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .text-section:last-of-type {
    padding-bottom: 40px;
  }
}
body[data-page-theme="listing-bg1"] .text-section:nth-child(odd) .text-section__img {
  margin-left: 25px;
  float: right;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .text-section:nth-child(odd) .text-section__img {
    float: none;
    text-align: center;
    margin: 0 0 20px 0;
  }
}
body[data-page-theme="listing-bg1"] .text-section__img {
  margin-right: 25px;
  margin-bottom: 5px;
  float: left;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .text-section__img {
    float: none;
    text-align: center;
    margin: 0 0 20px 0;
  }
}
body[data-page-theme="listing-bg1"] .text-section__img img {
  width: auto;
  border: solid 2px #45423b;
  border-radius: 14px;
}
body[data-page-theme="listing-bg1"] .text-section strong {
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .text-section__content > br {
    display: none;
  }
}
body[data-page-theme="listing-bg1"] .text-section__header h2 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.8px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .text-section__header h2 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  body[data-page-theme="listing-bg1"] .text-section__header h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1299px) {
  body[data-page-theme="listing-bg1"] .text-section .container {
    max-width: 1010px;
  }
}
body[data-page-theme="listing-bg1"] .text-section p {
  font-size: 16px;
  line-height: 1.5;
  color: #5f5f5f;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
}
body[data-page-theme="listing-bg1"] .text-section p + ul {
  margin-top: 55px;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .text-section p + ul {
    margin-top: 40px;
  }
}
body[data-page-theme="listing-bg1"] .text-section ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
body[data-page-theme="listing-bg1"] .text-section ul li {
  font-size: 16px;
  line-height: 1.5;
  color: #5f5f5f;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.5px;
}
body[data-page-theme="listing-bg1"] .text-section ul li:not(:last-of-type) {
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .text-section ul li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
body[data-page-theme="listing-bg1"] .text-section ul li::before {
  content: "";
  font-family: "icomoon";
  color: #00aa63;
  position: relative;
  font-size: 20px;
  left: 0;
  top: -4px;
  margin-right: 2px;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .text-section ul li::before {
    margin-right: 5px;
  }
}
body[data-page-theme="listing-bg1"] .text-section ul li p {
  margin-bottom: 0;
}
body[data-page-theme="listing-bg1"] .text-section strong {
  color: #000;
}
body[data-page-theme="listing-bg1"] .bonus-modal {
  border-radius: 10px;
  -webkit-box-shadow: 0.3px 2px 9px 0 #000, 0 0 30px 2px rgba(255, 102, 0, 0.65);
          box-shadow: 0.3px 2px 9px 0 #000, 0 0 30px 2px rgba(255, 102, 0, 0.65);
  border: solid 2px #ffb600;
  background: #292824 url("/Content/themes/jpw/shared/images/listing/bg1/modal-bg.jpg") no-repeat center bottom / cover;
  z-index: 9991;
  max-width: 329px;
  padding: 0;
}
body[data-page-theme="listing-bg1"] .bonus-modal .close-modal {
  display: none !important;
}
body[data-page-theme="listing-bg1"] .bonus-modal .modal-header {
  padding: 21px 0 32px;
  position: relative;
  margin-top: -35px;
  background-size: cover;
  -webkit-background-size: cover;
  display: block;
}
body[data-page-theme="listing-bg1"] .bonus-modal .modal-header:before {
  display: block;
  content: "";
  width: 397.5px;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  background-color: transparent;
  background-attachment: unset;
  background-image: url("/Content/themes/jpw/shared/images/listing/bg1/ribbon-decor.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
body[data-page-theme="listing-bg1"] .bonus-modal .modal-header h2 {
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  color: #000;
  z-index: 3;
  position: relative;
  margin: 0;
  letter-spacing: 0.5px;
}
body[data-page-theme="listing-bg1"] .bonus-modal .modal-header {
  border-bottom: unset;
}
body[data-page-theme="listing-bg1"] .bonus-modal .modal-body {
  padding: 20px 20px 15px 20px;
  text-align: center;
}
body[data-page-theme="listing-bg1"] .bonus-modal .modal-body > p {
  text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.64);
  font-family: Poppins;
  font-size: 29px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 0.9px;
}
body[data-page-theme="listing-bg1"] .bonus-modal .modal-body > p em {
  text-transform: uppercase;
}
body[data-page-theme="listing-bg1"] .bonus-modal .modal-logo {
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
body[data-page-theme="listing-bg1"] .bonus-modal .btn-holder {
  text-align: center;
}
body[data-page-theme="listing-bg1"] .bonus-modal .btn-holder .btn {
  height: 40px;
  font-size: 15px;
}
body[data-page-theme="listing-bg1"] .bonus-modal .igo-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 6px;
  margin-bottom: 32px;
  z-index: 12;
  position: relative;
}
body[data-page-theme="listing-bg1"] .bonus-modal .igo-holder p {
  font-size: 13px;
  margin-bottom: 0;
  color: #fff;
}
body[data-page-theme="listing-bg1"] .bonus-modal .igo-holder img {
  max-width: 65px;
  margin-left: 10px;
  width: auto;
}
body[data-page-theme="listing-bg1"] .bonus-modal small {
  text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.64);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  display: block;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
body[data-page-theme="listing-bg1"] .bonus-modal .countdown {
  text-align: center;
  padding: 0 10px 4px 10px;
  border: solid 2px #ffb600;
  background-color: #c60000;
  position: relative;
  display: inline-block;
  -webkit-filter: drop-shadow(0 0 15px #000) drop-shadow(0 0 15px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 15px #000) drop-shadow(0 0 15px rgba(0, 0, 0, 0.5));
  border-radius: 0 0 15px 15px;
  width: 195px;
  margin-bottom: 16px;
}
body[data-page-theme="listing-bg1"] .bonus-modal .countdown:before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 97.5px 27px 97.5px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffb600 rgba(0, 0, 0, 0);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  bottom: calc(100% + 2px);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body[data-page-theme="listing-bg1"] .bonus-modal .countdown:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 96.5px 26px 96.5px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #c60000 rgba(0, 0, 0, 0);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  bottom: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body[data-page-theme="listing-bg1"] .bonus-modal .countdown span {
  display: block;
  text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.64);
  font-family: Poppins;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 4px;
  margin-top: -7px;
  position: relative;
  z-index: 3;
}
body[data-page-theme="listing-bg1"] .bonus-modal .countdown em {
  text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.64);
  font-family: Poppins;
  font-size: 28px;
  font-weight: 700;
  font-style: normal;
  color: #ffb500;
  letter-spacing: 5px;
}
body[data-page-theme="listing-bg1"] .blocker {
  z-index: 999;
}
body[data-page-theme="listing-bg1"] .casino-table__bonus-title span {
  color: #ffb500;
}
body[data-page-theme="listing-bg1"] .casino-table__bonus-title span.bonus-small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 400;
}
body[data-page-theme="listing-bg1"] .casino-table .casino-table__offer .casino-table__bonus-title {
  font-size: 24px;
}
body[data-page-theme="listing-bg1"] .modal a.close-modal[class*="icon-remove"] {
  top: calc(50% - 325px);
  right: calc(50% - 330px / 2);
  width: 29px;
  height: 29px;
  color: #fff;
  display: block !important;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  background: #c60000;
  position: fixed;
  border: 3px solid #fff;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -o-border-radius: 26px;
  -ms-border-radius: 26px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"] .p-10 {
    padding: 0 10px !important;
  }
}
body[data-page-theme="listing-bg1"] .modal {
  overflow: initial !important;
}
body[data-page-theme="listing-bg1"] .casino-table__offer .casino-table__bonus-title.C3-title em {
  font-size: 24px;
}
body[data-page-theme="listing-bg1"] .offer-text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  display: block;
  margin: 10px auto;
  text-align: center;
}
/* ==========================================================================
   Theme: Listing RB1
   ========================================================================== */
body[data-page-theme="listing-rb1"] {
  font-size: 16px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  position: relative;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  /*h1, h2, h3, h4, h5, h6, p {
        margin-top: 0
    }*/
  /*Problematici*/
}
body[data-page-theme="listing-rb1"] * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body[data-page-theme="listing-rb1"] main {
  display: block;
}
body[data-page-theme="listing-rb1"] h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
body[data-page-theme="listing-rb1"] hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}
body[data-page-theme="listing-rb1"] pre {
  font-family: monospace,monospace;
  font-size: 1em;
}
body[data-page-theme="listing-rb1"] a {
  background-color: rgba(0, 0, 0, 0);
}
body[data-page-theme="listing-rb1"] abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
body[data-page-theme="listing-rb1"] b,
body[data-page-theme="listing-rb1"] strong {
  font-weight: bolder;
}
body[data-page-theme="listing-rb1"] code,
body[data-page-theme="listing-rb1"] kbd,
body[data-page-theme="listing-rb1"] samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
body[data-page-theme="listing-rb1"] small {
  font-size: 80%;
}
body[data-page-theme="listing-rb1"] sub,
body[data-page-theme="listing-rb1"] sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
body[data-page-theme="listing-rb1"] sub {
  bottom: -0.25em;
}
body[data-page-theme="listing-rb1"] sup {
  top: -0.5em;
}
body[data-page-theme="listing-rb1"] img {
  border-style: none;
}
body[data-page-theme="listing-rb1"] button,
body[data-page-theme="listing-rb1"] input,
body[data-page-theme="listing-rb1"] optgroup,
body[data-page-theme="listing-rb1"] select,
body[data-page-theme="listing-rb1"] textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
body[data-page-theme="listing-rb1"] button,
body[data-page-theme="listing-rb1"] input {
  overflow: visible;
}
body[data-page-theme="listing-rb1"] button,
body[data-page-theme="listing-rb1"] select {
  text-transform: none;
}
body[data-page-theme="listing-rb1"] button,
body[data-page-theme="listing-rb1"] [type=button],
body[data-page-theme="listing-rb1"] [type=reset],
body[data-page-theme="listing-rb1"] [type=submit] {
  -webkit-appearance: button;
}
body[data-page-theme="listing-rb1"] button::-moz-focus-inner,
body[data-page-theme="listing-rb1"] [type=button]::-moz-focus-inner,
body[data-page-theme="listing-rb1"] [type=reset]::-moz-focus-inner,
body[data-page-theme="listing-rb1"] [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
body[data-page-theme="listing-rb1"] button:-moz-focusring,
body[data-page-theme="listing-rb1"] [type=button]:-moz-focusring,
body[data-page-theme="listing-rb1"] [type=reset]:-moz-focusring,
body[data-page-theme="listing-rb1"] [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
body[data-page-theme="listing-rb1"] fieldset {
  padding: 0.35em 0.75em 0.625em;
}
body[data-page-theme="listing-rb1"] legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
body[data-page-theme="listing-rb1"] progress {
  vertical-align: baseline;
}
body[data-page-theme="listing-rb1"] textarea {
  overflow: auto;
}
body[data-page-theme="listing-rb1"] [type=checkbox],
body[data-page-theme="listing-rb1"] [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
body[data-page-theme="listing-rb1"] [type=number]::-webkit-inner-spin-button,
body[data-page-theme="listing-rb1"] [type=number]::-webkit-outer-spin-button {
  height: auto;
}
body[data-page-theme="listing-rb1"] [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
body[data-page-theme="listing-rb1"] [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
body[data-page-theme="listing-rb1"] ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
body[data-page-theme="listing-rb1"] details {
  display: block;
}
body[data-page-theme="listing-rb1"] summary {
  display: list-item;
}
body[data-page-theme="listing-rb1"] template {
  display: none;
}
body[data-page-theme="listing-rb1"] [hidden] {
  display: none;
}
body[data-page-theme="listing-rb1"] [class^=icon-],
body[data-page-theme="listing-rb1"] [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body[data-page-theme="listing-rb1"] .icon-star:before {
  content: "󡤉";
}
body[data-page-theme="listing-rb1"] img {
  max-width: 100%;
  width: 100%;
}
body[data-page-theme="listing-rb1"] .scroll-lock {
  overflow: hidden;
}
body[data-page-theme="listing-rb1"] .container {
  margin: 0 auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 576px) {
  body[data-page-theme="listing-rb1"] .container {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  body[data-page-theme="listing-rb1"] .container {
    max-width: 720px;
  }
}
@media screen and (min-width: 991px) {
  body[data-page-theme="listing-rb1"] .container {
    max-width: 980px;
  }
}
@media screen and (min-width: 1299px) {
  body[data-page-theme="listing-rb1"] .container {
    max-width: 1150px;
  }
}
@media screen and (min-width: 1921px) {
  body[data-page-theme="listing-rb1"] .container {
    max-width: 59.89583333vw;
  }
}
body[data-page-theme="listing-rb1"] .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  margin: 0 -20px;
}
body[data-page-theme="listing-rb1"] .col-3 {
  max-width: 33.33333%;
  padding: 0 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
}
body[data-page-theme="listing-rb1"] .col-4 {
  max-width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 0 20px;
}
body[data-page-theme="listing-rb1"] .col-2 {
  max-width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 20px;
}
body[data-page-theme="listing-rb1"] .hidden {
  display: none;
}
body[data-page-theme="listing-rb1"] .hide-block {
  opacity: 0;
  -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
}
body[data-page-theme="listing-rb1"] .show-block-simple {
  opacity: 1;
}
body[data-page-theme="listing-rb1"] .leftsideAnimate--hide {
  opacity: 0;
  -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  -webkit-transform: translateX(-100px) scale(0.95) translate3d(0, 0, 0);
          transform: translateX(-100px) scale(0.95) translate3d(0, 0, 0);
}
body[data-page-theme="listing-rb1"] .leftsideAnimate--show {
  opacity: 1;
  -webkit-transform: translateX(0) scale(1) translate3d(0, 0, 0);
          transform: translateX(0) scale(1) translate3d(0, 0, 0);
}
body[data-page-theme="listing-rb1"] .rightsideAnimate--hide {
  opacity: 0;
  -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  -webkit-transform: translateX(100px) scale(0.95) translate3d(0, 0, 0);
          transform: translateX(100px) scale(0.95) translate3d(0, 0, 0);
}
body[data-page-theme="listing-rb1"] .rightsideAnimate--show {
  opacity: 1;
  -webkit-transform: translateX(0) scale(1) translate3d(0, 0, 0);
          transform: translateX(0) scale(1) translate3d(0, 0, 0);
}
body[data-page-theme="listing-rb1"] .fly {
  opacity: 0;
  -webkit-transition: all 800ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transition: all 800ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  -webkit-transform: translateY(100px) scale(1.05) translate3d(0, 0, 0);
          transform: translateY(100px) scale(1.05) translate3d(0, 0, 0);
}
body[data-page-theme="listing-rb1"] .fly2 {
  opacity: 0;
  -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  -webkit-transform: translateY(120px) scale(1.08) translate3d(0, 0, 0);
          transform: translateY(120px) scale(1.08) translate3d(0, 0, 0);
}
body[data-page-theme="listing-rb1"] .fly3 {
  opacity: 0;
  -webkit-transition: all 1200ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transition: all 1200ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  -webkit-transform: translateY(140px) scale(1.08) translate3d(0, 0, 0);
          transform: translateY(140px) scale(1.08) translate3d(0, 0, 0);
}
body[data-page-theme="listing-rb1"] .fly4 {
  opacity: 0;
  -webkit-transition: all 1400ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transition: all 1400ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  -webkit-transform: translateY(160px) scale(1.08) translate3d(0, 0, 0);
          transform: translateY(160px) scale(1.08) translate3d(0, 0, 0);
}
body[data-page-theme="listing-rb1"] .fly5 {
  opacity: 0;
  -webkit-transition: all 1600ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transition: all 1600ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  -webkit-transform: translateY(180px) scale(1.08) translate3d(0, 0, 0);
          transform: translateY(180px) scale(1.08) translate3d(0, 0, 0);
}
body[data-page-theme="listing-rb1"] .fly6 {
  opacity: 0;
  -webkit-transition: all 1800ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transition: all 1800ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  -webkit-transform: translateY(200px) scale(1.08) translate3d(0, 0, 0);
          transform: translateY(200px) scale(1.08) translate3d(0, 0, 0);
}
body[data-page-theme="listing-rb1"] .fly7 {
  opacity: 0;
  -webkit-transition: all 2000ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transition: all 2000ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  -webkit-transform: translateY(200px) scale(1.08) translate3d(0, 0, 0);
          transform: translateY(200px) scale(1.08) translate3d(0, 0, 0);
}
body[data-page-theme="listing-rb1"] .show-block {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1) translate3d(0, 0, 0);
          transform: translateY(0) scale(1) translate3d(0, 0, 0);
}
body[data-page-theme="listing-rb1"] .ovh {
  overflow: hidden;
  padding: 4px 0;
}
body[data-page-theme="listing-rb1"] .ovh > span {
  display: block;
}
body[data-page-theme="listing-rb1"] .chevron {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 17px;
}
body[data-page-theme="listing-rb1"] .chevron::before,
body[data-page-theme="listing-rb1"] .chevron::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 3px;
  height: 12px;
  border-radius: 10px;
  background: #fff;
  left: 0;
  -webkit-transform-origin: 2px 2px 0;
          transform-origin: 2px 2px 0;
}
body[data-page-theme="listing-rb1"] .chevron::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}
body[data-page-theme="listing-rb1"] .chevron::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 0;
  -webkit-transform-origin: 2px 10px 0;
          transform-origin: 2px 10px 0;
}
body[data-page-theme="listing-rb1"] sup {
  font-size: 50%;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-rb1"] .hidden-md.hidden-md {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  body[data-page-theme="listing-rb1"] .hidden-lg.hidden-lg {
    display: none;
  }
}
body[data-page-theme="listing-rb1"] .card-item__game-thumbnail .img-holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body[data-page-theme="listing-rb1"] .card-item__game-thumbnail-image {
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: 100%;
  max-height: 100%;
}
body[data-page-theme="listing-rb1"] .btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  max-width: 100%;
  height: 55px;
  padding: 0 18px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 0 2px #19dd1d, inset 0 0 0 1px #fff;
          box-shadow: 0 0 0 2px #19dd1d, inset 0 0 0 1px #fff;
  background-color: #13b016;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  font-weight: 600;
  white-space: unset;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  line-height: 1;
  text-transform: capitalize;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-rb1"] .btn {
    font-size: 19.5px;
  }
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-rb1"] .btn {
    font-size: 4.2vw;
    height: 11vw;
    padding: 0 3vw;
  }
}
body[data-page-theme="listing-rb1"] .btn .chevron {
  margin-left: 10px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
body[data-page-theme="listing-rb1"] .btn:hover {
  background-color: #1ee027;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 12px 32px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 12px 32px 0 rgba(0, 0, 0, 0.24);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  color: #fff;
}
body[data-page-theme="listing-rb1"] .btn:hover .chevron {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
body[data-page-theme="listing-rb1"] .main-header {
  padding: 20px 0;
  position: absolute;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: #000;
}
@media screen and (max-width: 1025px) {
  body[data-page-theme="listing-rb1"] .main-header {
    padding: 20px 0;
  }
}
body[data-page-theme="listing-rb1"] .main-header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-rb1"] .main-header .container {
    padding-left: 0;
    padding-right: 0;
  }
}
body[data-page-theme="listing-rb1"] .main-header .hamburger {
  display: none;
  z-index: 9999;
  position: relative;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-rb1"] .main-header .hamburger {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 28px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-rb1"] .main-header .hamburger {
    margin-right: 5.6vw;
  }
}
body[data-page-theme="listing-rb1"] .menu-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body[data-page-theme="listing-rb1"] .menu-holder .menu {
  margin-right: 20px;
  padding: 0;
  margin: 0;
}
body[data-page-theme="listing-rb1"] .menu-holder .menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="listing-rb1"] .menu-holder .menu li a {
    font-size: 14px;
  }
}
body[data-page-theme="listing-rb1"] .main-menu__drawer {
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-rb1"] .main-menu__drawer {
    position: fixed;
    right: 100%;
    top: 0;
    width: 100%;
    max-width: 367px;
    background: #000;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    overflow-y: scroll;
    opacity: 0;
    z-index: 30;
    padding-top: 103px;
    padding-left: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    padding-bottom: 100px;
    height: 100svh;
    overflow: hidden;
    -webkit-box-shadow: 0 0 13px 0 #0d0d0d;
            box-shadow: 0 0 13px 0 #0d0d0d;
  }
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-rb1"] .main-menu__drawer {
    max-width: 100%;
  }
}
body[data-page-theme="listing-rb1"] .main-menu__drawer.menu-open {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 1;
  z-index: 1000;
}
body[data-page-theme="listing-rb1"] .main-menu__drawer.menu-open .menu > li {
  -webkit-transition: opacity 0.4s cubic-bezier(0.42, 0.97, 0.52, 1.49);
  transition: opacity 0.4s cubic-bezier(0.42, 0.97, 0.52, 1.49);
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-rb1"] .main-menu__drawer.menu-open .menu > li {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
body[data-page-theme="listing-rb1"] .main-menu__drawer .menu {
  list-style-type: none;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-rb1"] .main-menu__drawer .menu {
    display: block;
    margin: 0;
  }
}
body[data-page-theme="listing-rb1"] .main-menu__drawer .menu > li {
  padding: 0 11px;
  margin: 0;
  list-style-type: none;
}
body[data-page-theme="listing-rb1"] .main-menu__drawer .menu > li:hover > a {
  color: #c31919;
}
body[data-page-theme="listing-rb1"] .main-menu__drawer .menu > li.current-menu-item > a {
  color: #c31919;
}
body[data-page-theme="listing-rb1"] .main-menu__drawer .menu > li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  display: block;
  padding: 14px 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Roboto";
  font-weight: 500;
  text-transform: uppercase;
}
body[data-page-theme="listing-rb1"] .main-menu__drawer .menu > li a:before {
  position: absolute;
  content: "";
  width: 100%;
  opacity: 0;
  height: 2px;
  background: #c31919;
  bottom: 10px;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-rb1"] .main-menu__drawer .menu > li a:before {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-rb1"] .main-menu__drawer .menu > li a {
    display: inline-block;
    padding: 7px 28px 7px 0;
  }
}
body[data-page-theme="listing-rb1"] .main-menu__drawer .menu > li a:hover i {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
@media screen and (min-width: 992px) {
  body[data-page-theme="listing-rb1"] .main-navigation__holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
body[data-page-theme="listing-rb1"] .menu-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-rb1"] .menu-header {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}
body[data-page-theme="listing-rb1"] .logo-holder {
  position: relative;
  z-index: 9999;
}
body[data-page-theme="listing-rb1"] .logo-holder img {
  max-width: 196px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-rb1"] .logo-holder img {
    max-width: 38.4vw;
  }
}
body[data-page-theme="listing-rb1"] .main-header__controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -11px;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-rb1"] .main-header__controls {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0;
  }
}
body[data-page-theme="listing-rb1"] .footer {
  background-color: #000;
  color: #fff;
  padding: 54px 0;
  text-align: center;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-rb1"] .footer {
    padding: 10vw 0;
  }
}
body[data-page-theme="listing-rb1"] .footer__logo-section {
  margin-bottom: 25px;
}
body[data-page-theme="listing-rb1"] .footer__logo {
  max-width: 270px;
  height: auto;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-rb1"] .footer__logo {
    max-width: 54vw;
  }
}
body[data-page-theme="listing-rb1"] .footer__info {
  margin-bottom: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-rb1"] .footer__info figure {
    margin-top: 4.6vw;
  }
}
body[data-page-theme="listing-rb1"] .footer__link {
  color: #fff;
  text-decoration: none;
  font-size: 19.6px;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-rb1"] .footer__link {
    font-size: 3.6vw;
  }
}
body[data-page-theme="listing-rb1"] .footer__link:hover {
  text-decoration: underline;
}
body[data-page-theme="listing-rb1"] .footer__age-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 52px;
  height: 52px;
  border: solid 3px #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  font-size: 19.6px;
  margin: 0 36px;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-rb1"] .footer__age-icon {
    width: 9.6vw;
    height: 9.6vw;
    font-size: 3.6vw;
    margin: 0 7.2vw;
  }
}
@media screen and (max-width: 375px) {
  body[data-page-theme="listing-rb1"] .footer__age-icon {
    width: 10.4vw;
    height: 10.4vw;
    font-size: 4vw;
  }
}
body[data-page-theme="listing-rb1"] .footer__igaming-logo {
  max-width: 157px;
  height: auto;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-rb1"] .footer__igaming-logo {
    max-width: 30vw;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
body[data-page-theme="listing-rb1"] .footer__copyright {
  font-size: 19.6px;
  font-weight: bold;
  line-height: 1.12;
  text-align: center;
  color: #737373;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-rb1"] .footer__copyright {
    font-size: 18px;
  }
}
body[data-page-theme="listing-rb1"] .footer-text {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="listing-rb1"] .footer-text {
    text-align: justify;
  }
}
body[data-page-theme="listing-rb1"] .footer-text a {
  color: #c31919;
}
body[data-page-theme="listing-rb1"] .hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity,-webkit-filter;
  transition-property: opacity,-webkit-filter;
  transition-property: opacity,filter;
  transition-property: opacity,filter,-webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  margin: 0;
  margin-right: -15px;
  overflow: visible;
}
body[data-page-theme="listing-rb1"] .hamburger:hover {
  opacity: 1;
}
body[data-page-theme="listing-rb1"] .hamburger.is-active:hover {
  opacity: 1;
}
body[data-page-theme="listing-rb1"] .hamburger.is-active .hamburger-inner,
body[data-page-theme="listing-rb1"] .hamburger.is-active .hamburger-inner::before,
body[data-page-theme="listing-rb1"] .hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
  width: 30px;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="listing-rb1"] .hamburger.is-active .hamburger-inner,
  body[data-page-theme="listing-rb1"] .hamburger.is-active .hamburger-inner::before,
  body[data-page-theme="listing-rb1"] .hamburger.is-active .hamburger-inner::after {
    width: 30px;
  }
}
body[data-page-theme="listing-rb1"] .hamburger-box {
  width: 30px;
  height: 29px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="listing-rb1"] .hamburger-box {
    width: 30px;
    height: 29px;
  }
}
body[data-page-theme="listing-rb1"] .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2.5px;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="listing-rb1"] .hamburger-inner {
    margin-top: -2.5px;
  }
}
body[data-page-theme="listing-rb1"] .hamburger-inner,
body[data-page-theme="listing-rb1"] .hamburger-inner::before,
body[data-page-theme="listing-rb1"] .hamburger-inner::after {
  width: 30px;
  height: 5px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="listing-rb1"] .hamburger-inner,
  body[data-page-theme="listing-rb1"] .hamburger-inner::before,
  body[data-page-theme="listing-rb1"] .hamburger-inner::after {
    width: 30px;
    height: 5px;
  }
}
body[data-page-theme="listing-rb1"] .hamburger-inner {
  width: 34px;
}
body[data-page-theme="listing-rb1"] .hamburger-inner:after {
  width: 37px;
}
body[data-page-theme="listing-rb1"] .hamburger-inner::before,
body[data-page-theme="listing-rb1"] .hamburger-inner::after {
  content: "";
  display: block;
}
body[data-page-theme="listing-rb1"] .hamburger-inner::before {
  top: -12px;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="listing-rb1"] .hamburger-inner::before {
    top: -12px;
  }
}
body[data-page-theme="listing-rb1"] .hamburger-inner::after {
  bottom: -12px;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="listing-rb1"] .hamburger-inner::after {
    bottom: -12px;
  }
}
body[data-page-theme="listing-rb1"] .hamburger--slider .hamburger-inner {
  top: 2.5px;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="listing-rb1"] .hamburger--slider .hamburger-inner {
    top: 2.5px;
  }
}
body[data-page-theme="listing-rb1"] .hamburger--slider .hamburger-inner::before {
  top: 12px;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="listing-rb1"] .hamburger--slider .hamburger-inner::before {
    top: 12px;
  }
}
body[data-page-theme="listing-rb1"] .hamburger--slider .hamburger-inner::after {
  top: 24px;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="listing-rb1"] .hamburger--slider .hamburger-inner::after {
    top: 24px;
  }
}
body[data-page-theme="listing-rb1"] .hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 12px, 0) rotate(45deg);
          transform: translate3d(0, 12px, 0) rotate(45deg);
}
body[data-page-theme="listing-rb1"] .hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-4.28571429px, -7px, 0);
          transform: rotate(-45deg) translate3d(-4.28571429px, -7px, 0);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="listing-rb1"] .hamburger--slider.is-active .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-4.28571429px, -7px, 0);
            transform: rotate(-45deg) translate3d(-4.28571429px, -7px, 0);
  }
}
body[data-page-theme="listing-rb1"] .hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -24px, 0) rotate(-90deg);
          transform: translate3d(0, -24px, 0) rotate(-90deg);
}
@media screen and (max-width: 767px) {
  body[data-page-theme="listing-rb1"] .hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -24px, 0) rotate(-90deg);
            transform: translate3d(0, -24px, 0) rotate(-90deg);
  }
}
body[data-page-theme="listing-rb1"] .hero-section {
  padding-bottom: 53px;
  background: url("/Content/themes/jpw/shared/images/listing/rb1/hero-bg.jpg") no-repeat center top / cover;
  overflow: hidden;
}
body[data-page-theme="listing-rb1"] .hero-intro {
  color: #fff;
  padding-bottom: 12px;
  padding-top: 12px;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-rb1"] .hero-intro {
    padding-bottom: 5.6vw;
  }
}
body[data-page-theme="listing-rb1"] .hero-intro__header {
  margin-bottom: 15px;
}
body[data-page-theme="listing-rb1"] .hero-intro__title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1px;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-rb1"] .hero-intro__title {
    font-size: 5.6vw;
  }
}
body[data-page-theme="listing-rb1"] .hero-intro__date {
  color: #c31919;
  font-style: italic;
}
body[data-page-theme="listing-rb1"] .hero-intro__content {
  max-width: 65%;
}
@media screen and (max-width: 1025px) {
  body[data-page-theme="listing-rb1"] .hero-intro__content {
    display: none;
  }
}
body[data-page-theme="listing-rb1"] .hero-intro__description {
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 1025px) {
  body[data-page-theme="listing-rb1"] .hero-intro__features {
    display: none;
  }
}
body[data-page-theme="listing-rb1"] .hero-intro__features-list {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}
body[data-page-theme="listing-rb1"] .hero-intro__features-item {
  border-radius: 5px;
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
  padding-right: 10px;
}
body[data-page-theme="listing-rb1"] .hero-intro__features-item img {
  margin-right: 10px;
  max-width: 47px;
  max-height: 30px;
  width: auto;
}
body[data-page-theme="listing-rb1"] .hero-intro__features-item span {
  white-space: nowrap;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-rb1"] .hero-table .container {
    padding: 0;
  }
}
body[data-page-theme="listing-rb1"] .hero-table__head {
  background-color: #0c1c7e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-rb1"] .hero-table__head {
    display: none;
  }
}
body[data-page-theme="listing-rb1"] .hero-table__head__item {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 31px 0;
  text-align: center;
}
@media screen and (max-width: 1298px) {
  body[data-page-theme="listing-rb1"] .hero-table__head__item {
    font-size: 14px;
  }
}
body[data-page-theme="listing-rb1"] .hero-table__head__item:first-of-type {
  max-width: 26.3%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 26.3%;
      -ms-flex: 0 0 26.3%;
          flex: 0 0 26.3%;
  padding-left: 80px;
}
body[data-page-theme="listing-rb1"] .hero-table__head__item:nth-child(2) {
  max-width: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
body[data-page-theme="listing-rb1"] .hero-table__head__item:nth-child(3) {
  max-width: 18%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18%;
      -ms-flex: 0 0 18%;
          flex: 0 0 18%;
}
body[data-page-theme="listing-rb1"] .hero-table__head__item:nth-child(4) {
  max-width: 12%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 12%;
      -ms-flex: 0 0 12%;
          flex: 0 0 12%;
}
body[data-page-theme="listing-rb1"] .hero-table__head__item:last-of-type {
  max-width: 23.7%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 23.7%;
      -ms-flex: 0 0 23.7%;
          flex: 0 0 23.7%;
}
body[data-page-theme="listing-rb1"] .table-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #070d2f;
  min-height: 150px;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-rb1"] .table-item {
    background: #09123d;
    -webkit-box-align: unset;
    -webkit-align-items: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
body[data-page-theme="listing-rb1"] .table-item:not(:last-of-type) {
  border-bottom: 2px solid #cacaca;
}
body[data-page-theme="listing-rb1"] .table-item:first-of-type {
  border: solid 4px #ff9600;
  background-color: #141f57;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-rb1"] .table-item:first-of-type {
    background: #1f2966;
  }
}
body[data-page-theme="listing-rb1"] .table-item:first-of-type .table-item__cell--badge {
  left: -13px;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-rb1"] .table-item:first-of-type .table-item__cell--badge {
    left: 0;
  }
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-rb1"] .table-item:first-of-type .table-item__cell:nth-child(2) {
    background: #141f57;
  }
}
body[data-page-theme="listing-rb1"] .table-item:first-of-type .table-item__cell--badge {
  background-color: #ff9600;
}
body[data-page-theme="listing-rb1"] .table-item:first-of-type .table-item__cell--badge::before {
  border-color: #ff9600 rgba(0, 0, 0, 0) #ff9600 rgba(0, 0, 0, 0);
}
body[data-page-theme="listing-rb1"] .table-item:first-of-type .table-item__cell--badge:after {
  border-color: rgba(0, 0, 0, 0) #6f4c16 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
body[data-page-theme="listing-rb1"] .table-item:first-of-type .table-item__offer-badge {
  background: #ff9600;
}
body[data-page-theme="listing-rb1"] .table-item:nth-of-type(2) .table-item__cell--badge {
  background-color: #c61a1a;
}
body[data-page-theme="listing-rb1"] .table-item:nth-of-type(2) .table-item__cell--badge::before {
  border-color: #c61a1a rgba(0, 0, 0, 0) #c61a1a rgba(0, 0, 0, 0);
}
body[data-page-theme="listing-rb1"] .table-item:nth-of-type(2) .table-item__cell--badge:after {
  border-color: rgba(0, 0, 0, 0) #5d0e0a rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
body[data-page-theme="listing-rb1"] .table-item:nth-of-type(3) .table-item__cell--badge {
  background-color: #1952c6;
}
body[data-page-theme="listing-rb1"] .table-item:nth-of-type(3) .table-item__cell--badge::before {
  border-color: #1952c6 rgba(0, 0, 0, 0) #1952c6 rgba(0, 0, 0, 0);
}
body[data-page-theme="listing-rb1"] .table-item:nth-of-type(3) .table-item__cell--badge:after {
  border-color: rgba(0, 0, 0, 0) #152d5f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
body[data-page-theme="listing-rb1"] .table-item__cell {
  padding: 8px 10px;
}
body[data-page-theme="listing-rb1"] .table-item__cell:first-of-type {
  max-width: 26.3%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 26.3%;
      -ms-flex: 0 0 26.3%;
          flex: 0 0 26.3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-rb1"] .table-item__cell:first-of-type {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-top: 29px;
    padding-bottom: 29px;
  }
}
body[data-page-theme="listing-rb1"] .table-item__cell:nth-child(2) {
  max-width: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  text-align: center;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-rb1"] .table-item__cell:nth-child(2) {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    background: #070d2f;
    padding-top: 29px;
    padding-bottom: 29px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-rb1"] .table-item__cell:nth-child(2) .btn-holder {
    padding-left: 2.4vw;
    padding-right: 2.4vw;
  }
}
body[data-page-theme="listing-rb1"] .table-item__cell:nth-child(3) {
  max-width: 18%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18%;
      -ms-flex: 0 0 18%;
          flex: 0 0 18%;
}
body[data-page-theme="listing-rb1"] .table-item__cell:nth-child(4) {
  max-width: 12%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 12%;
      -ms-flex: 0 0 12%;
          flex: 0 0 12%;
}
body[data-page-theme="listing-rb1"] .table-item__cell:last-of-type {
  max-width: 23.7%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 23.7%;
      -ms-flex: 0 0 23.7%;
          flex: 0 0 23.7%;
}
body[data-page-theme="listing-rb1"] .table-item__cell .btn-holder {
  padding-left: 5px;
  padding-right: 5px;
}
body[data-page-theme="listing-rb1"] .table-item__cell .igo-logo {
  max-width: 150px;
  margin: 10px 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
body[data-page-theme="listing-rb1"] .table-item__cell--badge {
  position: absolute;
  display: inline-block;
  background-color: #c1272d;
  padding: 2px 13px;
  padding-left: 4px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
  top: 0%;
  left: -9px;
  width: 102px;
  height: 18px;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-rb1"] .table-item__cell--badge {
    left: 0;
  }
}
body[data-page-theme="listing-rb1"] .table-item__cell--badge::before,
body[data-page-theme="listing-rb1"] .table-item__cell--badge::after {
  position: absolute;
  content: "";
  display: inline-block;
  border-style: solid;
  height: 0;
  width: 0;
}
body[data-page-theme="listing-rb1"] .table-item__cell--badge::before {
  right: -9px;
  bottom: 0;
  border-width: 9px 9px 9px 9px;
  border-color: #c1272d rgba(0, 0, 0, 0) #c1272d rgba(0, 0, 0, 0);
}
body[data-page-theme="listing-rb1"] .table-item__cell--badge:after {
  top: 100%;
  left: 0;
  border-width: 0 9px 7px 0;
  border-color: rgba(0, 0, 0, 0) #5e0d0d rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-rb1"] .table-item__cell--badge:after {
    display: none;
  }
}
body[data-page-theme="listing-rb1"] .table-item__cell--rank {
  font-size: 52px;
  font-weight: 900;
  color: #fff;
  padding: 0 50px 0 7px;
  display: inline-block;
}
@media screen and (max-width: 1298px) {
  body[data-page-theme="listing-rb1"] .table-item__cell--rank {
    padding-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-rb1"] .table-item__cell--rank {
    display: none;
  }
}
body[data-page-theme="listing-rb1"] .table-item__cell--user-ratings {
  text-align: center;
}
body[data-page-theme="listing-rb1"] .table-item__cell--expert-ratings {
  text-align: center;
}
body[data-page-theme="listing-rb1"] .table-item__cell--expert-ratings .table-item__expert-score {
  font-size: 54px;
  font-weight: 900;
  text-align: center;
  color: #fff;
  width: 100px;
  aspect-ratio: 1;
  background: #fff;
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body[data-page-theme="listing-rb1"] .table-item__cell--expert-ratings .table-item__expert-score.dark-green {
  background: #0b730d;
}
body[data-page-theme="listing-rb1"] .table-item__cell--expert-ratings .table-item__expert-score.light-green {
  background: #66d269;
}
body[data-page-theme="listing-rb1"] .table-item__casino {
  text-align: center;
  width: 100%;
}
body[data-page-theme="listing-rb1"] .table-item__casino-name {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin-bottom: 8px;
}
@media screen and (max-width: 1298px) {
  body[data-page-theme="listing-rb1"] .table-item__casino-name {
    margin-top: 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-rb1"] .table-item__casino-name {
    margin-top: 3vw;
    font-size: 3.6vw;
  }
}
body[data-page-theme="listing-rb1"] .table-item__casino-logo {
  text-align: center;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-rb1"] .table-item__casino-logo {
    margin-bottom: 10px;
  }
}
body[data-page-theme="listing-rb1"] .table-item__casino-logo img {
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: auto;
  max-width: 130px;
  max-height: 100px;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-rb1"] .table-item__casino-logo img {
    max-width: 26vw;
    max-height: 20vw;
  }
}
body[data-page-theme="listing-rb1"] .table-item__offer-badge {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 6px 19px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 13px;
}
@media screen and (max-width: 1298px) {
  body[data-page-theme="listing-rb1"] .table-item__offer-badge {
    font-size: 12px;
  }
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-rb1"] .table-item__offer-badge {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 375px) {
  body[data-page-theme="listing-rb1"] .table-item__offer-badge {
    font-size: 2.8vw;
  }
}
body[data-page-theme="listing-rb1"] .table-item__offer-details {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.08;
  color: #fff;
  margin-bottom: 7px;
  position: relative;
  text-transform: capitalize;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-rb1"] .table-item__offer-details {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-rb1"] .table-item__offer-details {
    max-width: 100%;
    font-size: 4.6vw;
  }
}
body[data-page-theme="listing-rb1"] .table-item__age-requirement {
  font-size: 12px;
  line-height: 1.92;
  color: #7586e0;
  margin-bottom: 0;
}
@media screen and (max-width: 1298px) {
  body[data-page-theme="listing-rb1"] .table-item__age-requirement {
    font-size: 11px;
  }
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-rb1"] .table-item__age-requirement {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 1;
  }
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-rb1"] .table-item__age-requirement {
    font-size: 2.6vw;
  }
}
body[data-page-theme="listing-rb1"] .table-item__cell--cta {
  text-align: center;
}
body[data-page-theme="listing-rb1"] .table-item__expert-score {
  font-size: 54px;
  font-weight: 900;
  text-align: center;
  color: #fff;
  width: 100px;
  aspect-ratio: 1;
  background: #fff;
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-rb1"] .table-item__expert-score {
    font-size: 18.5px;
    width: 35px;
    height: 35px;
    margin-left: 22px;
  }
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-rb1"] .table-item__expert-score {
    margin-left: 4vw;
  }
}
@media screen and (max-width: 375px) {
  body[data-page-theme="listing-rb1"] .table-item__expert-score {
    margin-left: 2vw;
  }
}
body[data-page-theme="listing-rb1"] .table-item__expert-score.dark-green {
  background: #0b730d;
}
body[data-page-theme="listing-rb1"] .table-item__expert-score.light-green {
  background: #66d269;
}
body[data-page-theme="listing-rb1"] .rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3px;
}
body[data-page-theme="listing-rb1"] .rating-number {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-right: 7px;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-rb1"] .rating-number {
    font-size: 3.6vw;
  }
}
body[data-page-theme="listing-rb1"] .rating-text {
  font-size: 13.5px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 375px) {
  body[data-page-theme="listing-rb1"] .rating-text {
    font-size: 3.2vw;
  }
}
body[data-page-theme="listing-rb1"] .star-rating {
  line-height: 1;
  color: #ccc;
  font-size: 16px;
  position: relative;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-rb1"] .star-rating {
    font-size: 3.2vw;
    margin-right: 0.6vw;
  }
}
body[data-page-theme="listing-rb1"] .star-rating .fill-rating {
  color: #ffc107;
  padding: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  line-height: 1;
}
body[data-page-theme="listing-rb1"] .star-rating .fill-rating span {
  display: inline-block;
  line-height: 1;
}
body[data-page-theme="listing-rb1"] .star-rating i {
  margin: 0 1px;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-rb1"] .star-rating i {
    margin: 0 0.2vw;
  }
}
body[data-page-theme="listing-rb1"] .star-rating .empty-rating {
  padding: 0;
  display: block;
  z-index: 0;
}
body[data-page-theme="listing-rb1"] .features-section {
  padding-top: 54px;
  padding-bottom: 54px;
  overflow: hidden;
}
body[data-page-theme="listing-rb1"] .casino-feature {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body[data-page-theme="listing-rb1"] .casino-feature:not(:last-of-type) {
  margin-bottom: 48px;
}
body[data-page-theme="listing-rb1"] .casino-feature:nth-child(even) .casino-feature__image-container {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-rb1"] .casino-feature:nth-child(even) .casino-feature__image-container {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}
body[data-page-theme="listing-rb1"] .casino-feature__image-container {
  max-width: 48.7%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48.7%;
      -ms-flex: 0 0 48.7%;
          flex: 0 0 48.7%;
  padding: 0 20px;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-rb1"] .casino-feature__image-container {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 30px;
  }
}
body[data-page-theme="listing-rb1"] .casino-feature__image {
  border-radius: 12px;
}
body[data-page-theme="listing-rb1"] .casino-feature__content {
  max-width: 51.3%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 51.3%;
      -ms-flex: 0 0 51.3%;
          flex: 0 0 51.3%;
  padding: 0 20px;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-rb1"] .casino-feature__content {
    max-width: 80%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  body[data-page-theme="listing-rb1"] .casino-feature__content {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
body[data-page-theme="listing-rb1"] .casino-feature h2 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 27px;
}
body[data-page-theme="listing-rb1"] .casino-feature p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.56;
  color: #000;
}
body[data-page-theme="listing-rb1"] .casino-feature p:last-of-type {
  margin-bottom: 0;
}
body[data-page-theme="listing-rb1"] .casino-feature p:not(:last-of-type) {
  margin-bottom: 27px;
}
body[data-page-theme="listing-rb1"] .cards-section {
  padding-bottom: 68px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-rb1"] .cards-section .col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  body[data-page-theme="listing-rb1"] .cards-section .col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }
}
@media screen and (max-width: 577px) {
  body[data-page-theme="listing-rb1"] .cards-section .col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  body[data-page-theme="listing-rb1"] .cards-section .col-3:last-of-type {
    margin-bottom: 0;
  }
}
body[data-page-theme="listing-rb1"] .cards-section .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body[data-page-theme="listing-rb1"] .card-item {
  border-radius: 12px;
  -webkit-box-shadow: 0px 2px 23.3px 0.7px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 23.3px 0.7px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  height: 100%;
}
body[data-page-theme="listing-rb1"] .card-item__game-thumbnail {
  padding-top: 58%;
  position: relative;
}
body[data-page-theme="listing-rb1"] .card-item__content {
  padding: 29px 20px;
}
body[data-page-theme="listing-rb1"] .card-item__content h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.37;
  color: #000;
  letter-spacing: 0.4px;
}
body[data-page-theme="listing-rb1"] .card-item__content p {
  font-size: 16px;
  line-height: 1.54;
  color: #000;
  letter-spacing: 0.4px;
}
body[data-page-theme="listing-rb1"] .card-item__content p:last-of-type {
  margin-bottom: 0;
}
body[data-page-theme="listing-rb1"] .tv-logo {
  max-width: 40px;
  margin-bottom: 10px;
  position: absolute;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  top: -30%;
  left: -5%;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-rb1"] .tv-logo {
    max-width: 8vw;
  }
}
body[data-page-theme="listing-rb1"] .text-section {
  padding: 50px 0;
}
body[data-page-theme="listing-rb1"] .text-section h1 {
  text-align: center;
  margin-bottom: 40px;
}
body[data-page-theme="listing-rb1"] .text-section section P:last-of-type {
  margin-bottom: 30px;
}
body[data-page-theme="listing-rb1"] .rating-number {
  font-size: 10px;
}
body[data-page-theme="listing-rb1"] .rating {
  margin-bottom: 10px;
}
body[data-page-theme="listing-bg1"].listing_bg1_c4-ont .text-section strong {
  font-weight: 600;
}
body[data-page-theme=listing-bg1].listing_bg1_c4-ont {
  /*Hack job since this doesn't have poopstrap*/
}
body[data-page-theme=listing-bg1].listing_bg1_c4-ont .d-none {
  display: none;
}
@media (max-width: 992px) {
  body[data-page-theme=listing-bg1].listing_bg1_c4-ont .d-md-block {
    display: block;
  }
}
@media (max-width: 992px) {
  body[data-page-theme=listing-bg1].listing_bg1_c4-ont .d-md-hide {
    display: none !important;
  }
}
@media (max-width: 992px) {
  body[data-page-theme=listing-bg1].listing_bg1_c4-ont .casino-table .trustpilot-holder img {
    margin-bottom: 10px;
  }
}
/*listing_bg1_c3*/
body[data-page-theme="listing-bg1"].listing_by1_c3 .casino-table__bonus-title span.bonus-small {
  font-size: 13px;
}
body[data-page-theme="listing-bg1"].listing_by1_c3 .casino-tables {
  background: #1d1c19;
  padding: 30px 0 0px;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-bg1"].listing_by1_c3 .casino-tables {
    padding: 8vw 0 0;
  }
}
/*listing_bg1_c7 and c8*/
body[data-page-theme="listing-bg1"].listing_bg1_c7-ont figure.bonus-img,
body[data-page-theme="listing-bg1"].listing_bg1_c8-ont figure.bonus-img {
  display: none;
}
body[data-page-theme="listing-bg1"].listing_bg1_c7-ont .casino-table .casino-table__offer .casino-table__bonus-title em,
body[data-page-theme="listing-bg1"].listing_bg1_c8-ont .casino-table .casino-table__offer .casino-table__bonus-title em {
  font-size: 56px;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"].listing_bg1_c7-ont .casino-table:first-of-type .casino-table__cell-2,
  body[data-page-theme="listing-bg1"].listing_bg1_c8-ont .casino-table:first-of-type .casino-table__cell-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body[data-page-theme="listing-bg1"].listing_bg1_c7-ont .casino-table:first-of-type .casino-table__cell-3,
  body[data-page-theme="listing-bg1"].listing_bg1_c8-ont .casino-table:first-of-type .casino-table__cell-3 {
    grid-area: 3/1/4/2;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body[data-page-theme="listing-bg1"].listing_bg1_c7-ont .casino-table:first-of-type .casino-table__cell-3 .promo__features-list,
  body[data-page-theme="listing-bg1"].listing_bg1_c8-ont .casino-table:first-of-type .casino-table__cell-3 .promo__features-list {
    display: initial;
    width: initial;
  }
  body[data-page-theme="listing-bg1"].listing_bg1_c7-ont .casino-table:first-of-type .casino-table__cell-3 .promo__feature-item,
  body[data-page-theme="listing-bg1"].listing_bg1_c8-ont .casino-table:first-of-type .casino-table__cell-3 .promo__feature-item {
    text-align: left;
    max-width: initial;
    -webkit-box-pack: initial;
    -webkit-justify-content: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
  body[data-page-theme="listing-bg1"].listing_bg1_c7-ont .casino-table:first-of-type .casino-table__cell-4,
  body[data-page-theme="listing-bg1"].listing_bg1_c8-ont .casino-table:first-of-type .casino-table__cell-4 {
    grid-area: 2/2/4/3;
  }
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-bg1"].listing_bg1_c7-ont .casino-table .casino-table__offer .casino-table__bonus-title em,
  body[data-page-theme="listing-bg1"].listing_bg1_c8-ont .casino-table .casino-table__offer .casino-table__bonus-title em {
    font-size: 6.133333vw;
  }
}
/* ==========================================================================
   Theme: Listing mnst
    
   ========================================================================== */
body[data-page-theme="listing-mnst"] {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}
body[data-page-theme="listing-mnst"] .PageAssetsWrapper {
  background-color: transparent;
  background-image: url("/Content/themes/jpw/shared/images/listing/mnst/bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top;
  border-bottom: 0.5px solid #171c2b;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="listing-mnst"] .PageAssetsWrapper {
    background-image: url("/Content/themes/jpw/shared/images/listing/mnst/bg-mob.jpg");
    background-position: right top;
  }
}
body[data-page-theme="listing-mnst"] .header {
  position: relative;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  body[data-page-theme="listing-mnst"] .header {
    position: absolute;
  }
}
body[data-page-theme="listing-mnst"] .header .CasinoHeader_topbarMenu {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  height: 47px;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body[data-page-theme="listing-mnst"] .header .CasinoHeader_logoWrapper {
  width: 180px;
  height: 27px;
  max-height: 27px;
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /* margin-left: 40px;*/
}
body[data-page-theme="listing-mnst"] .header .CasinoHeader_logoWrapper .casino-logo {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 768px) {
  body[data-page-theme="listing-mnst"] .header .CasinoHeader_logoWrapper .casino-logo {
    padding-left: 15px;
  }
}
body[data-page-theme="listing-mnst"] .BasicHero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 0;
  padding: 0px;
}
@media screen and (max-width: 768px) {
  body[data-page-theme="listing-mnst"] .BasicHero {
    padding: 64px 0px 0;
  }
}
body[data-page-theme="listing-mnst"] .BasicHero .BasicHeroV1_heroImageMobile {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: none;
}
@media screen and (max-width: 768px) {
  body[data-page-theme="listing-mnst"] .BasicHero .BasicHeroV1_heroImageMobile {
    display: block;
  }
}
body[data-page-theme="listing-mnst"] .BasicHero .BasicHeroV1_column {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
  padding: 0 0 20px;
}
@media screen and (max-width: 992px) {
  body[data-page-theme="listing-mnst"] .BasicHero .BasicHeroV1_column {
    padding: 0 0 5px;
  }
}
@media screen and (max-width: 768px) {
  body[data-page-theme="listing-mnst"] .BasicHero .BasicHeroV1_column {
    padding: 0 15px 20px 15px;
  }
}
body[data-page-theme="listing-mnst"] .BasicHero .BasicHeroV1_column .styles_headerTitle {
  font-size: 2.5rem;
  line-height: 1.5625rem;
  margin-bottom: 0;
  line-height: 1.9375rem;
  font-weight: 700;
  color: inherit;
  color: white;
}
@media screen and (max-width: 768px) {
  body[data-page-theme="listing-mnst"] .BasicHero .BasicHeroV1_column .styles_headerTitle {
    font-size: 3rem;
    line-height: 3rem;
    margin-top: -10px;
  }
}
body[data-page-theme="listing-mnst"] .BasicHero .BasicHeroV1_column .styles_headerTitle .UpdateDate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: inline-block;
  margin-left: 5px;
  color: #ca2744;
  font-size: inherit;
  line-height: inherit;
  white-space: nowrap;
  margin-right: 0;
  font-size: 2.5rem;
  line-height: 1;
  margin-right: 3px;
}
@media screen and (max-width: 768px) {
  body[data-page-theme="listing-mnst"] .BasicHero .BasicHeroV1_column .styles_headerTitle .UpdateDate {
    font-size: 3rem;
  }
}
body[data-page-theme="listing-mnst"] .BasicHero .BasicHeroV1_column .styles_headerSubtitle {
  color: white;
  margin: 12px 0 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  body[data-page-theme="listing-mnst"] .BasicHero .BasicHeroV1_column .styles_headerSubtitle {
    display: none;
  }
}
body[data-page-theme="listing-mnst"] .BasicHero .BasicHeroV1_features {
  margin-top: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  body[data-page-theme="listing-mnst"] .BasicHero .BasicHeroV1_features {
    display: none;
  }
}
body[data-page-theme="listing-mnst"] .BasicHero .BasicHeroV1_features .tyles_infoItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-flex;
  display: -moz-box;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-right: 10px;
  margin-right: 25px;
}
body[data-page-theme="listing-mnst"] .BasicHero .BasicHeroV1_features .styles_infoIcon {
  position: relative;
  width: 35px;
  height: 26px;
  margin-right: 0;
}
body[data-page-theme="listing-mnst"] .BasicHero .BasicHeroV1_features .styles_infoIcon img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  border: none;
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
body[data-page-theme="listing-mnst"] .BasicHero .BasicHeroV1_features .styles_infoText {
  line-height: 1;
  text-align: center;
  margin-left: 8px;
  font-size: 1.6rem;
}
body[data-page-theme="listing-mnst"] .BasicHero .BasicHeroV1_features .styles_infoText span {
  color: #ffffff;
  display: block;
}
body[data-page-theme="listing-mnst"] .CompareTableLoader {
  opacity: 1;
  width: auto;
}
body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper {
  width: 100%;
  height: auto;
  opacity: 1;
}
body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable {
  position: relative;
  /*padding: 0 40px 50px;*/
  margin: 0 auto;
  z-index: 0;
}
body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .CompareTableHeader_titlesWrapper {
  background-color: #C3293B;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 52px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 10px 17px;
  padding-left: 50px;
  padding-right: 15px;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
  body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .CompareTableHeader_titlesWrapper {
    display: none;
  }
}
body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .CompareTableHeader_titlesWrapper .CompareTableHeader_titleColumn {
  width: 125px;
  text-align: center;
}
body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .CompareTableHeader_titlesWrapper .CompareTableHeader_titleColumn .CompareTableHeader_title {
  margin-bottom: 30px;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 0.95625rem;
  white-space: nowrap;
  color: #fff;
}
body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .cardsTableWrapper {
  width: 100%;
}
body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_cardRow {
  width: 100%;
  border-bottom: 2px solid #87203a;
  background: #2e0014;
  border: 2px solid #fff;
  border-bottom: 3px solid #e9eaed;
  padding: 30px 10px 5px;
  background: #fff;
  padding-top: 22px;
  z-index: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  /* cursor: pointer;*/
  padding-bottom: 22px;
}
body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_cardRow:first-child {
  border: 3px solid #fe9807;
  background-color: #fffcf2;
}
@media screen and (max-width: 768px) {
  body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_cardRow:first-child {
    border: none;
    border-bottom: 2px solid #87203a;
    background-color: #2e0014;
  }
}
@media screen and (max-width: 768px) {
  body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_cardRow:after,
  body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_cardRow:before {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    width: 50%;
    top: 0;
    height: 100%;
    bottom: 0;
  }
  body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_cardRow:before {
    background-color: #42001e;
    left: 0;
  }
  body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_cardRow:after {
    background-color: #2e0014;
    right: 0;
  }
  body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_cardRow {
    border: none;
    border-bottom: 2px solid #87203a;
  }
}
body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Ribbon__Styled {
  background-color: #e62e2f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-color: #e62e2f;
  position: absolute;
  z-index: 10;
  min-height: 18px;
  width: auto;
  height: 22px;
  padding: 2px 0 2px 12px;
  left: -11px;
  top: -2px;
  min-width: unset;
}
body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Ribbon__Styled span {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1;
}
body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Ribbon__Styled span::before {
  content: "";
  bottom: -7px;
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #9b1313 transparent transparent;
  left: 0px;
  border-width: 7px 0px 0px 9px;
}
@media screen and (max-width: 768px) {
  body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Ribbon__Styled {
    top: -10px;
  }
}
body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Ribbon__Styled::after,
body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Ribbon__Styled::before {
  display: block;
  position: absolute;
  content: "";
  width: 0px;
  top: 0px;
  right: -10px;
  height: 0px;
  border-top: 0px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 10px solid #e62e2f;
}
body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Ribbon__Styled::before {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  border-bottom: 22px solid transparent;
  border-left-width: 22px;
  right: -22px;
}
body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Ribbon__Styled::after {
  display: block;
  position: absolute;
  content: "";
  width: 0px;
  top: 0px;
  right: -10px;
  height: 0px;
  border-top: 0px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 10px solid #e62e2f;
  border-bottom: 22px solid transparent;
  border-left-width: 22px;
  right: -22px;
}
body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper {
  /*        display: flex;
                    flex-flow: row wrap;
                    position: relative;
                    align-items: center;
                    padding-left: 50px;
                    justify-content: space-between;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
  padding-left: 13px;
  padding-right: 13px;
}
@media screen and (min-width: 1200px) {
  body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper {
    padding-left: 102px;
    padding-right: 19px;
  }
}
@media screen and (min-width: 992px) {
  body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper {
    padding-left: 94px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 50px;
    padding-right: 15px;
  }
}
body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper .Card_cardNumber {
  color: #150012;
  font-size: 2.3125rem;
  font-weight: 200;
  line-height: 2.6875rem;
  /* display: none; */
  position: absolute;
  left: 6px;
  top: 50%;
  margin-top: -12px;
}
@media screen and (max-width: 768px) {
  body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper .Card_cardNumber {
    display: none;
  }
}
body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper .Card_cardLogo {
  /*position: relative;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        flex-shrink: 0;
                        padding-right: 0;
                        width: 121px;
                        margin-bottom: 0;
                        margin-top: 0;*/
  width: 50%;
  padding-right: 26px;
  margin-bottom: 10px;
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 992px) {
  body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper .Card_cardLogo {
    width: 185px;
    height: 82px;
  }
}
@media screen and (min-width: 768px) {
  body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper .Card_cardLogo {
    padding-right: 0;
    width: 121px;
    margin-bottom: 0;
    margin-top: 0;
  }
}
body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper .Card_cardLogo .styles_cardNumberWithLogo {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: none;
}
body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper .Card_cardLogo .styles_cardNumberWithLogo .styles_cardImage {
  height: 63px;
  width: 125px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: none;
  position: relative;
}
body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper .Card_cardLogo .styles_cardNumberWithLogo .styles_cardImage .casino-logo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  border: none;
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper .Card_cardBonus {
  width: 50%;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
}
@media screen and (min-width: 1200px) {
  body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper .Card_cardBonus {
    width: 218px;
  }
}
@media screen and (min-width: 992px) {
  body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper .Card_cardBonus {
    width: 185px;
  }
}
@media screen and (min-width: 768px) {
  body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper .Card_cardBonus {
    width: 147px;
    text-align: left;
    padding-left: 0px;
  }
}
body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper .Card_cardBonus .styles_specialOffer {
  font-size: 0.75rem;
  line-height: 0.875rem;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  color: inherit;
  margin: 0;
  padding-left: 0;
}
body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper .Card_cardBonus .styles_offerTitle {
  font-size: 1.175rem;
  line-height: 1;
  font-weight: 600;
  color: #c92643;
  /*text-transform: capitalize;*/
  margin-bottom: 6px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper .Card_cardBonus .styles_offerTitle {
    color: #ffce01;
  }
}
body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper .Card_cardBonus .styles_offerText {
  text-align: center;
  font-weight: 700;
  font-size: 1.15rem;
  line-height: 1.4rem;
  margin-bottom: 3px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper .Card_cardBonus .styles_offerText {
    color: white;
  }
}
body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper .Card_cardRating {
  width: 26%;
}
@media screen and (min-width: 992px) {
  body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper .Card_cardRating {
    width: 128px;
  }
}
@media screen and (min-width: 768px) {
  body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper .Card_cardRating {
    width: 99px;
    text-align: center;
  }
}
body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper .Card_cardRating .RatingBlockWithText_rateBlock {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper .Card_cardRating .RatingBlockWithText_rateBlock .RatingBlockWithText_rateValue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper .Card_cardRating .RatingBlockWithText_rateBlock .RatingBlockWithText_rateValue .stars {
  width: 80px;
  height: auto;
}
body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper .Card_cardRating .RatingBlockWithText_rateBlock .RatingBlockWithText_rateValue .Card_votes {
  line-height: 0.875rem;
  font-style: normal;
  text-align: center;
  margin: auto;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #171c2b;
  width: auto;
  text-transform: capitalize;
  font-size: 1.025rem;
  line-height: 1rem;
}
@media screen and (max-width: 768px) {
  body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper .Card_cardRating .RatingBlockWithText_rateBlock .RatingBlockWithText_rateValue .Card_votes {
    line-height: 2rem;
    color: white;
  }
}
body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper .Card_cardScore {
  /*                        border: 2px solid #e8e8e8;
                        padding-right: 0;
                        width: 60px;
                        height: 60px;
                        background: #fff;
                        display: flex;
                        flex-flow: column;
                        align-items: center;
                        justify-content: center;
                        border-radius: 50%;*/
  width: 24%;
  padding-right: 11px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
@media screen and (min-width: 992px) {
  body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper .Card_cardScore {
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 768px) {
  body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper .Card_cardScore {
    padding-right: 0;
    width: 60px;
    height: 60px;
    background: #fff;
    border: 2px solid #e8e8e8;
    /* border: 2px solid #fe9807;*/
  }
}
@media screen and (max-width: 768px) {
  body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper .Card_cardScore {
    border: 0;
    color: white;
    background: transparent;
    margin-top: 10px;
  }
}
body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper .Card_cardScore .Card_score {
  width: auto;
  height: auto;
  text-align: center;
  position: relative;
}
body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper .Card_cardScore .Card_score .Card_scoreNumber {
  font-size: 1.6875rem;
  position: absolute;
  font-weight: 700;
  letter-spacing: -1.6px;
  color: #05263f;
  line-height: 1;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper .Card_cardScore .Card_score .Card_scoreNumber {
    color: white;
    font-size: 2.875rem;
  }
}
body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper .Card_cardScore .Card_scoreSubtext {
  display: none;
  font-size: 0.625rem;
  font-weight: 700;
  color: #909090;
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper .Card_cardScore .Card_scoreSubtext {
    display: block;
    margin-top: 15px;
    color: white;
    font-size: 0.825rem;
  }
}
body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper .Card_cardScore.standout {
  border: 2px solid #fe9807;
}
@media screen and (max-width: 768px) {
  body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper .Card_cardScore.standout {
    border: 0;
  }
}
body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper .Card_cardButton {
  /*   position: relative;
                        padding-left: 0;
                        width: 138px;*/
  width: 50%;
  padding-left: 20px;
  position: relative;
}
@media screen and (min-width: 992px) {
  body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper .Card_cardButton {
    width: 190px;
  }
}
@media screen and (min-width: 768px) {
  body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper .Card_cardButton {
    width: 138px;
    padding-left: 0;
  }
}
body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper .Card_cardButton a {
  color: #ffffff;
  background: #34b059;
  width: 138px;
  height: 40px;
  font-size: 1.3125rem;
  border-radius: 50px;
  line-height: 1;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin: auto;
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper .Card_cardButton a {
    width: 125px;
  }
}
body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper .Card_cardButton a:hover,
body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper .Card_cardButton a:focus {
  background-color: #fe9807;
  text-decoration: none;
}
body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper .Card_cardButton .Card_cardMinDeposit {
  font-size: 0.875rem;
  line-height: normal;
  font-weight: 700;
  color: #4e5b64;
  width: 100%;
  text-align: center;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  body[data-page-theme="listing-mnst"] .CompareTableLoader .CompareTableLoader_wrapper .CasinoV1_compareTable .Card_innerWrapper .Card_cardButton .Card_cardMinDeposit {
    color: white;
  }
}
/*=========================================
    BG1/C5-ONT Modifications - START
===========================================*/
body.listing_bg1_c5-ont .casino-table {
  background-color: #292824;
}
body.listing_bg1_c5-ont .casino-table .casino-table__logo {
  max-width: unset;
}
body.listing_bg1_c5-ont .casino-table:first-of-type .casino-table__cell-1 {
  grid-area: 1/1/3/2;
}
@media screen and (max-width: 992px) {
  body.listing_bg1_c5-ont .casino-table:first-of-type .casino-table__cell-1 {
    grid-area: 1/1/2/2;
  }
}
body.listing_bg1_c5-ont .casino-table .casino-table__cell-1 {
  grid-area: 1/1/3/2;
}
@media screen and (max-width: 992px) {
  body.listing_bg1_c5-ont .casino-table .casino-table__cell-1 {
    grid-area: 1/1/2/2;
  }
}
@media screen and (max-width: 575px) {
  body.listing_bg1_c5-ont .casino-table .casino-table__cell-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*=========================================
     BG1/C5-ONT Modifications - END
===========================================*/
/* =========================================
   BG1/C9-ONT Modifications - START
   ========================================= */
body[data-page-theme="listing-bg1"][class*='listing_bg1_c9'] .casino-table:first-of-type .casino-table__cell-2 figure {
  display: block;
}
body[data-page-theme="listing-bg1"][class*='listing_bg1_c9'] .icon-fire:before,
body[data-page-theme="listing-bg1"][class*='listing_bg1_c9'] .icon-fire:after {
  content: "";
  background-image: url(/Content/themes/jpw/shared/images/listing/bg1/fire.png);
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
  width: 20px;
  height: 30px;
  display: inline-block;
  position: relative;
  margin: 0 5px;
}
body[data-page-theme="listing-bg1"][class*='listing_bg1_c9'] .icon-fire:before {
  left: 0px;
}
body[data-page-theme="listing-bg1"][class*='listing_bg1_c9'] .icon-fire:after {
  right: 0px;
}
body[data-page-theme="listing-bg1"][class*='listing_bg1_c9'] .icon-new:after {
  content: "";
  background-image: url(/Content/themes/jpw/shared/images/listing/bg1/new.png);
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 60px;
  display: inline-block;
  position: relative;
  margin: 0 5px;
  right: 0;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"][class*='listing_bg1_c9'] .icon-new:after {
    width: 30px;
    height: 16px;
  }
}
body[data-page-theme="listing-bg1"][class*='listing_bg1_c9'] figure.trustpilot-holder {
  margin-bottom: 20px;
}
body[data-page-theme="listing-bg1"][class*='listing_bg1_c9'] .casino-table:first-of-type .casino-table__cell-1 {
  grid-area: 1/1/2/1;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"][class*='listing_bg1_c9'] .casino-table:first-of-type .casino-table__cell-1 {
    grid-area: 1/1/1/1;
  }
}
body[data-page-theme="listing-bg1"][class*='listing_bg1_c9'] .casino-table:first-of-type .casino-table__cell-2 {
  grid-area: 2/1/3/1;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"][class*='listing_bg1_c9'] .casino-table:first-of-type .casino-table__cell-2 {
    grid-area: 1/2/1/2;
  }
}
body[data-page-theme="listing-bg1"][class*='listing_bg1_c9'] .casino-table:first-of-type .casino-table__cell-3 {
  grid-area: 1/2/3/2;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"][class*='listing_bg1_c9'] .casino-table:first-of-type .casino-table__cell-3 {
    grid-area: 2/1/2/5;
  }
  body[data-page-theme="listing-bg1"][class*='listing_bg1_c9'] .casino-table:first-of-type .casino-table__cell-3 .promo__features-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body[data-page-theme="listing-bg1"][class*='listing_bg1_c9'] .casino-table:first-of-type .casino-table__cell-3 .promo__feature-item {
    max-width: 94%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
body[data-page-theme="listing-bg1"][class*='listing_bg1_c9'] .casino-table:first-of-type .casino-table__cell-4 {
  grid-area: 1/3/3/3;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"][class*='listing_bg1_c9'] .casino-table:first-of-type .casino-table__cell-4 {
    grid-area: 3/1/3/5;
  }
}
body[data-page-theme="listing-bg1"][class*='listing_bg1_c9'] .casino-table:first-of-type .casino-table__cell-5 {
  grid-area: 1/4/2/4;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"][class*='listing_bg1_c9'] .casino-table:first-of-type .casino-table__cell-5 {
    grid-area: 5/1/5/5;
  }
}
body[data-page-theme="listing-bg1"][class*='listing_bg1_c9'] .casino-table:first-of-type .casino-table__cell-6 {
  grid-area: 2/4/3/4;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"][class*='listing_bg1_c9'] .casino-table:first-of-type .casino-table__cell-6 {
    grid-area: 6/1/6/3;
  }
}
body[data-page-theme="listing-bg1"][class*='listing_bg1_c9'] .casino-table:first-of-type .casino-table__cell-7 {
  grid-area: 1/5/3/5;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"][class*='listing_bg1_c9'] .casino-table:first-of-type .casino-table__cell-7 {
    grid-area: 4/1/5/3;
  }
}
body[data-page-theme="listing-bg1"][class*='listing_bg1_c9'] .casino-table .promo__features-list .promo__feature-item {
  text-align: center;
  font-family: "Poppins" !important;
}
body[data-page-theme="listing-bg1"][class*='listing_bg1_c9'] .casino-table .promo__features-list .promo__feature-item i {
  margin-right: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body[data-page-theme="listing-bg1"][class*='listing_bg1_c9'] .btn span {
  text-wrap: auto;
  width: 120px;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"][class*='listing_bg1_c9'] .btn span {
    text-wrap: auto;
    width: 100%;
  }
}
body[data-page-theme="listing-bg1"][class*='listing_bg1_c9'] .hero-section .logo-holder {
  margin-top: -50px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1299px) {
  body[data-page-theme="listing-bg1"][class*='listing_bg1_c9'] .hero-section .logo-holder {
    margin-top: -20px;
  }
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"][class*='listing_bg1_c9'] .hero-section .logo-holder {
    margin-left: -20px;
    margin-top: -20px;
  }
}
@media screen and (max-width: 574px) {
  body[data-page-theme="listing-bg1"][class*='listing_bg1_c9'] .hero-section .logo-holder {
    margin-top: -5px;
  }
}
body[data-page-theme="listing-bg1"][class*='listing_bg1_c9'] section.pre-header {
  background: #f3ba3a;
  padding: 5px;
  color: black;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
body[data-page-theme="listing-bg1"][class*='listing_bg1_c9'] section.pre-header span {
  /* margin: 0 20px;*/
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  display: inline-block;
  white-space: nowrap;
}
body[data-page-theme="listing-bg1"][class*='listing_bg1_c9'] section.pre-header .diamond {
  width: 22px;
  height: 18px;
}
body[data-page-theme="listing-bg1"][class*='listing_bg1_c9'] section.pre-header .tickerwrapper span.showYear {
  margin: 0;
}
body[data-page-theme="listing-bg1"][class*='listing_bg1_c9'] section.pre-header .tickerwrapper {
  position: relative;
  top: 7px;
  height: 30px;
  overflow: hidden;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /*width: 99.9%;*/
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, black), color-stop(90%, black), to(transparent));
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}
@media screen and (max-width: 767px) {
  body[data-page-theme="listing-bg1"][class*='listing_bg1_c9'] section.pre-header .tickerwrapper {
    width: 100%;
  }
}
body[data-page-theme="listing-bg1"][class*='listing_bg1_c9'] section.pre-header ul.list {
  position: relative;
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
body[data-page-theme="listing-bg1"][class*='listing_bg1_c9'] section.pre-header ul.list.cloned {
  position: absolute;
  top: 0px;
  left: 0px;
}
body[data-page-theme="listing-bg1"][class*='listing_bg1_c9'] section.pre-header ul.list li {
  float: left;
  padding-left: 20px;
}
body[data-page-theme="listing-bg1"][class*='listing_bg1_c9'] section.pre-header ul.list li:last-of-type {
  margin-right: -40px;
}
/* =========================================
   BG1/C9-ONT Modifications - END
   ========================================= */
/* =========================================
   BG1/C10-ONT Modifications - START
   ========================================= */
body[data-page-theme="listing-bg1"][class*='listing_bg1_c10'] .casino-table:first-of-type .casino-table__cell-2 figure {
  display: block;
}
body[data-page-theme="listing-bg1"][class*='listing_bg1_c10'] .icon-fire:before,
body[data-page-theme="listing-bg1"][class*='listing_bg1_c10'] .icon-fire:after {
  content: "";
  background-image: url(/Content/themes/jpw/shared/images/listing/bg1/fire.png);
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
  width: 20px;
  height: 30px;
  display: inline-block;
  position: relative;
  margin: 0 5px;
}
body[data-page-theme="listing-bg1"][class*='listing_bg1_c10'] .icon-fire:before {
  left: 0px;
}
body[data-page-theme="listing-bg1"][class*='listing_bg1_c10'] .icon-fire:after {
  right: 0px;
}
body[data-page-theme="listing-bg1"][class*='listing_bg1_c10'] .icon-new:after {
  content: "";
  background-image: url(/Content/themes/jpw/shared/images/listing/bg1/new.png);
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 60px;
  display: inline-block;
  position: relative;
  margin: 0 5px;
  right: 0;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"][class*='listing_bg1_c10'] .icon-new:after {
    width: 30px;
    height: 16px;
  }
}
body[data-page-theme="listing-bg1"][class*='listing_bg1_c10'] figure.trustpilot-holder {
  margin-bottom: 20px;
}
body[data-page-theme="listing-bg1"][class*='listing_bg1_c10'] .casino-table:first-of-type .casino-table__cell-1 {
  grid-area: 1/1/2/1;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"][class*='listing_bg1_c10'] .casino-table:first-of-type .casino-table__cell-1 {
    grid-area: 1/1/1/1;
  }
}
body[data-page-theme="listing-bg1"][class*='listing_bg1_c10'] .casino-table:first-of-type .casino-table__cell-2 {
  grid-area: 2/1/3/1;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"][class*='listing_bg1_c10'] .casino-table:first-of-type .casino-table__cell-2 {
    grid-area: 1/2/1/2;
  }
}
body[data-page-theme="listing-bg1"][class*='listing_bg1_c10'] .casino-table:first-of-type .casino-table__cell-3 {
  grid-area: 1/2/3/2;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"][class*='listing_bg1_c10'] .casino-table:first-of-type .casino-table__cell-3 {
    grid-area: 2/1/2/5;
  }
  body[data-page-theme="listing-bg1"][class*='listing_bg1_c10'] .casino-table:first-of-type .casino-table__cell-3 .promo__features-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body[data-page-theme="listing-bg1"][class*='listing_bg1_c10'] .casino-table:first-of-type .casino-table__cell-3 .promo__feature-item {
    max-width: 94%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
body[data-page-theme="listing-bg1"][class*='listing_bg1_c10'] .casino-table:first-of-type .casino-table__cell-4 {
  grid-area: 1/3/3/3;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"][class*='listing_bg1_c10'] .casino-table:first-of-type .casino-table__cell-4 {
    grid-area: 3/1/3/5;
  }
}
body[data-page-theme="listing-bg1"][class*='listing_bg1_c10'] .casino-table:first-of-type .casino-table__cell-5 {
  grid-area: 1/4/2/4;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"][class*='listing_bg1_c10'] .casino-table:first-of-type .casino-table__cell-5 {
    grid-area: 5/1/5/5;
  }
}
body[data-page-theme="listing-bg1"][class*='listing_bg1_c10'] .casino-table:first-of-type .casino-table__cell-6 {
  grid-area: 2/4/3/4;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"][class*='listing_bg1_c10'] .casino-table:first-of-type .casino-table__cell-6 {
    grid-area: 6/1/6/3;
  }
}
body[data-page-theme="listing-bg1"][class*='listing_bg1_c10'] .casino-table:first-of-type .casino-table__cell-7 {
  grid-area: 1/5/3/5;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"][class*='listing_bg1_c10'] .casino-table:first-of-type .casino-table__cell-7 {
    grid-area: 4/1/5/3;
  }
}
body[data-page-theme="listing-bg1"][class*='listing_bg1_c10'] .casino-table .promo__features-list .promo__feature-item {
  text-align: center;
  font-family: "Poppins" !important;
}
body[data-page-theme="listing-bg1"][class*='listing_bg1_c10'] .casino-table .promo__features-list .promo__feature-item i {
  margin-right: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body[data-page-theme="listing-bg1"][class*='listing_bg1_c10'] .btn span {
  text-wrap: auto;
  width: 120px;
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"][class*='listing_bg1_c10'] .btn span {
    text-wrap: auto;
    width: 100%;
  }
}
/* =========================================
   BG1/C10-ONT Modifications - END
   ========================================= */
/* =========================================
   WY1/C1-ONT 
   ========================================= */
body[data-page-theme="listing-bg1"][class*='listing_wy1'] {
  color: #111111;
  background: white;
  /* header menu*/
  /*   Hero section*/
  /*overwritten for mobile*/
  /* Body*/
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .icon-heart:before {
  font-size: 25px;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .main-header {
  background: black;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .main-menu__drawer .menu > li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] [class^=icon-],
body[data-page-theme="listing-bg1"][class*='listing_wy1'] [class*=" icon-"] {
  color: #ffb500;
  /* margin-top: -5px;*/
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .menu-holder {
  color: white;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .hero-section__badge {
  bottom: -238px;
}
@media screen and (max-width: 1299px) {
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .hero-section__badge {
    bottom: -9.625vw;
  }
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .menu-header {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    align-items: center;
    position: absolute;
    top: 20px;
    bottom: 74px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .menu-holder {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .main-header__controls {
    margin-right: 0;
    margin-top: 50px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .main-menu__drawer {
    position: relative;
    right: unset;
    top: 0;
    width: 100%;
    max-width: 100%;
    background: #000;
    -webkit-transform: unset;
            transform: unset;
    -webkit-transition: unset;
    transition: unset;
    overflow-y: hidden;
    opacity: 1;
    z-index: 30;
    padding-top: 0px;
    padding-left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    padding-bottom: 0px;
    height: auto;
    overflow: hidden;
    -webkit-box-shadow: 0 0 13px 0 #0d0d0d;
            box-shadow: 0 0 13px 0 #0d0d0d;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .main-menu__drawer .menu > li {
    gap: 5px;
    font-size: 13px;
    padding: 0 5px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .main-menu__drawer .menu > li .icon-heart {
    margin-top: -10px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .main-menu__drawer .menu > li .icon-heart:before {
    font-size: 17px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .logo-holder img {
    margin-top: 15px;
  }
}
@media screen and (max-width: 575px) {
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .logo-holder img {
    max-width: 34.8vw;
    margin-top: 30px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .main-menu__drawer {
    max-width: 100%;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .main-menu__drawer .menu > li {
    font-size: 11px;
  }
}
@media screen and (max-width: 320px) {
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .main-menu__drawer .menu > li {
    font-size: 11px;
  }
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables {
  background: white;
  padding: 30px 0 79px;
  /*grid layout*/
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .container {
  padding-left: 10px;
  padding-right: 10px;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table:first-of-type {
  margin-bottom: 30px;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table {
  background: white;
  -webkit-box-shadow: inset 0 0 20px 2px rgb(137 134 124);
          box-shadow: inset 0 0 20px 2px rgb(137 134 124);
  border-radius: 10px;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .divider {
  color: #ececec;
  position: absolute;
  top: 100px;
  border: 1px solid #ececec;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 176px;
  left: calc(50% - 130px);
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .casino-table__logo img {
  max-height: inherit;
  width: 100px;
  margin-bottom: 10px;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .btn {
  height: 40px;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table p {
  color: black;
  text-transform: initial;
  text-align: left;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table [class^=icon-],
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table [class*=" icon-"] {
  color: #44b752;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .casino-table__rank {
  background-color: #fbbc00;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
  width: 270px;
  height: 35px;
  left: 10px;
  top: 8px;
  font-size: 14px;
  z-index: 2;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .casino-table__rank .casino-table__rank-number {
  color: white;
  background-color: transparent;
  border-radius: 0;
  z-index: 1;
  position: relative;
  width: 30px;
  left: 10px;
  font-size: 30px;
  margin-right: 29px;
  top: 0;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .casino-table__rank .casino-table__rank-number::before {
  content: '';
  position: absolute;
  top: -10px;
  width: 30px;
  z-index: -1;
  border-left: 18px solid red;
  border-right: 18px solid red;
  border-bottom: 10px solid transparent;
  border-top: 50px solid red;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .editor-rating-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 5px;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .editor-rating-wrapper p {
  letter-spacing: unset;
  padding: 0;
  margin: 0;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .editor-rating-wrapper .star-rating {
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 0 5px 0;
  border-radius: 4px;
  line-height: 1;
  height: 18px;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .editor-rating-wrapper .star-rating [class^=icon-],
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .editor-rating-wrapper .star-rating [class*=" icon-"] {
  padding: 0;
  font-size: 12px;
  color: #ffb500;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .editor-rating-wrapper .icon-star::before {
  content: "\e982";
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .editor-rating-wrapper .icon-star.half-star::before {
  content: "⯨";
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .vote-rating {
  background: black;
  color: #ffb500;
  display: inline-block;
  padding: 0px;
  font-size: 13px;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .stars {
  width: 80px;
  height: auto;
  margin-bottom: 5px;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .new {
  background: red;
  width: 60px;
  height: 25px;
  color: white;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 5px 5px;
  font-size: 18px;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .cart-text-blue {
  color: blue;
  font-size: 20px;
  font-weight: 900;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .vote-rating-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .vote-rating-wrapper .vote-rating {
  margin-bottom: 5px;
  margin-top: 0px;
  padding: 2px 5px 0;
  background: black;
  border-radius: 4px;
  line-height: 1;
  height: 18px;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  background: #ececec;
  padding: 10px 25px 5px;
  border: 2px solid #848484;
  width: 250px;
  height: 100px;
  border-radius: 5px;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box p {
  text-wrap: nowrap;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box img {
  width: 20px;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box img.tick {
  width: 16px;
  height: 17px;
  margin-top: 0;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box img.badge {
  width: 58px;
  height: 38px;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box img.icons {
  margin: 0px auto 10px;
  width: 200px;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box img.service-hrs {
  width: 70px;
  margin-top: -10px;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box.box-1 p {
  text-wrap: nowrap;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box.Box-with-icons {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  width: 250px;
  height: 100px;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .display-box-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .display-box-flex p {
  text-wrap: wrap;
  font-weight: bold;
  text-align: center;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .offers-box {
  background: #ececec;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  border: 2px solid #fbbc00;
  margin-bottom: 20px;
  padding: 5px 10px;
  border-radius: 5px;
  width: 243px;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .offers {
  text-align: left;
  width: 100%;
  margin-left: 0px;
  position: relative;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .offers img {
  margin-left: 10px;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .offers img.rr-logo {
  width: 136px;
  margin-top: -25px;
  margin-left: 0px;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .offers img.dw-logo {
  width: 60px;
  margin-top: -10px;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .offers img.cr-logo {
  width: 80px;
  margin-top: -5px;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .offers img.er-logo {
  width: 62px;
  margin-top: -5px;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .offers img.lock {
  width: 23px;
  margin-top: -10px;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .offer-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  color: #333333;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .offer-text .icon-checked {
  margin-right: 5px;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .offer-text.hwrg-box {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -10px;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .offer-text.hwrg-box img.hwrg-logo {
  position: absolute;
  left: unset;
  right: calc(50% - 150px);
  top: 0px;
  width: 40px;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .offer-text.hwrg-box .offers-box {
  width: 243px;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .term-and-condition {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .term-and-condition .igo-logo {
  margin-top: -15px;
  margin-left: 10px;
  width: 60px;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .trustpilot-holder {
  width: 190px;
  background: #dbdbdb;
  font-weight: bold;
  padding: 5px;
  border-radius: 5px;
  margin-top: 10px;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .loop-container {
  background: #ededed;
  padding: 5px 10px;
  -webkit-mask-image: none;
  border-radius: 5px;
  width: 200px;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .loop-container .payment-options {
  height: 40px;
  margin-bottom: 0px;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .loop-container .payment-options:after {
  background-image: url(/Content/themes/jpw/shared/images/listing/wy1/payment-options.png);
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-animation: none;
          animation: none;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .deposit-text {
  text-decoration: underline;
  color: #555555;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table img.winner {
  border-radius: 50%;
  border: 1px solid #fbbc00;
  width: 77px;
  background: white;
  position: absolute;
  z-index: 2;
  left: calc(50% - 375px);
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .box-winner {
  background: white;
  padding: 10px 0px 0px 50px;
  border: 1px solid #fbbc00;
  -webkit-mask-image: none;
  height: unset;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table img.seen-on-tv {
  width: 100px;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table img.lock {
  width: 23px;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box.box-red {
  background: #bf0000;
  margin-top: 5px;
  -webkit-mask-image: none;
  border-radius: 3px;
  border: none;
  height: unset;
  width: 195px;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box.box-red p {
  color: white;
  padding: 5px 0 5px;
  text-align: center;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .visible-sm {
  display: none;
}
@media screen and (max-width: 1298px) {
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table p {
    font-size: 14px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .offers-box {
    width: 230px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .offer-text.hwrg-box img.hwrg-logo {
    right: calc(50% - 136px);
    top: 7px;
    width: 45px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .offer-text.hwrg-box .offers-box {
    width: 230px;
    margin-left: -10px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box {
    width: 215px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box img.badge {
    width: 32px;
    height: 38px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box.Box-with-icons {
    width: 215px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .divider {
    left: calc(50% - 107px);
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table img.winner {
    left: calc(50% - 274px);
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .offers img.er-logo {
    width: 90px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .casino-table__logo img {
    width: 125px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table {
    /*.offers.offer-1 {
                    p {
                        font-size: 14px
                    }
                }*/
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 85%;
    height: 50px;
    margin: 0 auto;
    border-top: 2px solid grey;
    border-bottom: 2px solid grey;
    webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, black), color-stop(90%, black), to(transparent));
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, black), color-stop(90%, black), to(transparent));
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
    border-right: 0px;
    border-left: 0px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box img.badge {
    width: 32px;
    height: 38px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box.Box-with-icons {
    width: 85%;
    height: 100px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .loop-container {
    margin-top: 10px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .casino-table p {
    font-size: 10px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .trustpilot-holder {
    width: 80%;
    margin: 10px auto 20px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .casino-table__rank {
    width: 97%;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .divider {
    top: 226px;
    width: 320px;
    left: calc(50% - 171px);
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .payment-options {
    height: 40px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table img.winner {
    left: 20px;
    bottom: 98px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .box-winner {
    padding: 10px 5px 0px 82px;
    margin-left: 20px;
    width: 86%;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table img.lock {
    width: 23px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .offers {
    text-wrap: wrap;
    padding: 0 10px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .offers p {
    font-size: 14px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .offers img.rr-logo {
    width: 120px;
    margin-top: 0;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table img.service-hrs {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .trustpilot-holder {
    width: 85%;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .casino-table__logo img {
    width: 125px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table {
    /*.offers.offer-1 p {
                    font-size: 10px;
                }*/
    /*.grey-box {
                    border-top: 2px solid grey;
                    border-bottom: 2px solid grey;
                    webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, black), color-stop(90%, black), to(transparent));
                    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
                    border-right: 0px;
                    border-left: 0px;
                }*/
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .visible-sm {
    display: block !important;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .offers-box {
    width: 200px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .offer-text.hwrg-box img.hwrg-logo {
    right: calc(50% - 99px);
    top: 10px;
    width: 40px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .offer-text.hwrg-box .offers-box {
    width: 200px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .trustpilot-holder {
    width: 90%;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .casino-table__rank {
    width: 94%;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .new {
    width: 39px;
    height: 16px;
    padding: 4px 5px 5px;
    font-size: 10px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table p {
    font-size: 10px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .offers p {
    font-size: 10px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .offers img.rr-logo {
    width: 110px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .cart-text-blue {
    font-size: 12px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table img.lock {
    width: 23px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .divider {
    top: 219px;
    width: 352px;
    left: calc(50% - 178px);
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .term-and-condition {
    width: 100%;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .term-and-condition p {
    font-size: 11px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .term-and-condition .igo-logo {
    margin-left: 5px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .casino-table__logo img {
    width: 100px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 574px) {
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .editor-rating-wrapper .star-rating {
    margin-bottom: 5px;
    margin-top: 6px;
    padding: 0px 3px 0;
    line-height: 0.5;
    height: 12px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .vote-rating-wrapper .vote-rating {
    margin-bottom: 5px;
    padding: 6px 3px 0;
    line-height: 0.5;
    height: 18px;
    font-size: 10px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .casino-table__logo img.lxc-logo {
    width: 60px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .loop-container .payment-options {
    height: 34px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .offer-text.hwrg-box {
    width: 90%;
    margin-left: -2px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .offer-text.hwrg-box img.hwrg-logo {
    width: 33px;
    right: calc(50% - 76px);
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .offer-text.hwrg-box .offers-box {
    width: 150px;
    margin-left: 0;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .offers-box {
    font-size: 9px;
    padding: 5px 10px;
    width: 150px;
    margin-bottom: 0px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .offers {
    text-wrap: wrap;
    /* img.rr-logo {
                        width: 69px;
                    }*/
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .offers img {
    width: 55px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .offers img.dw-logo {
    width: 40px;
    margin-right: 10px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .offers img.cr-logo {
    width: 40px;
    margin-left: -15px;
    margin-right: 0px;
    margin-top: 7px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .offers img.er-logo {
    width: 58px;
    margin-left: 7px;
    margin-right: 12px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table img.service-hrs {
    width: 37px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .btn {
    height: 35px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .term-and-condition {
    width: 100%;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .term-and-condition .igo-logo {
    margin-left: 3px;
    width: 50px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .term-and-condition p {
    font-size: 10px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .star-rating [class^=icon-],
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .star-rating [class*=" icon-"] {
    font-size: 10px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box {
    padding: 0 5px;
    /*width: 166px;*/
    width: 90%;
    height: 50px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box p {
    text-wrap: wrap;
    margin-bottom: 0;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box .new {
    font-size: 7px;
    width: 30px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box .cart-text-blue {
    font-size: 9px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box img.badge {
    width: 18px;
    height: 26px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box img.icons {
    width: 130px;
    margin: 5px auto 10px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box img.tick {
    width: 16px;
    height: 17px;
    margin-right: 0px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box.Box-with-icons {
    width: 90%;
    height: 65px;
    padding: 7px 0px 0px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box.Box-with-icons p {
    width: 80%;
    margin: 0 auto;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box.display-box-flex p {
    width: 78%;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box.box-red {
    width: 140px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .display-box-flex p {
    width: 71%;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box.box-winner.display-box-flex {
    height: 38px;
    padding: 0px 0px 3px 22px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box.box-winner.display-box-flex p {
    padding: 5px 0px 0px 9px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table img.winner {
    left: 10px;
    bottom: 98px;
    width: 42px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box .new {
    font-size: 7px;
    width: 25px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box.box-1 {
    height: 40px;
    padding: 0 10px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box.box-1 p {
    text-wrap: wrap;
    text-align: center;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box.box-5 {
    height: 60px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .trustpilot-holder {
    width: 88%;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .divider {
    top: 183px;
    width: 260px;
    left: calc(50% - 130px);
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .box-winner.display-box-flex {
    padding: 5px 0px 0px;
    margin-left: 10px;
    width: 81%;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .box-winner.display-box-flex p {
    padding: 0px 0px 0px 9px;
    width: 100%;
    font-size: 7px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .loop-container {
    width: 150px;
    padding: 0;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .loop-container .payment-option {
    height: 30px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .loop-container .payment-options::after {
    background-size: 130px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table img.lock {
    width: 23px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table img.ccc-logo {
    width: 130px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .stars {
    width: 60px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .divider {
    left: calc(50% - 136px);
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .casino-table__logo img {
    width: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .loop-container {
    width: 140px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box.box-5 {
    padding: 0 40px;
    height: 65px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box.box-5 p {
    text-align: center;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box img.service-hrs {
    margin-top: 0;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box.Box-with-icons {
    padding: 7px 16px 0px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .offers img.dw-logo {
    margin-right: 0;
  }
}
@media only screen and (max-width: 374px) and (min-width: 320px) {
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .deposit-text {
    font-size: 8px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .loop-container {
    width: 120px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .loop-container .payment-options::after {
    background-size: 113px auto;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .main-menu__drawer .menu > li {
    font-size: 11px !important;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box {
    width: 127px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box img.badge {
    width: 18px;
    height: 26px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box img.icons {
    width: 105px;
    margin: 5px auto 10px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box.box-1 {
    padding: 0 5px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box.box-1 p {
    text-wrap: wrap;
    text-align: center;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box.Box-with-icons {
    width: 90%;
    height: 66px;
    padding: 0px 0px 0px 3px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box.display-box-flex p {
    font-size: 7px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box.box-winner.display-box-flex p {
    padding: 5px 0px 0px 2px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .offers-box {
    width: 120px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .offer-text.hwrg-box .offers-box {
    width: 120px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .offer-text.hwrg-box img.hwrg-logo {
    right: calc(50% - 69px);
    margin-top: 6px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box.box-red {
    width: 120px;
    padding: 0;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box.box-red p {
    padding: 2px 0 0;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .term-and-condition {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0px 0px 0px 4px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .term-and-condition .igo-logo {
    margin: -15px auto 0 3px;
    width: 40%;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .term-and-condition p {
    font-size: 8px;
    text-wrap: nowrap;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .offers img.cr-logo {
    width: 40px;
    margin-left: -15px;
    margin-right: 11px;
    margin-top: 5px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .offers p {
    font-size: 9px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .offers.offer-1 p {
    /* font-size: 8px*/
    font-size: 9px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .offers img.er-logo {
    width: 45px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .offers img.rr-logo {
    width: 85px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .offers img.dw-logo {
    width: 38px;
    margin-right: 18px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .stars {
    width: 40px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .divider {
    left: calc(50% - 133px);
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table img.winner {
    bottom: 100px;
    left: 7px;
    width: 40px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .casino-table__logo img {
    width: 90px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table img.service-hrs {
    width: 48px;
    margin-top: -10px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box.box-5 {
    padding: 0 40px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box.box-5 p {
    font-size: 8px;
    text-align: center;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .grey-box.Box-with-icons {
    padding: 8px 11px 3px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .offers img.dw-logo {
    margin-right: 0;
  }
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: repeat(4, 1fr);
  padding: 10px;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .casino-table__cell {
  padding: 0px;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .casino-table__cell-1 {
  grid-area: 1/1/1/1;
  margin-top: 40px;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .casino-table__cell-2 {
  grid-area: 2/1/3/2;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .casino-table__cell-3 {
  grid-area: 1/2/3/3;
  /* width: calc(100% - 20px);*/
  width: calc(100% - 50%);
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .casino-table__cell-4 {
  grid-area: 1/3/3/4;
}
body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .casino-table__cell-5 {
  grid-area: 1/4/3/4;
}
@media screen and (max-width: 1298px) {
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .casino-table__cell-3 {
    width: calc(100% - 20%);
  }
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table {
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(2, 1fr);
    height: 436px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .casino-table__cell-1 {
    /*grid-area: ~"1/1/1/1";*/
    grid-area: 1/1/1/1;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .casino-table__cell-2 {
    grid-area: 2/1/2/1;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .casino-table__cell-3 {
    grid-area: 3/1/3/1;
    margin-top: 0px;
    width: 100%;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .casino-table__cell-4 {
    /* grid-area: ~"1/2/1/2";*/
    grid-area: 1/2/3/2;
    margin-top: 40px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .casino-table__cell-5 {
    grid-area: 3/2/3/2;
    width: 100%;
  }
}
@media screen and (max-width: 574px) {
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table {
    height: 347px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .casino-table__cell-1 {
    grid-area: 1/1/1/1;
    margin-top: 0px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .casino-table__cell-2 {
    grid-area: 1/1/2/1;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .casino-table__cell-3 {
    grid-area: 2/1/3/1;
    margin-top: 0px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .casino-table__cell-4 {
    grid-area: 1/2/1/2;
    margin-top: 50px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .casino-table .casino-table__cell-5 {
    grid-area: 2/2/2/2;
  }
}
@media screen and (max-width: 991px) {
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .fly1 .casino-table__cell-5 {
    margin-top: -20px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .fly2 .casino-table__cell-5 {
    margin-top: -30px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .fly2 .casino-table__cell-2 {
    margin-bottom: 10px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .fly3 .casino-table__cell-5 {
    margin-top: -60px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .fly4 .casino-table__cell-5 {
    margin-top: -40px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .fly4 .casino-table__cell-2 {
    margin-bottom: 10px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .fly5 .casino-table__cell-5 {
    margin-top: -70px;
  }
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .fly6 .casino-table__cell-5 {
    margin-top: -70px;
  }
}
@media screen and (max-width: 574px) {
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .fly1 .casino-table__cell-2 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 374px) and (min-width: 320px) {
  body[data-page-theme="listing-bg1"][class*='listing_wy1'] .casino-tables .fly2 .casino-table__cell-2 {
    margin-bottom: 20px;
  }
}
/*====================================
    LISTING HWRG1
=====================================*/
body[data-page-theme=listing-hwrg1] {
  font-family: 'Open Sans', sans-serif;
  min-width: 320px;
  font-size: 16px;
  min-height: 100vh;
  /*========================================
        HERO SECTION
    */
  /*
        HERO END
    =============================================*/
  /*==============================================
        LISTING CARDS
    */
  /*
        END LISTING CARDS
    ========================================*/
  /*======================================
        FOOTER
    */
}
body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos p {
  margin: 0 0 0.625em;
  line-height: 120%;
}
body[data-page-theme=listing-hwrg1] h2 {
  font-size: 1.125rem;
}
body[data-page-theme=listing-hwrg1] a {
  text-decoration: underline;
}
body[data-page-theme=listing-hwrg1] img {
  vertical-align: middle;
}
body[data-page-theme=listing-hwrg1] .section {
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 100;
}
@media (max-width: 425px) {
  body[data-page-theme=listing-hwrg1] .section {
    font-size: 13px;
  }
}
body[data-page-theme=listing-hwrg1] .section > .container {
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
  z-index: 1000;
}
body[data-page-theme=listing-hwrg1] .btn-group-lg > .btn,
body[data-page-theme=listing-hwrg1] .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
body[data-page-theme=listing-hwrg1] .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos {
  background-color: #f3f3f3;
}
body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hero-section {
  text-align: left;
  background-color: #00bd3f;
  background: url("/Content/themes/jpw/shared/images/listing/hwrg1/HWRG-Casinos.jpg") no-repeat;
  background-size: cover;
  color: #fff;
}
@media (max-width: 992px) {
  body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hero-section {
    background-position-x: -300px;
  }
}
body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hero-section .container {
  padding: 0 15px;
}
body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hero-background {
  position: relative;
  overflow: visible;
  background-size: cover;
  height: 300px;
}
@media (max-width: 767px) {
  body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hero-background {
    height: 200px;
    font-size: 0.8em;
  }
}
body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hero-background::after {
  content: ' ';
  position: absolute;
  overflow: visible;
  background: url("/Content/themes/jpw/shared/images/listing/hwrg1/highest_winner_medal.png") no-repeat;
  background-size: contain;
  -webkit-filter: drop-shadow(0 0 36px rgba(0, 0, 0, 0.6));
  filter: drop-shadow(0 0 36px rgba(0, 0, 0, 0.6));
  z-index: 100;
  right: 100px;
  top: 15px;
  height: 350px;
  width: 270px;
}
@media (max-width: 1200px) {
  body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hero-background::after {
    right: 20px;
  }
}
@media (max-width: 992px) {
  body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hero-background::after {
    right: -11px;
    top: 10px;
    height: 263px;
    width: 220px;
  }
}
@media (max-width: 767px) {
  body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hero-background::after {
    right: 20px;
    top: 5px;
    height: 185px;
    width: 155px;
  }
}
@media (max-width: 480px) {
  body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hero-background::after {
    right: 4px;
    top: 35px;
    height: 135px;
    width: 130px;
  }
}
@media (max-width: 360px) {
  body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hero-background::after {
    right: 4px;
    top: 35px;
    height: 105px;
    width: 100px;
  }
}
body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .vcenter {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hero-heading {
  font-weight: 700;
  font-size: 3em;
  text-shadow: 2px 2px #000;
}
@media (max-width: 570px) {
  body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hero-heading {
    font-size: 2.2em;
  }
}
@media (max-width: 480px) {
  body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hero-heading {
    font-size: 1.5em;
    padding-left: 15px;
  }
}
body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hero-important {
  font-size: 1.25em;
}
body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .section.hwrc-section {
  overflow: visible;
}
body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hwrc-intro {
  padding-top: 60px;
  text-align: left;
  z-index: 1;
}
@media (max-width: 992px) {
  body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hwrc-intro {
    padding-top: 10px;
  }
}
body[data-page-theme=listing-hwrg1] .section h1,
body[data-page-theme=listing-hwrg1] .section h2 {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.12em;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  margin-top: 0;
}
body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hwr-casino-item {
  margin: 10px;
  padding: 10px;
  border: 2px solid #b4b4b4;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 2px;
}
@media (max-width: 480px) {
  body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hwr-casino-item {
    padding: 5px;
  }
}
@media (max-width: 767px) {
  body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hwrg-casino-items {
    margin: 0 20%;
  }
}
@media (max-width: 650px) {
  body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hwrg-casino-items {
    margin: 0 10%;
  }
}
@media (max-width: 480px) {
  body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hwrg-casino-items {
    margin: 0;
  }
}
body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .info-item {
  height: 6.5em;
}
@media (max-width: 992px) {
  body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hwr-casino-cta {
    text-align: center;
  }
}
@media (max-width: 767px) {
  body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .info-item {
    height: 4em;
  }
}
@media (max-width: 480px) {
  body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .info-item {
    height: 4.5em;
  }
}
@media (min-width: 1200px) {
  body[data-page-theme=listing-hwrg1] .col-lg-3 {
    width: 25%;
  }
}
body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hwr-casino-logo {
  max-width: 135px;
}
body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hwrg-casino-items:last-of-type .hwr-casino-logo {
  padding: 6px 12px;
}
@media (max-width: 992px) {
  body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hwr-casino-logo {
    width: 120px;
  }
}
@media (max-width: 767px) {
  body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hwr-casino-logo {
    width: 125px;
  }
}
@media (max-width: 480px) {
  body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hwr-casino-logo {
    width: 125px;
  }
}
@media (max-width: 425px) {
  body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hwr-casino-logo {
    width: 105px;
  }
}
@media (max-width: 360px) {
  body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hwr-casino-logo {
    width: 65px;
  }
}
body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hwr-casino-link {
  text-transform: uppercase;
  color: #008aff;
  font-weight: 700;
}
@media (max-width: 1200px) {
  body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hwr-casino-link {
    font-size: 0.9em;
  }
}
@media (max-width: 992px) {
  body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hwr-casino-link {
    font-size: 0.75em;
  }
}
@media (max-width: 767px) {
  body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hwr-casino-link {
    font-size: 0.7em;
  }
}
body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .vcenter {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hwr-casino-bonus-text {
  margin: 0;
  font-weight: 700;
}
@media (max-width: 992px) {
  body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hwr-casino-bonus-text {
    font-size: 0.9em;
  }
}
@media (max-width: 767px) {
  body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hwr-casino-bonus-text {
    font-size: 0.75em;
    text-align: center;
  }
}
@media (max-width: 480px) {
  body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hwr-casino-bonus-text {
    font-size: 0.7em;
  }
}
@media (max-width: 360px) {
  body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hwr-casino-bonus-text {
    font-size: 0.6em;
  }
}
body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hwr-casino-bonus {
  text-align: left;
}
body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hwr-casino-trust {
  font-weight: 700;
  letter-spacing: -1px;
  font-size: 0.8em;
}
@media (max-width: 1200px) {
  body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hwr-casino-trust {
    font-size: 0.75em;
  }
}
@media (max-width: 992px) {
  body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hwr-casino-trust {
    font-size: 0.65em;
  }
}
@media (max-width: 767px) {
  body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hwr-casino-trust {
    font-size: 0.55em;
  }
}
@media (max-width: 480px) {
  body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hwr-casino-trust {
    font-size: 0.6em;
  }
}
body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .trust-rating {
  font-family: Roboto;
  top: 70% !important;
}
@media (max-width: 767px) {
  body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .trust-rating {
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .trust-rating {
    padding-top: 20px;
  }
}
@media (max-width: 1200px) {
  body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .trust-rating-image {
    width: 100px;
  }
}
@media (max-width: 992px) {
  body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .trust-rating-image {
    width: 60px;
  }
}
@media (max-width: 767px) {
  body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .trust-rating-image {
    width: 60px;
  }
}
@media (max-width: 480px) {
  body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .trust-rating-image {
    width: 60px;
  }
}
body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .trust-rating-text {
  margin-left: 10px;
  display: inline-block;
}
body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hwr-casino-trust-playersay {
  margin: 0;
  font-weight: bold;
  letter-spacing: -0.5px;
}
body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hwr-casino-trust-large {
  margin: 0;
  font-size: 1.65em;
}
body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hwr-casino-cta-link {
  background-image: -webkit-gradient(linear, left top, right top, from(#06b234), to(#037613));
  background-image: linear-gradient(to right, #06b234, #037613);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 1em;
  padding: 10px 25px;
}
@media (max-width: 360px) {
  body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hwr-casino-cta-link {
    padding: 10px;
  }
}
body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hwrc-prefooter {
  padding: 60px 0 100px;
}
@media (max-width: 480px) {
  body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hwrc-prefooter {
    padding: 0px 0 40px;
  }
}
body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hwrc-prefooter::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background-color: #dfdfdf;
}
@media (max-width: 480px) {
  body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hwrc-prefooter::after {
    height: 150px;
  }
}
body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hwrg-cert-img {
  position: relative;
  width: 80%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 36px 20px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 36px 20px;
}
@media (max-width: 480px) {
  body[data-page-theme=listing-hwrg1] .highest-win-rate-casinos .hwrg-cert-img {
    width: 100%;
  }
}
body[data-page-theme=listing-hwrg1] footer .cr-logo {
  background-color: #2fd556;
  text-align: center;
  padding: 20px 0;
  position: relative;
  -webkit-box-shadow: 0 -1px 0 #fff, 0 -2px 0 #aeacaf;
  box-shadow: 0 -1px 0 #fff, 0 -2px 0 #aeacaf;
  overflow: hidden;
}
/*====================================
    LISTING c11
=====================================*/
body[data-page-theme=listing-bg1].listing_bg1_c11-ont,
body[data-page-theme=listing-bg1].listing_bg1_c12 {
  /*Hack job since this doesn't have poopstrap*/
}
body[data-page-theme=listing-bg1].listing_bg1_c11-ont .d-none,
body[data-page-theme=listing-bg1].listing_bg1_c12 .d-none {
  display: none;
}
@media (max-width: 992px) {
  body[data-page-theme=listing-bg1].listing_bg1_c11-ont .d-md-block,
  body[data-page-theme=listing-bg1].listing_bg1_c12 .d-md-block {
    display: block;
  }
}
@media (max-width: 992px) {
  body[data-page-theme=listing-bg1].listing_bg1_c11-ont .d-md-hide,
  body[data-page-theme=listing-bg1].listing_bg1_c12 .d-md-hide {
    display: none !important;
  }
}
@media (max-width: 992px) {
  body[data-page-theme=listing-bg1].listing_bg1_c11-ont .casino-table .trustpilot-holder img,
  body[data-page-theme=listing-bg1].listing_bg1_c12 .casino-table .trustpilot-holder img {
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  body[data-page-theme=listing-bg1].listing_bg1_c11-ont .promo__feature,
  body[data-page-theme=listing-bg1].listing_bg1_c12 .promo__feature {
    margin-bottom: 6px;
  }
}
body[data-page-theme=listing-bg1].listing_bg1_c11-ont .section-thumbnail,
body[data-page-theme=listing-bg1].listing_bg1_c12 .section-thumbnail {
  display: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
body[data-page-theme=listing-bg1].listing_bg1_c11-ont .section-video,
body[data-page-theme=listing-bg1].listing_bg1_c12 .section-video {
  background: url(/Content/themes/jpw/shared/images/listing/bg1/c11-bg.jpg) no-repeat center / cover;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
body[data-page-theme=listing-bg1].listing_bg1_c11-ont .video-container,
body[data-page-theme=listing-bg1].listing_bg1_c12 .video-container {
  margin: 0 auto;
  width: 60%;
  position: relative;
  background: #ffb600;
  border-radius: 0;
}
@media (max-width: 575px) {
  body[data-page-theme=listing-bg1].listing_bg1_c11-ont .video-container,
  body[data-page-theme=listing-bg1].listing_bg1_c12 .video-container {
    width: 100%;
    margin: 0 auto 10px;
  }
}
body[data-page-theme=listing-bg1].listing_bg1_c11-ont body[data-page-theme=ugc] .video-holder,
body[data-page-theme=listing-bg1].listing_bg1_c12 body[data-page-theme=ugc] .video-holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body[data-page-theme=listing-bg1].listing_bg1_c11-ont .video-holder video,
body[data-page-theme=listing-bg1].listing_bg1_c12 .video-holder video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
  -webkit-clip-path: inset(1px 1px);
  clip-path: inset(1px 1px);
  padding: 4px;
  -webkit-transition: all 1s all ease-in-out;
  transition: all 1s all ease-in-out;
}
body[data-page-theme=listing-bg1].listing_bg1_c11-ont video,
body[data-page-theme=listing-bg1].listing_bg1_c12 video {
  width: 100%;
  height: 100%;
  background-position: center;
}
body[data-page-theme=listing-bg1].listing_bg1_c11-ont video[played],
body[data-page-theme=listing-bg1].listing_bg1_c12 video[played] {
  -webkit-filter: brightness(1.5);
          filter: brightness(1.5);
}
body[data-page-theme=listing-bg1].listing_bg1_c11-ont .play-btn,
body[data-page-theme=listing-bg1].listing_bg1_c12 .play-btn {
  /*position: absolute;*/
  z-index: 2;
  -webkit-animation: pulse 1s infinite ease-in-out;
  animation: pulse 1s infinite ease-in-out;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  cursor: pointer;
  -webkit-transition: ease-in-out 1s all;
  transition: ease-in-out 1s all;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
body[data-page-theme=listing-bg1].listing_bg1_c11-ont .play-btn img,
body[data-page-theme=listing-bg1].listing_bg1_c12 .play-btn img {
  width: 10vw;
  height: 10vw;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
@media (max-width: 575px) {
  body[data-page-theme=listing-bg1].listing_bg1_c11-ont .play-btn img,
  body[data-page-theme=listing-bg1].listing_bg1_c12 .play-btn img {
    width: 20vw;
    height: 20vw;
  }
}
