@font-face {
  font-family: 'Patrick Hand';
  font-style: normal;
  font-weight: 400;
  src: url('font/patrick-hand/PatrickHand-Regular.woff2') format('woff2'),
       url('font/patrick-hand/PatrickHand-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url('font/roboto/Roboto-Regular.woff2') format('woff2'),
       url("font/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url('font/roboto/Roboto-Italic.woff2') format('woff2'),
      url("font/roboto/Roboto-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url('font/roboto/Roboto-Bold.woff2') format('woff2'),
      url("font/roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url('font/roboto/Roboto-BoldItalic.woff2') format('woff2'),
  url("font/roboto/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
:root{
  --transition:all 0.2s ease-in-out;
  --red: #D82400; /*Text links and bonus sum*/
  --blue: #005A9F; /*Quick navigation*/
  --gray: #585858; /*Terms*/
  --lighter-blue: #E9F2F6; /*Subscribe form in page - background*/
  --light-blue: #ACE9FF; /*Subscribe form footer - link*/
  --darker-blue: #0B1844; /*Subscribe form in page - heading*/
  --darker-gray: #4E505A; /*Subscribe form in page - text color*/
  --dark-gray: #55596E; /*Subscribe form in page - text color*/
  --intro-home-bg:#E5E9F0;
  --main-txt:#00296B;
  /*Popup*/
  --light-purple: #D7E0F6; /*Popup background upper half*/
  --light-red: #FF3C00; /*Popup gradient color*/
  --dark-red: #D82400; /*Popup gradient color*/
  /*Blog*/
  --blog-blue: #0070CC; /*Fun reads*/
  --blog-yellow: #FDC500; /*Guides*/
}
body{font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font:normal 15px "Roboto",sans-serif;line-height:23px;background:#fff;color:#2b2b2b;margin:0;padding:0;min-width:320px}h1,h2,h3,h4,h5,h6{margin:0 0 1rem 0;padding:0;text-align:left;font-style:normal}h1{font-size:32px;line-height:40px;color:#0b1844;margin-bottom:15px}h2{font-size:30px;line-height:28px;color:#0b1844;margin-bottom:15px}h3{font-size:26px;line-height:33px;color:#0b1844}h4{font-size:24px;line-height:32px}h5{font-size:22px;line-height:30px}h6{font-size:20px;line-height:28px}ol{margin-top:0;display:inline-block}.mt-20{margin-top:20px}a{color:var(--red);transition:all 0.2s ease-in-out}a:hover{color:rgb(0,136,187);text-decoration:none}.cta{display:block;font-size:18px;text-align:center;text-decoration:none;color:red;margin:30px auto 0}.cta:hover{color:#006fa2}.cta:after{content:"#AD, 18+, T&Cs apply!";font-size:10px;font-style:italic;display:block;text-align:center;color:#000;position:relative;bottom:7px}.trm{text-align:center;margin:30px auto}.trm .cta{display:inline-block;margin:0}.trm .small-text{display:inline-block}.h_casino{font-size:40px;color:#2e2e2e;text-align:center;margin-top:60px;line-height:50px}.h_casino.fix{margin-top:0}.h_bonus{font-size:35px;color:#ab0000;text-align:center;margin-top:60px;text-transform:uppercase}.blurred{filter:blur(10px);-webkit-filter:blur(10px)}.wh{background:#fff!important}.gr{background:#d9d9d9!important}.yt-video-centered{display:block;margin:0 auto;text-align:center}article{max-width:1400px;background:#fff;margin:0 auto;text-align:justify}article br{margin-top:5px;content:"";display:block}#main{padding:45px 30px 0 30px}img.right{float:right;margin-left:10px}img.left{float:left;margin-right:10px}img.center{display:block;margin:15px auto;max-width:100%;height:auto}img.brdr{border-radius:5px}img.sh-dr{filter:drop-shadow(2px 2px 3px black);-webkit-filter:drop-shadow(2px 2px 3px black)}.pad-b-10{padding-bottom:10px}.mar-b-10{margin-bottom:10px!important}.mar-b-20{margin-bottom:20px!important}.info-list{margin-left:450px}.overflow-hidden{overflow:hidden}.text-center{text-align:center}.text-left{text-align:left!important}.font-weight-bold{font-weight:700}.q-text{color:#3a70bc;font-style:italic}p{margin:0 0 1rem}.w-auto{width:auto!important}img:not(.left):not(.right){height:auto;max-width:100%}@media screen and (min-width:768px){ul.col-4{columns:2}ul.col-2{columns:1}}@media screen and (min-width:1101px){.w-fix{width:44%}}@media screen and (min-width:1200px){ul.col-4{columns:4;column-gap:2rem}ul.col-2{columns:2;column-gap:2rem}#main{max-width:1120px;margin:0 auto}}
/* buttons / links */
article p a,
.single p a,
article li:not(.txt) a {
  color: var(--accent);
  transition: all 0.2s ease-in-out;
}
article p a:hover,
article li:not(.txt) a:hover {color: rgb(0, 136, 187);text-decoration: none;}
.blue-btn {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  width: 150px;
  height: 29px;
  line-height: 29px;
  display: block;
  margin: 0 auto;
  background: #0098cb;
  background: -webkit-linear-gradient(top, #0098cb 0%, #00689b 100%);
  background: linear-gradient(to bottom, #0098cb 0%, #00689b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0098cb', endColorstr='#00689b',GradientType=0 );
  border-radius: 5px;
  transition: all 0.2 ease-in-out;
}
.blue-btn:hover {
  background: #00689b;
  background: -webkit-linear-gradient(
    top,
    #00689b 0%,
    #00689b 0%,
    #0098cb 100%
  );
  background: linear-gradient(to bottom, #00689b 0%, #00689b 0%, #0098cb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00689b', endColorstr='#0098cb',GradientType=0 );
  color: #fff;
}
.cta_btn {
  border: 1px solid #afb6c8;
  border-radius: 5px;
  font-size: 21px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 45px;
  background: #c60000;
  background: -webkit-linear-gradient(top, #c60000 0%, #860000 100%);
  background: linear-gradient(to bottom, #c60000 0%, #860000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c60000', endColorstr='#860000',GradientType=0 );
  transition: all 0.2 ease-in-out;
  width: 250px;
  max-width: 100%;
}
.cta_btn:hover {
  background: #860000;
  background: -webkit-linear-gradient(top, #860000 0%, #c60000 100%);
  background: linear-gradient(to bottom, #860000 0%, #c60000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#860000', endColorstr='#c60000',GradientType=0 );
  color: #fff;
}
.alphabet-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  border: 1px solid #ed1313;
  background: #c60000;
  background: -webkit-linear-gradient(top, #c60000 0%, #860000 100%);
  background: -o-linear-gradient(top, #c60000 0%, #860000 100%);
  background: linear-gradient(to bottom, #c60000 0%, #860000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c60000', endColorstr='#860000',GradientType=0 );
}
.alphabet-menu.fixed {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: 1115px;
  max-width: 100%;
  z-index: 99;
}
.alphabet-menu a {
  min-width: 22px;
  padding: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: var(--transition);
}
.alphabet-menu a:not(:first-child) {border-left: 1px solid #de1d1d;}
.alphabet-menu a:hover {color: rgb(255 255 255 / 75%);text-decoration: underline;}
@media screen and (min-width: 1250px) {
  .alphabet-menu {justify-content: center;}
  .alphabet-menu a {min-width: 19px;}
}
.main_top_box {margin: 0 0 0 30px;max-width: 392px;float: right;}
.main_top_box span.heading {
  background: #c60000;
  background: -webkit-linear-gradient(top, #c60000 0%, #860000 100%);
  background: -o-linear-gradient(top, #c60000 0%, #860000 100%);
  background: linear-gradient(to bottom, #c60000 0%, #860000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c60000', endColorstr='#860000',GradientType=0 );
  width: 390px;
  height: 35px;
  border: 1px solid #ed1313;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
  padding-top: 12px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  float: right;
}
.main_top_box span.heading-sec {height: 65px;line-height: 30px;}
.main_top_box ul {display: block;float: right;list-style: none;margin: 0;width: 392px;}
.main_top_box ul li {
  background: #f6f6f6;
  background: -webkit-linear-gradient(top, #f6f6f6 0%, #bebdbd 100%);
  background: -o-linear-gradient(top, #f6f6f6 0%, #bebdbd 100%);
  background: linear-gradient(to bottom, #f6f6f6 0%, #bebdbd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#bebdbd',GradientType=0 );
  margin-top: 3px;
  height: 56px;
  padding: 6px 0 0 0;
}
.main_top_box ul li .bonus {
  width: 105px;
  border-left: 1px solid #bbbaba;
  border-right: 1px solid #bbbaba;
  color: #0c318f;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  padding: 13px 0;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}
.main_top_box ul li a.btn {
  width: 112px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
  border-radius: 5px;
  display: inline-block;
  background: #0098cb;
  background: -webkit-linear-gradient(top, #0098cb 0%, #00689b 100%);
  background: -o-linear-gradient(top, #0098cb 0%, #00689b 100%);
  background: linear-gradient(to bottom, #0098cb 0%, #00689b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0098cb', endColorstr='#00689b',GradientType=0 );
}
.main_top_box ul li a.btn {float: right;margin: 3px 10px 0 0;}
.main_top_box ul li a.btn:hover {
  background: #00689b;
  background: -webkit-linear-gradient(top, #00689b 0%, #0098cb 100%);
  background: -o-linear-gradient(top, #00689b 0%, #0098cb 100%);
  background: linear-gradient(to bottom, #00689b 0%, #0098cb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00689b', endColorstr='#0098cb',GradientType=0 );
}
.main_top_box ul li a.btn.fix {
  width: 80px;
  margin: -18px 25px 0 0;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  background: #c90000;
  background: -webkit-linear-gradient(top, #c90000 0%, #aa0000 100%);
  background: -o-linear-gradient(top, #c90000 0%, #aa0000 100%);
  background: linear-gradient(to bottom, #c90000 0%, #aa0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c90000', endColorstr='#aa0000',GradientType=0 );
}
.main_top_box ul li a.btn.fix:hover {
  background: #aa0000;
  background: -webkit-linear-gradient(top, #aa0000 0%, #e00000 100%);
  background: -o-linear-gradient(top, #aa0000 0%, #e00000 100%);
  background: linear-gradient(to bottom, #aa0000 0%, #e00000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa0000', endColorstr='#e00000',GradientType=0 );
}
.quick_links {
  max-width: 1118px;
  height: 66px;
  margin: 70px auto;
  text-align: center;
  border: 1px solid #d6d6d6;
  background: #f4f4f4;
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #dbdbdb 100%);
  background: -o-linear-gradient(top, #f4f4f4 0%, #dbdbdb 100%);
  background: linear-gradient(to bottom, #f4f4f4 0%, #dbdbdb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dbdbdb',GradientType=0 );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.quick_links:before,
.quick_links:after,
table.comparecasinos:before,
table.comparecasinos:after,
.casino-cust-supp:after,
.casino-cust-supp:before,
.boxes-4columns:before,
.boxes-4columns:after {
  content: "";
  display: block;
  clear: both;
}
.main_top_box li.heading {height: auto;padding: 0;margin: 0;}
.main_top_box li.heading:before {background: none;margin: 0;min-width: 0;}
.main_top_box li.heading span {width: 33%;margin: 0;padding: 0;display: inline-block;text-align: center;}
.terms {
  font-style: italic;
  height: 0px;
  text-align: right;
  margin: -10px 0 30px 0;
  padding: 0;
  font-size: 12px;
  text-transform: none;
}
.bordered-box .terms {margin-top: 0;}
.v2-terms {font-style: italic;text-align: right;font-size: 12px;}
.terms.fxtr {text-align: center;margin: 0;}
.termstop {float: right;font-size: 12px;font-style: italic;height: 20px;margin: 5px 10px 14px 0px;}
.termsrev {float: right;font-style: italic;font-size: 11px;line-height: 1.2;padding-top: 5px;}
.terms.footer-elem {margin-top: 0;}
.quick_links .text {
  font-size: 26px;
  font-weight: bold;
  color: #000d3b;
  float: left;
  text-transform: uppercase;
  padding: 23px 0 0 15px;
}
.no-webp .quick_links i {background: url(img/qn-arrow.png) no-repeat 0 0;}
.webp .quick_links i {background: url(img/qn-arrow.webp) no-repeat 0 0;}
.quick_links i {
  content: "";
  width: 37px;
  height: 66px;
  display: inline-block;
  text-indent: -9999px;
  padding: 38px 24px 0 0;
}
.quick_links a {
  background: #fff;
  min-width: 141px;
  height: 41px;
  border: 1px solid #d0d0d0;
  font-size: 22px;
  color: #363636;
  text-decoration: none;
  margin: 8px 0 0 15px;
  padding: 5px;
  text-align: left;
}
.quick_links a:hover {background: #bcf9f2;}
.quick_links a span.second {font-size: 13px;font-weight: normal;display: block;color: #adadad;}
.no-webp .t_stars {background: url("/media/spritesheet-tiny.png") no-repeat -10px -43px;}
.webp .t_stars {background: url("/media/spritesheet-tiny.webp") no-repeat -10px -43px;}
.t_stars {width: 79px;height: 17px;margin: 15px auto 20px;text-indent: -9999px;}
table.casinos {
  width: 100%;
  border-collapse: separate;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-spacing: 0;
  border: 1px solid #b3b3b3;
  margin: 10px auto 20px;
}
table.casinos tr td:last-child a.revbt {width: 200px;}
@media only screen and (max-width: 356px) {table.casinos tr td:last-child a.revbt {width: 170px;font-size: 13px;}}
table.casinos th {
  height: 56px;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #c60000;
  background: -webkit-linear-gradient(top, #c60000 0%, #860000 100%);
  background: -o-linear-gradient(top, #c60000 0%, #860000 100%);
  background: linear-gradient(to bottom, #c60000 0%, #860000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c60000', endColorstr='#860000',GradientType=0 );
}
table.casinos th:first-child {min-width: 130px;}
table.casinos th:last-child,
table.casinos th:nth-last-child(2) {min-width: 110px;}
table.casinos tr {height: 54px;}
table.casinos.min-dep tr {height: 70px;}
table.casinos td {font-size: 20px;color: #010101;text-align: center;}
table.casinos.v2 .ops-md,
table.casinos.v2 tr td:first-child {padding: 5px 0;}
table.casinos td p {padding: 0;margin: 0;}
table.casinos tr td:first-child {display: block;}
table.casinos.top5 tr td:first-child {margin: 5px auto;}
table.casinos:not(.min-dep) tr:not(:first-child):not(.trms):before {
  content: "#AD";
  font-size: 10px;
  font-style: italic;
  position: absolute;
  margin-left: 0;
  color: #828282;
}
table.casinos tr.trms.odd td:first-child,table.casinos2 tr.trms.odd td:first-child {background: #efefef;}
table.casinos tr.trms td:first-child,
table.frame-table tr.trms td:first-child,
table.casinos2 tr.trms td:first-child {
  background: none;
  display: table-cell;
  text-indent: 0px;
  font-size: 11px;
  text-transform: none;
  line-height: 1.2;
  background-color: white;
  color: #6b6b6b;
  text-align: justify;
  padding: 2px 3px;
  font-weight: normal;
}
.toreview {display: block;height: 100%;width: 100%;}
.no-webp .spr-md[class*="logo-"],
.no-webp .spr-md [class*="logo-"] {background-image: url("/media/logos_ver.png");}
.webp .spr-md[class*="logo-"], .webp .spr-md [class*="logo-"] {background-image: url("/media/logos_ver.webp");}
[class*="logo-"] {
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
  width: 123px;
  height: 60px;
}

.rounded-sm, .rounded-sm [class*="op-"] {border-radius: 0.25rem;}
.rounded-lg, .rounded-lg [class*="op-"] {border-radius: 0.5rem;
}
[class*="op-"] {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90% 100%;
  display: block;
  text-indent: -9999px;
  text-align: left;
}
.ops-md,
[class*="bg-"] {width: 123px;height: 60px;margin: 0 auto;}
.net-md {width: 110px;height: 55px;}
.horizontaloffer [class*="bg-"] {border: none;}
.article-table__item [class*="bg-"] {width: 123px;height: 65px;margin: 0 auto;}
table [class*="bg-"] {overflow: hidden;display: block;}
table [class*="bg-"][class*="op-"]:hover,
table [class*="bg-"][class*="logo-"]:hover,
.box3 [class*="bg-"]:hover [class*="logo-"],
.box3 [class*="bg-"]:hover [class*="op-"],
.box4 [class*="bg-"][class*="logo-"]:hover,
.box4 [class*="bg-"][class*="op-"]:hover,
.horizontaloffer [class*="bg-"][class*="op-"]:hover,
.article-table [class*="bg-"][class*="op-"]:hover,
.article-table [class*="bg-"][class*="logo-"]:hover,
.box-1column [class*="bg-"][class*="op-"]:hover,
.box-1column [class*="bg-"][class*="logo-"]:hover {
  -webkit-animation: scale-up-center 1s cubic-bezier(0.39, 0.575, 0.565, 1)
    infinite alternate-reverse both;
  animation: scale-up-center 1s cubic-bezier(0.39, 0.575, 0.565, 1) infinite
    alternate-reverse both;
}
table .net-md[class*="bg-"] [class*="op-"] {transition: var(--transition);}
table .net-md[class*="bg-"]:hover [class*="op-"] {animation: none;filter: grayscale(1);}
.ul-opt-net .net-md[class*="bg-"]:hover {
  animation: none;
  opacity: 0.5;
}
/* animations/ */
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
table.casinos:not(.common) tr:nth-of-type(even),.tr-no-bg {background: #fff;}
table.casinos:not(.common) tr:nth-of-type(odd),.tr-bg {background: #d9d9d9;}
table.casinos tr.tr-bg {background: #d9d9d9 !important;}
table.casinos tr td:nth-child(5) a,
table.common .rev-btn {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  width: 101px;
  height: 29px;
  line-height: 29px;
  display: block;
  margin: 0 auto;
  background: #0098cb;
  background: -webkit-linear-gradient(top, #0098cb 0%, #00689b 100%);
  background: -o-linear-gradient(top, #0098cb 0%, #00689b 100%);
  background: linear-gradient(to bottom, #0098cb 0%, #00689b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0098cb', endColorstr='#00689b',GradientType=0 );
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}
table.casinos.common:not(.rev) td.btn a {width: 85%;padding: 7px;line-height: initial;height: auto;}
table.casinos.common:not(.rev) td.btn a:not(.rev-btn) {line-height: 30px;padding: 0 7px;}
table.casinos tr td:nth-child(5) a:hover,
table.common .rev-btn:hover {
  background: #00689b;
  background: -webkit-linear-gradient(
    top,
    #00689b 0%,
    #00689b 0%,
    #0098cb 100%
  );
  background: -o-linear-gradient(top, #00689b 0%, #00689b 0%, #0098cb 100%);
  background: linear-gradient(to bottom, #00689b 0%, #00689b 0%, #0098cb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00689b', endColorstr='#0098cb',GradientType=0 );
}
table.casinos tr td:nth-child(5) span,
table.common .no-rev {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  width: 101px;
  height: 29px;
  line-height: 29px;
  display: block;
  margin: 0 auto;
  background: #58859b;
  background: -webkit-linear-gradient(top, #54bbdd 0%, #58859b 100%);
  background: -o-linear-gradient(top, #54bbdd 0%, #58859b 100%);
  background: linear-gradient(to bottom, #54bbdd 0%, #58859b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54bbdd', endColorstr='#58859b',GradientType=0 );
  border-radius: 5px;
}
table.casinos tr td:last-child a:not(.blue-btn):not(.tc),
.tap-table-show-more {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  width: 101px;
  height: 29px;
  line-height: 29px;
  display: block;
  margin: 0 auto;
  background: #ff8d00;
  background: -webkit-linear-gradient(top, #ff8d00 0%, #ff2b00 100%);
  background: -o-linear-gradient(top, #ff8d00 0%, #ff2b00 100%);
  background: linear-gradient(to bottom, #ff8d00 0%, #ff2b00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8d00', endColorstr='#ff2b00',GradientType=0 );
  border-radius: 5px;
}
table.casinos tr td:last-child a:not(.blue-btn):not(.tc):hover,
.tap-table-show-more:hover {
  background: #ff2b00;
  background: -webkit-linear-gradient(top, #ff2b00 0%, #ff8d00 100%);
  background: -o-linear-gradient(top, #ff2b00 0%, #ff8d00 100%);
  background: linear-gradient(to bottom, #ff2b00 0%, #ff8d00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2b00', endColorstr='#ff8d00',GradientType=0 );
}
.video {position: relative;padding-bottom: 56.25%;padding-top: 30px;height: 0;overflow: hidden;margin: 20px auto;}
.video embed, .video iframe, .video object {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.video-sm {margin: 10px auto;text-align: center;}
.video-sm iframe {outline: 2px solid #be3737;outline-offset: 5px;}
table.casinos2 {
  width: 100%;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-spacing: 0;
  border: 1px solid #b3b3b3;
  margin: 70px auto;
}
table.casinos2 tr:first-child th {
  height: 56px;
  margin: 0 auto;
  font-size: 33px;
  font-weight: bold;
  text-align: center;
  text-transform: none;
  color: #fff;
  background: #c60000;
  background: -webkit-linear-gradient(top, #c60000 0%, #860000 100%);
  background: -o-linear-gradient(top, #c60000 0%, #860000 100%);
  background: linear-gradient(to bottom, #c60000 0%, #860000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c60000', endColorstr='#860000',GradientType=0 );
}
table.casinos2 th {
  height: 54px;
  margin: 0 auto;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #00186f;
  font-weight: normal;
}
table.casinos2 tr {height: 53px;}
table.casinos2 td {font-size: 20px;color: #010101;text-align: center;border-right: 1px solid #cccbcb;}
table.casinos2 td p {margin-block-start: 0;margin-block-end: 0;}
table.casinos2 td:last-child {border: none;}
table.casinos2 tr:nth-of-type(odd) {background: #fff;}
table.casinos2 tr:nth-of-type(even) {background: #d9d9d9;}
.other_art {background: var(--intro-home-bg);border: 1px solid #d7d6d6;margin: 20px 0;}
.other_art p {font-size: 20px;letter-spacing: 2px;text-align: center;}
.other_art-title {
  display: block;
  font-size: 33px;
  font-weight: normal;
  color: #ae0000;
  margin: 0 auto;
  text-align: center;
  padding: 26px;
}
h3.hl {display: table;font-size: 33px;font-weight: normal;color: #ae0000;margin: 50px auto 70px;}
.other_art ul.in_links {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.other_art ul.other-in_links li {margin: 0 auto;}
.other_art ul.in_links li {max-width: 315px;border-bottom: 1px dashed var(--main-txt);min-width: 227px;}
.other_art ul.in_links-sec li {min-width: 315px;}
.other_art ul.in_links a {font-size: 16px;color: var(--main-txt);text-decoration: none;}
.other_art ul.in_links a:hover {text-decoration: underline;}
ul.in_links {list-style: none;margin-bottom: 50px;}
ul.in_links li{max-width:315px;display:inline-block;margin:0 0 15px 15px;padding-bottom:5px;border-bottom:1px dashed var(--main-txt);text-align: left;}
ul.in_links li:before{content: "\f105";font-family: "Font Awesome 5 Free";font-weight: bold;font-size: 16px;position: relative;margin-right: 0.5rem;}
ul.in_links a {font-size: 16px;color: #585858;text-decoration: none;}
ul.in_links a:hover {text-decoration: underline;}
.box4 {display: inline-block;margin: 40px auto 20px auto;}
.box4 .b1 {
  display: inline-block;
  width: 260px;
  max-width: 100%;
  background: #d7e0f6;
  border-radius: 5px;
  border: 1px solid #c8c8c8;
  margin-right: 10px;
  vertical-align: top;
}
.box4 .b1:before {content: "#AD";font-size: 13px;font-style: italic;position: absolute;margin-left: 8px;}
.box4 .b1:last-child {margin-right: 0;}
.box4 .b1 span.promo {
  display: block;
  margin: 10px auto;
  width: 161px;
  height: 39px;
  line-height: 39px;
  background: #c2cdeb;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
  color: #283454;
  text-align: center;
  text-transform: uppercase;
}
.box4 .b1 p.txt {font-size: 14px;color: #292a2a;text-align: center;padding: 0 22px;display: flex;align-items: center;justify-content: center;height: 50px;}
.box4 .cta_btn {font-size: 15px;width: unset;line-height: normal;}
.ban_r {float: right;margin-left: 20px;}
.ban_r span.ban_h {
  width: 300px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  color: #fff;
  background: #3a3a3a;
  display: block;
  text-align: center;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.ban_r img.fix {display: block;margin: 0 auto;}
.box2 {display: block;margin: 50px auto;max-width: 770px;}
.box2 ul.b2 {
  display: inline-block;
  max-width: 362px;
  max-height: 439px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #dbdbdb;
  list-style: none;
  margin: 0;
  padding: 0;
}
.box2 ul.b2:last-child {margin-left: 35px;}
.box2 ul.b2 li.logo {
  display: block;
  text-indent: -9999px;
  margin: 0 auto;
  height: 70px;
  line-height: 70px;
  vertical-align: middle;
  background: #006fa2;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
/* .box2 ul.b2 li.logo.gala { background-position: center 5px; }
.box2 ul.b2 li.logo.ladbrokes { background-position: center -55px; }
.box2 ul.b2 li.logo.titanbet { background-position: center -115px; }
.box2 ul.b2 li.logo.williamhill { background-position: center -175px; }
.box2 ul.b2 li.logo.wink { background-position: center -235px; }
.box2 ul.b2 li.logo.sun{ background-position: center -297px; } */
.box2 ul.b2 li.txt {
  font-size: 15px;
  color: #424242;
  line-height: 21px;
  padding: 10px 22px 10px 43px;
  text-indent: 10px;
}
.box2 ul.b2 li.txt.fix {background: #efefef;}
.box2 ul.b2 li.txt i {display: block;font: normal 22px "Roboto", sans-serif;color: #424242;padding-bottom: 10px;text-indent: -25px;}
.box2 ul.b2 li.txt.fix2 {
  background: #dfdfdf;
  background: -webkit-linear-gradient(top, #dfdfdf 0%, #bfbfbf 100%);
  background: -o-linear-gradient(top, #dfdfdf 0%, #bfbfbf 100%);
  background: linear-gradient(to bottom, #dfdfdf 0%, #bfbfbf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#bfbfbf',GradientType=0 );
  padding: 10px 0;
  text-indent: 0;
}
.box2 ul.b2 li a.btn {
  display: block;
  margin: 10px auto;
  width: 191px;
  height: 45px;
  border: 1px solid #afb6c8;
  border-radius: 5px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 45px;
  background: #c60000;
  background: -webkit-linear-gradient(top, #c60000 0%, #860000 100%);
  background: -o-linear-gradient(top, #c60000 0%, #860000 100%);
  background: linear-gradient(to bottom, #c60000 0%, #860000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c60000', endColorstr='#860000',GradientType=0 );
}
.box2 ul.b2 li a.btn:hover {
  background: #860000;
  background: -webkit-linear-gradient(top, #860000 0%, #c60000 100%);
  background: -o-linear-gradient(top, #860000 0%, #c60000 100%);
  background: linear-gradient(to bottom, #860000 0%, #c60000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#860000', endColorstr='#c60000',GradientType=0 );
}
.box3 {display: block;margin: 0 30px 30px 0;max-width: 400px;float: left;}
.box3 ul.b3 {
  display: block;
  width: 400px;
  max-width: 100%;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #dbdbdb;
  list-style: none;
  margin: 0;
  padding: 0;
}
.box3 ul > li:first-child {background: #006fa2;padding: 10px;border-bottom: 1px solid #016796;}
.box3 ul > li:first-child:before {content: "#AD";font-size: 12px;font-style: italic;position: absolute;color: #fff;margin-top: -8px;margin-left: -4px;}
.box3.not_ver ul > li:first-child:before {content: none;}
.box3 ul.b3 li.txt {padding: 12px;}
.box3 ul.b3 li.txt.fix {background: #efefef;}
.box3 ul.b3 li.txt.fix2 {
  background: #dfdfdf;
  background: -webkit-linear-gradient(top, #dfdfdf 0%, #bfbfbf 100%);
  background: -o-linear-gradient(top, #dfdfdf 0%, #bfbfbf 100%);
  background: linear-gradient(to bottom, #dfdfdf 0%, #bfbfbf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#bfbfbf',GradientType=0 );
  height: 46px;
}
.box3 ul.b3 li.txt span:not(.btn) {font-size: 22px;color: #424242;max-width: 180px;height: 38px;line-height: 38px;text-align: left;}
.box3 ul.b3 li.txt span.l {float: left;width: 25%;margin-right: 20px;border-right: 1px solid #e1e1e1;font-size: 16px;font-weight: 700;}
.box3 ul.b3 li.txt span.r {width: 70%;display: inline-block;text-align: left;font-size: 15px;max-width: 65%;}
.box3 ul.b3 li.txt span.r.sm-text br {margin-top: 0px;}
.box3 ul.b3 li.txt span.r.sm-text {font-size: 15px;}
.box3 ul.b3 li.txt span.r.fix, .box3 ul.b3 li.txt span.r.fix2 {font-size: 15px;}
.box3 ul.b3 li .btn {
  display: block;
  margin: 0 auto;
  width: 191px;
  height: 45px;
  border: 1px solid #afb6c8;
  border-radius: 5px;
  font-size: 21px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 45px;
  background: #c60000;
  background: -webkit-linear-gradient(top, #c60000 0%, #860000 100%);
  background: -o-linear-gradient(top, #c60000 0%, #860000 100%);
  background: linear-gradient(to bottom, #c60000 0%, #860000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c60000', endColorstr='#860000',GradientType=0 );
}
.box3 ul.b3 li .btn:hover {
  background: #860000;
  background: -webkit-linear-gradient(top, #860000 0%, #c60000 100%);
  background: -o-linear-gradient(top, #860000 0%, #c60000 100%);
  background: linear-gradient(to bottom, #860000 0%, #c60000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#860000', endColorstr='#c60000',GradientType=0 );
}
/*Review element bonus cta*/
.box3 ul.b3 li:nth-child(2) span.r {
  position: relative;
  background: #f7efed;
  width: 100%;
  max-width: 69%;
  text-align: center;
  color: #3498db;
  font-weight: 700;
  border-radius: 7px;
  -webkit-box-shadow: -2px -4px 11px 0px #d7e0f6, 4px 4px 11px 0px #cddcff,
    5px 5px 15px 5px rgb(0 0 0 / 0%);
  box-shadow: -2px -4px 11px 0px #d7e0f6, 4px 4px 11px 0px #cddcff,
    5px 5px 15px 5px rgb(0 0 0 / 0%);
}
.box3.not_ver ul.b3 li:nth-child(2) span.r {
  background: transparent;
  color: inherit;
  text-align: left;
  font-weight: normal;
  box-shadow: none;
}
.box3:not(.not_ver) ul.b3 li:nth-child(2) span.r:hover {background: #d7e0f6;}
.no-webp .box3:not(.not_ver) ul.b3 li:nth-child(2) span.r:hover::before {background: url(/media/spritesheet-2.png) -10px -450px no-repeat;}
.webp .box3:not(.not_ver) ul.b3 li:nth-child(2) span.r:hover::before {background: url(/media/spritesheet-2.webp) -10px -450px no-repeat;}
.box3:not(.not_ver) ul.b3 li:nth-child(2) span.r:hover::before {
  content: "";
  position: absolute;
  left: -11px;
  top: -19px;
  width: 62px;
  height: 39px;
  transform: rotate(45deg) scale(0.55);
}
.no-webp .box3:not(.not_ver) ul.b3 li:nth-child(2) span.r:hover::after {background: url(/media/spritesheet-2.png) -223px -502px no-repeat;}
.webp .box3:not(.not_ver) ul.b3 li:nth-child(2) span.r:hover::after {background: url(/media/spritesheet-2.webp) -223px -502px no-repeat;}
.box3:not(.not_ver) ul.b3 li:nth-child(2) span.r:hover::after {
  content: "";
  position: absolute;
  right: -11px;
  top: -18px;
  width: 62px;
  height: 39px;
  transform: rotate(-45deg) scale(0.55);
}

.customers-list {clear: both;}
.video2 {clear: both;margin: 70px auto;}
.video2 span.title {
  float: right;
  font-size: 25px;
  color: #021c7a;
  text-transform: uppercase;
  border-bottom: 1px dotted #b2b2b2;
}
.video2 img.r1 {float: right;margin-top: -400px;}
.video2 img.r2 {float: right;margin-top: -200px;}
table.casinos3 {
  width: 100%;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-spacing: 0;
  border: 1px solid #b3b3b3;
  margin: 10px auto 70px;
}
table.casinos3 th {
  height: 56px;
  margin: 0 auto;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #c60000;
  background: -webkit-linear-gradient(top, #c60000 0%, #860000 100%);
  background: -o-linear-gradient(top, #c60000 0%, #860000 100%);
  background: linear-gradient(to bottom, #c60000 0%, #860000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c60000', endColorstr='#860000',GradientType=0 );
}
table.casinos3 tr {height: 54px;}
table.casinos3 td {font-size: 20px;color: #010101;text-transform: uppercase;text-align: center;}
table.casinos3 tr:nth-of-type(even) {background: #fff;}
table.casinos3 tr:nth-of-type(odd) {background: #d9d9d9;}
table.casinos3 tr td:last-child a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  width: 101px;
  height: 29px;
  line-height: 29px;
  display: block;
  margin: 0 auto;
  background: #0098cb;
  background: -webkit-linear-gradient(top, #0098cb 0%, #00689b 100%);
  background: -o-linear-gradient(top, #0098cb 0%, #00689b 100%);
  background: linear-gradient(to bottom, #0098cb 0%, #00689b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0098cb', endColorstr='#00689b',GradientType=0 );
  border-radius: 5px;
}
table.casinos3 tr td:last-child a:hover {
  background: #00689b;
  background: -webkit-linear-gradient(
    top,
    #00689b 0%,
    #00689b 0%,
    #0098cb 100%
  );
  background: -o-linear-gradient(top, #00689b 0%, #00689b 0%, #0098cb 100%);
  background: linear-gradient(to bottom, #00689b 0%, #00689b 0%, #0098cb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00689b', endColorstr='#0098cb',GradientType=0 );
}
table.casinos4 th {
  height: 56px;
  margin: 0 auto;
  padding: 0 10px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #c60000;
  background: -webkit-linear-gradient(top, #c60000 0%, #860000 100%);
  background: -o-linear-gradient(top, #c60000 0%, #860000 100%);
  background: linear-gradient(to bottom, #c60000 0%, #860000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c60000', endColorstr='#860000',GradientType=0 );
}
table.casinos4 tr:nth-of-type(odd) {background: #f3f3f3;}
table.casinos4 tr {height: 54px;}
table.casinos4 {
  width: 100%;
  border-collapse: separate;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-spacing: 0;
  border: 1px solid #b3b3b3;
  margin: 10px auto 5px;
}
table.casinos4 tr.trms td:first-child {
  background: none;
  display: table-cell;
  text-indent: 0px;
  font-size: 11px;
  text-transform: none;
  background-color: #f1f1f1;
  color: #6b6b6b;
  text-align: justify;
  padding: 2px 3px;
  font-weight: normal;
  line-height: 1.2;
}
table.casinos tr.trms,table.casinos4 tr.trms {height: 22px;}
table.casinos4 td {font-size: 15px;color: #010101;text-align: center;padding: 0px 7px;}
table.casinos4 td:nth-child(3) {font-size: 16px;min-width: 165px;line-height: 1.15;}
table.casinos4 td:nth-child(3):not(.has-long-terms):after {content: "#AD, 18+, T&C's apply!";color: #828282;font-size: 10px;font-style: italic;display: block;margin-top: 3px;}
table.casinos4 td:nth-child(5) {min-width: 130px;}
.casinos4 .color-red {font-size: 22px;}
table.casinos4 tr td:nth-child(2) {
  display: block;
  margin: 5px auto;
  vertical-align: middle;
  max-width: 130px;
  min-height: 50px;
}
table.casinos4 tr td:nth-child(2) > span {transform: scale(1);}
table.casinos4 td p {margin-block-start: 0;margin-block-end: 0;}
table.casinos4 .small-text {display: block;}
.table-scroll {overflow-y: hidden;overflow-x: auto;}
table.casinos4 tr td:last-child a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  width: 150px;
  height: 29px;
  line-height: 29px;
  display: block;
  margin: 0 auto;
  background: #0098cb;
  background: -webkit-linear-gradient(top, #0098cb 0%, #00689b 100%);
  background: -o-linear-gradient(top, #0098cb 0%, #00689b 100%);
  background: linear-gradient(to bottom, #0098cb 0%, #00689b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0098cb', endColorstr='#00689b',GradientType=0 );
  border-radius: 5px;
}
table.casinos4 tr td:last-child a:hover {
  background: #00689b;
  background: -webkit-linear-gradient(
    top,
    #00689b 0%,
    #00689b 0%,
    #0098cb 100%
  );
  background: -o-linear-gradient(top, #00689b 0%, #00689b 0%, #0098cb 100%);
  background: linear-gradient(to bottom, #00689b 0%, #00689b 0%, #0098cb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00689b', endColorstr='#0098cb',GradientType=0 );
}
.tbl-scroll-tc {text-align: right;font-size: 11px;margin-top: 0;}
.table-scroll.scroll::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  height: -moz-available;
  height: fill-available;
}
.table-scroll.scroll::-webkit-scrollbar-track {background: white;border-radius: 3px;border: 1px solid #d9d9d9;}
.table-scroll.scroll::-webkit-scrollbar-thumb {background: #1b6b91;border: 1px solid #006ba1;border-radius: 3px;}
.toall {text-align: center;font-size: 21px;margin: 30px auto;}
.toall a {
  color: #fff;
  text-decoration: none;
  width: 60%;
  line-height: 29px;
  display: block;
  margin: 0 auto;
  background: #0098cb;
  background: -webkit-linear-gradient(top, #0098cb 0%, #00689b 100%);
  background: -o-linear-gradient(top, #0098cb 0%, #00689b 100%);
  background: linear-gradient(to bottom, #0098cb 0%, #00689b 100%);
  border-radius: 5px;
  padding: 10px 8px;
}
.toall a:hover {
  background: #00689b;
  background: -webkit-linear-gradient(
    top,
    #00689b 0%,
    #00689b 0%,
    #0098cb 100%
  );
  background: -o-linear-gradient(top, #00689b 0%, #00689b 0%, #0098cb 100%);
  background: linear-gradient(to bottom, #00689b 0%, #00689b 0%, #0098cb 100%);
}
/* table casinos */
.other-casinos h1 {text-align: center;color: #000;text-shadow: 1px 1px 4px #d4d4d4;}
.other-casinos h3 {text-align: center;color: #000;text-shadow: 1px 1px 4px #d4d4d4;}
.other-casinos {
  display: block;
  margin: 5px auto;
  background: rgba(6, 133, 234, 0.12);
  border: 1px solid rgba(255, 0, 47, 0.19);
  padding: 20px 3px;
}
.other-casinos p {font-size: 20px;letter-spacing: 2px;text-align: center;margin: 50px 50px 30px 50px;}
.other-casinos ul {display: block;padding-left: 8px;list-style: none;overflow: hidden;}
.other-casinos li {list-style: none;width: 25%;float: left;display: inline-block;padding: 2px 0px;}
.other-casinos li a {
  display: inline-block;
  padding: 2px 0px;
  color: #47505b;
  min-width: 97%;
  background-color: white;
  -webkit-box-shadow: 0 1px 3px 1px rgba(33, 150, 243, 0.62) inset;
  box-shadow: 0 1px 3px 1px rgba(33, 150, 243, 0.62) inset;
  text-decoration: none;
  position: relative;
}
.other-casinos li a:before,
.other-casinos li a:after {
  content: "";
  background: none;
  border-bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  top: 0;
  position: absolute;
  border-radius: 3px 0 0 3px;
  border-color: transparent transparent transparent rgb(33 150 243 / 62%);
  border-width: 28px 0 25px 28px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.other-casinos li a:hover:before, .other-casinos li a:hover:after {border-color: transparent transparent transparent #fff;}
.other-casinos li a:before {left: 0;}
.other-casinos li a:after {right: 0;transform: rotate(180deg);}
.other-casinos li a:hover {
  background: #2196f3;
  -webkit-box-shadow: 0 4px 7px 1px rgba(33, 150, 243, 0.53);
  box-shadow: 0 4px 7px 1px rgba(33, 150, 243, 0.3);
  color: #fff;
}
.other-casinos li a:hover .casinos-txt {color: #fff;}
.other-casinos li .casinos-txt {text-align: center;line-height: 50px;color: #000;font-size: 14px;display: block;}
.other-casinos li .casinos-txt-s {text-align: center;line-height: 50px;color: #000;font-size: 13px;}
.wordsmall {font-size: 12px;}
/* First Logos */
.casinos-sprite {
  text-indent: -9999px;
  display: block;
  /* margin: 0 auto; */
  float: left;
  overflow: hidden;
  margin-right: -15px;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.no-webp .icon-gcomm,
.icon-18plus,
.icon-gamc {
  background-image: url("/media/spritesheet-tiny.png");
}
.webp .icon-gcomm, .icon-18plus,.icon-gamc {background-image: url("/media/spritesheet-tiny.webp");}
.icon-gcomm,
.icon-18plus,
.icon-gamc {
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  width: 100px;
  height: 33px;
}
.icon-gcomm {background-position: -10px -0px;}
.icon-18plus {background-position: -10px -70px;}
.icon-gamc {background-position: -55px -70px;}
.ftext .icon-gamc {margin-right: 8px;margin-left: 5px;}
.two-img-box {text-align: center;width: 100%;clear: both;}
.two-img-box .img-box-left,
.two-img-box .img-box-right {
  display: inline-block;
  padding: 1%;
}
.footer-list {
  display: inline-block;
  padding: 0;
  float: left;
  list-style: none;
  font-size: 16px;
  width: 250px;
  margin: 10px 0;
  vertical-align: top;
}
.footer-list ul {padding: 0;margin: 0;}
.footer-list ul li {min-width: 93px;display: inline-block;margin: 0 24px 10px 0;padding: 0;text-align: left;}
.footer-list ul li a:before {
  display: inline-block;
  margin-right: 6px;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: bold;
  text-decoration: inherit;
  color: #fff;
  font-size: 13px;
}
.footer-list ul li a {color: #fff;text-decoration: none;display: block;}
.ftext {
  display: inline-block;
  max-width: 356px;
  background: #1e3369;
  font-size: 17px;
  text-align: center;
  padding: 7px 10px;
  vertical-align: top;
  margin: 10px 10px;
}
.ftext img {display: inline-block;padding: 5px;}
.ftext p {margin: 18px 5px;}
.footer-ban {
  display: inline-block;
  vertical-align: top;
  margin: 10px 0;
  padding: 0;
  float: right;
}
.footer-ban img {max-width: 100%;height: auto;}
/*POPUP*/
.popup-holder {
  position: fixed;
  display: none;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
}
.pop-box {
  text-indent: 0;
  display: block;
  margin: 0 auto;
  padding: 18px 8px 0;
  width: 385px;
  max-width: 100%;
  height: 335px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
.pop-box-bg {
  display: block;
  margin: 0 auto;
  width: 400px;
  height: 100%;
  max-width: 100%;
  filter: contrast(0.5);
  -webkit-filter: contrast(0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border: 2px solid #fff;
}
.pop-box:before {
  position: absolute;
  content: "\f057";
  width: 35px;
  height: 35px;
  color: #fff;
  font: bold 20px "Font Awesome 5 Free";
  top: -25px;
  right: 0;
}
.pop-box:hover:before {cursor: pointer;}
.pop-box .eladies {
  text-indent: -9999px;
  display: block;
  background: #fff;
  background-position: -5px 0;
  width: 123px;
  height: 50px;
  margin: 0 auto;
  border: 1px solid #a85249;
  border-radius: 4px;
}
.pop-box .c-brand.icon[class*="icon--"] {margin: 0 auto;display: block;}
.pop-box .fas-list {text-align: center;margin: 20px auto;display: table;}
.pop-box .fas-list li {padding: 0;color: #fff;margin-left: 0;position: relative;text-align: left;font-weight: 700;}
.pop-box .fas-list li span:before {
  content: "\f00c";
  font: bold 9px "Font Awesome 5 Free";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #5ea5ea;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 2px;
  left: -25px;
  padding: 2px;
}
.pop-box ul.fas-list li::before {display: none;}
.pop-box .offer {border-top: 1px solid #dbdedf;border-bottom: 1px solid #dbdedf;text-align: center;background: #ffffff69;color: transparent;}
.pop-box .sub-prize {display: inline-block;text-align: right;margin: 0 12px;position: relative;top: -7px;color: #000;}
.pop-box .prize {
  display: inline-block;
  font-family: Candara, sans-serif;
  text-align: left;
  position: relative;
  top: -2px;
  color: #ffe400;
  font-size: 36px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  margin: 15px 0;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000;
}
.pop-box .a-terms {display: block;color: #dadada;text-decoration: none;}
.tc-apply-short::after {
  content: "*Full T&C's apply!";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -22px;
  line-height: 14px;
  font-size: 11px;
  text-align: center;
  color: #ccc;
}
.drop-sh {-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);}
.pop-box .cta-wrap {display: block;position: unset;text-align: center;}
.calm-btn {font-size: 18px;padding: 15px 20px;min-width: 430px;margin: 10px auto;box-sizing: border-box;}
.calm-btn,
a.calm-btn {
  position: relative;
  display: inline-block;
  outline: 0;
  text-shadow: 1px 1px #1f1f1f;
  padding: 6px 15px;
  min-width: 200px;
  font-size: 18px;
  cursor: pointer;
  margin: 22px auto;
  text-decoration: none;
  border-radius: 50px;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0);
  text-align: center;
}
.calm-btn::before,
a.calm-btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50px;
  z-index: -1;
  background: -moz-linear-gradient(top, #05aee9 0, #9ecaf5 100%);
  background: -webkit-linear-gradient(top, #05aee9 0, #9ecaf5 100%);
  background: linear-gradient(to bottom, #05aee9 0, #9ecaf5 100%);
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.calm-btn::before,
a.calm-btn::before {
  background: linear-gradient(
    124deg,
    #9ecaf5,
    #05aee9,
    #9ecaf5,
    #05aee9,
    #05aee9,
    #9ecaf5,
    #05aee9,
    #9ecaf5
  );
  background-size: 1800% 1800%;
  -webkit-animation: rainbow 10s ease infinite;
  -z-animation: rainbow 10s ease infinite;
  -o-animation: rainbow 10s ease infinite;
  animation: rainbow 10s ease infinite;
  box-shadow: inset 0 0 18px 10px #288ca547;
}
.calm-btn::after,
a.calm-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 1px 0 #ff8d00 inset, 0 0 1px 0 #d70e0e;
  border-radius: 50px;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  border: 1px solid #9fd5f5;
}
.calm-btn,
.calm-btn.fade-to-white,
a.calm-btn,
a.calm-btn.fade-to-white {
  color: #fff;
}
.calm-btn:hover::before,
a.calm-btn:hover::before {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
}
.calm-btn:hover::after,
a.calm-btn:hover::after {
  transform: scale(1.05);
}
@-webkit-keyframes rainbow {
  0% {
    background-position: 0 82%;
  }
  50% {
    background-position: 100% 19%;
  }
  100% {
    background-position: 0 82%;
  }
}
@-moz-keyframes rainbow {
  0% {
    background-position: 0 82%;
  }
  50% {
    background-position: 100% 19%;
  }
  100% {
    background-position: 0 82%;
  }
}
@-o-keyframes rainbow {
  0% {
    background-position: 0 82%;
  }
  50% {
    background-position: 100% 19%;
  }
  100% {
    background-position: 0 82%;
  }
}
@keyframes rainbow {
  0% {
    background-position: 0 82%;
  }
  50% {
    background-position: 100% 19%;
  }
  100% {
    background-position: 0 82%;
  }
}
@media only screen and (max-width: 420px) {
  .pop-box {max-width: 80%;}
  .pop-box:before {right: -5px;}
  .pop-box .prize {font-size: 33px;text-align: center;line-height: 1;}
}
/*-------------------------------------------------*/
/*SNOW*/
canvas {position: fixed;top: 0;left: 0;pointer-events: none;z-index: 1000;}
.christmas, .christmas article {background-color: #172750 !important;}
.christmas #comments .comment-notes-before,
.christmas h1,
.christmas p:nth-of-type(1) {
  color: #fff;
}
.christmas .related-posts .tab-title,
.christmas .related-posts .tab-title > span,
.christmas p > a {
  color: #3498db;
}
.christmas .category-links > span,
.christmas .form-in-page.v-2 .subscribe-form__info,
.christmas .subscribe-form__consent,
.christmas .subscribe-form__note {
  color: #dfdfdf !important;
}
.christmas .related-posts .tab-title {border-color: #3498db;}
.christmas .subscribe-form-wrap.form-in-page:after {opacity: 0.5;}
.christmas .link-to-block .block-float.blog-post-section > div.center {background: #fff;z-index: 1001;}
/* mobile */
@media only screen and (max-width: 1320px) {
  .ftext {max-width: 250px;font-size: 15px;padding: 9px 14px;}
  .footer-list {font-size: 15px;width: 238px;}
}
@media only screen and (max-width: 1195px) {
  table.casinos td {font-size: 18px;}
  .footer-list {display: block;width: 100%;float: none;}
  .footer-list ul li {min-width: 62px;}
  .ftext {display: block;float: left;max-width: 260px;}
}
@media only screen and (max-width: 965px) {
  .ftext {display: block;float: none;max-width: 100%;margin: 20px auto;}
  .footer-ban {display: block;margin: 10px auto;float: none;}
}
@media only screen and (max-width: 920px) {
  .other-casinos p {text-align: justify;margin: 25px 25px 0;}
  .footer-list {display: block;width: 360px;float: none;margin: 0 auto;}
  .footer-list ul li {min-width: 93px;}
}
@media only screen and (max-width: 599px) {
  table.casinos td {font-size: 16px;}
  table.casinos:not(.v2) tr:not(:first-child):not(.trms):before {position: relative;}
  table.casinos:not(.v2) tr td:first-child {margin: -3px auto 5px !important;}
}
@media only screen and (max-width: 400px) {.footer-list {width: 300px;}}
@media only screen and (max-width: 1415px) {
  .other_art ul.in_links li {min-width: 29%;}
  .other-casinos li {width: 33%;}
  .quick_links {height: auto !important;}
  .alphabet-menu a {padding: 9px;}
}
@media only screen and (max-width: 1350px) {.alphabet-menu a {padding: 8px;}}
@media only screen and (max-width: 1300px) {
  .box2 {display: block;}
  .box2 ul.b2:last-child {margin: 30px auto;}
  .video2 span.title {display: none;}
  .video2 iframe {display: block;margin: 0 auto;}
  .video2 img.r1 {float: none;margin-top: 20px;}
  .video2 img.r2 {float: none;margin-top: 20px;}
  .video2 div {display: table;margin: 0 auto;}
}
@media only screen and (max-width: 1250px) {.alphabet-menu a {padding: 12px;}}
@media only screen and (max-width: 1200px) {
  table.casinos:not(.min-dep) tr td:nth-child(3):not(.min-dep),
  table.casinos:not(.min-dep) tr th:nth-child(3):not(.min-dep) {
    display: none;
  }
  .main_top_box {float: none !important;margin: 0 auto 20px auto !important;display: table !important;}
  table.casinos2 th {font-size: 14px !important;}
  table.casinos2 tr:first-child th {font-size: 25px !important;}
  .other-casinos li {width: 33%;text-align: center;}
  .casinos-sprite,
  .sprite-casinos,
  .c-sprite-casinos,
  .f-sprite-casinos,
  .k-sprite-casinos,
  .r-sprite-casinos,
  .t-sprite-casinos {
    float: none;
    padding: 0;
    margin: 0 auto;
  }
  .other-casinos li .casinos-txt-s {line-height: 0px;}
  .other_art ul.in_links li {min-width: 27%;}
  .alphabet-menu {margin: 0 auto;}
}
@media only screen and (min-width: 975px) and (max-width: 1164px) {
  .box4 {max-width: 100%;}
  .box4 .b1 {width: 23%;max-width: 100%;}
}
@media only screen and (max-width: 1100px) {
  .box3 {float: none;margin: 0 auto 30px;margin-top: 20px;}
  .box3:after {content: " ";display: block;height: 0;clear: both;}
  .other-casinos li a {padding: 5px 5px;min-width: 91%;}
  .info-list {margin-left: 10px;}
  #main {padding: 30px 30px 0 30px;}
}
@media only screen and (max-width: 1050px) {
  .box2 ul.b2 {display: block;margin: 0 auto;}
  .other_art ul.in_links li {min-width: 40%;}
  #str {text-align: left;margin: 5px 10px;}
}
@media only screen and (max-width: 974px) {
  .box4 {display: block;max-width: 556px;}
  .box4 .b1 {margin-right: 13px;margin-top: 10px;}
  .box4 .b1:nth-child(3) {margin-right: 15px;}
}
@media only screen and (max-width: 930px) {
  table.casinos2 tr td {font-size: 14px !important;}
  #str {text-align: left;margin: 5px 10px;}
}
@media only screen and (max-width: 850px) {
  .ban_r {display: none;}
  .footer-elements {padding: 30px;}
}
@media only screen and (max-width: 800px) {
  /*.video{display:none;}*/
  img.right, img.left {display: block;margin: 1rem auto;float: none;height: auto;}
  footer .ftext img {margin-bottom: 0;}
  .other_art ul.in_links li {min-width: 40%;}
  img.small-img-right {float: right !important;}
  .box-sizing a.second {margin-bottom: 0 !important;}
}
@media only screen and (max-width: 799px) {
  table.casinos4 tr td:first-child, table.casinos4 tr th:first-child {display: none;}
  table.casinos.common:not(.rev) td.btn a {width: 90px;min-height: 34px;}
  table.casinos.common:not(.rev) td.btn a:not(.rev-btn) {padding: 7px;}
  table.casinos.common:not(.rev) td.btn a:not(.btn .dep) {padding: 3px;}
}
@media only screen and (max-width: 700px) {
  .main_top_box span.heading {width: 320px !important;font-size: 24px !important;}
  .main_top_box ul {width: 320px !important;padding: 0;}
  .main_top_box ul li .bonus {border: none !important;padding: 0 !important;font-size: 15px !important;width: 65px;}
  .main_top_box ul li:before {margin: 0 !important;}
  table.casinos2 th {font-size: 13px !important;text-transform: none !important;}
  table.casinos3 tr td:nth-child(3),
  table.casinos.v3 tr td:nth-child(4),
  table.casinos.v3 tr th:nth-child(4) {
    display: none;
  }
}
@media only screen and (max-width: 670px) {
  .video2 img.r1, .video2 img.r2 {display: block;}
  table.casinos4 tr td:nth-child(2), table.casinos4 tr th:nth-child(2) {position: -webkit-sticky;position: sticky;top: 0;left: 0;bottom: 0;z-index: 5;}
  table.casinos4 tr:nth-of-type(odd) td:nth-child(2),
  table.casinos4 tr:nth-of-type(odd) td:nth-child(2) > span {background-color: #d9d9d9;}
  table.casinos4 tr:nth-of-type(even) td:nth-child(2),
  table.casinos4 tr:nth-of-type(even) td:nth-child(2) > span {background-color: #fff;}
  table.casinos4 .small-text,
  table.casinos4 td:nth-child(3) {line-height: 0.95;}
  table.casinos4 td:nth-child(3) {font-size: 16px;}
  .casinos4 .color-red {font-size: 18px;}
  table.casinos4 td:nth-child(3) {min-width: 210px;}
}
@media only screen and (max-width: 630px) {
  .box4 {width: 265px;margin: 10px auto;}
  .box4 div.b1 {margin: 10px 0;}
  .terms.footer-elem {font-size: 11px;margin-top: -10px;}
}
@media only screen and (max-width: 600px) {
  img.right, img.left {padding: 0;height: auto;}
  table.casinos tr td:nth-child(2),table.casinos tr th:nth-child(2) {display: none;}
  table.casinos.v3 tr td:nth-child(2),
  table.casinos.v3 tr th:nth-child(2) {display: table-cell;}
  .video2 {display: none;}
  .box4 .b1 {display: block;}
  .other_art ul.in_links a {font-size: 14px;}
  h3.hl {font-size: 28px;margin: 15px auto 30px;text-align: center;}
  .alphabet-menu {max-width: 100% !important;}
  table.casinos td:nth-child(4) {text-transform: lowercase;line-height: 1.1;}
}
@media only screen and (max-width: 575px) {
  table.casinos.v2, .v2-terms {width: 100%;}
  table.casinos.v2 tr {height: auto;display: block;}
  table.casinos.v2:not(.rev) tr.tr-no-bg td.bonus {border-top: 1px solid #d9d9d9;border-bottom: 1px solid #d9d9d9;}
  table.casinos.v2:not(.rev) tr.tr-bg td.bonus {border-top: 1px solid #f7f7f7;border-bottom: 1px solid #f7f7f7;}
  table.casinos.v2 tr td.bonus .color-red {font-size: 25px;}
  table.casinos.v2 tr td.bolded {font-weight: bold;}
  table.casinos.v2 tr td.bolded span {font-weight: normal;}
  table.casinos.v2 tr td.btn {width: 48%;}
  table.casinos.v2 tr td.btn:not(.dep) {width: 100%;}
  table.casinos.common:not(.rev) .rev-btn {padding: 7px !important;}
  table.casinos.common:not(.rev) td.btn a {width: auto;min-height: initial;padding: 0;min-width: 128px;}
  table.casinos.common:not(.rev) td.btn a:not(.rev-btn) {padding: 0 7px;}
  .table-row-display-none {display: none !important;}
}
@media only screen and (max-width: 535px) {
  .other-casinos li {width: 50%;text-align: center;}
  img.small-img-right {float: none !important;}
}
@media only screen and (max-width: 530px) {
  .box3 ul.b3 li.txt span {font-size: 17px;}
  .box3 ul.b3 li.txt span.r.fix {font-size: 12px;}
  .box3 ul.b3 li.txt.fix2 {display: block;}
  .box3 ul.b3 li.txt span.l {max-width: 80px;border-right: none;font-size: 15px;}
  .box3 ul.b3 li.txt span.r {float: none;width: 70%;max-width: 100%;}
  .box3 ul.b3 {min-height: 0;}
  .box3 ul.b3 li.txt {padding: 5px 12px;border-bottom: 1px solid #dedede;}
  table.casinos3 tr td:nth-child(2) {display: none;}
  table.casinos3 th {font-size: 25px;}
  table.casinos2 tr td {font-size: 12px !important;}
  .other_art ul.in_links li {min-width: 90%;}
  .other_art ul.in_links {display: block;}
}
@media only screen and (max-width: 500px) {
  table.casinos:not(.v2) tr td:nth-child(6),
  table.casinos tr th:nth-child(6) {
    display: none;
  }
  table.casinos:not(.v2) tr td:nth-child(4),
  table.casinos tr th:nth-child(4) {display: none;}
  .terms-mobile {display: none;}
  table.casinos td {font-size: 15px;}
}
@media only screen and (max-width: 480px) {
  table.casinos.v3 th {font-size: 16px;}
  table.casinos2 th, table.casinos2 tr td {font-size: 10px !important;}
  table.casinos th:first-child,
  table.casinos th:last-child,
  table.casinos th:nth-last-child(2) {
    min-width: auto;
  }
}
@media only screen and (max-width: 420px) {#main {padding: 15px 15px 0 15px !important;}}
@media only screen and (max-width: 400px) {
  h3.hl {
    font-size: 28px;
    margin: 15px auto 30px;
    text-align: center;
  }
  .box3 ul.b3 li.txt span.r.fix2 {font-size: 14px;}
}
@media only screen and (max-width: 395px) {
  .box3 ul.b3 li.txt span.l {width: 60px;font-size: 14px;}
  .box3 ul.b3 li.txt span.r {width: 71%;}
  .box3 ul.b3 li.txt span.color-red {font-size: 15px;}
}
@media only screen and (max-width: 370px) {#main {padding: 10px !important;}}
@media only screen and (max-width: 350px) {
  #main {padding: 10px !important;}
  .footer-elements {padding: 10px;}
  .main_top_box ul li {max-width: 300px;}
  .main_top_box ul li .bonus {width: 45px;}
  .main_top_box span.heading {width: 298px !important;}
  .box3 ul.b3 li.txt span {font-size: 15px;}
  .box3 ul.b3 li.txt span.r {width: 72%;font-size: 13px;}
  .box3 ul.b3 li.txt span.l {width: 55px;font-size: 13px;}
  .main_top_box ul li a {width: 95px;font-size: 17px;}
  .main_top_box ul {width: 300px !important;}
  .casinos-sprite, .sprite-casinos {float: left;
  }
}
@media only screen and (max-width: 320px) {
  #main {padding: 0px !important;}
  .main_top_box p {max-width: 300px;}
  p { max-width: 290px;margin: 10px auto;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 16px;
    line-height: 20px;
    margin: 10px;
  }
  .h_casino,.h_bonus {line-height: 33px;}
}
@media only screen and (max-width: 575px) {.other-casinos li {width: 100%;text-align: center;}}
@media only screen and (min-width: 576px) and (max-width: 991px) {.other-casinos li { width: 48%; text-align: center;}}
@media only screen and (min-width: 576px) {table.casinos.v2 tr:nth-child(2) td:first-child {min-width: 150px;}}
/* end of mobile */
/* comments */
#str {
  float: left;
  font-size: 18px;
  font-style: italic;
  min-height: 40px;
  display: block;
  clear: both;
  margin-bottom: -5px;
}
#str .kk-star-ratings {margin: 0 0 10px 10px;}
#comments { margin-right: 15%;margin-left: 15%;}
#respond {padding-top: 5.25em;}
.comment-reply-title,
.comments-title {border-top: 4px solid #1a1a1a;font-size: 18px;font-weight: 700;line-height: 1.3125;padding-top: 1.217391304em;}
#reply-title > a {color: #333;font-style: italic;}
#reply-title small > a {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: #007acc;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  margin-top: 2.1538461538em;
  padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}
#reply-title small > a:hover {border: 1px solid #007acc;}
.comment-form {padding-top: 1.75em;padding-bottom: 20px;}
.comment-awaiting-moderation, .comment-notes {color: #686868;font-size: 13px;font-size: 0.8125rem;line-height: 1.6153846154;margin-bottom: 2.1538461538em;}
.required {color: #309f16;}
.comment-form label {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 0.5384615385em;
  text-transform: uppercase;
}
.comment-form-experience span,
input[type="email"],
input[type="password"],
input[type="search"],
input[type="text"],
input[type="url"],
textarea {
  background: #fff;
  background-image: -webkit-linear-gradient(
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0)
  );
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: #686868;
  padding: 0.625em 0.4375em;
  width: 100%;
}
.comment-form-author,.comment-form-counrty,.comment-form-email,.comment-form-experience {width: 49%;float: left;}
.comment-form-email,.comment-form-experience {float: right;}
.comment-form-experience #experience {
  width: 70%;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.comment-form-experience span {
  display: inline-block;
  width: 30%;
  line-height: 13px;
  text-align: center;
  border-left: none;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media screen and (max-width: 700px) {
  .comment-form-author,
  .comment-form-counrty,
  .comment-form-email,
  .comment-form-experience {
    width: 100%;
    float: none;
  }
}
.form-submit {margin-bottom: 0;}
#submit {
  background: #1a1a1a;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase;
  cursor: pointer;
}
#submit:hover {background: #5d5d5d;}
.comment-list {list-style: none;padding-left: 0;}
.comment-body {overflow: hidden;}
.comments-title {font-size: 18px;}
.comment-rating-star {
  display: inline-block;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 0;
  font-size: 25px;
  color: #ffc700;
  font-style: normal;
}
@media screen and (max-width: 680px) {.comment-rating-star {font-size: 15px;}}
.comment-rating-star:before {content: "★ ";}
cite.fn {font-size: 1.5em;}
.comment-meta {font-size: 0.8em;font-style: italic;}
.comment-meta a {color: #007acc;}
#comment-meta-fields {max-height: 150px;overflow: hidden;margin: 15px;padding: 0 15px 0 15px;}
#comment-meta-table {
  float: right;
  border: 1px solid #ddd;
  border-collapse: separate;
  border-left: 0;
  border-radius: 4px;
  border-spacing: 0;
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
}
#comment-meta-table tr:nth-child(odd) {background-color: #f9f9f9;}
#comment-meta-table td {
  border-left: 1px solid #ddd;
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
  min-width: 100px;
  max-width: 200px;
}
#comment-meta-table tr:first-child td {border-top: none;}
#comment-meta-table tr:last-child td:first-child {border-bottom-left-radius: 4px;}
#comment-meta-table tr:last-child td:last-child {border-bottom-right-radius: 4px;}
.comment-reply-link {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: #007acc;
  display: inline-block;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  margin-top: 2.1538461538em;
  padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}
.comment-reply-link:hover {border: 1px solid #007acc;}
.comment-meta-title {font-weight: 700;}
.comment-rating-wrapper {width: 100%;height: 50px;}
.comment-rating-container {border: 1px solid #ccc;float: left;height: 46px;padding: 0 10px;}
.comment-rating-container:not(:checked) > input {position: absolute;display: none;}
.comment-rating-container:not(:checked) > label {float: right;width: 1em;overflow: hidden;white-space: nowrap;cursor: pointer;font-size: 30px;color: #ccc;}
.comment-rating-container:not(:checked) > label:before {
  content: "★ ";
}
.comment-rating-container > input:checked ~ label {
  color: #ffc700;
}
.comment-rating-container:not(:checked) > label:hover,
.comment-rating-container:not(:checked) > label:hover ~ label {
  color: #deb217;
}
.comment-rating-container > input:checked + label:hover,
.comment-rating-container > input:checked + label:hover ~ label,
.comment-rating-container > input:checked ~ label:hover,
.comment-rating-container > input:checked ~ label:hover ~ label,
.comment-rating-container > label:hover ~ input:checked ~ label {
  color: #c59b08;
}
#exp_error {color: red;}
@media screen and (max-width: 530px) {#comments {margin-right: 1%;margin-left: 1%;}}
@media screen and (max-width: 435px) {#respond {padding-top: 6.25em;}}
@media screen and (max-width: 400px) {#comment-meta-fields {padding: 0 5px;margin: 15px 5px;}}
/* end comments */
/* horizontal offer */
.no-webp .horizontaloffer ul li > ul li:before {background: url("/media/spritesheet-tiny.png") no-repeat -68px -115px;}
.webp .horizontaloffer ul li > ul li:before {
  background: url("/media/spritesheet-tiny.webp") no-repeat -68px -115px;
}
.horizontaloffer {margin: 30px auto;padding: 0;}
.horizontaloffer ul {margin: 0;padding: 0;display: table;width: 99.9%;border-collapse: collapse;border-top: 3px solid #172750;}
.horizontaloffer ul li {
  display: table-cell;
  border: 1px solid #d7d7d7;
  vertical-align: middle;
  font-size: 12px;
  color: #727272;
  text-align: center;
  padding: 10px;
  margin: 0;
  line-height: 20px;
}
.horizontaloffer li.inf2, .horizontaloffer ul li.inf {max-width: 180px;}
.horizontaloffer ul li span img {text-align: center;margin: 3px auto;display: block;}
.horizontaloffer ul li.inf, .horizontaloffer ul li.inf2 {max-width: 162px;}
.horizontaloffer ul li.inf2 img {text-align: center;margin: 3px auto;display: block;}
.horizontaloffer ul li > ul li:before {content: "";display: inline-block;width: 16px;height: 13px;margin-right: 5px;}
.horizontaloffer ul li .rev_btn {
  display: inline-block;
  font-size: 15px;
  background-color: #0096c9;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 0 2px #0096c9;
  box-shadow: 0 0 0 2px #0096c9;
  text-shadow: 0 0 1px #589de0;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  padding: 4px;
  background-size: contain;
  color: #fff;
  white-space: nowrap;
  transition: var(--transition);
}
.horizontaloffer ul li .rev_btn:hover {background-color: #172750;-webkit-box-shadow: 0 0 0 2px #09122a;box-shadow: 0 0 0 2px #09122a;}
.horizontaloffer ul li > ul {list-style-type: none;display: block;border: none;}
.horizontaloffer ul li > ul li {
  list-style-type: none;
  font-weight: 600;
  font-size: 13px;
  display: list-item;
  border: none;
  color: #09122a;
  text-align: left;
  line-height: 19px;
  padding: 4px;
}
.horizontaloffer .bonus {font-size: 22px;}
.horizontaloffer .inf3 {max-width: 130px;}
.horizontaloffer .go-link {margin-top: 10px;background-color: #ffb00ec4;-webkit-box-shadow: 0 0 0 2px #ffb00ec4;box-shadow: 0 0 0 2px #ffb00ec4;}
.horizontaloffer.payment ul li a {width: unset;
}
.horizontaloffer .bonus a {
  font-size: 11px;
  background-color: unset;
  border: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  text-shadow: unset;
  border-radius: unset;
  width: unset;
  text-align: center;
  text-decoration: unset;
  margin: 0 auto;
  padding: 4px 0;
  background-size: unset;
  color: #0b1844;
  min-width: unset;
}
.horizontaloffer .bonus a:hover {background-color: unset;-webkit-box-shadow: unset;box-shadow: unset;text-decoration: underline;}
@media only screen and (min-width: 1220px) {.horizontaloffer .bonus {font-size: 22px;font-size: 22px;max-width: 113px;line-height: 24px;}}
@media only screen and (max-width: 1220px) {
  .horizontaloffer .bonus {display: block;}
  .horizontaloffer .go-link {margin-top: unset;margin-left: 5px;}
  .horizontaloffer ul {display: block;width: 99%;overflow: hidden;border-left: 3px solid #172750;border-top: none;}
  .horizontaloffer ul li {
    float: left;
    min-height: 120px;
    width: 30.3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .horizontaloffer ul li.inf,
  .horizontaloffer ul li.inf2,
  .horizontaloffer ul li.inf3 {max-width: 100%;}
  .horizontaloffer ul li > ul li {float: none;min-height: auto;width: auto;}
  .horizontaloffer ul li > ul {margin: 0;}
}
@media only screen and (max-width: 1050px) {.horizontaloffer ul li {width: 29%;}}
@media only screen and (max-width: 974px) {
  .horizontaloffer ul li {width: 45%;}
  .horizontaloffer.payment ul li:last-child {display: block;}
  .horizontaloffer.payment ul li:last-child a {width: 60%;margin: 10px auto;}
  .horizontaloffer.payment ul li:last-child a:first-child {margin-top: 24px;}
}
@media only screen and (max-width: 525px) {.horizontaloffer ul li {padding: 3px;width: 47%;min-height: 122px;}}
@media only screen and (max-width: 470px) {.horizontaloffer ul li {width: 86%;min-height: initial;padding: 20px;}}
/* end hor offer */
.quicky {display: block;padding: 5px 0;margin: 20px auto;width: 100%;line-height: 12px;box-sizing: border-box;}
.quicky:after, .horizontaloffer:after {content: "";display: block;clear: both;}
.quicky.fixed {position: fixed;left: 50%;transform: translateX(-50%);width: 1115px;max-width: 100%;z-index: 999;margin: 0;}
.quicky.fixed .quicky-links {width: 100%;}
.quicky.fixed .quicky-links a {margin: 1px;padding: 4px 8px 4px 25px;}
.svg-container {width: 0;height: 0;}
.nav-ttl {width: 15%;display: block;float: left;background: var(--blue);}
.nav-ttl span {
  padding: 0 7px 0 15px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  line-height: 19px;
}
.no-webp .nav-ttl:after {background: url("/media/spritesheet-tiny.png") -10px -115px no-repeat;}
.webp .nav-ttl:after {background: url("/media/spritesheet-tiny.webp") -10px -115px no-repeat;}
.nav-ttl:after {content: "";display: inline-block;vertical-align: middle;width: 22px;height: 31px;margin-right: 6px;}
.quicky-links {width: 85%;display: block;margin: 0 auto;text-align: center;float: right;background-color: var(--blue);padding-bottom: 7px;}
.quicky-links a {
  text-decoration: none;
  line-height: 18px;
  font-size: 14px;
  color: #172750;
  font-weight: bold;
  display: inline-block;
  width: 20%;
  background-color: #ffffff;
  margin: 0.4%;
  padding: 8px 8px 8px 25px;
  text-align: left;
  border: 1px solid #0388b7;
  transition: var(--transition);
  position: relative;
}
.no-webp .quicky .quicky-links a:before {background: url("/media/spritesheet-tiny.png") -42px -115px no-repeat;}
.webp .quicky .quicky-links a:before {background: url("/media/spritesheet-tiny.webp") -42px -115px no-repeat;}
.quicky .quicky-links a:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  position: absolute;
  top: 7px;
  left: 5px;
}
.quicky-links a:hover {background-color: #1e71c3;color: #fff;
}
@media only screen and (max-width: 680px) {
  .quicky-links a {width: auto;display: block;}
  .quicky {position: relative;}
  .quicky .nav-ttl {width: auto;margin: 0 !important;padding: 0;}
  .quicky-links a {text-align: center;}
  .quicky .quicky-links span {width: auto;display: block;}
  .quicky .quicky-links span:not(:first-child) {opacity: 0;-webkit-transition: all linear 0.8s;-o-transition: all linear 0.8s;transition: all linear 0.8s;}
  .quicky.open .quicky-links span:not(:first-child) {opacity: 1;}
  .quicky.open .quicky-links span {position: relative;z-index: 10;}
  .quicky .q-show-m {
    position: relative;
    bottom: 8px;
    left: 0;
    right: 0;
    padding: 10px 0;
    background: var(--blue);
    color: #fff;
    font-size: 14px;
    text-align: center;
    z-index: 50;
    cursor: pointer;
    clip-path: url(#menu);
  }
  .quicky .q-show-m > span {
    display: block;
    position: relative;
    font-size: 10px;
    /* -webkit-animation: quick_arr 2s linear infinite;
    animation: quick_arr 2s linear infinite; */
  }
}
@media only screen and (min-width: 681px) and (max-width: 960px) {.quicky-links a {width: 43%;}}
@media only screen and (max-width: 1250px) {
  .nav-ttl {
    display: block;
    float: none;
    width: auto;
    margin: 0 auto;
    text-align: center;
    padding: 14px;
  }
  .nav-ttl:after {-webkit-transform: scale(0.7) rotate(90deg);-ms-transform: scale(0.7) rotate(90deg);transform: scale(0.7) rotate(90deg);}
  .quicky-links {width: 100%;float: none;margin: 0 auto;}
}
@media only screen and (min-width: 681px) {
  .quicky {background-color: var(--blue);}
  .q-show-m {display: none;}
  .quicky.fixed .quicky-links a:before {top: 4px;}
}
@media only screen and (min-width: 1250px) {
  .nav-ttl.lg {margin-top: 28px;}
  .nav-ttl.sm {margin-top: 9px;}
}
table.comparecasinos {width: 72%;min-width: 620px;border-collapse: collapse;margin: 35px auto;}
table.comparecasinos caption {font-size: 14px;color: #ffffff;text-align: center;background-color: #1e3369;line-height: 38px;font-weight: 700;}
table.comparecasinos td {border: 1px solid #d7d7d7;padding: 9px;text-align: center;}
.comparecasinos tbody tr.first td {color: white;background-image: none;}
table.comparecasinos tbody tr.first td:before {content: none;}
table.comparecasinos tbody td:before, table.comparecasinos tbody td.nope:before {display: inline-block;margin-right: 5px;}
.ghost {display: none;}
table.comparecasinos tbody td.dtls {font: bold 15px/17px "Roboto", sans-serif;color: #1e3369;width: 195px;}
table.comparecasinos tbody tr.first td:before {content: none;margin: 0;}
table.comparecasinos tbody td.dtls:before {display: none;}
table.comparecasinos tbody td.nope:before {background-position: -68px -138px;color: #e44444;}
@media only screen and (max-width: 970px) {
  table.comparecasinos tbody td.dtls {display: none;}
  .ghost {display: inline-block;}
  table.comparecasinos {width: 100%;min-width: 466px;}
}
@media only screen and (max-width: 600px) {table.comparecasinos {width: 100%;min-width: 290px;font-size: 13px;}}
.casino-cust-supp {
  display: table;
  border-collapse: collapse;
  border-bottom: 3px solid #1e3369;
  padding: 0;
  margin: 35px auto;
  background: whitesmoke;
  width: 99%;
}
.casino-cust-supp h5 {
  display: table-caption;
  text-align: center;
  background-color: #1e3369;
  padding: 9px 5px;
  color: #f9f9f9;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
.casino-cust-supp ul li {min-width: 165px;margin: 0;line-height: 20px;padding: 5px 0px;}
.casino-cust-supp div {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  color: #5d5d5d;
  text-align: center;
  padding: 5px;
  margin: 0;
  line-height: 18px;
}
.casino-cust-supp div.action {padding-right: 18px;}
.casino-cust-supp ul {padding: 0;margin: 0;list-style: none;text-align: left;}
.action a {
  display: block;
  font-size: 15px;
  background-color: #0096c9;
  border: 1px solid #f5f5f5;
  text-shadow: 0 0 1px #5fa4e8;
  border-radius: 5px;
  width: 133px;
  text-decoration: none;
  margin: 0 auto;
  padding: 5px;
  background-size: contain;
  color: white;
  white-space: nowrap;
}
.action a:hover {background-color: #1e3369;color: white;text-shadow: 0 0 0 #1a2d5f;border: 1px solid #f5f5f5;-webkit-box-shadow: 0 0 0 2px #1e3369;box-shadow: 0 0 0 2px #1e3369;}
.action a.notv,
.action a.notv:hover {background-color: #be0000;-webkit-box-shadow: 0 0 0 2px #8e0000;box-shadow: 0 0 0 2px #8e0000;text-shadow: 0 0 1px #8e0000;}
.maily, .phony, .chaty {font-weight: 600;color: #1e3369;}
.maily:before, .phony:before, .chaty:before {display: inline-block;margin-right: 7px;font-family: "Font Awesome 5 Free";font-style: normal;text-decoration: inherit;}
.maily:before {content: "\f0e0";}
.phony:before {content: "\f095";}
.chaty:before {content: "\f086";}
.darky {color: #020202;font-weight: 600;}
.rating4e {min-width: 220px;width: 220px;}
.number-rate b {
  display: block;
  background: white;
  border: 1px solid #2096c1;
  border-bottom: none;
  font-size: 15px;
  color: #506475;
}
.rating4e span.bar {display: block;text-align: left;font-size: 11px;line-height: 17px;}
.rating4e span.bar > span {
  float: left;
  width: 93px;
  margin-right: 7px;
  font-size: 11px;
  font-weight: normal;
  line-height: 16px;
  color: #bbbbbb;
}
.rating4e span.bar > span:before {display: inline-block;margin-right: 7px;content: "\f005";font-family: "Font Awesome 5 Free";font-weight: bold;text-decoration: inherit;}
.rating4e span.bar.b2:after {width: 24px;margin-right: 16px;background-color: #0096c9;}
.rating4e span.bar:after {content: "";float: left;width: 31px;height: 8px;margin: 6px 9px 0px 3px;background-color: #0096c9;}
.number-rate b:after {content: "";display: block;width: 7px;height: 3px;margin: 0 auto;}
.number-rate {
  display: block;
  width: 50px;
  background: #1e3369;
  color: white;
  font-size: 10px;
  line-height: 20px;
  -webkit-box-shadow: 0 0 0 1px #172750 inset;
  box-shadow: 0 0 0 1px #172750 inset;
  text-align: center;
  float: left;
  margin-right: 7px;
  margin-top: 4px;
}
@media only screen and (max-width: 1145px) {
  .action a {
    font-size: 14px;
    padding: 5px;
    text-align: center;
    margin: 22px auto 17px auto;
    width: initial;
  }
}
@media only screen and (max-width: 1270px) {
  .casino-cust-supp ul {text-align: center;}
  .rates {min-width: 163px;width: 163px;}
  .rates span.bar {width: 169px;margin: 0 auto;}
}
@media only screen and (max-width: 1075px) {
  .casino-cust-supp {display: block;padding: 0;width: 263px;border-bottom: 0 solid #1e3369;}
  .casino-cust-supp h5 {display: block;padding: 7px 5px;margin: 0 0 5px 0;}
  .casino-cust-supp div {display: block;padding: 0;margin: 0 auto;width: 100%;text-align: center;}
  .casino-cust-supp ul li {padding: 1px 0;}
  .number-rate {float: left;margin: 5px 8px 0 19px;}
  .rates span.bar {width: 209px;}
  .casino-cust-supp div.action {padding: 0;border-bottom: 3px solid #1e3369;}
  .action a {width: 148px;}
}
.lists {margin: 10px 0;padding-left: 4%;}
.lists li {margin-top: 10px;}
.video-img-box {display: block;width: 100%;padding: 0;margin: 20px auto;overflow: hidden;text-align: center;}
.video-img-box div {display: inline-block;padding: 1%;}
.video-img-box img {width: 100%;}
.video-box {width: 47%;}
.video-box iframe {width: 100%;height: 293px;}
@media only screen and (max-width: 1246px) {.video-box {width: 36%;}}
@media only screen and (max-width: 1080px) {
  .video-img-box div {display: block;padding: 1%;}
  .video-img-box img {width: initial;}
  .video-box {width: 74%;margin: 0 auto;}
  .two-img-box .img-box-left img,
  .img-box-right img {display: block;width: 100%;}
}
@media only screen and (max-width: 930px) {.video-box {width: 450px;max-width: 100%;}}
@media only screen and (max-width: 520px) {
  .video-img-box img {width: 99%;}
  .video-box iframe {height: 229px;}
}
.content-boxes {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
  text-align: center;
}
.two-content-boxes {
  display: inline-block;
  width: 42%;
  margin: 1%;
  text-align: left;
  padding: 17px;
  vertical-align: top;
}
.two-content-boxes ul {padding-left: 10%;}
.two-content-boxes ul li {margin-bottom: 8px;}
.light-gray {
  background-color: #f6f5f5;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.39);
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.39);
  border-radius: 3px 3px 1px 1px;
  border: 1px solid #efeeee;
}
.content-boxes.full-width {text-align: left;padding: 10px 15px;margin: 20px auto;}
.content-boxes.full-width.last {margin-bottom: 30px;}
@media only screen and (max-width: 960px) {.two-content-boxes { display: block;width: 89%;margin: 4%;}}
@media only screen and (max-width: 600px) {.two-content-boxes {width: 88%;}}
.faq {padding: 0 15px;border: 1px solid #a5a5a5;background-color: #d7e0f6;color: #101010;}
.faq h3 {color: white;text-align: center;margin-top: 10px;background-color: rgba(0, 0, 0, 0.38);}
.boxes-4columns {display: block;margin: 20px auto;width: 100%;padding: 0;overflow: hidden;text-align: center;}
.boxes-4columns .cta_btn {width: 200px;font-size: 18px;}
.box-1column {
  display: inline-block;
  width: 24%;
  padding: 0;
  margin: 0;
  border: 1px solid #6f7d9f;
  vertical-align: top;
  margin-bottom: 18px;
}
.box-1column:after {content: "#AD, 18+, T&Cs apply!";font-size: 10px;font-style: italic;}
.box-1column p {margin-block-start: 0;margin-block-end: 0;}
.innner-1column {padding: 0;margin: 0;border-bottom: 2px solid #1e3369;position: relative;}
.innner-1column h5, .innner-1column .blue-bg {
  padding: 5px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #6f7d9f;
  text-align: center;
  color: #fff;
  background-color: #1e3369;
}
.innner-1column h4 {
  font-weight: 900;
  font-size: 17px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
}
.innner-1column p {padding: 0;margin: 0;}
.innner-1column p.column1-txt {padding: 17px 7px 7px 7px;text-align: justify;font-style: italic;min-height: 150px;}
.casino-games-sprite {display: block;text-indent: -9999px;margin: 5px auto;vertical-align: middle;}
.casino-games-sprite[class*="game-"] {
  width: 100%;
  height: 140px;
  position: relative;
  top: 0;
  margin: 0 auto;
  background-size: cover;
}
.casino-games-sprite[class*="game-"]:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: rgb(0 0 0 / 35%);
}
@media only screen and (max-width: 1260px) {.innner-1column p.column1-txt {min-height: 165px;}}
@media only screen and (max-width: 1190px) {.innner-1column p.column1-txt {min-height: 185px;}}
@media only screen and (max-width: 1065px) {
  .box-1column {display: inline-block;width: 48%;}
  .innner-1column p.column1-txt {min-height: 125px;}
}
@media only screen and (max-width: 555px) {
  .box-1column {display: inline-block;width: 78%;}
  .innner-1column p.column1-txt {min-height: auto;padding: 10px;}
}
.casinos-by-software {display: block;color: #8d8d8d;margin: 5px 10px 10px;background-color: #eeecf9;padding: 0 10px 14px;}
.casinos-by-software.box-sm {width: 355px;max-width: 100%;float: right;}
.casinos-by-software h3 {font-size: 20px;line-height: 40px;font-weight: 600;padding: 10px;text-align: center;}
.casinos-by-software ul {padding: 0;margin: 0 auto;overflow: hidden;display: block;text-align: center;}
.casinos-by-software ul li {list-style: none;width: 10%;display: inline-block;padding: 10px;vertical-align: text-top;}
.casinos-by-software ul li a,
.casinos-by-software ul li .no-rev {
  display: inline-block;
  border: 1px solid #d8d8d8;
  margin: -10px;
  line-height: 42px;
  text-align: center;
  padding-right: 15px;
}
.casinos-by-software ul li a:hover {background-color: #f7f6ff;}
@media only screen and (max-width: 1380px) {.casinos-by-software ul li {width: 11%;padding: 15px;}}
@media only screen and (max-width: 1200px) {
  .casinos-by-software ul li {width: 13%;padding: 20px;}
  .casinos-by-software ul li a {padding-right: 0;}
}
@media only screen and (max-width: 1000px) {.casinos-by-software ul li {width: 19%;padding: 10px;}}
@media only screen and (max-width: 900px) {.casinos-by-software ul li {width: 19%;padding: 10px;}}
@media only screen and (max-width: 850px) {.casinos-by-software ul li {width: 16%;padding: 10px;}}
@media only screen and (max-width: 750px) {
  .casinos-by-software ul li {width: 17%;padding: 10px 15px;}
  .related-posts:not(.style-2) .post-group:first-child {margin-left: 15px;}
}
/* @media only screen and (max-width: 735px) {.related-posts:not(.style-2) .post-group {margin-left: 0 !important;}} */
@media only screen and (max-width: 650px) {
  .casinos-by-software ul li {width: 19%;padding: 10px 15px;}
}
@media only screen and (max-width: 600px) {
  .casinos-by-software ul li {width: 19%;padding: 10px 25px;}
  .casinos-by-software.box-sm {max-width: 95%;margin: 1rem auto;padding: 0 0 10px;float: none;}
}
@media only screen and (max-width: 500px) {.casinos-by-software ul li {width: 35%;padding: 10px;}}
@media only screen and (max-width: 350px) {.casinos-by-software ul li {width: 40%;padding: 10px;}}
.offer-terms-hov a[href^="/go/"],
.review-terms-hov a[href^="/go/"],
.net-sites-terms-hov a[href^="/go/"] {position: relative;}
.offer-terms-hov a[href^="/go/"]::before {
  display: none;
  content: none;
  position: absolute;
  right: 0;
  top: 110%;
  width: 700px;
  height: auto;
  padding: 10px;
  font-size: 10px;
  z-index: 995;
  background: #d9d9d9;
  border: 1px solid #ff3f02;
  color: #333;
  font-size: 10px;
  font-weight: normal;
  line-height: 15px;
}
.review-terms-hov a[href^="/go/"]::before {
  display: none;
  content: none;
  position: absolute;
  left: 0;
  top: 110%;
  width: 400px;
  height: auto;
  padding: 10px;
  font-size: 10px;
  z-index: 995;
  background: #d9d9d9;
  border: 1px solid #ff3f02;
  color: #333;
  font-size: 10px;
  font-weight: normal;
  line-height: 15px;
}
.net-sites-terms-hov a[href^="/go/"]::after {
  display: none;
  position: absolute;
  left: 100%;
  width: 400px;
  height: auto;
  padding: 10px;
  font-size: 10px;
  z-index: 995;
  background: #d9d9d9;
  border: 1px solid #ff3f02;
  color: #333;
  font-weight: normal;
  line-height: 15px;
}
.offer-terms-hov a[href^="/go/"]:hover::before,
.review-terms-hov a[href^="/go/"]:hover::before,
.net-sites-terms-hov a[href^="/go/"]:hover::after {
  display: block;
}
.terms-review-table {font-size: 10px;line-height: 10px;text-transform: initial;color: #676767;max-width: fit-content;font-style: italic;}
@media only screen and (max-width: 1090px) {
  .review-terms-hov a[href^="/go/"]::before {left: -116px;}
  .offer-terms-hov a[href^="/go/"]::before {width: 420px;}
}
@media only screen and (max-width: 480px) {
  .offer-terms-hov a[href^="/go/"]::before {right: 50%;-ms-transform: translateX(50%);transform: translateX(50%);-webkit-transform: translateX(50%);}
  .review-terms-hov a[href^="/go/"]::before {width: 300px;left: -85px;}
}
@media only screen and (max-width: 400px) {.review-terms-hov a[href^="/go/"]::before {width: 250px;left: -40px;}}
.offer-terms-nol.to-center {text-align: center;margin: 0;padding: 0;font-size: 12px;text-transform: none;}
.offer-terms-nol.to-left {text-align: left;}
.offer-terms-nol.to-right {text-align: right;}
.offer-terms-nol .offer-terms-nol__hov {
  display: inline-block;
  position: relative;
  font-style: italic;
  color: #2600b7;
  font-weight: 400;
}
.offer-terms-nol .offer-terms-nol__hov::before {
  display: none;
  content: none;
  position: absolute;
  top: 110%;
  width: 280px;
  padding: 10px;
  background: #d9d9d9;
  border: 1px solid #ff3f02;
  font-size: 10px;
  line-height: 1.4;
  z-index: 995;
}
.offer-terms-nol.to-center .offer-terms-nol__hov::before {left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}
.offer-terms-nol.to-left .offer-terms-nol__hov::before {left: 0;}
.offer-terms-nol.to-right .offer-terms-nol__hov::before {right: 0;}
.offer-terms-nol .offer-terms-nol__hov:hover::before {display: block;}
.offer-terms-nol .offer-terms-nol__hov[data-target*="Butlers"]:hover::before,
.offer-terms-nol .offer-terms-nol__hov[data-target*="Glossy"]:hover::before,
.offer-terms-nol .offer-terms-nol__hov[data-target*="Dotty"]:hover::before,
.offer-terms-nol .offer-terms-nol__hov[data-target*="Diamond"]:hover::before {
  content: "40x wagering required to withdraw bonus (game weighting applies). 2 day expiry for bonuses. Max bet £6.25 until wagering requirement completed.";
}
/*Gallery*/
#main #gallery-1 .gallery-item {display: inline-block;text-align: center;width: 30%;margin-top: 0;margin: 1%;}
#main #gallery-1 img {border: 2px solid #cfcfcf;width: 100%;height: auto;}
@media only screen and (max-width: 640px) {#main #gallery-1 .gallery-item {display: block;width: 98%;}}
.author-title {float: left;margin-top: -4px;margin-bottom: 5px;}
.author-socials .socmednet {float: left;}
/* .author-socials .socmednet a:first-child {margin-left: 20px;} */
.author-socials .socmednet a:hover {opacity: 0.5;}
.blog-cat-nav.authors {background: transparent;display: flex;align-items: baseline;flex-wrap: wrap;padding: 20px 0 0;}
.blog-cat-nav.authors span {float: left; color: var(--main-txt); font-style:italic; padding-top: 20px; margin-right: 10px;}
.blog-cat-nav.authors > div > a {padding: 4px 12px;}
@media all and (max-width: 992px) {
  .blog-cat-nav.authors {
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
  .blog-cat-nav.authors::before {
    top: 20px;
  }
  .blog-cat-nav.authors span {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.blog-cat-nav.authors p {display: none;}
.text-img-wrapper.author {margin: 10px auto 0;}
.interests-block {display: flex;flex-wrap: wrap;list-style-type: none;padding-inline-start: 0;}
.interests-block__item {border: 2px solid #02044e;margin-bottom: 5px;font-size: 0.75rem;margin-right: 10px;background: rgb(89 168 208 / 18%);}
.interests-block__item:first-child {color: #02044e;font-size: 1.25rem;font-style: italic;display: inline-block;border: none;background: transparent;}
.interests-block__text {display: block;padding: 6px 12px;font-weight: bold;color: #172750;}
/*Box with Img Blog*/
.text-img-wrapper {overflow: hidden;display: table;padding: 0;margin: 13px auto;}
.text-img-wrapper.reverse {direction: rtl;}
.box-img-left {display: table-cell;vertical-align: middle;width: 20%;}
.box-img-left img {max-width: 100%;height: auto;}
.author .box-img-left img {border-radius: 50%;max-width: 160px;}
.author .box-img-left {width: 160px;}
.author .box-text-right {width: 84%;}
.box-text-right {display: table-cell;width: 80%;padding: 5px 10px;vertical-align: middle;}
.box-img-right {display: table-cell;vertical-align: middle;width: 20%;}
.box-img-right img {max-width: 100%;height: auto;}
.text-img-wrapper.fix .box-img-left, .text-img-wrapper.fix .box-img-right {width: 12%;}
.box-text-left {
  display: table-cell;
  width: 80%;
  padding: 5px 10px;
  vertical-align: middle;
  direction: ltr;
}
.yt-video {
display: block;
margin: 30px auto 40px auto;
border-top: #3190be 2px solid;
border-left: #3190be 2px solid;
-moz-box-shadow: 3px 3px 4px #3190be;
-webkit-box-shadow: 3px 3px 4px #3190be;
box-shadow: 3px 3px 4px #3190be;
}
iframe.center {margin: 0 auto;display: block;}
.yt-caption {margin-bottom: 20px;color: #044a6b;line-height: 1;font-style: italic;}
@media all and (max-width: 700px) {
  .box-text-right,
  .box-text-left {width: 100%;display: block;}
  .box-img-right, .box-img-left {display: block;margin: 0 auto;text-align: center;width: auto;}
  .author .box-text-right {width: 100%;padding: 5px 0;}
  .text-img-wrapper h2 {text-align: center;}
}
@media all and (max-width: 375px) {.box-text-right {padding: 0;}}
/* ---------------- BLOG ---------------- */
.no-webp .paysprite {background-image: url("/media/paysprite.png");background-repeat: no-repeat;}
.webp .paysprite {background-image: url("/media/paysprite.webp");background-repeat: no-repeat;}
.paysprite {display: inline-block;vertical-align: middle;width: 49px;height: 31px;overflow: hidden;text-indent: -9999px;text-align: left;}
.paysprite.aex {background-position: -10px -0px;}
.paysprite.bitcoin {background-position: -69px -0px;}
.paysprite.delta {background-position: -128px -0px;}
.paysprite.discover {background-position: -10px -41px;}
.paysprite.ecopayz {background-position: -69px -41px;}
.paysprite.entropay-1 {background-position: -128px -41px;}
.paysprite.entropay {background-position: -10px -82px;}
.paysprite.mastercard {background-position: -69px -82px;}
.paysprite.neteller {background-position: -128px -82px;}
.paysprite.paypal {background-position: -10px -123px;}
.paysprite.paysafecard {background-position: -69px -123px;}
.paysprite.skrill {background-position: -128px -123px;}
.paysprite.solo {background-position: -10px -164px;}
.paysprite.switch {background-position: -69px -164px;}
.paysprite.visa {background-position: -128px -164px;}
.margined-1 {margin: 20px auto;}
.clearfix:after {content: " ";display: block;height: 0;clear: both;}
img,
pre,
embed,
video,
iframe,
object,
input,
select,
textarea {
max-width: 100%;
}
ul.not-dflt {list-style: none;margin: 0;padding: 0;}
.tab-title {border-bottom: 4px solid;}
.cat-page .tab-title {padding: 5px 0;}
.blue .tab-title {border-color: var(--blog-blue);}
.red .tab-title {border-color: var(--blog-red);}
.yellow .tab-title {border-color: var(--blog-yellow);}
.tab-title.tag-title span.cat-title { 
  font-size: 17px;
  font-weight: bold;
  color:var(--main-txt);
  background: none;
  padding:10px 0;
  text-align: left;
  width: 100%;
}
.tab-title.tag-title span.cat-title:hover {text-decoration: none;}
.tab-title > span {
  padding: 5px 20px;
  border-radius: 6px 6px 0 0;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 16px;
  position: relative;
}
.blue .tab-title > span {background: var(--blog-blue);}
.red .tab-title > span {background: var(--blog-red);}
.yellow .tab-title > span {background: var(--blog-yellow);}
.tab-title > span > a {color: #fff;text-decoration: none;}
.blog--main .related-posts.style-2 .tab-title > span > a {color: #1e3369;}
.blog.cat-page .tab-title .cat-menu {padding: 10px 20px;cursor: default;}
.tab-title--sort > span,
.tab-title--sort > a {
  padding: 4px 12px;
  border-radius: 6px;
  color: var(--main-txt);
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  position: relative;
  bottom: 4px;
}
@media only screen and (max-width: 785px) {
  .blog.cat-page .tab-title .cat-menu {
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
  }
  .blog.cat-page .tab-title .cat-menu::after {
    content: '\f103';
    font-family: "Font Awesome 5 Free";
    margin-left: 10px;
    display: inline-block;
  }
  .blog.cat-page .tab-title .cat-menu.up::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .tab-title--sort {
    width: 100%;
    position: absolute;
    right: 0;
    max-height: 0;
    height: 0;
    -webkit-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    transition: all linear 0.5s;
    z-index: 999;
    top: auto;
    background: #fff;
    margin-top: 4px;
    overflow: auto;
    box-shadow: 0px 3px 10px #00000029;
    border-radius: 0 0 6px 6px;
  }
  .tab-title--sort.open {
    max-height: unset;
    height: unset;
    overflow: hidden;
  }
  .tab-title--sort > a.tab {
    display: block;
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding: 10px 20px;
    border-radius: 0;
    bottom: 0;
    margin: 0;
  }
  .tab-title--sort > a.tab:last-child {
    margin-bottom: 15px;
  }
  .tab-title--sort > a.tab:not(.focus):after {
    content: '';
    position: absolute;
    width: calc(100% - 40px);
    right: 20px;
    bottom: 0px;
    border-bottom: 1px solid var(--big-cta-border-c);
  }
  .cat-page div.tab-title {margin: 0 -16px 20px;}
}
.tab-title--sort {float: right;}
.tab-title--sort > span,
.tab-title--sort > a {
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 4px 12px;
  border-radius: 6px;
  color: var(--main-txt);
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
}
.tab-title--sort > span:not(:last-child),
.tab-title--sort > a:not(:last-child) {
  margin-right: 20px;
}
.tab-title--sort > span:hover,
.tab-title--sort > span.focus,
.tab-title--sort > a:hover,
.tab-title--sort > a.focus {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.blue .tab-title--sort > span:hover,
.blue .tab-title--sort > span.focus,
.blue .tab-title--sort > a:hover,
.blue .tab-title--sort > a.focus {
  background: var(--blog-blue);
}
.yellow .tab-title--sort > span:hover,
.yellow .tab-title--sort > span.focus,
.yellow .tab-title--sort > a:hover,
.yellow .tab-title--sort > a.focus {
  background: var(--blog-yellow);
}
.feat-img {display: inline-block !important;vertical-align: middle;border-radius: 10px;}
.post-img {
  box-shadow: 0 0 0 2px #CCD4E1;
  border-radius: 4px; 
  margin: 0 auto;
  display: flex;
}
div:not(.related-posts) .feat-img {margin: 0;}
.blog--main .cat-post-pages > div:first-child .feat-img { margin-bottom: 10px;}
.feat-img {box-shadow: 0 0 0 4px var(--blog-blue);}
.red .feat-img {box-shadow: 0 0 0 4px var(--blog-red);}
.blue .feat-img {box-shadow: 0 0 0 4px var(--blog-blue);}
.yellow .feat-img {box-shadow: 0 0 0 4px var(--blog-yellow);}
.related-posts:not(.style-2) .post-group {margin-bottom: 10px;}
.blog-btn {padding: 3px;background: #3190be;border-radius: 6px;color: #fff;}
.blog-btn:hover {background: #be3737;}
.blog-btn > span {width: 100%;padding: 6px 10px;border: 1px solid #fff;border-radius: 4px;}
.read-more-post {margin: 10px 0 0;text-align: right;}
.read-more-post > a {
  padding: 3px 30px;
  color: var(--main-txt);
  border: 2px solid var(--blog-blue);
  border-radius: 6px;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}
.read-more-post > a:hover {color: #fff;background: var(--blog-blue);}
.blue .read-more-post > a {border-color: var(--blog-blue);}
.blue .read-more-post > a:hover {color: #fff;background: var(--blog-blue);}
.yellow .read-more-post > a {border-color: var(--blog-yellow);}
.yellow .read-more-post > a:hover {color: #fff;background: var(--blog-yellow);}
.read-more-post > a > span::after {margin-left:0.5rem;}
.read-more-post > a > span::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 16px;
  position: relative;
  top: 1px;
}
.blog,
.blog *,
.box-sizing,
.box-sizing * {-webkit-box-sizing: border-box;box-sizing: border-box;}
header, section {display: block;}
.blog {padding: 0; position: relative; z-index: 0;}

.blog header, .infographics-page header {height: auto;background: none;}
.blog > p,
.blog .category-title-wrap p {color: #212121;}
.blog > p {margin: 24px 0;}
.blog p {max-width: none;}
ul.green-list {list-style-type: none;}
ul.green-list > li,
ul.green-list-2 > li {margin-bottom: 7px;}
ul.green-list > li::before {
  content: "\261B";
  color: green;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  margin-right: 0.5em;
}
.green-bordered-box {border-radius: 6px;margin: 20px auto;padding: 26px;/*border: 3px solid #2ecc71; */background: #ecfff0;}
ul.green-list-2 {list-style-type: none;}
ul.green-list-2 > li::before {
  content: "\270E";
  color: green;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  margin-right: 0.5em;
}
.no-webp h2.list-check:before,
.no-webp h2.list-cross:before,
.no-webp h2.lightbulb:before,
.no-webp h3.lightbulb:before,
.no-webp h2.ball:before,
.no-webp h3.ball:before,
.no-webp ul.list-check-cross-nobg > li:before,
.no-webp ul.list-check-cross-nobg > li.cross-nobg:before {
  background-image: url(/media/spritesheet-ul-icons.png);
  background-repeat: no-repeat;
}
.webp h2.list-check:before,
.webp h2.list-cross:before,
.webp h2.lightbulb:before,
.webp h3.lightbulb:before,
.webp h2.ball:before,
.webp h3.ball:before,
.webp ul.list-check-cross-nobg > li:before,
.webp ul.list-check-cross-nobg > li.cross-nobg:before {
background-image: url(/media/spritesheet-ul-icons.webp);
background-repeat: no-repeat;
}
h2.list-check:before {
  display: inline-block;
  vertical-align: middle;
  background-position: -1px -52px;
  width: 25px;
  height: 25px;
  text-align: center;
  position: relative;
  top: -4px;
  left: -4px;
  content: "";
}
h2.list-cross:before {
  display: inline-block;
  vertical-align: middle;
  background-position: -2px -79px;
  width: 25px;
  height: 25px;
  text-align: center;
  position: relative;
  top: -3px;
  left: -3px;
  content: "";
}
h2.lightbulb:before,
h3.lightbulb:before {
  display: inline-block;
  vertical-align: middle;
  background-position: -2px -110px;
  width: 25px;
  height: 25px;
  text-align: center;
  position: relative;
  top: -3px;
  left: -3px;
  content: "";
}
h2.ball:before,
h3.ball:before {
  display: inline-block;
  vertical-align: middle;
  background-position: -2px -145px;
  width: 25px;
  height: 25px;
  text-align: center;
  position: relative;
  top: -3px;
  left: -3px;
  content: "";
}
ul.list-check-cross-nobg,
ul.list-star {list-style-type: none;}
ul.list-check-cross-nobg > li {padding-bottom: 2px;font-family: "Georgia", sans-serif;text-align: left !important;}
ul.list-check-cross-nobg > li:before {
  display: inline-block;
  vertical-align: middle;
  background-position: 0px 0px;
  width: 17px;
  height: 17px;
  text-align: center;
  position: relative;
  top: -1px;
  left: -4px;
  content: "";
}
ul.list-check-cross-nobg > li.cross-nobg:before {
  display: inline-block;
  vertical-align: middle;
  background-position: -1px -27px;
  width: 17px;
  height: 17px;
  text-align: center;
  position: relative;
  top: -1px;
  left: -4px;
  content: "";
}
ul.list-star > li:before, .star-left:before {
  display: inline-block;
  vertical-align: middle;
  background: none;
  width: 17px;
  height: 17px;
  color: #ff7700;
  text-align: center;
  position: relative;
  top: -6px;
  left: -4px;
  content: "\2605";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
}
.no-webp div.p--balloons:before {background: url("/media/spritesheet-2.png") no-repeat -14px -998px;}
.webp div.p--balloons:before {background: url("/media/spritesheet-2.webp") no-repeat -14px -998px;}
div.p--balloons:before {content: "";width: 116px;height: 103px;position: absolute;}
.blog a:not([class^="op-"]),
.box-sizing a:not([class^="op-"]),
.box-sizing span:not([class^="op-"]) {
  display: inline-block;
}
.box-sizing a.first {display: block;margin-bottom: 5px;}
.box-sizing a.second {margin-bottom: 9px;margin-right: 5px;}
.block-text {background: #f6f5f5;color: #1e3369;position: relative;}
.no-webp .block-text::before {background-image: url("/media/spritesheet-blog.png");background-repeat: no-repeat;}
.webp .block-text::before {background-image: url("/media/spritesheet-blog.webp");background-repeat: no-repeat;}
.block-text::before {content: "";position: absolute;}
.block-text.style-1::before {width: 30px;height: 43px;background-position: -58px -700px;}
.block-text.style-2::before {width: 40px;height: 41px;background-position: -10px -556px;}
.block-text.style-2 {font-style: italic;}
.block-text > p {margin: 20px 0;}
.block-text > p:last-child {margin-bottom: 0;}
.best-otr .tab-title {margin-bottom: 0;}
.best-otr .tab-title > span {padding-left: 40px;}
.best-otr .title-in, .best-otr .title-in-2 {margin-top: 0;}
.best-otr .title-in {margin-bottom: 10px;border-bottom: 2px solid #172750;color: #1e3369;font-weight: bold;font-size: 16px;}
.best-otr .title-in-2 {padding: 6px 4px;background: #1e3369;color: #fff;font-size: 13px;}
.no-webp .best-otr .tab-title > span::before {background: url("/media/spritesheet-blog.png") -155px -342px no-repeat;}
.webp .best-otr .tab-title > span::before {background: url("/media/spritesheet-blog.webp") -155px -342px no-repeat;}
.best-otr .tab-title > span::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
.best-otr > .block-mid {
  margin-bottom: 4px;
  background: #f6f5f5;
  border: 1px solid #e5e4e4;
  border-top: none;
  border-bottom-color: #edecec;
  position: relative;
}
.best-otr > .block-mid > .block-3,
.best-otr > .block-mid > .block-4 {text-align: center;}
.best-otr > .block-foot {background: #1e3369;color: #fff;}
.best-otr > .block-foot > div {padding: 8px 4px;}
.best-otr > .block-foot > .block-1 > span,
.best-otr > .block-foot > .block-2 > span,
.best-otr > .block-foot > .best-otr-contact > div {line-height: 1.2;}
.best-otr > .block-foot .icon {padding-left: 40px;font-size: 14px;position: relative;}
.best-otr > .block-foot .icon::before {
  position: absolute;
  left: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.best-otr > .block-foot .icon.games::before {content: "\f11b";height: 28px;font-size: 20px;}
.best-otr > .block-foot .icon.software::before {content: "\f013";height: 26px;font-size: 20px;}
.best-otr > .block-foot .icon.phone, .best-otr > .block-foot .icon.chat {display: block;}
.best-otr > .block-foot .icon.phone {margin-bottom: 10px;}
.best-otr > .block-foot .icon.phone::before {content: "\f095";height: 17px;}
.best-otr > .block-foot .icon.chat::before {content: "\f086";font-weight: normal;height: 19px;}
.best-otr-offer > .block-1 {padding: 5px 8px 5px 50px;background: #fff;color: #0091c4;font-size: 14px;position: relative;}
.no-webp .best-otr-offer > .block-1::before {background: url("/media/spritesheet-blog.png") -58px -657px no-repeat;}
.webp .best-otr-offer > .block-1::before {background: url("/media/spritesheet-blog.webp") -58px -657px no-repeat;}
.best-otr-offer > .block-1::before {content: "";position: absolute;left: 8px;top: 50%;width: 34px;height: 34px;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
.best-otr-offer > .block-1 > span {display: block;font-size: 20px;text-transform: uppercase;}
.best-otr-offer > .block-2 {height: 100%;text-align: center;}
.no-webp .best-otr .ul-feat-dtl li::before {background: url("/media/spritesheet-blog.png") -155px -376px no-repeat;}
.webp .best-otr .ul-feat-dtl li::before {background: url("/media/spritesheet-blog.webp") -155px -376px no-repeat;}
.best-otr .ul-feat-dtl li::before {content: "";display: inline-block;vertical-align: middle;width: 16px;height: 16px;margin-top: -3px;margin-right: 6px;}
.best-otr .ul-feat-plm {display: inline-block;width: 240px;}
.best-otr .ul-feat-plm li.icon {float: left;width: 33%;padding: 50px 2px 2px;font-size: 12px;line-height: 90%;text-transform: uppercase;text-align: center;position: relative;}
.best-otr .ul-feat-plm li.icon::before {content: "";position: absolute;top: 0;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}
.no-webp .best-otr .ul-feat-plm li.icon-pay::before,
.no-webp .best-otr .ul-feat-plm li.icon-pay.none::before,
.no-webp .best-otr .ul-feat-plm li.icon-lic::before,
.no-webp .best-otr .ul-feat-plm li.icon-lic.none::before,
.no-webp .best-otr .ul-feat-plm li.icon-mob::before,
.no-webp .best-otr .ul-feat-plm li.icon-mob.none::before {background-image: url("/media/spritesheet-blog.png");background-repeat: no-repeat;}
.webp .best-otr .ul-feat-plm li.icon-pay::before,
.webp .best-otr .ul-feat-plm li.icon-pay.none::before,
.webp .best-otr .ul-feat-plm li.icon-lic::before,
.webp .best-otr .ul-feat-plm li.icon-lic.none::before,
.webp .best-otr .ul-feat-plm li.icon-mob::before,
.webp .best-otr .ul-feat-plm li.icon-mob.none::before {background-image: url("/media/spritesheet-blog.webp"); background-repeat: no-repeat;}
.best-otr .ul-feat-plm li.icon-pay::before, .best-otr .ul-feat-plm li.icon-pay.none::before {width: 40px;height: 43px;}
.best-otr .ul-feat-plm li.icon-pay::before {background-position: -110px -563px;}
.best-otr .ul-feat-plm li.icon-pay.none::before {background-position: -60px -556px;}
.best-otr .ul-feat-plm li.icon-lic::before, .best-otr .ul-feat-plm li.icon-lic.none::before {width: 43px;height: 44px;}
.best-otr .ul-feat-plm li.icon-lic::before {background-position: -131px -509px;}
.best-otr .ul-feat-plm li.icon-lic.none::before {background-position: -131px -455px;}
.best-otr .ul-feat-plm li.icon-mob::before, .best-otr .ul-feat-plm li.icon-mob.none::before {width: 32px;height: 43px;}
.best-otr .ul-feat-plm li.icon-mob::before {background-position: -101px -697px;}
.best-otr .ul-feat-plm li.icon-mob.none::before {background-position: -144px -664px;}
.related-posts .tab-title {border-color: var(--main-txt);text-align: left;border-bottom: 4px solid;}
.blog.cat-page .related-posts .tab-title, .trending-posts .tab-title {border:none;}
.related-posts.trending-posts {border-top: 2px solid var(--btn-non-accent);border-bottom: 2px solid var(--btn-non-accent);}
.trending-posts p.tab-title {margin:0;}
.trending-posts .tab-title .title-span {padding: 20px 0 15px;}
.blog--main .related-posts.style-2 .tab-title {margin-bottom: 1.2rem;}
.related-posts .tab-title > span {
  background: transparent;
  color: var(--main-txt);
  text-transform: uppercase;
  padding-left: 0;
}
.related-posts .tab-title > span::before {content: "";position: absolute;left: -16px;bottom: 0;width: 38px;height: 38px;}
.blog:not(.blog--main) .related-posts .tab-title > span::before {background-position: -10px -655px;}
.blog--main .related-posts .tab-title.style-1 > span::before {background-position: -10px -607px;}
.blog--main .related-posts .tab-title.style-2 > span::before {background-position: -106px -616px;}
.blog--main .related-posts .tab-title.style-3 > span::before {background-position: -58px -609px;}
.related-posts .post-group {display: inline-block;position: relative;text-align: center;}
.related-posts:not(.style-2) .post-group:not(:first-child) {margin-bottom: 10px;margin-left: 15px;}

.related-posts > div.post-group-other {width: 100%;text-align: center;
}
.related-posts .post-group::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  bottom: 0;
  border-radius: 0 0 10px 10px;
  background: rgba(99, 99, 99, 0);
  background: -webkit-linear-gradient(
    top,
    rgba(99, 99, 99, 0) 0%,
    rgba(51, 51, 51, 0.2) 47%,
    rgba(0, 0, 0, 0.43) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(99, 99, 99, 0) 0%,
    rgba(51, 51, 51, 0.2) 47%,
    rgba(0, 0, 0, 0.43) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(99, 99, 99, 0) 0%,
    rgba(51, 51, 51, 0.2) 47%,
    rgba(0, 0, 0, 0.43) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#636363', endColorstr='#000000', GradientType=0 );
}
.count-dtls span:not(:last-child) {padding-right: 5px;}
.blog-cat-post-content .count-dtls, .category-post-wrap .count-dtls {padding: 4px 0;}
.related-posts .count-dtls {position: absolute;bottom: 6px;color: #fff;z-index: 10;}
.related-posts .block-1 .count-dtls, .related-posts .post-group-other .post-group .count-dtls, .trending-posts .post-group .count-dtls, .related-posts .blog-author-recent-posts .post-group .count-dtls {right: 20px;}
.related-posts .block-2 .count-dtls {position: absolute;bottom: -30px;left: 0;color: var(--main-txt);z-index: 10;}
.related-posts .txt-dtl {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 42px;
  margin: 0;
  padding: 4px 14px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.83);
  text-align: left;
  z-index: 10;
}
.related-posts .post-group > a {width: 100%;position: relative;}
.related-posts .post-excerpt {display: none;margin-top: 10px;font-weight: normal;font-size: 13px;z-index: 10;}
.related-posts .type-dtl {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 6px 4px;
  background: var(--main-txt);
  border-radius: 0 6px 0 8px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  z-index: 10;
}
.blue .type-dtl {background: var(--blog-blue);}
.yellow .type-dtl {background: var(--blog-yellow);}
.category-title-wrap {margin-bottom: 30px;padding: 20px 20px 10px;border: 1px solid #efcdcd;border-bottom: 8px solid #be3737;border-radius: 8px;}
.blog--main .category-title-wrap {margin: 0;border-color: #c7ccd9;border-bottom: none;border-radius: 8px 8px 0 0;}
.category-title {font-size: 32px;line-height: 1.2;margin-bottom: 30px;}
.blog--main .category-title {margin-bottom: 25px;color: #1e3369;text-transform: uppercase;}
.blog--main .see-all-cat-posts {text-align: right;}
.blog--main .red .see-all-cat-posts {border-top: 4px solid var(--blog-blue);}
.blog--main .blue .see-all-cat-posts {border-top: 4px solid var(--blog-blue);}
.blog--main .yellow .see-all-cat-posts {border-top: 4px solid var(--blog-yellow);}
.blog--main .see-all-cat-posts .all-posts {
  padding: 6px 30px;
  border-radius: 0 0 6px 6px;
  position: relative;
  line-height: 1;
  width: 150px;
  height: 30px;
  text-align: center;
}
.blog--main .red .see-all-cat-posts  {border-top: 4px solid var(--blog-red);}
.blog--main .red .see-all-cat-posts .all-posts {background: var(--blog-red);}
.blog--main .blue .see-all-cat-posts .all-posts {background: var(--blog-blue);}
.blog--main .yellow .see-all-cat-posts .all-posts {background: var(--blog-yellow);}
.blog--main .all-btn {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  right: 5px;
  position: relative;
}
.blog--main .all-btn::after {
  content: '\f101';
  font-family: "Font Awesome 5 Free";
  position: absolute;
  margin-left: 0.25rem;
}
.blog--main .all-btn:hover {text-decoration: underline;}
.see-all-cat-posts > a {font-weight: bold;font-size: 14px;text-decoration: none;}
.see-all-cat-posts > a:hover {text-decoration: underline;}
.category-post {margin-bottom: 4%;}
.category-post > a { position: relative;}
.category-post > a::after {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 16px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.category-post > a:hover::after {display: block;}
.category-post .category-excerpt, .cat-post-pages .category-excerpt {line-height: 1.3;}
.cat-post-pages .category-excerpt {margin-bottom: 16px;}
.cat-post-pages .category-excerpt {font-size: 13px;color: var(--main-txt);}
.category-post-title {margin: 0;}
.category-post-title a {vertical-align: middle;color: var(--main-txt);font-size: 16px;line-height: 1.3;text-decoration: none;}
.category-post-title a:hover,
.see-all-cat-posts > a {color: var(--blog-blue);}
.blue .category-post-title a:hover,
.blue .see-all-cat-posts > a {color: var(--blog-blue);}
.yellow .category-post-title a:hover,
.yellow .see-all-cat-posts > a {color: var(--blog-yellow);}
.count-dtls {color: var(--main-txt);font-size: 12px;}
.count-dtls > span::before {margin-right: 3px;font-family: "Font Awesome 5 Free";}
.count-dtls > .count--comm::before {content: "\f27a";}
.count-dtls > .count--vws::before {content: "\f06e";}
.count-dtls > .post--date::before {content: "\f133";}
.count-dtls > .count--shrs::before {content: "\f1e0";font-weight: bold;}
.blog .paginate-links {float: right;margin-bottom: 20px;}
.blog .paginate-links .page-numbers {padding: 4px 12px;background: var(--intro-home-bg);color: var(--main-txt);border-radius: 6px;text-decoration: underline;}
.blog .paginate-links .page-numbers.dots {text-decoration: none;}
.blog .paginate-links .page-numbers:hover,
.blog .paginate-links .page-numbers.current {color: #fff;background: var(--blog-blue);border-radius: 6px;text-decoration: none;}
.blog.blue .paginate-links .page-numbers:hover,
.blog.blue .paginate-links .page-numbers.current {background: var(--blog-blue);}
.blog.yellow .paginate-links .page-numbers:hover,
.blog.yellow .paginate-links .page-numbers.current {background: var(--blog-yellow);}
.blog-cat-nav > span,
.blog-cat-nav > div > a,
.category-links > a {color: #fff;}
.blog-cat-nav > div > a,
.category-links > a {padding: 4px 12px;border-radius: 6px;text-decoration: none;box-shadow: 0px 3px 6px #00000029;}
.category-links > a:hover {color: #fff;text-decoration: none;}
@media screen and (max-width:350px) {
  .blog-cat-nav > div > a,
  .category-links > a {
    width: 140px!important;
    font-size: 13px;
  }
}
@media screen and (max-width:500px) {
  .blog-cats {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 10px;
  }
  .blog-cat-nav > div > a,
  .category-links > a {
    width: 158px;
    height: 30px;
    display: flex;
    justify-content: center;
  }
  .blog-cat-nav > div > a {margin-bottom: 10px;}
}
@media screen and (min-width:501px) {
  .blog-cat-nav > div.blog-cats {display: inline-block;}
  .blog-cat-nav > div > a:not(:last-child) {margin-right: 9px;}
  .blog-cat-nav > div > a {margin-bottom: 20px;}
}
@media screen and (min-width:768px) {
  .blog-cat-nav:not(.authors) > div > a, .category-links a {
    padding: 4px 30px!important;
  }
}
@media screen and (min-width:376px) {
.cat-page .category-post-title a {font-size: 20px;}
}
.blog-cat-nav .blog-cata-fun,
.category-links a[href*="fun"] {background: var(--blog-blue);}
.blog-cat-nav .blog-cata-fun:hover,
.category-links a[href*="fun"]:hover {background: #1e3369;}
.blog-cat-nav .blog-cata-guides,
.category-links a[href*="guides"] {background: var(--blog-yellow);}
.blog-cat-nav .blog-cata-guides:hover,
.category-links a[href*="guides"]:hover {background: #cca000;} 
.blog .social-wrap {    
  display: flex;
  width: 100%;
  margin-top: 10px;
  flex-wrap: wrap;
  align-items: flex-end;
}
.blog .social-wrap > div {    
  display: table-cell;
  width: 50%;
}
@media screen and (max-width:409px) {
  .blog .social-wrap > div {
    width: 100%;
    margin-bottom: 10px
  }
}
.blog .social-wrap > .addthis {padding-left: 4px;text-align: right;}
.nav-links > div > div > div {padding: 6px 30px;border-radius: 6px;background: var(--intro-home-bg) 0% 0% no-repeat padding-box;border-radius: 6px;position: relative;}
.nav-links .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nav-links > .nav-links--previous .fas {left: 10px;}
.nav-links > .nav-links--next .fas {right: 10px;}
.nav-links a {color: var(--main-txt);font-weight: 600;font-size: 13px;line-height: 15px;text-decoration: none;}
.nav-links a:hover {text-decoration: underline;}
.blog--main .cat-post-pages > div {margin-bottom: 4px;}
.blog--main .cat-post-pages .blog-cat-post > a {display: inline;}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  .best-otr {width: 400px;}
  .cat-post-pages .blog-cat-post-wrap:not(:first-child) .blog-cat-post-content {margin-bottom: 24px;}
}
@media only screen and (min-width: 480px) and (max-width: 599px),
  (min-width: 1201px) {
  .blog--main .cat-post-pages > div:not(:first-child) .feat-img {
    float: left !important;
    margin: 0 10px 0 0;
  }
  .cat-post-pages .blog-cat-post-wrap:not(:first-child) .blog-cat-post-content {margin-left: 184px;}
}
.blog--main .cat-post-pages > div .feat-img {margin: 10px auto;}
@media only screen and (min-width: 600px) {
  .blog--main .category-title {padding-top: 10px;font-size: 32px;}
  .block-text {padding: 10px 60px 10px 100px;border-left: 12px solid #1e3369;}
  .block-text::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .block-text.style-1::before {left: 33px;}
  .block-text.style-2::before {left: 26px;}
  .best-otr > .block-foot > .block-1 > span,
  .best-otr > .block-foot > .block-2 > span,
  .best-otr > .block-foot > .best-otr-contact > div {
    display: table-cell;
    vertical-align: middle;
  }
  .best-otr > .block-mid > .block-4 .paysprite {margin: 0 10px 10px;}
  .best-otr-offer > div {float: left;width: 48%;}
  .best-otr-offer > .block-1 {margin-left: 4%;}
  .best-otr-offer .blog-btn {margin: 6px auto;}
  .nav-links > div {float: left;width: 49%;}
  .nav-links > .nav-links--previous {text-align: left;}
  .nav-links > .nav-links--next {text-align: right;float: right;}
  .nav-links > div > div {display: inline-block;}
  .category-post {float: left;width: 46%;margin-bottom: 3%;}
  .category-post:not(.events):nth-child(2n + 1) {margin-right: 8%;}
  .category-post.events:nth-of-type(2n + 1) {margin-right: 8%;}
  .blog--main > .middle > .block-1,
  .blog--main .cat-post-pages.style-2:not(.events) .blog-cat-post-wrap:nth-child(2n + 2) {margin-right: 8%;}
  .blog--main .cat-post-pages.style-2.events .blog-cat-post-wrap:nth-of-type(2n + 1) {margin-right: 8%;}
  .blog--main > .middle > div,
  .blog--main .cat-post-pages.style-2 .blog-cat-post-wrap {float: left;width: 46%;}
  .blog--main .cat-post-pages > div:not(:first-child) .feat-img {position: relative;}
  .category-post-title,
  .blog--main .cat-post-pages > div:not(:first-child) .category-excerpt {overflow: hidden;}
  .category-post-title {height: 40px;}
  .category-post-title.style-2 {height: 50px; line-height:40px; margin-top: 10px;}
  .blog--main .cat-post-pages > div:not(:first-child) .category-excerpt {height: 50px;}
}
@media only screen and (min-width: 600px) and (max-width: 1270px) {
  .blog--main .related-posts.style-2 > .block-1 {width: 80%;margin: 10px auto;}
  .blog--main .related-posts.style-2 > .block-2 > div {float: left;width: 48%;}
  .blog--main .related-posts.style-2 > .block-2 > div:first-child { margin-right: 4%;}
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .best-otr {width: 520px;}
  .best-otr > .block-mid > .block-2 {margin: 0 250px 10px 10px;}
  .best-otr > .block-mid > .block-3 {position: absolute;right: 0;top: 180px;}
  .best-otr > .block-foot > .block-2, .best-otr > .block-foot > .best-otr-contact {display: table-cell;vertical-align: top;}
  .best-otr > .block-foot > .block-2 {max-width: 400px;}
  .best-otr > .block-foot .icon.games br {display: none;}
  .best-otr > .block-foot .icon.phone,
  .best-otr > .block-foot .icon.chat {float: left;}
  .best-otr > .block-foot .icon.phone {margin-bottom: 0;}
}
@media only screen and (min-width: 600px) and (max-width: 700px) {.blog--main .related-posts.style-2 > .block-1 {width: 90%;}}
@media only screen and (min-width: 768px) {
  .blog.single > .feat-img,
  .blog.single .feat-img.style-2 {float: left !important;margin: 6px 26px 22px 0;}
  .best-otr > .block-mid {padding: 20px 18px 10px;}
  .best-otr .ul-feat-plm {margin: 32px 20px 0 0;}
  .best-otr > .block-foot > .block-1 > span {padding-left: 50px;}
  .interests-block__item {font-size: 0.875rem;}
  .interests-block__text {padding-top: 9px;padding-bottom: 9px;}
}
@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .best-otr {width: 688px;}
  .best-otr > .block-mid > .block-1 {float: left;}
  .best-otr > .block-mid > .block-2 {margin-left: 270px;}
  .best-otr > .block-mid > .block-3,
  .best-otr > .block-mid > .block-4 {
    float: right;
    width: 50%;
  }
  .best-otr > .block-foot > .block-1,
  .best-otr > .block-foot > .block-2,
  .best-otr > .block-foot > .best-otr-contact {
    float: left;
  }
  .best-otr > .block-foot > .block-1 {width: 50%;}
  .best-otr > .block-foot > .block-2, .best-otr > .block-foot > .best-otr-contact {width: 25%;}
}
@media only screen and (min-width: 960px) and (max-width: 1399px) {.in-menu-box .related-posts:not(.style-2) .post-group:first-child {margin-right: 0;}}
@media only screen and (min-width: 1024px) {
  .category-title-wrap {position: relative;overflow: hidden;}
  .no-webp .category-title-wrap::before {background: url("/media/spritesheet-blog.png") -10px -342px no-repeat;}
  .webp .category-title-wrap::before {background: url("/media/spritesheet-blog.webp") -10px -342px no-repeat;}
  .category-title-wrap::before {
    content: "";
    position: absolute;
    top: -8px;
    right: -15px;
    width: 135px;
    height: 103px;
  }
  .blue .category-title-wrap {border-color: #bfe3f0;border-bottom-color: #3190be;}
  .blue .category-title-wrap::before {right: 8px;top: -18px;width: 150px;height: 142px;background-position: -10px -190px;}
  .no-webp .blog--main .category-title-wrap::before {background: url("/media/spritesheet-blog.png") -10px -0px no-repeat;}
  .webp .blog--main .category-title-wrap::before {background: url("/media/spritesheet-blog.webp") -10px -0px no-repeat;}
  .blog--main .category-title-wrap::before {
    content: "";
    position: absolute;
    top: -38px;
    right: -48px;
    width: 181px;
    height: 180px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog--main .related-posts.style-2 > .block-1 .post-group > a:hover .txt-dtl {padding-top: 270px;}
  .related-posts .post-group > a:hover .txt-dtl.style-2 {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding-top: 16px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
  }
  .blog.single .related-posts .post-group > a:hover .txt-dtl.style-2 {left: 0;right: 0;transition: all 0.2s ease-in-out;}
}
@media only screen and (min-width: 1271px) {
  .blog--main .related-posts.style-2 > div {float: left;}
  .blog--main .related-posts.style-2 > div.block-2 { margin: 0 3%;}
  .blog--main .related-posts.style-2 > .block-1 {width: 64%;}
  .blog--main .related-posts.style-2 > div.block-2:nth-child(2) {width: 32%;margin: 0 0 0 4%;}
  .blog--main .related-posts.style-2 > div.block-2 .tab-title.last {margin-top: -10px;}
  .related-posts .post-group > a:hover .post-excerpt,
  .blog--main .related-posts.style-2 > .block-1 .post-group > a .post-excerpt {
    display: block;
  }
  .blog--main .related-posts.style-2 > div.block-2:nth-child(2) > div:first-child {
    padding-bottom: 4.5rem;
}
}
@media only screen and (min-width: 1271px) and (max-width: 1340px) {.related-posts:not(.style-2) .post-group {width: 300px;}}
@media only screen and (min-width: 1400px) {
  .best-otr > .block-mid > div {float: left;}
  .best-otr > .block-mid > .block-1 {width: 25%;}
  .best-otr > .block-mid > .block-2 {width: 30%;margin-left: 2%;}
  .best-otr > .block-mid > .block-3 {width: 29%;}
  .best-otr > .block-mid > .block-4 {width: 14%;padding-top: 8px;}
  .best-otr > .block-foot > div {display: table;float: left;height: 70px;}
  .best-otr > .block-foot > div:not(:last-child) {border-right: 1px solid #fff;}
  .best-otr > .block-foot > .block-1 {width: 336px;}
  .best-otr > .block-foot > .block-2 {width: 152px;}
  .best-otr > .block-foot > .best-otr-contact {width: 170px;}
  .best-otr > .block-foot > .best-otr-offer {width: 400px;padding-right: 0;}
  /* .related-posts > div {width: 30%;} */
  .blog:not(.blog--main) .related-posts > div:nth-child(3) {margin: 0 3%;}
}
@media only screen and (max-width: 1399px) {.related-posts {text-align: center;}}
@media only screen and (max-width: 1270px) {
  .blog.single > .feat-img,
  .blog.single .feat-img.style-2,
  .blog-cat-post .feat-img {
display: block !important;}
  .cat-post-pages.style-1
    .blog-cat-post-wrap:not(:first-child)
    .category-post-title,
  .cat-post-pages.style-2
    .blog-cat-post-wrap:not(:first-child)
    .category-post-title {
    margin-top: 4px;
  }
}
@media only screen and (max-width: 959px) {
  .in-menu-box .related-posts:not(.style-2) .post-group {margin-right: 0;}
  .related-posts:not(.style-2) .post-group:not(:first-child) {margin-left: 0;}
}
@media only screen and (max-width: 767px) {.blog.single > .feat-img,.blog.single .feat-img.style-2 {margin: 12px auto;}}
@media only screen and (max-width: 599px) {
  .blog-header.blog-post header h1,.blog-header.blog-post header h2,.blog-header.blog-post header h3,.blog-header.blog-post header h4,.blog-header.blog-post header h5, .blog-header.blog-post header h6 {line-height: 1.3;}
  .blog-header.blog-post header h1 {font-size: 22px;}
  .blog.single h2 {font-size: 20px;}
  .blog.single h3 {font-size: 18px;}
  .blog.single h4, .blog.single h5, .blog.single h6 {font-size: 16px;}
  .bottom .tab-title > span {
    width: 90%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
  }
  .bottom p.tab-title:not(.tag-title), .blog-cat-border {margin: 0 -16px 20px;} 
  .blog--main .see-all-cat-posts {text-align: center;}
  .margined-1 {margin: 18px auto;}
  .related-posts .block-1 {padding-bottom: 1rem;}
  .category-title-wrap {padding: 10px;}
  .block-text {padding: 60px 20px 20px;border-top: 12px solid #1e3369;}
  .block-text::before {
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .nav-links > div {text-align: center;}
  .nav-links > .nav-links--previous {margin-bottom: 10px;}
  .best-otr .ul-feat-plm {margin: 20px auto 16px;}
  .best-otr > .block-mid {padding: 10px 16px;}
  .best-otr > .block-mid > .block-4 .paysprite {margin: 0 6px 10px;}
  .best-otr > .block-foot .icon.games::before {left: 8px;}
  .best-otr > .block-foot .icon.software::before {left: 10px;}
  .best-otr-offer .blog-btn {margin: 16px auto 6px;min-width: 66%;}
  .category-post:not(:last-child) {padding-bottom: 12px;}
  .cat-page .category-post-title a {margin-top: 10px;}
  .category-post .read-more-post {text-align: center;}
}
/*Quote elem*/
.quote {margin: 0 auto; background: var(--table-tc-bg); border-radius: 6px;}
.quote-img {display: inline-block;float: left;margin-right: 20px;padding-top: 7px;}
.quote-text {font-size: 15px;font-style: italic;text-align: justify;}
.quote-inner {padding: 20px 96px;}
.quote-credit {font-size: 12px;text-align: center;color: #a5a5a5;}
.quote-text p {margin-bottom: 0;}
.img-credit img {margin-bottom: 0;}
@media only screen and (max-width: 499px) {
  .quote-img {display: block;float: none;margin: 0 auto;}
  .quote-inner {padding: 30px;}
}
#comments .comment-list,.block-comments {background: #fff;font-size: 14px;}
#comments {float: none;width: 100%;margin: 0 auto;-webkit-box-sizing: border-box;box-sizing: border-box;}
#comments .comment-list {margin-top: 0;}
#comments > .main-title {margin: 10px 0;color: #1e3369;font-size: 16px;font-weight: bold;text-transform: uppercase;}
#comments .comments-title,#comments .comment-reply-title {margin: 10px 0;padding: 0;border-top: none;font-size: 22px;font-weight: bold;}
#comments .comment-reply-title {margin: 0;}
#comments .comment-notes-before {margin: 4px 0;font-style: italic;font-size: 14px;}
#comments #respond {padding: 0;}
/* #comments .comment-form {
  margin-top: 20px;
  padding: 18px 18px 32px;
  background: #f6f5f5;
  border: 1px solid #d7d6d6;
  border-radius: 8px;
  position: relative;
} */
/* .no-webp #comments .comment-form::before,
.no-webp #comments .comment-form::after {background-image: url("/media/spritesheet-blog.png");background-repeat: no-repeat;}
.webp #comments .comment-form::before,
.webp #comments .comment-form::after {background-image: url("/media/spritesheet-blog.webp");background-repeat: no-repeat;}
#comments .comment-form::before,
#comments .comment-form::after {content: "";position: absolute;}
#comments .comment-form::before {left: 18px;top: -12px;width: 30px;height: 12px;background-position: -167px -790px;}
#comments .comment-form::after {right: 0;top: 0;width: 451px;height: 143px;background-position: 0 -870px;} */
#comments input[type="text"],
#comments input[type="email"],
#comments textarea {
  border-radius: 6px;
  background-color: var(--table-tc-bg);
  font-style: italic;
  position: relative;
  z-index: 10;
  padding: 13px;
  border: none;
}
#comments input[type="text"]:focus-visible,
#comments input[type="email"]:focus-visible,
#comments textarea:focus-visible {
  outline: #024F9D 1.5px auto;
}
::placeholder {color: #BFC9DA;}
#comments #reply-title small > a {margin-left: 10px;text-decoration: none;}
#comments #reply-title small > a:hover {text-decoration: underline;}
#comments .comment {border: none;-webkit-box-shadow: none;box-shadow: none;}
#comments .comment-reply-link {margin-top: 10px;border: none;color: var(--navigation-bg);text-decoration: none;}
#comments .comment-reply-link::before {
  content: "\f122";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 10px;
  font-size: 16px;
}
#comments .comment-reply-link:hover {text-decoration: underline;}
#comments .comment-form label {color: #BFC9DA;font-size: 13px;text-transform: capitalize; font-style: italic;}
#comments #wp-comment-cookies-consent {margin-right: 8px;}
#comments .comment-form-cookies-consent label {display: inline-block;position: relative;top: -2px;font-size: 11px;}
#comments .comment-form-cookies-consent a, .subscribe-box a {color: var(--navigation-bg);text-decoration: none;}
.subscribe-box a {font-weight: 800;}
#comments .comment-form-cookies-consent a:hover {text-decoration: underline;}
#comments #submit {padding: 14px 10px;background: #3190be;border-radius: 4px;font-weight: normal;}
.block-comments .dtls {color: #b7b7b7;}
.block-comments .text-block, #comments .text-block {color: #7d7d7d;}
#comments .text-block {margin-top: 14px;}
#comments .text-block.style-2 {font-style: italic;font-size: 10px;text-align: center;}

.block-comments .dtls > span .fas,
#comments .dtls > div .fas {
  margin-right: 6px;
  color: #1e3369;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 18px;
}
.block-comments .dtls > .avatar, #comments .comment-author {padding-right: 4px;text-align: left;}
.block-comments .dtls > .date {padding-left: 4px;text-align: right;}

#comments:not() .g-recaptcha {margin-top: 14px;}
#comments .comment-form:not(.style-2) {position: relative;}
#comments .comment-form:not(.style-2) .comment-form-cookies-consent {position: absolute;bottom: -4px;right: 6px;}
#comments .comment-form .comment-form-cookies-consent label {display: inline;}
#comments .comment-form:not(.style-2) .comment-form-cookies-consent label {font-size: 11px;margin: 0;}
#comments .comment-form:not(.style-2) .comment-form-cookies-consent input {position: relative;top: 2px;}
#comments .comment-form:not(.style-2) .comment-form-cookies-consent br {margin: 0;}
@media only screen and (min-width: 600px) {
  .block-comments .dtls, #comments .dtls {display: table;width: 100%;}
  .block-comments .dtls > span, #comments .dtls > div {display: table-cell;width: 50%;}
}
@media only screen and (max-width: 1270px) {
  #comments .comment-form:not(.style-2) .g-recaptcha {margin-bottom: 90px;}
  #comments .comment-form:not(.style-2) .comment-form-cookies-consent {right: auto;left: 0;bottom: 52px;}
}
@media only screen and (min-width: 1024px) {
  #comments #submit, #comments .g-recaptcha {position: absolute;}
  #comments #submit {
    right: 18px;
    bottom: 30px;
    padding: 14px 10px;
    background: #3190be;
    border-radius: 4px;
    font-weight: normal;
  }
  #comments .g-recaptcha {right: 240px;bottom: 10px;}
}
@media only screen and (max-width: 1023px) {
  #comments #submit, #comments .g-recaptcha {margin: 0 auto;display: block;}
  #comments .g-recaptcha {width: 248px;}
}
@media only screen and (max-width: 419px) {
  #comments .g-recaptcha {width: 248px;}
}
@media only screen and (min-width: 420px) {
  #comments .g-recaptcha {width: 300px;}
}
@media only screen and (min-width: 900px) and (max-width: 1023px){
  #comments .g-recaptcha {margin-right: 0;}
}
@media only screen and (max-width: 599px) {
  .block-comments .dtls > span,
  #comments .dtls > div,
  .block-comments .dtls > .date,
  #comments .comment-meta,
  #comments .text-block.style-2 {text-align: left;}
  .block-comments .dtls > span, #comments .dtls > div {font-size: 12px;}
  .comment-list .children {padding-left: 0;}
}
@media only screen and (max-width: 479px) {
  #contact .g-recaptcha {width: 200px;}
  #contact .g-recaptcha {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@media only screen and (max-width: 419px) {
  #comments .g-recaptcha {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 20% 0;
    -ms-transform-origin: 20% 0;
    transform-origin: 20% 0;
  }
}
/* ---------------- Footer ---------------- */
.footer-wrap {margin-bottom: 20px;}
.no-webp .socmednet a:first-child::before,
.no-webp .footer-recent-posts > p::before,
.no-webp .socmednet > a > span {background-image: url("/media/spritesheet-blog.png");background-repeat: no-repeat;}
.webp .socmednet a:first-child::before,
.webp .footer-recent-posts > p::before,
.webp .socmednet > a > span {background-image: url("/media/spritesheet-blog.webp");background-repeat: no-repeat;}

.footer-list {width: auto;}
.footer-list ul li { min-width: auto;margin: 0 24px 0 0;vertical-align: middle;}
.footer-recent-posts > p {margin-bottom: 6px;padding-bottom: 7px;border-bottom: 1px solid #babfcb;font-size: 16px;font-weight: bold;text-align: left;}
.footer-recent-posts > p::before {content: "";display: inline-block;vertical-align: middle;width: 43px;height: 35px;margin: -5px 10px 0 0;background-position: -220px -769px;}
.footer-recent-posts ul, .footer-recent-posts ol {margin: 0;padding: 0;list-style: none;}
.footer-recent-posts ul {padding: 2px 7px;border-radius: 7px;background: rgb(0, 145, 196);background: linear-gradient(70deg, #0091c45c, #172750);}
.footer-recent-posts li {text-align: left;}

.no-webp .label-footer {background: url(/media/spritesheet-blog.png) -287px -405px no-repeat;}
.webp .label-footer {background: url(/media/spritesheet-blog.webp) -287px -405px no-repeat;}
.label-footer {
  transform: scale(1.2);
  height: 45px;
  width: 120px;
  text-align: center;
  margin: 0 auto;
}
.footer-recent-posts a {color: #fff;text-decoration: none;}
.footer-recent-posts a:hover {color: #0096c9;}
.socmednet > a {margin-right: 10px;position: relative;}
.socmednet > a > span {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 33px;
  text-align: left;
  text-indent: -9999px;
}
.socmednet > a > .socmednet-fb {background-position: -296px -810px;}
.socmednet > a > .socmednet-tw {background-position: -338px -810px;}
.socmednet > a > .socmednet-pin {background-position: -380px -810px;}
.socmednet > a > .socmednet-yout {background-position: -423px -810px;}
.socmednet > a > .socmednet-linkedin {background-position: -463px -810px;}
.socmednet > a > .socmednet-mail {background-position: -463px -772px;}
@media only screen and (min-width: 600px) {
  .socmednet a:first-child {padding-left: 140px;}
  .author-socials .socmednet a:first-child {padding-left: 0;}
  .socmednet a:first-child::before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    width: 125px;
    height: 35px;
    background-position: -161px -814px;
  }
  .author-socials .socmednet a:first-child::before {background: none;top: 0;width: 0;height: 0;}
}
@media only screen and (max-width: 1270px) {
  .footer-list, .socmednet:not(.auth) {display: block;width: 100%;text-align: center;}
  .footer-list {float: none;margin-bottom: 16px;}
  .footer-recent-posts {margin: 10px auto;}
}
@media only screen and (max-width: 850px) {.footer-elements {padding: 10px;width: 100%;max-width: 95%;}}
@media only screen and (max-width: 599px) {footer .copy {width: auto;}}
@media only screen and (max-width: 410px) {
  .author-socials .socmednet a:first-child {margin-left: 0;}
  .interests-block__item:nth-child(1) {width: 100%;}
  .author-socials .socmednet {float: none;display: block;text-align: center;}
  .author-title {float: none;text-align: center;}
}
.foo-col {float: none;width: 100%;margin: 1rem auto;max-width: 100%;}
/* @media only screen and (max-width: 575px) {
  .footer-recent-posts ul, .footer-recent-posts ol {max-width: 95%;}
  .footer-recent-posts li {width: 350px; max-width: 90%;}
} */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-recent-posts.even li {display: inline-block;width: 49%;}
  .footer-recent-posts.even ol li {display: inline-block;width: 44%;}
  .footer-recent-posts.odd li:not(:last-child) {display: inline-block;width: 49%;}
  .footer-recent-posts.odd li:last-child {padding-left: 5px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .foo-col-md {
    float: left;
    width: 45%;
    margin: 1rem 1%;
    max-width: 45%;
  }
}
@media only screen and (min-width: 992px) {
  .foo-col-lg {float: left;width: 31%;margin: 1rem 1%;}
  .footer-elements {max-width: 95%;}
}
/* ---------------- Infographics ---------------- */
img.graph-img-bord {display: block;height: auto;margin: 10px auto;}
.b-ball-ul {padding: 0;font-weight: normal;font-style: italic;text-align: left;}
.b-ball-ul:not(.margined-1) {margin: 0;}
.b-ball-ul.style-2 {color: #141823;font-size: 17px;text-transform: uppercase;}
.b-ball-ul li {list-style: none;margin-bottom: 4px;line-height: 1.3;}
.no-webp .b-ball-ul li::before {background: url("/media/spritesheet-infographic.png") -384px -377px no-repeat;}
.webp .b-ball-ul li::before {background: url("/media/spritesheet-infographic.webp") -384px -377px no-repeat;}
.b-ball-ul li::before {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 14px;
  height: 14px;
  margin-right: 8px;
}
.graph-frames-wrap .jump-to-tab {
  position: absolute;
  width: 64px;
  height: 792px;
  left: -2px;
  top: 170px;
}
.jump-to-tab ul {margin: 0;padding: 0;}
.jump-to-tab li {list-style: none;float: left;position: relative;}
.infographics-page > header .jump-to-tab li {width: 50%;height: 90px;border-radius: 8px 8px 0 0;}
.graph-frames-wrap .jump-to-tab li {
  width: 90px;
  height: 110px;
  border-radius: 8px 8px 0 0;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.infographics-page
  > header
  .jump-to-tab
  li:not(:first-child):not(:nth-child(2)) {
  margin-top: -24px;
}
.graph-frames-wrap .jump-to-tab li:not(:first-child) {margin-top: -10px;}
.infographics-page > header .jump-to-tab li:hover {top: -6px;}
.jump-to-tab li .icon { width: 55px;height: 63px;position: absolute;}
.infographics-page > header .jump-to-tab li .icon {top: 0px;left: 4px;}
.graph-frames-wrap .jump-to-tab li .icon {
  top: 0px;
  left: 18px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.no-webp .jump-to-tab li .icon > span {background-image: url("/media/spritesheet-infographic.png");background-repeat: no-repeat;}
.webp .jump-to-tab li .icon > span {background-image: url("/media/spritesheet-infographic.webp");background-repeat: no-repeat;}
.jump-to-tab li .icon > span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.jump-to-tab li.j-to-green {background: #07bc56;}
.jump-to-tab li.j-to-blue {background: #107cb1;}
.jump-to-tab li.j-to-orange {background: #ff8e0b;}
.jump-to-tab li.j-to-red {background: #a53232;}
.jump-to-tab li.j-to-purple {background: #6b32b1;}
.jump-to-tab li.j-to-yellow {background: #d7b22e;}
.jump-to-tab li.j-to-pink {background: #bd4182;}
.jump-to-tab li.j-to-cyan {background: #259e97;}
.jump-to-tab li.j-to-green .icon > span {width: 50px; height: 50px; background-position: -304px -584px;}
.jump-to-tab.ver-netw li.j-to-green .icon > span {width: 46px;height: 48px;background-position: -246px -663px;}
.jump-to-tab li.j-to-blue .icon > span {width: 38px;height: 48px;background-position: -241px -588px;}
.jump-to-tab.ver-netw li.j-to-blue .icon > span {width: 48px;height: 48px;background-position: -130px -663px;}
.jump-to-tab li.j-to-orange .icon > span {width: 34px;height: 46px;background-position: -364px -598px;}
.jump-to-tab.ver-netw li.j-to-orange .icon > span {width: 50px;height: 50px;background-position: -10px -663px;}
.jump-to-tab li.j-to-red .icon > span {width: 52px;height: 38px;background-position: -71px -555px;}
.jump-to-tab.ver-netw li.j-to-red .icon > span {width: 44px;height: 46px;background-position: -302px -663px;}
.jump-to-tab li.j-to-purple .icon > span {width: 52px;height: 46px;background-position: -10px -555px;}
.jump-to-tab.ver-netw li.j-to-purple .icon > span {width: 48px;height: 48px;background-position: -188px -663px;}
.jump-to-tab li.j-to-yellow .icon > span {width: 52px;height: 48px;background-position: -304px -527px;}
.jump-to-tab.ver-netw li.j-to-yellow .icon > span {width: 42px;height: 46px;background-position: -355px -663px;}
.jump-to-tab li.j-to-pink .icon > span {width: 44px;height: 62px;background-position: -366px -527px;}
.jump-to-tab.ver-netw li.j-to-pink .icon > span {width: 50px;height: 46px;background-position: -70px -663px;}
.jump-to-tab li.j-to-cyan .icon > span {width: 54px;height: 54px;background-position: -241px -527px;}
.jump-to-tab.ver-netw li.j-to-cyan .icon > span {width: 36px;height: 50px;background-position: -355px -718px;}
.jump-to-tab a,
.jump-to-tab li > div {
  display: block;
  height: 100%;
  color: #fff !important;
  font-size: 12px !important;
  text-transform: uppercase;
  text-decoration: none !important;
}
.infographics-page > header .jump-to-tab a {line-height: 1.4;text-align: left;}
.graph-frames-wrap .jump-to-tab a,
.graph-frames-wrap .jump-to-tab li > div {
  padding: 64px 8px 10px;
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
}
.jump-to-tab > .title {background: #259e97;text-align: center;}
.infographics-page > header .jump-to-tab > .title {
  padding: 14px 4px;
  position: relative;
  top: -20px;
  border-top-left-radius: 8px;
}
.jump-to-tab > .title > span {
  background: #29aca4;
  border: 2px solid #2dcdc4;
  border-radius: 4px;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
.no-webp .jump-to-tab > .title > span::before,
.no-webp .jump-to-tab > .title > span::after {
  background: url("/media/spritesheet-infographic.png") -384px -281px no-repeat;
}
.webp .jump-to-tab > .title > span::before, .webp .jump-to-tab > .title > span::after {background: url("/media/spritesheet-infographic.webp") -384px -281px no-repeat;}
.jump-to-tab > .title > span::before,
.jump-to-tab > .title > span::after {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 22px;
  height: 18px;
}
.jump-to-tab > .title > span::before {margin-right: 10px;}
.jump-to-tab > .title > span::after {margin-left: 10px;}
.blue-block {
  margin: 20px auto;
  padding: 18px;
  background: #236795;
  color: #fdfdfd;
  position: relative;
  text-indent: 0;
  text-align: center;
}
.blue-block.left-top::after, .blue-block.right-top::after {top: -12px;border-left: 12px solid transparent;border-right: 12px solid transparent;border-bottom: 12px solid #236795;}
.blue-block.left-top::after {left: 28px;}
.blue-block.right-top::after {right: 28px;}
.blue-block.top-left::after, .blue-block.top-right::after { top: 28px;}
.blue-block.top-left::after {left: -12px;border-top: 12px solid transparent;border-right: 12px solid #236795;border-bottom: 12px solid transparent;}
.blue-block.top-right::after {right: -12px;border-top: 12px solid transparent;border-left: 12px solid #236795;border-bottom: 12px solid transparent;}
.blue-block a {color: #d7b22e;display: inline;}
.blue-block a:hover {text-decoration: none;}
.yellow-block {
  background: #f6dd63;
  border-radius: 6px;
  text-align: center;
  position: relative;
}
.yellow-block.style-1 {
  border: 2px solid #e3cc59;
  color: #474643;
  font-weight: 500;
  font-size: 17px;
}
.yellow-block.style-1.ver-b {border-radius: 16px;color: #31302e;font-weight: 500;}
.yellow-block.style-1.ver-b > .title {margin: 0 0 10px;font-weight: bold;font-size: 19px;text-transform: uppercase;}
.yellow-block.style-1.ver-netw {border-radius: 26px;position: relative;}
.yellow-block.style-1.ver-netw::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -16px;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid #f6dd63;
}
.yellow-block.style-2 {font-style: italic;}
.yellow-block .maglass-text {color: #255b7a;font-weight: 500;font-style: normal;line-height: 1.4;z-index: 10;}
.yellow-block > p {margin: 0 0 4px;text-align: center;position: relative;z-index: 10;}
.blue-bord-block {border: 5px solid #236795;border-radius: 10px;font-weight: 500;font-size: 16px;}
.blue-bord-block:not(.not-veral) > div {vertical-align: middle;}
.blue-bord-block > div:first-child {margin-right: 2%;}
.blue-bord-block > .img-hold {text-align: center;}
.graph-frame .blue-bord-block .title { margin: 0 0 8px;color: #ed55a9;font-weight: bold;text-align: left;}
.graph-frame .blue-bord-block .title .fas {font-family: "Font Awesome 5 Free";font-weight: bold;}
.graph-frame .blue-bord-block.ver-b {text-align: left;font-weight: normal;}
.graph-frame .blue-bord-block.ver-b > div > .top,
.graph-frame .blue-bord-block.ver-b > div > .bottom {display: block;text-transform: uppercase;}
.graph-frame .blue-bord-block.ver-b > div > .top {margin-bottom: 10px;font-weight: bold;}
.graph-frame .blue-bord-block.ver-b > div > .bottom {margin-top: 14px;font-style: italic;}
.brackets-block {
  color: #334466;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.brackets-block > p {
  display: inline-block;
  vertical-align: middle;
  padding: 0 40px;
  line-height: 1;
  position: relative;
}
.no-webp .brackets-block > p::before, .no-webp .brackets-block > p::after {background: url("/media/spritesheet-infographic.png") -384px -309px no-repeat;}
.webp .brackets-block > p::before, .webp .brackets-block > p::after {background: url("/media/spritesheet-infographic.webp") -384px -309px no-repeat;}
.brackets-block > p::before,
.brackets-block > p::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 17px;
  height: 58px;
}
.brackets-block > p::after {-webkit-transform: translateY(-50%) rotate(180deg);-ms-transform: translateY(-50%) rotate(180deg);transform: translateY(-50%) rotate(180deg);}
.infographics-page {color: #31302e;}
.infographics-page header {display: block;}
.infographics-page > header {
  background: #065d87;
  border-radius: 8px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.infographics-page > header h1 {color: #fff;line-height: 1.4;text-transform: uppercase;}
.infographics-page > header.ver-netw h1,
.infographics-page > header.ver-netw p.accent {text-align: center;}
.infographics-page > header.ver-netw p.accent {margin-bottom: 50px;padding: 10px;border: 0 solid #31beb6;border-width: 3px 0 1px 0;}
.infographics-page > header.ver-netw p.accent-2 {font-size: 20px;}
.infographics-page > header .block-text-2 {font-style: italic;font-size: 16px;text-align: left;}
.graph-frames-wrap, .graph-frame {position: relative;}
.graph-frame .title {text-align: center;}
.graph-frame > .title { margin: 0;color: #fff;font-weight: 500;text-transform: uppercase;}
.graph-frame > .title > span {min-width: 270px;position: relative;}
.graph-frame > .title > span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  border-bottom: 56px solid transparent;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
}
.graph-frame > .title > span > span {padding: 0 4px;position: relative;z-index: 10;}
.graph-frame.green .graph-frame-wrap {background: #2ecc71;}
.graph-frame.green > .title > span::after {border-bottom-color: #2ecc71;}
.graph-frame.blue .graph-frame-wrap {background: #3190be;}
.graph-frame.blue > .title > span::after {border-bottom-color: #3190be;}
.graph-frame.orange .graph-frame-wrap {background: #ffa338;}
.graph-frame.orange > .title > span::after {border-bottom-color: #ffa338;}
.graph-frame.red .graph-frame-wrap {background: #be3737;}
.graph-frame.red > .title > span::after {border-bottom-color: #be3737;}
.graph-frame.purple .graph-frame-wrap {background: #7d38d2;}
.graph-frame.purple > .title > span::after {border-bottom-color: #7d38d2;}
.graph-frame.yellow .graph-frame-wrap {background: #ffd338;}
.graph-frame.yellow > .title > span::after {border-bottom-color: #ffd338;}
.graph-frame.pink .graph-frame-wrap {background: #d64892;}
.graph-frame.pink > .title > span::after {border-bottom-color: #d64892;}
.graph-frame.cyan .graph-frame-wrap {background: #31beb6;}
.graph-frame.cyan > .title > span::after {border-bottom-color: #31beb6;}
.graph-frame-inner {
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  position: relative;
}
.graph-frame-inner > .title,
.graph-frame-inner > p {color: #141823;font-style: italic;}
.graph-frame-inner > .title {font-size: 22px;line-height: 1.2;}
.graph-frame-inner > .title > span {padding: 0 0 8px;border-bottom: 2px solid #141823;}
.graph-frame-inner > p {font-size: 17px;}
.graph-frame-inner > p.accent {text-transform: uppercase;text-align: center;}
.graph-frame-inner > p.normal, .infographics-page > header > .top .normal {font-style: normal;}
.graph-p-bord {
  padding: 10px 10px 10px 0;
  border: 0 solid #fdb800;
  border-width: 3px 0;
}
.graph-frame-inner .graph-p-bord {font-style: normal;}
.graph-p-bord a, .graph-p-bord span {color: #ffa338;text-decoration: none;}
.graph-p-bord a:hover {text-decoration: underline;}
.advice-block .yellow-block.style-1.ver-netw {
  padding: 12px;
  border-radius: 18px;
  font-style: italic;
  font-size: 22px;
  text-transform: uppercase;
}
.advice-block ul {list-style: none;margin-top: 40px;padding: 0;}
.advice-block li {
  padding: 98px 26px 16px;
  background: #f7efed;
  border-radius: 8px;
  -webkit-box-shadow: 5px 5px 1px 0 #c2c2c2;
  box-shadow: 5px 5px 1px 0 #c2c2c2;
  color: #334466;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  position: relative;
}
.no-webp .advice-block li::before {background-image: url("/media/spritesheet-infographic.png");background-repeat: no-repeat;}
.webp .advice-block li::before {background-image: url("/media/spritesheet-infographic.webp");background-repeat: no-repeat;}
.advice-block li::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 86px;
  height: 86px;
}
.advice-block li.li-cust::before {background-position: -10px -768px;}
.advice-block li.li-aff::before {background-position: -141px -768px;}
.advice-block li.li-op::before {background-position: -272px -768px;}
.advice-block li .title {
  margin-bottom: 30px;
  color: #2198af;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
}
.advice-block li .title::after {
  content: "";
  position: absolute;
  left: 30%;
  right: 30%;
  bottom: -14px;
  height: 2px;
  background: #2198af;
}
.custom-grid {text-align: center;}
.custom-grid .img-hold {text-align: center;}
.custom-grid img {height: auto;vertical-align: middle;}
@media only screen and (min-width: 420px) and (max-width: 519px) {.infographics-page > header .jump-to-tab {width: 320px;}}
@media only screen and (min-width: 440px) and (max-width: 1099px) {.infographics-page > header {padding: 20px;}}
@media only screen and (min-width: 520px) {
  .yellow-block {padding: 24px;}
  .blue-bord-block {padding: 20px;}
  .advice-block .yellow-block.style-1.ver-netw {width: 360px;}
}
@media only screen and (min-width: 520px) and (max-width: 1099px) {
  .infographics-page > header .jump-to-tab {width: 410px;}
  .infographics-page > header .jump-to-tab a {padding: 24px 10px 10px 62px;}
  .jump-to-tab > .title > span {padding: 8px 30px 4px;}
  .advice-block {max-width: 80%;}
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .graph-frame-wrap {padding: 20px;}
  .graph-frame > .title {font-size: 20px;}
  .graph-frame > .title > span {min-width: 360px;}
  .graph-frame > .title > span::after {border-bottom-width: 38px;border-left-width: 34px;border-right-width: 34px;}
}
@media only screen and (min-width: 660px) {
  .yellow-block.maglass-left,.yellow-block.maglass-right {margin: 60px 0;}
  .yellow-block.maglass-left {margin-left: 40px;padding-left: 230px;}
  .yellow-block.maglass-right {margin-right: 50px;padding-right: 220px;}
  .no-webp .yellow-block .maglass-text {background: url(/media/spritesheet-infographic.png) -10px -281px no-repeat;}
  .webp .yellow-block .maglass-text {background: url(/media/spritesheet-infographic.webp) -10px -281px no-repeat;}
  .yellow-block .maglass-text {
    display: inline-block;
    width: 364px;
    height: 236px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-52%);
    -ms-transform: translateY(-52%);
    transform: translateY(-52%);
    z-index: 10;
  }
  .yellow-block.maglass-left .maglass-text {
    left: -60px;
    -webkit-transform: translateY(-67%) rotate(130deg);
    -ms-transform: translateY(-67%) rotate(130deg);
    transform: translateY(-67%) rotate(130deg);
  }
  .yellow-block.maglass-right .maglass-text {right: -48px;}
  .yellow-block .maglass-text > span {
    position: absolute;
    width: 160px;
    left: 79%;
    top: 50%;
    -webkit-transform: translate(-79%, -50%);
    -ms-transform: translate(-79%, -50%);
    transform: translate(-79%, -50%);
    text-align: center;
  }
  .yellow-block.maglass-left .maglass-text > span {
    -webkit-transform: translate(-79%, -50%) rotate(-130deg);
    -ms-transform: translate(-79%, -50%) rotate(-130deg);
    transform: translate(-79%, -50%) rotate(-130deg);
  }
}
@media only screen and (min-width: 768px) {
  .graph-frames-wrap {margin: 80px auto 20px;}
  .graph-frame-wrap {padding: 54px;border-radius: 20px;}
  .graph-frames-wrap .jump-to-tab li.active {left: -30px;}
  .graph-frame:not(:first-child) {margin-top: 90px;}
  .graph-frame > .title {font-size: 30px;}
  .graph-frame-inner {padding: 24px;}
  .no-webp .graph-frame-inner::before {background: url("/media/spritesheet-infographic.png") -140px -527px no-repeat;}
  .webp .graph-frame-inner::before { background: url("/media/spritesheet-infographic.webp") -140px -527px no-repeat;}
  .graph-frame-inner::before {content: "";position: absolute;left: -2px;top: 0;width: 91px;height: 75px;}
  .graph-frame-inner > .title {margin: 14px 0 30px;padding: 0 85px 8px;}}
@media only screen and (min-width: 768px) and (max-width: 1270px) {.graph-frame > .title > span { min-width: 490px;}}
@media only screen and (min-width: 1024px) {
  .custom-grid {display: table;width: 100%;}
  .custom-grid-inner {
    display: table-cell;
    vertical-align: middle;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    text-align: center;
  }
  .custom-grid-inner.veral-top {vertical-align: top;}
  .custom-grid--two > .custom-grid-inner {width: 50%;}
  .custom-grid--one--two > .custom-grid-inner.top {width: 38%;}
  .custom-grid--one--two > .custom-grid-inner.bottom {width: 62%;}
  .custom-grid--one--two > .custom-grid-inner.txt-left {text-align: left;}
  .custom-grid--one--two > .custom-grid-inner > .ver-bold {font-weight: bold;}
  .custom-grid--three > .custom-grid-inner {width: 33%;}
  .blue-block::after {content: "";position: absolute;}
  .blue-bord-block > div {display: inline-block;vertical-align: top;}
  .blue-bord-block.not-veral > div {vertical-align: top;}
  .blue-bord-block.style-1 > .img-hold {width: 34%;}
  .blue-bord-block.style-1 > .bottom {width: 63%;}
  .blue-bord-block.style-2 > .top {width: 34%;}
  .blue-bord-block.style-2 > .img-hold {width: 63%;}
  .blue-bord-block.style-3 > div {width: 48%;}
}
@media only screen and (min-width: 1024px) and (max-width: 1399px) {
.blue-block.top-right::after,.blue-block.top-left::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1100px) {
  .infographics-page > header {min-height: 410px;padding: 36px;}
  .infographics-page > header h1 {margin: 0 0 34px;font-size: 28px;}
  .no-webp .infographics-page > header::before,
  .no-webp .infographics-page > header::after {background: url("/media/spritesheet-infographic.png") -10px -0px no-repeat;}
  .webp .infographics-page > header::before, .webp .infographics-page > header::after {background: url("/media/spritesheet-infographic.webp") -10px -0px no-repeat;}
  .infographics-page > header::before,
  .infographics-page > header::after {
    content: "";
    position: absolute;
    width: 410px;
    height: 271px;
    opacity: 0.5;
  }
  .infographics-page > header::before {right: 0;top: 0;}
  .infographics-page > header.ver-netw::before {display: none;}
  .infographics-page > header::after {left: 0;bottom: -37px;}
  .infographics-page > header.ver-netw::after {height: 302px;background-position: -10px -873px;left: -20px;bottom: 0;}
  .infographics-page > header > .top {margin-right: 400px;}
  .infographics-page > header .jump-to-tab,
  .infographics-page > header .head-img {position: absolute;width: 340px;right: 36px;top: 36px;}
  .infographics-page > header.ver-netw .head-img {top: 576px;}
  .infographics-page > header.ver-netw .jump-to-tab {top: 210px;}
  .infographics-page > header.ver-netw p.normal.first {margin-bottom: 60px;}
  .infographics-page > header .jump-to-tab a {padding: 16px 10px 10px 74px;}
  .infographics-page > header .jump-to-tab li .icon {left: 10px;}
  .jump-to-tab > .title > span {padding: 12px 40px 8px;}
  .brackets-block {font-size: 18px;}
  .brackets-block > p::before {left: -17px;}
  .brackets-block > p::after {right: -17px;}
  .advice-block li {float: left;width: 30%;}
  .advice-block li:nth-child(2) {margin: 0 5%;}
}
@media only screen and (min-width: 1271px) {.graph-frame > .title > span {min-width: 790px;}}
@media only screen and (min-width: 1310px) {.infographics-page > header.ver-netw {padding-bottom: 130px;}}
@media only screen and (max-width: 1099px) {
  .brackets-block > p::before {left: 0;}
  .brackets-block > p::after {
    right: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  .infographics-page > header .jump-to-tab {margin: 20px auto;}
  .advice-block li:not(:last-child) {margin-bottom: 20px;}
  .infographics-page > header.ver-netw .head-img-wrap {display: block;margin: 14px auto;text-align: center;}
}
@media only screen and (max-width: 1023px) {.blue-bord-block img {margin: 5px auto;}}
@media only screen and (max-width: 849px) {graph-frames-wrap .jump-to-tab {display: none;}}
@media only screen and (max-width: 767px) {
  .graph-frames-wrap {margin: 30px auto;}
  .graph-frame:not(:first-child) {margin-top: 30px;}
}
@media only screen and (max-width: 767px),
  (min-width: 850px) and (max-width: 1099px) {
  .graph-frame-wrap {border-radius: 10px;}
  .graph-frame-inner {padding: 10px;}
  .graph-frame-inner > .title {margin: 10px 0 20px;}
}
@media only screen and (max-width: 659px) {
  .yellow-block.maglass-left, .yellow-block.maglass-right {margin: 20px 0;}
  .yellow-block .maglass-text {text-align: left;}
}
@media only screen and (max-width: 599px) {
  .infographics-page > header {font-size: 22px;}
  .infographics-page > header h1 {margin: 0 0 4px;font-size: 24px;}
  .graph-frame-wrap {padding: 20px;}
  .graph-frame > .title {font-size: 16px;}
  .graph-frame > .title > span::after {border-bottom-width: 28px;border-left-width: 24px;border-right-width: 24px;}
  .graph-frame > .title > span > span {top: 4px;}
}
@media only screen and (max-width: 519px) {
  .infographics-page > header .jump-to-tab a {padding: 16px 10px 10px 62px;}
  .yellow-block, .blue-bord-block {padding: 14px;}
}
@media only screen and (max-width: 439px) {
  .infographics-page > header {padding: 10px;}
  .infographics-page > header .jump-to-tab a {font-size: 11px;}
}
@media only screen and (max-width: 419px) {.infographics-page > header .jump-to-tab {width: 280px;}}
@media only screen and (max-width: 320px) {.infographics-page {padding: 10px;}}
/* ---------------- Lightbox ---------------- */
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background: rgba(0, 0, 0, 0.7);
  overflow: auto;
  text-align: center;
  z-index: 9999;
}
.lightbox .close {
  margin: 7px auto 14px;
  padding: 0 10px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: underline;
}
.lightbox .close:hover {cursor: pointer;}
.lightbox .close > span {
  display: inline-block;
  padding: 0 10px;
  border-radius: 3px;
  background: #236795;
  line-height: 1.6;
}
.lightbox img {max-width: 54%;border-radius: 4px;-webkit-box-shadow: 0 0 0px 5px #236795;box-shadow: 0 0 0px 5px #236795;}
.graph-frame-inner a.toggle-lightbox {display: block;text-align: center;}
/* ---------------- Link to page ---------------- */
.link-to-block,
.link-to-block * {-webkit-box-sizing: border-box;box-sizing: border-box;}
.link-to-block {
  padding: 20px 14px 30px;
  background: #dae8ee;
  border-radius: 6px;
  -webkit-box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
  position: relative;
}
.link-to-block.no-style {background: transparent;box-shadow: none;border: none;}
.link-to-block > .title {
  display: inline-block;
  margin: 10px auto;
  padding: 16px 54px;
  background: #1b6b91;
  border-radius: 6px;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
.no-webp .link-to-block > .title::before,
.no-webp .link-to-block > .title::after {background: url("/media/spritesheet-blog.png") -282px -308px no-repeat;}
.webp .link-to-block > .title::before, .webp .link-to-block > .title::after {background: url("/media/spritesheet-blog.webp") -282px -308px no-repeat;}
.link-to-block > .title::before,
.link-to-block > .title::after {
  content: "";
  position: absolute;
  top: -19px;
  width: 27px;
  height: 62px;
}
.link-to-block > .title::before {left: 30px;}
.link-to-block > .title::after {right: 30px;}
.link-to-block .block-float .title a {
  color: #3498db;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  display: inline-block;
}
.link-to-block .block-float .title.title-nolink {
  color: #3498db;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  display: block;
}
.link-to-block .block-float .title a:hover {color: #2ecc71;}
.link-to-block .block-float {margin-top: 40px;text-align: left;}
.link-to-block .mark {
  font-size: 65px;
  font-weight: bold;
  position: absolute;
  text-transform: uppercase;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-15deg);
  color: #ff7700;
  border-color: #ff7700;
  border-style: solid;
  border-width: 2px 0 2px 0;
  padding: 21px;
  z-index: 99999;
}
.blog .blog-post-section div.out {
  margin-top: 0;
  position: absolute;
  bottom: 15px;
  right: 30px;
}
.blog .blog-post-section div.out.center {position: static;margin: 10px auto;}
.link-to-block .block-float.blog-post-section > div > p.last {padding-bottom: 45px;margin-bottom: 0px;}
.blog .blog-post-section div.out > span {display: block;text-align: right;}
.blog .blog-post-section div.out.center > span {display: block;text-align: center;}
.link-to-block .block-float > div {background: #f7efed;border: 3px solid #1b6b91;border-radius: 6px;position: relative;}
.link-to-block .block-float.blog-post-section > div {border: 3px solid #be3737;}
.link-to-block .block-float > div::before {
  position: absolute;
  top: -27px;
  left: 16px;
  padding: 2px 10px;
  background: #044a6b;
  border-radius: 5px 5px 0 0;
  color: #fff;
  text-transform: uppercase;
}
.no-webp .link-to-block .block-float > div::after {background-image: url("/media/spritesheet-blog.png");background-repeat: no-repeat;}
.webp .link-to-block .block-float > div::after {background-image: url("/media/spritesheet-blog.webp");background-repeat: no-repeat;}
.link-to-block .block-float > div::after {content: "";position: absolute;}
.link-to-block .block-float > div.left::after {width: 92px;height: 106px;background-position: -351px -152px;}
.link-to-block .block-float > div.right::after {width: 94px;height: 100px;background-position: -346px -25px;}
.link-to-block .block-float > div.full-width::after {width: 94px;height: 100px;background-position: -346px -25px;}
.link-to-block .block-float>div.left.left--eight::after,.link-to-block .block-float>div.left.left--wink::after,.link-to-block .block-float>div.left.left--buzz::after,.link-to-block .block-float>div.left.left--betfair::after,.link-to-block .block-float>div.right.right--bet365::after,.link-to-block .block-float>div.right.right--giveback::after,.link-to-block .block-float>div.right.right--bgo::after,.link-to-block .block-float>div.right.right--heart::after{content:"";display:none}
.link-to-block .block-float > div > p:not(.title) {color: #696564;font-weight: 500;font-style: italic;}
.no-webp .link-to-block .arrow-link {background: url("/media/spritesheet-blog.png") -346px -318px no-repeat;}
.webp .link-to-block .arrow-link {background: url("/media/spritesheet-blog.webp") -346px -318px no-repeat;}
.link-to-block .arrow-link {
  position: absolute;
  border: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 42px;
  height: 42px;
}
.link-to-block .block-float > div .arrow-link:hover {background-position: -414px -318px;}
@media only screen and (min-width: 540px) {
  .link-to-block .block-float > div {padding: 20px 20px 20px 150px;}
  .link-to-block .block-float.blog-post-section > div {padding: 20px 20px 40px 20px;border: 3px solid #be3737;}
  .link-to-block .block-float.blog-post-section > div.center {padding: 20px;}
  .link-to-block .block-float.blog-post-section > div::before {background: #be3737;}
  .link-to-block .block-float > div::after {
    left: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1100px) {
  .link-to-block {padding: 20px 30px 50px;}
  .link-to-block.no-style {padding: 20px 30px 0;}
  .link-to-block > .title {min-width: 64%;}
  .link-to-block .block-float > div:not(.center) {float: left;width: 49%;}
  .link-to-block .block-float .full-width {float: left;width: 100% !important;}
  .link-to-block .block-float.blog-post-section > div {min-height: 530px;}
  .link-to-block .block-float.blog-post-section > div.center {min-height: auto;}
  .link-to-block .block-float > div.left {margin-right: 2%;}
  .link-to-block .block-float > div.center {margin: 0px auto 30px auto;}
}
@media only screen and (max-width: 1099px) {
  .link-to-block > .title {font-size: 18px;}
  .link-to-block > .title::before {left: 10px;}
  .link-to-block > .title::after {right: 10px;}
  .link-to-block .block-float > div.left {margin-bottom: 54px;}
}
@media only screen and (max-width: 539px) {
  .link-to-block .block-float > div {padding: 130px 20px 20px 20px;}
  .link-to-block .block-float.blog-post-section > div:not(.center) {padding: 0px 20px 40px 20px;}
  .link-to-block .block-float.blog-post-section > div.center {padding: 20px;}
  .link-to-block.mob-m-p {padding: 20px 0px 30px;}
  .link-to-block .block-float > div::after {
    top: 26px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .link-to-block .mark {font-size: 50px;}
}
/*Casino Calls List*/
.listwrap {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 20px 0;
  background: rgba(49, 144, 190, 0.27);
  border: 2px solid #0091c4;
  border-radius: 5px;
}
.count-list-item {
  display: inline-block;
  width: 33%;
  padding: 5px 15px;
  list-style: none;
  vertical-align: top;
}
.count-list-item > li {
  position: relative;
  padding: 10px 45px;
  margin: 5px;
  width: 100%;
  background: #0091c4;
  border-radius: 3px;
  list-style-position: inside;
}
.no-webp .count-list-item li span {background-image: url(/media/list-ball.png);background-repeat: no-repeat;}
.webp .count-list-item li span {background-image: url(/media/list-ball.webp);background-repeat: no-repeat;}
.count-list-item li span {
  position: absolute;
  left: 5px;
  top: 4px;
  width: 35px;
  line-height: 35px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1305px) {
  .count-list-item {
    width: 48%;
  }
}
@media only screen and (max-width: 770px) {
  .count-list-item {
    width: 49%;
  }
}
@media only screen and (max-width: 550px) {
  .count-list-item {
    width: 100%;
  }
  .count-list-item > li {
    width: 100%;
  }
}
.no-webp .spritesheet-2-live-chat,
.no-webp .spritesheet-2-faq,
.no-webp .spritesheet-2-email,
.no-webp .spritesheet-2-phone,
.no-webp .tick,
.no-webp .tick-2,
.no-webp .mbl-tick-2,
.no-webp .mbl-tick-2::before,
.no-webp .spritesheet-2-lcns,
.no-webp .spritesheet-2-vrfd-stamp,
.no-webp .spritesheet-2-vrfd,
.no-webp .spritesheet-2-bsite,
.no-webp .spritesheet-2-welcomeb,
.no-webp .spritesheet-2-promo,
.no-webp .spritesheet-2-loyalty,
.no-webp .spritesheet-2-jackpot,
.no-webp .spritesheet-2-check,
.no-webp .spritesheet-2-cross,
.no-webp .spritesheet-2-cross-nobg {
  background-image: url("/media/spritesheet-2.png");
  background-repeat: no-repeat;
}
.webp .spritesheet-2-live-chat,
.webp .spritesheet-2-faq,
.webp .spritesheet-2-email,
.webp .spritesheet-2-phone,
.webp .tick,
.webp .tick-2,
.webp .mbl-tick-2,
.webp .mbl-tick-2::before,
.webp .spritesheet-2-lcns,
.webp .spritesheet-2-vrfd-stamp,
.webp .spritesheet-2-vrfd,
.webp .spritesheet-2-bsite,
.webp .spritesheet-2-welcomeb,
.webp .spritesheet-2-promo,
.webp .spritesheet-2-loyalty,
.webp .spritesheet-2-jackpot,
.webp .spritesheet-2-check,
.webp .spritesheet-2-cross,
.webp .spritesheet-2-cross-nobg {
  background-image: url("/media/spritesheet-2.webp");
  background-repeat: no-repeat;
}
.spritesheet-2-live-chat,
.spritesheet-2-faq,
.spritesheet-2-email,
.spritesheet-2-phone,
.tick,
.tick-2,
.mbl-tick-2,
.mbl-tick-2::before,
.spritesheet-2-lcns,
.spritesheet-2-vrfd-stamp,
.spritesheet-2-vrfd,
.spritesheet-2-bsite,
.spritesheet-2-welcomeb,
.spritesheet-2-promo,
.spritesheet-2-loyalty,
.spritesheet-2-jackpot,
.spritesheet-2-check,
.spritesheet-2-cross,
.spritesheet-2-cross-nobg {
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
}
.spritesheet-2-live-chat {background-position: -10px -288px;width: 56px;height: 43px;}
.spritesheet-2-faq {background-position: -76px -299px;width: 48px;height: 48px;}
.spritesheet-2-email {background-position: -134px -299px;width: 43px;height: 43px;}
.spritesheet-2-phone {background-position: -62px -357px;width: 42px;height: 42px;}
.spritesheet-2-lcns {background-position: -89px -452px;width: 39px;height: 33px;}
.spritesheet-2-vrfd {background-position: -9px -506px;width: 101px;height: 39px;}
.spritesheet-2-vrfd-stamp {background-position: -12px -556px;width: 100px;height: 59px;}
.spritesheet-2-bsite {background-position: -10px -829px;width: 70px;height: 49px;}
.spritesheet-2-welcomeb {background-position: -101px -829px;width: 84px;height: 42px;}
.spritesheet-2-promo {background-position: -10px -894px;width: 49px;height: 38px;}
.spritesheet-2-loyalty {background-position: -76px -902px;width: 49px;height: 34px;}
.spritesheet-2-jackpot {background-position: -145px -903px;width: 29px;height: 35px;}
.no-webp .spritesheet-scr-begambleaware,
.no-webp .spritesheet-scr-gamstop,
.no-webp .spritesheet-scr-trustwave,
.no-webp .spritesheet-scr-thawte,
.no-webp .spritesheet-scr-ecogra,
.no-webp .spritesheet-scr-verisign,
.no-webp .spritesheet-scr-ibas,
.no-webp .spritesheet-scr-essa,
.no-webp .spritesheet-scr-gbga,
.no-webp .spritesheet-scr-gamcare,
.no-webp .spritesheet-scr-sqs,
.no-webp .spritesheet-scr-ga,
.no-webp .spritesheet-scr-gibraltar,
.no-webp .spritesheet-scr-alderney {
  background-image: url("/media/spritesheet-scr.png");
  background-repeat: no-repeat;
}
.webp .spritesheet-scr-begambleaware,
.webp .spritesheet-scr-gamstop,
.webp .spritesheet-scr-trustwave,
.webp .spritesheet-scr-thawte,
.webp .spritesheet-scr-ecogra,
.webp .spritesheet-scr-verisign,
.webp .spritesheet-scr-ibas,
.webp .spritesheet-scr-essa,
.webp .spritesheet-scr-gbga,
.webp .spritesheet-scr-gamcare,
.webp .spritesheet-scr-sqs,
.webp .spritesheet-scr-ga,
.webp .spritesheet-scr-gibraltar,
.webp .spritesheet-scr-alderney {
  background-image: url("/media/spritesheet-scr.webp");
  background-repeat: no-repeat;
}
.spritesheet-scr-begambleaware,
.spritesheet-scr-gamstop,
.spritesheet-scr-trustwave,
.spritesheet-scr-thawte,
.spritesheet-scr-ecogra,
.spritesheet-scr-verisign,
.spritesheet-scr-ibas,
.spritesheet-scr-essa,
.spritesheet-scr-gbga,
.spritesheet-scr-gamcare,
.spritesheet-scr-sqs,
.spritesheet-scr-ga,
.spritesheet-scr-gibraltar,
.spritesheet-scr-alderney {
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
}
.spritesheet-scr-begambleaware {background-position: -10px -0px;width: 116px;height: 12px;}
.spritesheet-scr-gamstop {background-position: -10px -22px;width: 115px;height: 20px;}
.spritesheet-scr-trustwave {background-position: -10px -52px;width: 98px;height: 17px;}
.spritesheet-scr-thawte {background-position: -10px -79px;width: 82px;height: 21px;}
.spritesheet-scr-ecogra {background-position: -10px -110px;width: 72px;height: 21px;}
.spritesheet-scr-verisign {background-position: -10px -141px;width: 65px;height: 31px;}
.spritesheet-scr-ibas {background-position: -10px -182px;width: 61px;height: 27px;}
.spritesheet-scr-essa {background-position: -10px -219px;width: 60px;height: 23px;}
.spritesheet-scr-gbga {background-position: -10px -252px;width: 48px;height: 19px;}
.spritesheet-scr-gamcare {background-position: -68px -252px;width: 40px;height: 40px;}
.spritesheet-scr-sqs {background-position: -85px -141px;width: 31px;height: 31px;}
.spritesheet-scr-ga {background-position: -9px -308px;width: 99px;height: 29px;}
.spritesheet-scr-gibraltar {background-position: -88px -181px;width: 28px;height: 31px;}
.spritesheet-scr-alderney {background-position: -12px -347px;width: 29px;height: 31px;}
.tick {width: 33px;height: 30px;background-position: -10px -393px;}
.tick.none {width: 31px;height: 33px;background-position: -114px -404px;}
.tick-2, .mbl-tick-2::before {width: 40px;height: 42px;background-position: -137px -505px;}
.tick-2.none, .mbl-tick-2.none::before {background-position: -137px -556px;}
.mbl-tick-2 {position: relative;}
.mbl-tick-2--ipad {width: 34px;height: 53px;background-position: -101px -694px;}
.mbl-tick-2--iphone {width: 49px;height: 52px;background-position: -145px -694px;}
.mbl-tick-2--ipod {width: 65px;height: 53px;background-position: -108px -751px;}
.mbl-tick-2::before {
  content: "";
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  position: absolute;
  top: -4px;
}
.mbl-tick-2--ipad::before {left: -12px;}
.mbl-tick-2--iphone::before {left: -4px;}
.mbl-tick-2--ipod::before {left: 4px;}
.no-webp .arrow-link-2 {background: url("/media/spritesheet-2.png") -134px -352px no-repeat;}
.webp .arrow-link-2 {background: url("/media/spritesheet-2.webp") -134px -352px no-repeat;}
.arrow-link-2 {
  vertical-align: middle;
  width: 42px;
  height: 42px;
  text-indent: -9999px;
  display: block;
  margin: 0 auto;
}
.arrow-link-2:hover {background-position: -10px -341px;}
.btn-main {
  display: inline-block;
  vertical-align: middle;
  padding: 0 4px;
  background: #ff8d00;
  background: -webkit-linear-gradient(top, #ff8d00 0%, #ff2b00 100%);
  background: -o-linear-gradient(top, #ff8d00 0%, #ff2b00 100%);
  background: linear-gradient(to bottom, #ff8d00 0%, #ff2b00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8d00', endColorstr='#ff2b00',GradientType=0 );
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border: none;
  transition: var(--transition);
}
.btn-main:hover {
  background: #ff2b00;
  background: -webkit-linear-gradient(top, #ff2b00 0%, #ff8d00 100%);
  background: -o-linear-gradient(top, #ff2b00 0%, #ff8d00 100%);
  background: linear-gradient(to bottom, #ff2b00 0%, #ff8d00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2b00', endColorstr='#ff8d00',GradientType=0 );
  outline: 0;
  cursor: pointer;
  transition: var(--transition);
  color: #fff;
}
.btn-main > span {line-height: 1.2;}
.btn-clm {
  vertical-align: middle;
  background: #f7efed;
  color: #696564;
  font-weight: 500;
  font-style: italic;
  font-size: 15px;
  text-decoration: none;
}
.no-webp .btn-clm::before {background: url("/media/spritesheet-2.png") -10px -450px no-repeat;}
.webp .btn-clm::before {background: url("/media/spritesheet-2.webp") -10px -450px no-repeat;}
.btn-clm::before {
  position: absolute;
  left: -11px;
  top: 0;
  width: 62px;
  height: 39px;
}
.btn-clm > .top {display: block;font-style: italic;}
.btn-clm > .top, .btn-clm > .bottom {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100%;}
.btn-clm > .top > span {
  display: block;
  color: var(--blue);
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}
.btn-clm > .bottom {display: none;padding-left: 26px;text-transform: uppercase;}
.btn-slcd {
  padding: 0 10px;
  background: #3498db;
  border-radius: 8px 0 0 8px;
  color: #fff;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.btn-slcd::before {content: "\f101";font-weight: bold;font-family: "Font Awesome 5 Free";margin-right: 4px;}
.btn-slcd:hover {background: #1e71c3;}
.more-gift, .more-info-link {color: #3498db;font-weight: 800;text-transform: uppercase;}
.no-webp .more-gift::before {background: url("/media/spritesheet-2.png") -132px -617px no-repeat;}
.webp .more-gift::before {background: url("/media/spritesheet-2.webp") -132px -617px no-repeat;}
.more-gift::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 62px;
  height: 36px;
  margin-right: 8px;
}
.more-gift:hover {color: #193781;}
.bordered-box {
  margin: 20px auto;
  padding: 26px;
  border: 3px solid #1b6b91;
  border-radius: 6px;
  color: #1b6b91;
  text-align: center;
}
.bordered-box--bged {border: none;background: #dae8ee;}
.bordered-box--cal-list {margin: 50px auto 20px;position: relative;z-index: 99;}
.bordered-box p {max-width: none;}
.bordered-box .title {
  margin: 0;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.2;
  text-align: center;
  color: #1b6b91;
}
.bordered-box p:not(.title) {font-style: italic;}
.bordered-box--vs > .box-in p:not(.title) {text-align: justify;}
.bordered-box--cal-list {padding: 64px 28px 20px;}
.bordered-box--cal-list > .title {
  min-height: 80px;
  padding: 34px 26px 6px;
  background: #1b6b91;
  border-radius: 14px 14px 0 0;
  color: #fff;
  text-align: left;
  position: relative;
}
.bordered-box--cal-list > .title::before {
  content: "";
  position: absolute;
  top: -25px;
  width: calc(100% - 70px);
  height: 51px;
}
.no-webp .bordered-box--cal-list > .title::before {background: url("/media/cal-list-brackets.png") 0 0 repeat-x;}
.webp .bordered-box--cal-list > .title::before {background: url("/media/cal-list-brackets.webp") 0 0 repeat-x;}
.bordered-box--vs .box-in__img {margin-top: 40px;}
.bordered-box p:last-child {margin-bottom: 0;}
.bordered-box--vs > .box-in {padding: 20px 14px;background: #c2dae4;position: relative;}
.scroll-table {overflow-x: auto;}
.scrollbar::-webkit-scrollbar {width: 10px;height: 10px;-webkit-appearance: none;}
.scrollbar::-webkit-scrollbar-track {background: white;border-radius: 3px;border: 1px solid #1b6b91;}
.scrollbar::-webkit-scrollbar-thumb {background: #1b6b91;border: 1px solid #75838a;border-radius: 3px;}
.frame-table {
  width: 1040px;
  margin: 10px auto;
  border-collapse: separate;
  border-spacing: 0;
  color: #2e2e2e;
  font-size: 16px;
  text-align: center;
}
.frame-table th {
  height: 62px;
  line-height: 62px;
  background: #1b6b91;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}
.frame-table td {height: 0;}
.frame-table th:first-child, .frame-table td:first-child {width: 143px;z-index: 100;}
.frame-table th:first-child {border-top-left-radius: 4px;}
.frame-table th:last-child {border-top-right-radius: 4px;}
.frame-table--details th:last-child {width: 190px;}
.frame-table--games th:nth-last-child(2) {width: 170px;}
.frame-table th > span {line-height: 1.2;vertical-align: middle;}
.frame-table tbody tr:nth-child(odd) td {background: #fff;}
.frame-table tbody tr:nth-child(even) td {background: #d4e3ea;}
.frame-table tbody td {padding: 10px;}
.frame-table tbody td:first-child {border-left: 1px solid #1b6b91;}
.frame-table tbody tr:last-child td:first-child {border-bottom-left-radius: 4px;}
.frame-table tbody tr:last-child td {border-bottom: 1px solid #1b6b91;}
.frame-table tbody td:last-child {border-right: 1px solid #1b6b91;}
.frame-table tbody tr:nth-child(10) td:last-child {border-bottom-right-radius: 4px;} 
.frame-table p, .frame-table p:not(.title) { margin: 0;padding: 0;font-style: normal;}
.frame-table .b-offr {color: #3498db;font-weight: 800;font-size: 17px;}
.frame-table--ngml .b-offr {margin-bottom: 12px; text-transform: uppercase;}
.frame-table--ngml .more-gift {margin-top: 12px;}
.frame-table--ngml .tick-2 {margin-top: 14px;}
.frame-table .casinos-sprite,
.frame-table .sprite-casinos,
.frame-table .f-sprite-casinos,
.frame-table .k-sprite-casinos,
.frame-table .w-sprite-casinos,
.frame-table .t-sprite-casinos,
.bng-ico {
  display: inline-block;
  vertical-align: middle;
  float: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin-right: 0;
}
.frame-table .casinos-sprite.betfred {background-position-x: -6px;}
.frame-table .k-sprite-casinos {background-color: #17743a;}
.frame-table--games tbody td:first-child,
.frame-table tbody td:last-child,
.frame-table tbody tr:nth-child(10) td {border-color: #b3b3b3;}
.frame-table--devs .fas {vertical-align: text-bottom;margin-right: 4px;font-style: normal;}
.frame-table--details .ul-bdots {margin-left: 40px;font-size: 15px;line-height: 1.3;}
.frame-table--devs th,
.frame-table--scr th {text-transform: capitalize;}
.frame-table--devs th:first-child {width: 180px;}
.frame-table--devs th:nth-child(3) {width: 222px;}
.frame-table--scr {font-size: 15px;}
.frame-table--devs {table-layout: fixed;}
.frame-table--devs tbody tr:nth-child(even) td,
.frame-table--scr tbody tr:nth-child(even) td {background: #fff;}
.frame-table--devs tbody td:first-child {color: #1b6b91;font-weight: 800;}
.frame-table--devs tbody tr:not(:last-child) td {border-bottom: 1px dashed #d4e3ea;}
.frame-table--devs tbody td:nth-child(3) {padding: 0;position: relative;}
.frame-table--devs tbody td:first-child, .frame-table--devs tbody td:last-child, .frame-table--devs tbody tr:last-child td {border-color: #d4e3ea;}
.frame-table--devs td {position: relative;}
.frame-table--devs .btn-clm {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 16px;
  transition: all 0.2s ease-in-out;
}
.frame-table--devs .btn-clm::before {top: 16px;}
.frame-table--devs .btn-clm > .bottom {font-size: 22px;}
.frame-table--devs a.tc {color: var(--blue);}
.frame-table--scr {margin-top: 20px;}
.frame-table--scr th:first-child, .frame-table--scr tbody td:first-child {width: 122px;background: #0b2c3c !important;color: #fff;font-weight: 700;}
.frame-table--scr th:first-child {text-transform: uppercase;}
.frame-table--scr th:nth-child(2) {width: 150px;}
.frame-table--scr th:nth-child(3) {width: 170px;}
.frame-table--scr tbody td:nth-child(3) > span:not(:last-child) {margin-left: 6px;}
.frame-table--scr th:nth-child(4) {width: 160px;}
.frame-table--scr tbody td:nth-child(4) {line-height: 1.2;}
.frame-table--scr th:nth-child(5) {width: 210px;}
.frame-table--scr tbody td:nth-child(5) > span:not(:first-child) {margin-left: 6px;}
.frame-table--scr th:nth-child(6) {width: 100px;}
.frame-table--scr th:last-child {width: 140px;}
.frame-table--scr tbody td:first-child,
.frame-table--scr tbody tr:last-child td:first-child {border-color: #0b2c3c;border-style: solid;}
.frame-table--scr tbody tr:not(:last-child) td:not(:first-child) {border-bottom: 1px dashed #9cbfd0;}
.frame-table--scr .spritesheet-2-lcns {margin-top: -2px;margin-right: 14px;}
.frame-table--scr .spritesheet-scr-gamcare.alignleft {float: left;margin-left: 10px;}
.frame-table--vs {width: 690px;margin-top: 14px;border-collapse: collapse;border: none;}
.frame-table--vs tbody tr:not(:last-child) {border-bottom: 2px solid #fff;}
.frame-table--vs th:not(:first-child)::after,
.frame-table--vs td:not(:first-child)::after {
  content: "";
  position: absolute;
  left: 5%;
  top: 0;
  width: 95%;
  height: 100%;
  border: 0 solid rgba(0, 0, 0, 0.08);
  border-width: 0 2px;
  z-index: 5;
}
.frame-table--vs th {height: 50px;line-height: 50px;}
.frame-table--vs th:not(:first-child) > div {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  background: #1e3369;
  border-top-color: #1e3369;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.3);
}
.frame-table--vs th:not(:first-child) > div::before {left: -14px;border-bottom: 14px solid #0e1730;border-left: 14px solid transparent;}
.frame-table--vs th:not(:first-child) > div::after {right: -14px;border-bottom: 14px solid #0e1730;border-right: 14px solid transparent;}
.frame-table--vs th {background: #fff;}
.frame-table--vs th:first-child, .frame-table--vs tbody td:first-child {width: 170px;}
.frame-table--vs td, .frame-table--vs th:not(:first-child) {position: relative;}
.frame-table--vs tbody td:first-child {border-left: none;color: #1b6b91;font-weight: 700;text-align: right;}
.frame-table--vs td:not(:first-child)::after {background: rgba(255, 255, 255, 0.4);}
.frame-table--vs tbody tr:nth-child(10) td:not(:first-child)::after {-webkit-box-shadow: 0 5px 2px -2px rgba(0, 0, 0, 0.2);box-shadow: 0 5px 2px -2px rgba(0, 0, 0, 0.2);border-radius: 0 0 6px 6px;}
.frame-table--vs td:not(:first-child) > div {
  margin: 0 auto;
  padding-left: 8%;
  font-size: 15px;
  position: relative;
  z-index: 10;
}
.frame-table--vs .pos-fix {position: relative;top: -12px;}
.frame-table--vs td.b-offr > div {font-size: 17px;}
.frame-table--vs tbody td:last-child {border-right-color: transparent;}
.frame-table--vs tbody tr:nth-child(odd) td {background: #f7efed;}
.frame-table--vs tbody tr:last-child td {border-bottom: none;}
.frame-table--vs .btn-main {width: 158px;height: 38px;line-height: 38px;border: 1px solid #afb6c8;}
.frame-table--vs .btn-main > span::before {content: "\f101";font-weight: bold;font-family: "Font Awesome 5 Free";margin-right: 4px;}
.frame-table--ngml {
  border-top: 15px solid #1e3369;
  border-radius: 4px 4px 0 0;
  color: #5d5d5d;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
}
.frame-table--ngml tbody td, .frame-table--ngml tbody tr:last-child td {border-bottom: 3px solid #1e3369;}
.frame-table--ngml tbody td {padding: 16px 10px;border-right: 1px solid #9fa7bd;}
.frame-table--ngml tbody td:first-child {
  width: 194px;
  border-left: none;
  color: #1e3369;
  font-weight: 600;
  font-style: italic;
  line-height: 90%;
}
.frame-table--ngml.first-col tbody td:first-child {width: 150px;}
.frame-table--ngml tbody td:first-child > div:first-child {margin-bottom: 10px;-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.4);box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.4);}
.frame-table--ngml tbody td:nth-child(2) {width: 256px;}
.frame-table--ngml tbody td:nth-child(3) {width: 210px;}
.frame-table--ngml.first-col tbody td:nth-child(3) {width: 278px;}
.frame-table--ngml.first-col tbody td:nth-child(4) {width: 335px;}
.frame-table--ngml tbody td:nth-child(4) > div:not(:first-child) {margin-top: 2px;}
.frame-table--ngml
  tbody
  td:nth-child(4)
  > div:not(:nth-child(2)):not(.spritesheet-2-vrfd-stamp) {
  margin-left: 4px;
}
.frame-table--ngml .spritesheet-2-vrfd-stamp {margin-bottom: 4px;}
.frame-table--ngml tbody td:last-child {width: 246px;border-right: none;line-height: 1;}
.frame-table--ngml tbody tr:nth-child(even) td {background: #fff;}
.frame-table--ngml tbody td:last-child:hover {background: #0397ca;color: #fff;}
.frame-table--ngml tbody td:last-child:hover .b-offr {color: #fff;}
.frame-table--ngml tbody td:last-child:hover .more-gift {color: #193781;}
.frame-table--ngml .b-ball-ul {
  margin-left: 100px;
  margin-top: 20px;
  font-weight: 700;
  font-style: normal;
}
.frame-table--ngml .gm-mb-ico {
  float: left;
  margin-left: 16px;
  color: #1e3369;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
}
.frame-table--ngml .gm-mb-ico--gm {padding-top: 90px;}
.frame-table--ngml .gm-mb-ico--mb {margin-right: 10px;padding-top: 80px;}
.frame-table--ngml .gm-mb-ico--promos {margin: 0 auto;padding-top: 60px;float: none;padding-bottom: 5px;}
.no-webp .frame-table--ngml .gm-mb-ico::before {background-image: url("/media/spritesheet-2.png");background-repeat: no-repeat;}
.webp .frame-table--ngml .gm-mb-ico::before {background-image: url("/media/spritesheet-2.webp");background-repeat: no-repeat;}
.frame-table--ngml .gm-mb-ico::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.frame-table--ngml .gm-mb-ico--gm::before {top: 10px;width: 88px;height: 64px;background-position: -9px -630px;}
.frame-table--ngml .gm-mb-ico--mb::before {width: 49px;height: 76px;background-position: -29px -708px;}
.gm-mb-ico.gm-mb-ico--promos:before {width: 49px;height: 37px;background-position: -10px -894px;}
.frame-table--ngml .tick-2-wrap {margin-top: 16px;}
.frame-table--mbl {margin-top: 20px;font-size: 15px;line-height: 1.2;}
.frame-table--mbl .terms {font-size: 10px;}
.frame-table--mbl tbody tr:nth-child(even) td {background: #fff;}
.frame-table--mbl th:first-child,
.frame-table--mbl tbody td:first-child { width: 110px;background: #0b2c3c !important;color: #fff;}
.frame-table--mbl th {text-transform: capitalize;padding: 0 10px;}
.frame-table--mbl .icons-lg i {font-size: 2rem;}
.frame-table--mbl .icons-sm i {font-size: 1rem;}
.frame-table--mbl i.none {opacity: 0.35;}
.frame-table--mbl .fa-android {color: #a4c639;}
.frame-table--mbl .fa-apple {color: #8e8e93;}
.frame-table--mbl tbody td:not(:nth-child(2)) {padding: 10px 6px;}
.frame-table--mbl td:not(:last-child) {border-right: 1px dashed #9cbfd0;}
.frame-table--mbl tr:not(:last-child) td:not(:first-child) {border-bottom: 1px dashed #9cbfd0;}
.frame-table--mbl td:first-child > div {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}
.frame-table--mbl .tick-2 {-webkit-transform: scale(0.6);-ms-transform: scale(0.6);transform: scale(0.6);}
.frame-table--mbl .mbl-tick-2:not(:first-child) {margin-left: 12px;}
.frame-table--mbl .btn-slcd {padding: 4px 10px;margin-top: 6px;font-size: 13px;}
.frame-table--mbl .btn-slcd:hover {background: #fff;color: #3498db;}
.frame-table--bns th {font-size: 15px;}
.frame-table--bns th:not(:nth-child(3)) {text-transform: capitalize;}
.frame-table--bns th:first-child {width: 150px;}
.frame-table--bns th:nth-child(3) {width: 84px;}
.frame-table--bns th:last-child {width: 160px;}
.frame-table--bns th > span:last-child:not(:first-child) {max-width: 100px;margin-left: 10px;text-align: left;}
.frame-table--bns td {line-height: 1.2;}
.frame-table--bns tbody td:first-child,
.frame-table--bns tbody td:last-child {border-color: #b3b3b3;}
.frame-table--bns tbody tr:last-child td {border-bottom-color: #b3b3b3;}
.frame-table--bns tbody tr:nth-child(even) td {background: #f5f5f5;}
.frame-table--bns .b-offr-wrap {
  background: #3498db !important;
  border: 1px dashed #fff;
  border-bottom: none;
  color: #fff;
  font-weight: 700;
}
.frame-table--bns tbody tr:last-child .b-offr-wrap {border-bottom: 1px dashed #fff;}
.frame-table--bns .b-offr {margin: 2px 0;text-transform: uppercase;}
.frame-table--bns .terms td,
.frame-table--devs tbody tr.terms td {
  font-size: 10px;
  line-height: 1.1;
  padding: 5px;
  text-align: center;
  color: #6f6f6f;
  background: #ededed !important;
}
.frame-table--devs tbody tr.terms td {background: #f5f5f5 !important;}
.frame-table .terms .trm,
.frame-table--vs tbody tr:nth-child(10) td:nth-child(3)::before {
  font-size: 9px;
  text-align: justify;
  line-height: 1.1;
  padding: 0;
  max-width: 245px;
  margin-left: 6%;
  margin-top: 3px;
  position: relative;
  z-index: 10;
  color: #1b6b91;
}
.frame-table--vs tbody tr:nth-child(10) td:nth-child(3)::before {
  content: "* #AD, 18+ T&C’s apply, click the button for details";
  position: relative;
  width: 100%;
  top: 67px;
  text-align: center;
}
.frame-table .terms .trm-2 {margin-top: -50px;text-align: center;}
.frame-table--vs tbody tr.terms td {background: none;max-width: 245px;padding: 0 0 10px;}
.frame-table--vs tbody tr.terms td:first-child {z-index: -1;}
.frame-table--vs tbody tr.terms td:after {
  border-radius: 0 !important;
  box-shadow: none !important;
  background: none;
  border: none !important;
}
.box-sizing .frame-table--vs span.morecontent {display: inline;}
@media only screen and (max-width: 1399px) {
  .frame-table--vs { width: 100%; min-width: 690px;}
  .frame-table .terms .trm-2 {margin-top: -30px;}
  .frame-table .terms .trm, .frame-table .terms .trm-2 {max-width: 400px;}
}
@media only screen and (max-width: 1023px) {.frame-table .terms .trm-2 {margin-top: -40px;}}
@media only screen and (max-width: 907px) {.frame-table .terms .trm-2 {margin-top: -50px;}}
@media only screen and (max-width: 480px) {.frame-table .terms .trm-2 {margin-top: -45px;}}
.rcmm-box {
  margin: 20px auto;
  padding: 20px;
  background: #dae8ee;
  border-radius: 6px;
  color: #1b6b91;
  text-align: center;
}
.rcmm-box > .title {margin: 0 0 16px;font-weight: bold;font-size: 22px;}
.rcmm-box > p:not(.title) {font-style: italic;}
.rcmm-box > p:last-child {margin-bottom: 0;}
.rcmm-box__content {background: #fff;border: 1px solid #cedbe1;}
.rcmm-box__content > div {position: relative;}
.rcmm-box__content > .left > div,
.rcmm-box__content > .right > div:first-child {color: #2e2e2e;}
.rcmm-box__content > .left > div:first-child {padding-top: 3px;font-size: 14px;}
.rcmm-box__content > .right > div:first-child {font-size: 16px;}
.rcmm-box__content .btn-main {width: 200px;height: 50px;line-height: 50px;font-size: 18px;}
.no-webp .rcmm-box__content .btn-main > span::before {background: url("/media/spritesheet-2.png") -114px -357px no-repeat;}
.webp .rcmm-box__content .btn-main > span::before {background: url("/media/spritesheet-2.webp") -114px -357px no-repeat;}
.rcmm-box__content .btn-main > span::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 14px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.rcmm-box__content ul {list-style: none;margin: 24px 0 0;padding: 0;}
.rcmm-box__content ul li {
  background-color: #0096c9;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.rcmm-box__content ul li:first-child::before {
  left: 16px;
  top: 12px;
  width: 178px;
  height: 139px;
  background-position: -10px -0px;
}
.rcmm-box__content ul li:nth-child(2)::before {
  left: 16px;
  top: 12px;
  width: 79px;
  height: 129px;
  background-position: -10px -149px;
}
.rcmm-box__content ul li:last-child::before {
  right: 16px;
  top: 12px;
  width: 66px;
  height: 140px;
  background-position: -99px -149px;
}
.rcmm-box__content ul li > div {position: relative;}
.rcmm-box__content ul li > div > span {text-transform: uppercase;}
.bold {font-weight: bold;text-transform: uppercase;}
.bold-lower {font-weight: bold;}
.ul-default {list-style-type: initial; padding: revert; margin-block-end: revert;}
@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}20%{-webkit-transform:rotate(-4deg);transform:rotate(-4deg)}40%{-webkit-transform:rotate(4deg);transform:rotate(4deg)}60%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}80%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}100%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}20%{-webkit-transform:rotate(-4deg);transform:rotate(-4deg)}40%{-webkit-transform:rotate(4deg);transform:rotate(4deg)}60%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}80%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}100%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}
.cal-list {
  list-style: none;
  margin-top: 0;
  padding: 28px;
  background: #f1f2f2;
  position: relative;
}
.cal-list {width: 1044px;position: relative;z-index: 9999;}
.cal-list, .cal-list::after {border-radius: 0 0 6px 6px;}
.no-webp .cal-list::after {background: url("/media/cal-list-bottom-bg.png") 0 0 repeat-x;}
.webp .cal-list::after {background: url("/media/cal-list-bottom-bg.webp") 0 0 repeat-x;}
.cal-list::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 15px;
}
.cal-list::before,
.cal-list > li {
  display: inline-block;
  vertical-align: top;
  width: 230px;
  margin-right: 18px;
  margin-bottom: 26px;
  border-radius: 12px;
}
.cal-list .promo_brand {white-space: pre;position: relative;background-position: 0 0 !important;background-repeat: no-repeat !important;}
.no-webp .cal-list .promo_brand {background: url("/media/cal-list-daily.png");}
.webp .cal-list .promo_brand {background: url("/media/cal-list-daily.webp");}
.cal-list .promo_brand a {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  top: 0;
  padding-top: 60px;
  width: 100%;
  height: 100%;
}
.cal-list .promo_brand:after, .cal-list .promo_brand:before {background: none;content: none;}
.cal-list > li {
  height: 252px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
  position: relative;
}
.no-webp .cal-list > li::before, .no-webp .cal-list > li::after { background-image: url("/media/spritesheet-2.png");}
.webp .cal-list > li::before, .no-webp .cal-list > li::after {background-image: url("/media/spritesheet-2.webp");}
.cal-list > li::before,
.cal-list > li::after {
  content: "";
  position: absolute;
  background-color: #fff;
  background-repeat: no-repeat;
  z-index: 5;
}
.cal-list > li::before {
  left: 0;
  top: 60px;
  width: 210px;
  height: 150px;
  background-position: -14px -957px;
  opacity: 0.5;
}
.cal-list > li::after {
  right: 0;
  bottom: 0;
  width: 94px;
  height: 66px;
  background-position: -195px -875px;
  border-bottom-right-radius: 12px;
}
.cal-list > li:last-child {margin-right: 0;}
.cal-list > li:hover {cursor: pointer;}
.cal-list__content > * {position: relative;z-index: 10;}
.cal-list__content > div {color: #fff;}
.cal-list__content > .top {font-weight: bold;text-transform: uppercase;}
.cal-list__content > .bottom {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 24px 18px;
  background: #065d87;
  border-radius: 12px;
  height: 252px;
}
.no-webp .cal-list__content > .bottom::before {background: url("/media/spritesheet-2.png") -23px -1148px no-repeat;}
.webp .cal-list__content > .bottom::before {background: url("/media/spritesheet-2.webp") -23px -1148px no-repeat;}
.cal-list__content > .bottom::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  height: 160px;
  border-radius: 12px;
  z-index: -1;
}
.cal-list__content > .bottom::hover {background: #065d87;}
.cal-list__content > .bottom > a {color: #fff;text-decoration: none;}
.cal-list__content > .bottom:after {content: "#AD, 18+, T&C's apply!";font-size: 10px;font-style: italic;}
.cal-list > li:hover {
  -webkit-animation: rotate 0.8s ease;
  animation: rotate 0.8s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cal-list > li:hover .cal-list__content > .top {display: none;}
.cal-list > li:hover .cal-list__content > .bottom {display: block;cursor: default;}
.cal-list__date {
  height: 54px;
  line-height: 54px;
  margin-bottom: 9px;
  background: #1b6b91;
  border-radius: 12px 12px 0 0;
  font-size: 20px;
}
.cal-list__type {
  height: 50px;
  line-height: 50px;
  margin-top: 30px;
  background: rgba(255, 98, 56, 0.9);
  font-size: 23px;
}
.cal-list > li:nth-child(2n + 2) .cal-list__type {background: rgba(49, 190, 182, 0.79);}
.cal-list__rvl {margin-top: 30px;padding-left: 16px;color: #3498db;text-align: left;}
.no-webp .cal-list__rvl::after {background: url("/media/spritesheet-2.png") -214px -841px;}
.webp .cal-list__rvl::after {background: url("/media/spritesheet-2.webp") -214px -841px;}
.cal-list__rvl::after {
  content: "";
  position: absolute;
  right: 103px;
  bottom: -10px;
  width: 27px;
  height: 12px;
}
/* Page Social Share Buttons */
.page-share-btns {text-align: right;margin-right: 86px;}
.page-share-btns > div {display: inline-block;}
.pint-btn {position: absolute;margin-left: 5px;}
/*NO Header*/
body.no-header {border-top: 40px solid #09122a;margin-top: -32px;font-size: 12px;line-height: 11px;}
body.no-header #main h1 {text-align: center;}
body.no-header #main h2 {
  font-size: 22px;
  line-height: 18px;
  margin-bottom: 10px;
  margin-top: 20px;
}
body.no-header #main p.norm {font-size: 14px;line-height: 23px;}
@media only screen and (max-width: 479px) {
  .bordered-box:not(.bordered-box--cal-list) {padding: 6px;}
  .bordered-box--cal-list {padding: 64px 18px 18px;}
  .frame-table--devs th:first-child {width: 100px;}
  .frame-table--vs th:first-child,
  .frame-table--vs tbody td:first-child {width: 70px;}
  .frame-table--ngml tbody td:first-child {width: 140px;}
}
@media only screen and (max-width: 599px) {
  .rcmm-box__content {padding: 10px;}
  .rcmm-box__content ul li {padding: 8px 4px;}
  .rcmm-box__content ul li:not(:last-child) {margin-bottom: 2px;}
  .rcmm-box__content .btn-main {width: 90%;}
}
@media only screen and (max-width: 1169px) {
  .bordered-box--vs .box-in-2 {padding: 0 24px 24px;background: #fff;border-radius: 8px;}
  .frame-table--vs th {padding-bottom: 10px;}
  .frame-table--vs th:not(:first-child) > div {width: 166px;}
}
@media only screen and (max-width: 1399px) {
  .rcmm-box__content .btn-main {display: table;margin: 10px auto;}
  .bordered-box--vs .scroll-table {margin: 40px auto 0;}
}
@media only screen and (max-width: 639px) {
  .bordered-box--vs .box-in-2 {padding: 0 5px 24px;}
  .frame-table--vs tbody td:first-child {font-size: 14px;}
  .frame-table--vs th:first-child,
  .frame-table--vs tbody td:first-child {width: 145px;}
}
@media only screen and (min-width: 600px) {
  .rcmm-box__content {padding: 22px 26px;}
  .rcmm-box__content > .left > div:first-child {margin-bottom: 18px;}
  .rcmm-box__content ul li {
    display: inline-block;
    vertical-align: middle;
    width: 32%;
    max-width: 200px;
    height: 162px;
  }
  .no-webp .rcmm-box__content ul li::before {background-image: url("/media/spritesheet-2.png");}
  .webp .rcmm-box__content ul li::before {background-image: url("/media/spritesheet-2.webp");}
  .rcmm-box__content ul li::before {content: "";position: absolute;background-repeat: no-repeat;}
  .rcmm-box__content ul li:first-child > div > span {margin-bottom: 6px;}
}
@media only screen and (min-width: 600px) and (max-width: 1169px) {
  .rcmm-box__content ul li {padding: 24px 6px;}
  .rcmm-box__content ul li > div {padding: 8px 4px;background: rgba(0, 0, 0, 0.1);}
}
@media only screen and (min-width: 600px) and (max-width: 1399px) {.rcmm-box__content .btn-main {width: 70%;}}
@media only screen and (min-width: 1024px) {
  .btn-clm:hover,
  .btn-clm:hover > span {color: #fff;}
  .btn-clm:hover {background: #3498db;}
  .btn-clm:hover::before {content: "";}
  .btn-clm:hover > .top {display: none;}
  .btn-clm:hover > .bottom {display: block;}
}
@media only screen and (min-width: 1024px) and (max-width: 1399px) {
  .bordered-box--vs > .box-in {min-height: 240px;}
  .bordered-box--vs > .box-in > .title {margin-left: 260px;}
  .bordered-box--vs > .box-in > p:not(.title):nth-child(2)::before {
    content: "";
    float: left;
    width: 260px;
    height: 174px;
  }
  .bordered-box--vs .box-in__img {position: absolute;left: 14px;top: -14px;}
}
@media only screen and (min-width: 1170px) {
  .rcmm-box__content > .left > div,
  .rcmm-box__content > .right > div:first-child {text-align: left;}
  .rcmm-box__content ul li {padding: 34px 30px;}
  .rcmm-box__content ul li:nth-child(2) > div {margin-right: 10px;text-align: right;}
  .rcmm-box__content ul li:last-child > div {margin-right: 30px;text-align: left;}
  .rcmm-box__content .bng-ico {float: left;margin-top: -3px;margin-right: 10px;}
  .bordered-box--vs .scroll-table {
    padding: 0 24px;
    background: #fff;
    border-radius: 8px;
    overflow: visible;
  }
  .frame-table--vs th:not(:first-child) > div {
    width: 200px;
    /* height: 64px; */
    border-top: 14px solid #1e3369;
    position: relative;
    top: -14px;
  }
  .frame-table--vs th:not(:first-child) > div::before,
  .frame-table--vs th:not(:first-child) > div::after {content: "";position: absolute;top: -14px;}
  .frame-table--vs th:not(:first-child) > div > span {margin-top: -18px;}
}
@media only screen and (min-width: 1170px) and (max-width: 1399px) {
  .rcmm-box__content > .left,
  .rcmm-box__content > .right > div:first-child {width: 50%;}
  .rcmm-box__content > .right > div:first-child {position: absolute;right: 0;top: -265px;}
  .rcmm-box__content > .left > div:first-child {padding-right: 4px;}
  .rcmm-box__content .btn-main {margin: 50px auto 10px;}
  .bordered-box--cal-list > .title::before {
    width: 794px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: -26px;
  }
}
@media only screen and (min-width: 1400px) {
  .rcmm-box__content > div {height: 220px;}
  .rcmm-box__content > .left {width: 400px;float: left;}
  .rcmm-box__content > .left > div {padding-right: 40px;}
  .rcmm-box__content > .right {margin-left: 400px;}
  .rcmm-box__content > .right > div:first-child {padding-right: 222px;}
  .rcmm-box__content .btn-main {position: absolute;right: 0;top: 0;}
  .bordered-box--vs > .box-in {float: left;width: 268px;height: 660px;}
  .bordered-box--vs .scroll-table {margin-left: 300px;}
}
.no-webp .contact-assets-pinterest, .no-webp .contact-assets-twitter, .no-webp .contact-assets-youtube, .no-webp .contact-assets-facebook, .no-webp .social-list::after {background-image: url("/media/contact-socials.png");background-repeat: no-repeat;}
.webp .contact-assets-pinterest, .webp .contact-assets-twitter, .webp .contact-assets-youtube, .webp .contact-assets-facebook, .webp .social-list::after {background-image: url("/media/contact-socials.webp");background-repeat: no-repeat;}
.contact-assets-pinterest,
.contact-assets-twitter,
.contact-assets-youtube,
.contact-assets-facebook {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}
.contact-assets-pinterest {background-position: -10px -46px;width: 51px;height: 50px;}
.contact-assets-twitter {background-position: -71px -46px;width: 51px;height: 50px;}
.contact-assets-youtube {background-position: -132px -46px;width: 51px;height: 50px;}
.contact-assets-facebook {background-position: -10px -106px;width: 50px;height: 50px;}
.social-list {
  margin: 30px auto;
  list-style: none;
  padding: 0;
  text-align: center;
}
.social-list::after {
  content: "";
  display: block;
  margin: 16px auto;
  width: 185px;
  height: 36px;
}
.social-list li {display: inline-block;vertical-align: middle;margin-right: 10px;}
.social-list li:last-child {margin-right: 10px;}
.link-to-block.link-to-block--contact .block-float > div {padding-left: 20px;}
.link-to-block.link-to-block--contact .block-float > div::after {display: none;}
.link-to-block.link-to-block--contact .block-float > div.left::before {content: "Get In Touch";}
.link-to-block.link-to-block--contact .block-float > div.right::before {content: "Find us on Social";}
.link-to-block.link-to-block--contact .contact-banner {text-align: center;}
.link-to-block.link-to-block--contact .block-float > div.left .contact-banner {margin-top: 24px;}
.link-to-block.link-to-block--contact .block-float > div.right .contact-banner {margin-bottom: 20px;}
.link-to-block.link-to-block--contact .title {
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
}
.link-to-block.link-to-block--contact .block-float > div.left .title {color: #3498db;}
.link-to-block.link-to-block--contact .block-float > div.right .title {color: #2ecc71;}
#contact input[type="text"],
#contact input[type="email"],
#contact textarea {background-color: var(--table-tc-bg)!important;border-radius: 6px;font-style: italic;}
.link-to-block.link-to-block--contact #contact {margin-top: 60px;border-radius: 10px;}
#contact fieldset {padding: 0;border: none;display: flex;flex-wrap: wrap;justify-content: space-between;}
#contact input[type="checkbox"] {margin: 0;}
#contact #verify {width: 50px;margin: 5px 0 10px 5px;border: 1px solid rgba(255, 255, 255, 0.25);}
#contact input[type="submit"] {
  width: 100%;
  max-width: 349px;
  background-color: var(--table-tc);
  border-radius: 6px;
  font-weight: bold;
  font-size: 15px;
  color: #01296B;
  height: 40px;
  margin: 30px 0!important;
}
#contact textarea {border: 2px solid #fff;border-radius: 3px;resize: none;}
#contact label {display: block;width: 216px;}
#contact #comments.comments--contact {margin: 0 auto;}
#contact hr {margin: 0 0 12px;border-top: 1px solid #fff;border-bottom: none;}
#contact a {color: var(--navigation-bg);text-decoration: none;}
#contact a:hover {text-decoration: underline;}
#contact .terms {
  height: auto;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.2;
  text-align: left;
  opacity: 0.6;
}
#contact .error_message, #contact #success_page strong {color: #000;}
#contact .error_message {margin-bottom: 10px;text-align: center;}
@media only screen and (min-width: 640px) {
  .link-to-block.link-to-block--contact .block-float > div {height: 688px;}
  .link-to-block.link-to-block--contact #contact {position: absolute;left: 60px;top: 70px;z-index: 222;}
}
@media only screen and (max-width: 1399px) {
  .link-to-block.link-to-block--contact .block-float > div {float: none;margin: 20px auto;}
  .link-to-block.link-to-block--contact .block-float > div.left {margin-bottom: 50px;}
}
@media only screen and (max-width: 1399px) and (min-width: 640px) {.link-to-block.link-to-block--contact .block-float > div {width: 510px;}}
@media only screen and (max-width: 639px) {
  .link-to-block.link-to-block--contact .block-float > div {width: 100%;}
  .link-to-block.link-to-block--contact
    .block-float
    > div.left
    .contact-banner {
    display: none;
  }
  .link-to-block.link-to-block--contact #contact {margin: 20px auto;}
}
@media only screen and (max-width: 539px) {
  .link-to-block.link-to-block--contact .block-float > div {padding-top: 20px;}
  .link-to-block.link-to-block--contact #contact {padding: 20px 10px;}
}
@media only screen and (min-width: 540px) {.link-to-block.link-to-block--contact #contact {width: 380px;padding: 26px 30px;}}
.bbsb-table-wrap {
  margin: 30px auto;
  padding: 20px;
  background: #d4e3ea;
  text-align: center;
}
.bbsb-table {
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  color: #f6f5f5;
  font-size: 18px;
}
.bbsb-table caption {
  margin-bottom: 20px;
  color: #044a6b;
  font-weight: bold;
  line-height: 1;
}
.bbsb-table caption span {position: relative;}
.no-webp .bbsb-table caption span:before,
.no-webp .bbsb-table caption span:after {background: url("/media/contact-socials.png") -80px -112px no-repeat;}
.webp .bbsb-table caption span:before,
.webp .bbsb-table caption span:after {background: url("/media/contact-socials.webp") -80px -112px no-repeat;}
.bbsb-table caption span:before,
.bbsb-table caption span:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 50px;
  height: 38px;
}
.bbsb-table caption span:before {left: -66px;}
.bbsb-table caption span:after {right: -66px;}
.bbsb-table tbody tr:not(.no-bg) {background: #044a6b;}
.bbsb-table tbody tr:first-child {background: #1b6b91;}
.bbsb-table tbody .no-bg {
  background: #f6f5f5;
  color: #1b6b91;
  font-style: italic;
  font-size: 16px;
  line-height: 1.3;
}
.bbsb-table .no-bg td {padding: 20px 4px;}
.bbsb-table tbody tr:not(:last-child) {border-bottom: 25px solid #d4e3ea;}
.bbsb-table .sprite-wrap {
  width: 122px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  background: #e2edf2;
  border-radius: 2px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  position: relative;
}
.no-webp .bbsb-table tr:first-child .sprite-wrap::before {background: url("/media/contact-socials.png") -147px -115px no-repeat;}
.webp .bbsb-table tr:first-child .sprite-wrap::before {background: url("/media/contact-socials.webp") -147px -115px no-repeat;}
.bbsb-table tr:first-child .sprite-wrap::before {
  content: "";
  position: absolute;
  left: -14px;
  top: -24px;
  width: 46px;
  height: 34px;
}
.bbsb-table .sprite-wrap > div {-webkit-transform: none;-ms-transform: none;transform: none;}
.bbsb-table .sprite-wrap > .mecca {background-position: -5px -220px;}
.bbsb-table td p {margin: 4px 0;}
.bbsb-table td p:before {content: "\f06b";margin-right: 6px;font-family: "Font Awesome 5 Free";font-weight: bold;}
.bbsb-table .btn-main {
  width: 144px;
  margin: 5px auto;
  padding: 13px 4px;
  font-weight: 500;
  font-size: 17px;
}
.bbsb-table--b {color: #3cd44a;font-size: 22px;}
.bbsb-table .btn-arr,.bbsb-table .btn-arr:hover {text-decoration: none;}
.bbsb-table .btn-arr {color: #f6f5f5;font-weight: bold;font-size: 17px;}
.bbsb-table .btn-arr::before {
  content: "\f30b";
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  top: 1px;
  margin-right: 8px;
  font-family: "Font Awesome 5 Free";
}
.bbsb-table .btn-arr:hover {color: #3498db;}
.bbsb-table__terms {
  margin-top: 10px;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.2;
  font-style: italic;
  color: #d1f3ff;
}
@media only screen and (max-width: 979px) {
  .bbsb-table,
  .bbsb-table caption,
  .bbsb-table tbody,
  .bbsb-table tr,
  .bbsb-table td {display: block;width: 100%;}
  .bbsb-table tbody td {padding: 12px 32px;}
  .bbsb-table .no-bg td {padding: 12px 4px;font-size: 12px;}
  .bbsb-table tr:not(.no-bg) td:first-child {padding-top: 24px;padding-bottom: 0;}
  .bbsb-table tr:not(.no-bg) td:last-child {padding-top: 6px;padding-bottom: 24px;}
  .bbsb-table .btn-main {display: block;}
}
@media only screen and (max-width: 639px) {
  .bbsb-table {font-size: 16px;}
  .bbsb-table caption {font-size: 23px;}
}
@media only screen and (min-width: 640px) {
  .bbsb-table-wrap {padding: 30px;}
  .bbsb-table caption {font-size: 32px;}
}
@media only screen and (min-width: 768px) {
  .bbsb-table caption span:before, .bbsb-table caption span:after {content: "";}
  .bbsb-table caption {margin-bottom: 35px;padding: 0 66px;}
}
@media only screen and (min-width: 980px) {
  .bbsb-table tbody td {padding: 12px 4px;}
  .bbsb-table tr:not(.no-bg) td:first-child,
  .bbsb-table tr:not(.no-bg) td:last-child {width: 190px;}
}
/* BBSB ELEMENT */
#bbsb-container .center {text-align: center;margin: 0 auto;}
#bbsb-container .container {width: 100%;margin: 0 auto;}
#bbsb-container .row {position: relative;width: 100%;}
#bbsb-container .row [class^="col"] {float: left;margin: 10px 2%;min-height: 2px;}
@media only screen and (max-width: 520px) {.clearfix {clear: both;}}
#bbsb-container .col-4 {width: 96%;}
#bbsb-container .col-6 {width: 46%;}
#bbsb-container .col-12-sm {width: 96%;}
#bbsb-container .row::after {
  content: "";
  display: table;
  clear: both;
}
#bbsb-container .hidden-sm {display: none;}
@media only screen and (min-width: 650px) {
  #bbsb-container .container {width: 85%;}
  #bbsb-container .col-6 {width: 46%;}
  .m6 {width: 46% !important;}
  .m6.clearfix {width: 96% !important;}
}
@media only screen and (min-width: 992px) {
  #bbsb-container .hidden-sm {display: block;}
  #bbsb-container .container {width: 75%;}
}
@media only screen and (min-width: 1024px) {
  #bbsb-container .col-4 {width: 29.33% !important;}
  .offset-col {margin-left: 18.66% !important;}
}
.bbsb-bonus-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #fff !important;
}
.bbsb-bonus-box {background-color: #006a8e;}
.bbsb-bonus-box .spritewrapper {
  width: 123px;
  height: 50px;
  line-height: 50px;
  margin: 20px auto;
  transform: none;
  position: relative;
}
.bbsb-bonus-box .bbsbterms {
  font-weight: normal;
  font-size: 12px;
  line-height: 1.2;
  font-style: italic;
  display: none;
}
.bbsb-bonus-box .btn-main {
  padding: 10px 5px;
  display: block;
  text-transform: capitalize;
}
.bbsb-bonus-box .btn-review-bonus {
  font-weight: bold;
  text-transform: capitalize;
  text-decoration: none;
  display: block;
  padding: 10px;
  background: #0097c6;
  border-radius: 5px;
  color: #fff;
  margin: 0 auto;
}
.bbsb-bonus-box {padding: 10px 10px 5px 10px;}
.more-info-btn.fix {width: 80%;}
.more-info-btn {
  display: block;
  padding: 10px 0 5px;
  color: #b6e0ee;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}
.more-info-btn:focus,.more-info-btn:hover {color: #00bbb3;}
.caption-bonus > p {padding: 0 !important;margin: 0;}
#bbsb-container .bbsb-table--b {color: #04bf55 !important;font-size: 18px !important;}
#bbsb-container.modal-overlay {
  position: fixed;
  z-index: 999;
  top: -25%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity;
}
#bbsb-container.modal-overlay .open {z-index: 1002;display: block;opacity: 0.5;}
.bbsbterms.modal.open {
  z-index: 1003;
  opacity: 1;
  top: 35%;
  transform: scaleX(1) scaleY(1);
  position: absolute;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.bbsb-bonus-box .modal {
  display: block;
  position: fixed;
  opacity: 0;
  left: 0;
  right: 0;
  background-color: #e2edf2;
  padding: 10px;
  max-height: 70%;
  width: 85%;
  margin: auto;
  box-shadow: 2px 0 3px 0 #002735;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
  color: #333;
  font-size: 13px;
}
.bbsb-bonus-box {display: block;position: relative;}
#bbsb-container .fas.fa-times {
  font-size: 14px;
  right: 15.5px;
  background: #e2edf2;
  padding: 3px 5px;
  font-weight: bold;
  bottom: 62%;
  display: block;
  z-index: 99999999;
  position: absolute;
  border-radius: 15px;
  cursor: pointer;
  color: red;
  display: none;
}
.btn-review-bonus:hover {background: #00b1e8;transition: all 0.2s ease-in;-webkit-transition: all 0.2s ease-in;-moz-transition: all 0.2s ease-in;}
.caption-item.fix {min-height: 49px;}
.caption-item {min-height: 55px;}
@media only screen and (max-width: 768px) {.caption-bonus {font-size: 14px !important;}}
@media only screen and (min-width: 768px) {
  .caption-item.fix {min-height: 89px;}
  .caption-item {min-height: 135px;}
  .no-webp #bbsb-container .bbsb-table > span::before,
  .no-webp #bbsb-container .bbsb-table > span::after {background: url("/media/contact-socials.png") -80px -112px no-repeat;}
  .webp #bbsb-container .bbsb-table > span::before,
  .webp #bbsb-container .bbsb-table > span::after {background: url("/media/contact-socials.webp") -80px -112px no-repeat;}
  #bbsb-container .bbsb-table > span::before {
    display: block;
    content: "";
    position: absolute;
    top: 62%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 50px;
    height: 38px;
  }
  #bbsb-container .bbsb-table > span::after {
    display: block;
    content: "";
    position: absolute;
    top: 62%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 50px;
    height: 38px;
  }
  #bbsb-container .bbsb-table > span::after {right: -65px;}
  #bbsb-container .bbsb-table > span::before {left: -65px;}
}
.bbsb-bonus-box .btn-main {font-size: 12px;}
.btn-review-bonus {font-size: 12px;}
@media only screen and (min-width: 1135px) {
  .bbsb-bonus-box .btn-main {font-size: 16px;}
  .bbsb-bonus-box .btn-review-bonus {font-size: 16px;}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .bbsb-table--b {font-size: 17px !important;}
  .bbsb-bonus-box .btn-review-bonus, .bbsb-bonus-box .btn-main {font-size: 12px !important;}
  .caption-item {min-height: 125px;top: 20px;position: relative;}
  .caption-item.fix {min-height: 79px;}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {.caption-item.fix {min-height: 102px;}}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .caption-item.fix {min-height: 102px;}
  .caption-item {min-height: 148px;}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .caption-item.fix {min-height: 79px;}
  .caption-item {min-height: 125px;top: 20px;position: relative;}
  .bbsb-table--b {font-size: 17px !important;}
  .bbsb-bonus-box .btn-review-bonus, .bbsb-bonus-box .btn-main {font-size: 12px !important;}
}
@media only screen and (min-width: 1366px) {
  .caption-item.fix {min-height: 79px !important;}
  .caption-item {position: relative;top: 20px;min-height: 102px !important;}
  .caption-bonus {font-size: 18px;}
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .caption-item.fix {min-height: 102px !important;}
  .caption-item {min-height: 115px !important;}
}
#bbsb-container .bbsb-table > span {
  font-size: 24px;
  color: #044a6b;
  text-align: center;
  position: relative;
  padding-top: 25px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {#bbsb-container .bbsb-table > span {font-size: 32px;}}
#bbsb-container .bbsb-table {text-align: center;}
#bbsb-container {padding-bottom: 15px;}
@media only screen and (min-width: 768px) and (max-width: 1025px) {.caption-bonus {font-size: 14px !important;}}
article #bbsb-container br {margin-top: 0 !important;content: "";display: block;}
#bbsb-container .col-12 {width: 96%;text-align: center;}
.custom-tc {position: relative;top: -10px;}
.lazy-video, .lazy-video img, .lazy-video__play {cursor: pointer;}
.lazy-video {background-color: #000;position: relative;overflow: hidden;}
.video-img-box .lazy-video {width: 100%;height: 283px;}
.lazy-video img, .lazy-video iframe {width: 100%;height: 100%;}
.lazy-video img {opacity: 0.8;object-fit: cover;}
.lazy-video:hover img {opacity: 0.9;}
.lazy-video iframe {border: none;}
.lazy-video__play,
.lazy-video__play:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.lazy-video__play {
  width: 90px;
  height: 60px;
  background-color: #333;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  opacity: 0.8;
  z-index: 1;
}
.lazy-video:hover .lazy-video__play {background: #f00;opacity: 0.9;}
.lazy-video__play:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
}
html.no-scroll {overflow: hidden;position: relative;}
html.no-scroll body {overflow: hidden;width: 100%;}
.common-width, .box-fix .common-width {margin: 0 auto;position: relative;}
.header-fixed {position: fixed;left: 0;right: 0;top: 0;z-index: 9999;}
/* .header-fixed:not(.open) {  display: none;} */
.header-top .l-wrap {padding: 6px 0;}
#logo,#logo img {display: inline-block;vertical-align: middle;}
.header-top .commissions {position: absolute;right: 0;top: 0;}
.header-top .soc-sch-wrap {position: absolute;}
.header-top .socmednet {
  float: left;
  width: auto;
  margin-right: 16px;
  padding-right: 6px;
  border-right: 1px solid #5190ae;
}
.header-top .socmednet > .title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  top: 6px;
}
.no-webp .header-top .socmednet > .title:before {background-image: url("/media/spritesheet-in-menu-box.png");}
.webp .header-top .socmednet > .title:before {background-image: url("/media/spritesheet-in-menu-box.webp");}
.header-top .socmednet > .title:before {
  content: "";
  position: absolute;
  left: 0;
  top: -90%;
  width: 92px;
  height: 24px;
  background-position: -10px -82px !important;
  background-repeat: no-repeat !important;
}
.header-top .socmednet > a > span {
  height: 34px;
  background: transparent;
  border-radius: 50%;
  color: #fff;
  line-height: 33px;
  text-align: center;
  text-indent: 0;
}
.header-top .socmednet > a > span:hover {font-size: 17px;}
.header-top .socmednet > a > span > span {display: inline-block;text-indent: -9999px;}
.header-top .socmednet > a > .socmednet-fb {background: #3a579a;}
.header-top .socmednet > a > .socmednet-tw {background: #00abf0;}
.header-top .socmednet > a > .socmednet-pin {background: #cd1c1f;}
.header-top .socmednet > a > .socmednet-yout {background: #ff0000;}
.image {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}
/* fix this sprite */
.image-netwopt {width: 106px; height: 43px;border-radius: 4px;} 
.image-netwopt.cozy, .image-netwopt.cozy-games {background-position: -126px -0px;}
.no-webp .image-payopt {background-image: url("/media/spritesheet-payments.png");background-repeat: no-repeat;}
.webp .image-payopt {background-image: url("/media/spritesheet-payments.webp");background-repeat: no-repeat;}
.image-payopt {width: 106px;height: 43px;border-radius: 4px;}
.image-payopt.paypal-editors {background-position: -10px -0px;width: 107px;height: 27px;}
.image-payopt.paypal {background-position: -10px -196px;}
.image-payopt.ecopayz {background-position: -10px -37px;}
.image-payopt.entropay {background-position: -10px -90px;}
.image-payopt.neteller {background-position: -10px -143px;}
.image-payopt.paysafecard {background-position: -10px -249px;}
.image-payopt.skrill {background-position: -10px -302px;}
.image-payopt.wire-transfer {background-position: -10px -355px;}
.box-fix,
.box-fix * {-webkit-box-sizing: border-box;box-sizing: border-box;margin: 0;padding: 0;list-style: none;}
.in-menu-box {
  background: #fcfbfb;
  -webkit-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.4);
  text-align: center;
}
.in-menu-box a,
.header-menu .in-menu-box li > a {
  display: inline-block;
  padding: 0;
  color: #3190be;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.header-menu .in-menu-box li > a span {transition: all 0.2s ease-in-out;}
.in-menu-box a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
}
.in-menu-box a:hover {color: #044a6b;}
.in-menu-box .title {
  max-width: none;
  padding-bottom: 6px;
  border-bottom: 2px solid #d4e3ea;
  color: #044a6b;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3;
}
.notification-box > .title {text-align: center;}
.in-menu-box .title .more {text-transform: capitalize;}
.ul-opt-wrap {overflow-x: auto;}
.ul-opt > li {display: inline-block;vertical-align: top;width: 110px;}
.ul-opt-bngo > li {width: 106px;}
.bordered {border: 1px solid #cacaca;}
.ul-opt > li > a:hover {color: #044a6b;}
.ul-opt-net > li > a [class*="bg-"] {transition: all 0.2s ease-in-out;}
.ul-opt-net > li > a:hover .image,
.ul-opt-net > li > a:hover [class*="bg-"],
.ul-opt-pay > li:first-child:hover,
.ul-opt-pay > li:not(:first-child) > a:hover .image,
.div-opt-bngo > div:hover,
.ul-opt-bngo > li > a:hover .ab-sprite,
.header-menu .related-posts .post-group > a:hover {
  -webkit-box-shadow: 0 0 4px 3px rgba(0, 151, 202, 0.9);
  box-shadow: 0 0 4px 3px rgba(0, 151, 202, 0.9);
}
.ul-opt .image-netwopt, .ul-opt .image-payopt {margin-bottom: 6px;}
.ul-opt > li:first-child .image-payopt {margin-top: 2px;margin-bottom: 12px;}
.ul-opt-pay > li:first-child, .ul-opt-pay > li:first-child > a {border-radius: 8px;}
.ul-opt-pay > li:first-child {
  width: 240px;
  background: #f2efef;
  -webkit-box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.3);
}
.ul-opt-pay > li:first-child > a {padding: 10px 10px 10px 100px;position: relative;}
.no-webp .ul-opt-pay > li:first-child > a:before {background-image: url("/media/spritesheet-in-menu-box.png");}
.webp .ul-opt-pay > li:first-child > a:before {background-image: url("/media/spritesheet-in-menu-box.webp");}
.ul-opt-pay > li:first-child > a:before {
  content: "";
  position: absolute;
  left: 10px;
  top: -8px;
  width: 73px;
  height: 80px;
  background-position: -10px -115px !important;
  background-repeat: no-repeat !important;
}
.div-opt-bngo, .ul-opt-bngo {padding-top: 18px;}
.div-opt-bngo .title {
  background: #044a6b;
  border-radius: 12px 12px 0 0;
  color: #fcfcfc;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8;
  text-transform: uppercase;
}
.in-menu-box .div-opt-bngo .title {padding: 5px 4px 2px;border-bottom: none;text-align: center;}
.div-opt-bngo > div {
  display: inline-block;
  vertical-align: top;
  width: 210px;
  height: 150px;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
}
.div-opt-bngo > div:first-child {background: #f2efef;}
.div-opt-bngo > div:last-child {background: #f2efef;}
.div-opt-bngo > div:hover {background: #fff;}
.ul-opt-bngo {margin: 0 28px;}
.in-menu-box.notification-box {
  position: absolute;
  top: 100%;
  right: 0;
  max-height: 0;
  -webkit-transform: scaleY(0.5);
  -ms-transform: scaleY(0.5);
  transform: scaleY(0.5);
  overflow: hidden;
  /*-webkit-transition: all linear .5s;*/
  /*-o-transition: all linear .5s;*/
  /*transition: all linear .5s;*/
  z-index: 100;
}
.in-menu-box.notification-box.open {
  overflow: auto;
  max-height: 80vh;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.in-menu-box .related-posts {padding-top: 4px;}
.in-menu-box .related-posts > div {float: none;}
.in-menu-box .related-posts .post-group {margin-bottom: 30px;}
.in-menu-box .related-posts .post-group::after {display: none;}
.in-menu-box .related-posts .post-group > a {border-radius: 7px;}
.in-menu-box .related-posts .post-group > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 44%;
  bottom: 0;
  border-radius: 0 0 6px 6px;
  background: -webkit-linear-gradient(
    top,
    rgba(99, 99, 99, 0) 0%,
    rgb(63, 145, 182, 0.6) 30%,
    rgb(28, 108, 145, 0.8) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(99, 99, 99, 0) 0%,
    rgb(63, 145, 182, 0.6) 30%,
    rgb(28, 108, 145, 0.8) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(99, 99, 99, 0) 0%,
    rgb(63, 145, 182, 0.6) 30%,
    rgb(28, 108, 145, 0.8) 100%
  );
}
.in-menu-box .related-posts .feat-img {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
  object-fit: cover;
}
.in-menu-box .related-posts .type-dtl {
  left: 0;
  width: auto;
  padding: 6px 16px;
  border-radius: 4px;
}
.in-menu-box .related-posts .post-group > a:hover .txt-dtl.style-2 {
  background: transparent;
  top: auto;
  bottom: 42px;
}
.in-menu-box .related-posts .txt-dtl, .in-menu-box .related-posts .post-group > a:hover .txt-dtl.style-2 {bottom: 0;}
.upcase {text-transform: uppercase;}
.ul-bell {padding: 60px 24px 1px;border-radius: 0 0 8px 8px;}
.ul-bell > div:not(.terms) {
  min-height: 152px;
  margin-bottom: 90px;
  padding: 0 17px;
  background-color: #054b6c;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  position: relative;
}
.no-webp .ul-bell > div:not(.terms) {background-image: url("/media/shine.png");}
.webp .ul-bell > div:not(.terms) {background-image: url("/media/shine.webp");}
.ul-bell > div:not(.terms):last-child {margin-bottom: 60px;}
.ul-bell > div.mark {background-color: #ffd338;}
.ul-bell .offer {
  margin-bottom: 14px;
  color: #f6f5f5;
  font-weight: bold;
  font-size: 17px;
}
.ul-bell > div.mark .offer {color: #ff6238;}
.ul-bell .offer > span {
  display: block;
  line-height: 1.1;
}
.ul-bell .offer .mark {
  padding: 4px 0;
  font-size: 30px;
  text-transform: uppercase;
}
.ul-bell .terms {height: auto;line-height: 1.4;}
.ul-bell > .terms {
  margin-top: -60px;
  margin-bottom: 20px;
  color: #646463;
  text-align: left;
}
.ul-bell > div .terms {
  color: #3190be;
  font-style: normal;
  font-weight: bold;
  text-align: center;
}
.ul-bell > div.mark .terms {color: #645214;}
.in-menu-box .ab-sprite {
  float: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  display: inline-block;
  vertical-align: middle;
  background-color: #f2efef;
  border-radius: 6px;
}
.div-opt-bngo .ab-sprite {
  display: block;
  margin-top: 24px;
  margin-bottom: 10px;
}
.ul-opt-bngo .ab-sprite {
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  margin-top: -3px;
  margin-left: -5px;
}
.ul-bell .wrapper-logo {
  position: relative;
  top: -24px;
  margin-bottom: -12px;
}
.ul-bell .wrapper-logo:before,
.ul-bell .wrapper-logo:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.ul-bell .wrapper-logo:before {
  margin-left: -78px;
  top: -23px;
  width: 54px;
  height: 49px;
  background-position: -93px -154px !important;
  background-repeat: no-repeat !important;
  z-index: 4;
}
.ul-bell .wrapper-logo:after {
  margin-left: 90px;
  top: -13px;
  width: 75px;
  height: 62px;
  background-position: -112px -82px !important;
  background-repeat: no-repeat !important;
  z-index: 2;
}
.no-webp .ul-bell .wrapper-logo:before, .no-webp .ul-bell .wrapper-logo:after {background-image: url("/media/spritesheet-in-menu-box.png");}
.webp .ul-bell .wrapper-logo:before, .webp .ul-bell .wrapper-logo:after {background-image: url("/media/spritesheet-in-menu-box.webp");}
.ul-bell .wrapper-logo > span {
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 0 0 #000;
  box-shadow: 0 3px 0 0 #000;
  position: relative;
  z-index: 3;
}
.out-button, .in-menu-box .out-button, .in-menu-box .out-button:hover {color: #fff;}
.out-button {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  background: #ff8e0b;
  -webkit-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: bold;
  position: relative;
}
.out-button:hover {background: #ff6238;-webkit-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.4);box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.4);}
.no-webp .out-button > span:after {background: url("/media/spritesheet-in-menu-box.png") -157px -154px no-repeat;}
.webp .out-button > span:after {background: url("/media/spritesheet-in-menu-box.webp") -157px -154px no-repeat;}
.out-button > span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 21px;
  margin-left: 8px;
}
.in-menu-box .out-button {
  position: relative;
  bottom: -14px;
  width: 190px;
  margin-top: -10px;
  margin-left: 4px;
  padding: 16px 10px;
  border-radius: 6px;
  font-size: 16px;
}
.no-webp .in-menu-box .out-button:before {background: url("/media/spritesheet-in-menu-box.png") -10px -0px no-repeat;}
.webp .in-menu-box .out-button:before {background: url("/media/spritesheet-in-menu-box.webp") -10px -0px no-repeat;}
.in-menu-box .out-button:before {
  content: "";
  position: absolute;
  left: -32px;
  top: -12px;
  width: 236px;
  height: 72px;
}
@-webkit-keyframes bell-toll{0%{-webkit-transform:rotate(0);transform:rotate(0)}2%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}4%{-webkit-transform:rotate(0);transform:rotate(0)}6%{-webkit-transform:rotate(-8deg);transform:rotate(-8deg)}8%{-webkit-transform:rotate(0);transform:rotate(0)}10%{-webkit-transform:rotate(6deg);transform:rotate(6deg)}12%{-webkit-transform:rotate(0);transform:rotate(0)}14%{-webkit-transform:rotate(-4deg);transform:rotate(-4deg)}16%{-webkit-transform:rotate(0);transform:rotate(0)}18%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes bell-toll{0%{-webkit-transform:rotate(0);transform:rotate(0)}2%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}4%{-webkit-transform:rotate(0);transform:rotate(0)}6%{-webkit-transform:rotate(-8deg);transform:rotate(-8deg)}8%{-webkit-transform:rotate(0);transform:rotate(0)}10%{-webkit-transform:rotate(6deg);transform:rotate(6deg)}12%{-webkit-transform:rotate(0);transform:rotate(0)}14%{-webkit-transform:rotate(-4deg);transform:rotate(-4deg)}16%{-webkit-transform:rotate(0);transform:rotate(0)}18%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}
header{background: #fff;}
.notification-toggle > span {
  width: 14px;
  line-height: 14px;
  background: #ffc40f;
  border-radius: 2px;
  color: #554106;
  font-weight: bold;
  font-size: 11px;
  position: relative;
  top: -36px;
  right: -6px;
}
.search-list {padding:0 10px;}
.search-list > li {margin-bottom: 20px;padding: 20px;border-radius: 6px 6px 0 0;}
.search-list > li:nth-child(odd) {background: #f3f3f3;}
.search-list > li:first-child {background: rgba(69, 149, 186, 0.15);}
.search-list > li:not(:last-child) {border-bottom: 1px dashed #0b1844;}
.search-list h2 {margin-bottom: 10px;}
.search-list h2 a {color: #0b1844;font-size: 20px;text-transform: uppercase;}
.search-list h2 a:hover {text-decoration: none;}
.search-list__title {margin-bottom: 30px;padding: 10px;}
.scrollbar-2 {
  overflow: auto;
  scrollbar-color: #9b1a1f #fff;
  scrollbar-track-color: #fff;
  scrollbar-base-color: #9b1a1f;
  scrollbar-arrow-color: #9b1a1f;
  scrollbar-3dlight-color: #fff;
  scrollbar-highlight-color: #fff;
  scrollbar-shadow-color: #9b1a1f;
  scrollbar-dark-shadow-color: #9b1a1f;
}
.scrollbar-2::-webkit-scrollbar {width: 8px;height: 8px;-webkit-appearance: none;}
.scrollbar-2::-webkit-scrollbar-track {
  background: #fff;
  border: 1px solid #9b1a1f;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 3px #9b1a1f;
  box-shadow: inset 0 0 3px #9b1a1f;
}
.scrollbar-2::-webkit-scrollbar-thumb {background: #9b1a1f;border: 1px solid #9b1a1f;border-radius: 0;}
@media only screen and (max-width: 959px) {
  .header-top {padding: 4px 10px;}
  .header-top .soc-sch-wrap {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .header-top .commissions,
  .header-top .socmednet {display: none;}
  .common-width--not,
  .box-fix .common-width--not {position: static;}
  .ul-opt > li {width: 49%;margin-bottom: 40px;}
  .ul-opt .image-netwopt,
  .ul-opt .image-payopt {display: table;margin: 0 auto 4px;}
  .div-opt-bngo > div:first-child {margin-bottom: 20px;}
  .ul-opt-bngo .image-bngo {display: table;margin: 0 auto 4px;}
  .ul-opt > li:not(:first-child):not(:nth-child(2)),
  .ul-opt-pay > li:nth-child(2) {padding-top: 10px;}
  .ul-opt-bngo > li {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-right: 0;
  }
  .in-menu-box .related-posts {padding: 10px 10px 0;}
  .notification-toggle {right: 70px;}
  .in-menu-box .title .more {text-transform: lowercase;}
  .in-menu-box .title .more:before {content: "...read more";}
  .in-menu-box .title .more > span {display: none;}
}
@media only screen and (max-width: 639px) {
  .header-top .soc-sch-wrap {right: 104px;}
  h1, h2, h3, h4, h5, h6, .h_casino, .other_art-title {line-height: 1.3;}
  h1 {font-size: 23px;}
  h2 {font-size: 21px;}
  h3 {font-size: 19px;}
  h4,
  h5,
  h6 {font-size: 17px;}
  .h_casino,
  .other_art-title {font-size: 25px;}
  .notification-toggle {top: 35%;}
  .other-casinos p {font-size: 15px;}
  .author-title {margin-top: 2px;}
}
@media only screen and (max-width: 370px) {
  #logo img {width: 120px;}
  .notification-toggle {right: 70px;}
}
@media only screen and (min-width: 390px) {.in-menu-box.notification-box {width: 384px;}}
@media only screen and (min-width: 480px) {.in-menu-box .padd-box {padding: 18px 24px 8px;}}
@media only screen and (min-width: 960px) {
  .div-opt-bngo,
  .ul-opt-bngo {padding-bottom: 18px;}
  .ul-opt-net,
  .ul-opt-pay,
  .in-menu-box .related-posts,
  .in-menu-box-bngo .scrollbar-2 > div {width: 1120px;margin: 0 auto;}
  .div-opt-bngo > div {float: left;transition: var(--transition);}
  .div-opt-bngo {float: left;}
  .ul-opt-bngo {float: right;width: 425px;}
  .ul-opt-bngo > li:nth-child(4n + 4) {margin-right: 0;}
  .in-menu-box .related-posts {margin-top: 10px;}
  .ul-opt > li {margin-right: 20px;margin-bottom: 10px;}
  .in-menu-box .related-posts .post-group {width: 336px;height: 178px;}
  .in-menu-box .related-posts > div:nth-child(2) {margin-left: 16px;}
  .notification-toggle {right: 0px;bottom: 11px;}
}
.three-img-box {display: inline-block;margin: auto;width: 100%;margin-bottom: 30px;}
.three-img-box-left {float: left;width: 33.3333%;}
@media only screen and (max-width: 730px) {
  .three-img-box-left {
    width: 100%;
    display: block;
    margin: auto;
  }
}
@keyframes quick_arr {
  0% {
    top: 1px;
  }
  10% {
    top: 3px;
  }
  20% {
    top: 1px;
  }
  100% {
    top: 1px;
  }
}
@-webkit-keyframes quick_arr {
  0% {
    top: 1px;
  }
  10% {
    top: 3px;
  }
  20% {
    top: 1px;
  }
  100% {
    top: 1px;
  }
}
@media only screen and (max-width: 480px) {
  table.casinos:not(.v2) tr:not(.trms) td:first-child {margin: 5px;}
  table.casinos:not(.v2) tr:not(.trms) td:not(:first-child) {padding: 5px;}
}
@media only screen and (max-width: 359px) {table.casinos tr:not(.trms) td:not(:first-child) {text-transform: inherit;line-height: 1.2;}}
@media only screen and (max-width: 480px) and (min-width: 371px) {
  .tap-table-show-more-wrap {width: calc(100% + 30px);margin-left: -15px;}
  table.casinos {margin: 0 auto;}
}
/* NEW SURVEY / 08/19 -> */
.img-in-block{background:#f7efed;border-radius:14px;-webkit-box-shadow:2px 2px 4px 0 rgba(0,0,0,.2);box-shadow:2px 2px 4px 0 rgba(0,0,0,.2);color:#346;font-weight:500;line-height:1.4;position:relative}.img-in-block.f-16{font-size:16px;line-height:1.5}.img-in-block>.img-hold{text-align:center}.infographics-page>header .jump-to-tab li{top:0;-webkit-transition:top linear 0.1s;-o-transition:top linear 0.1s;transition:top linear 0.1s}.graph-frames-wrap .jump-to-tab li{left:0;-webkit-transition:left linear 0.2s;-o-transition:left linear 0.2s;transition:left linear 0.2s}.graph-frames-wrap .jump-to-tab li:hover{left:-30px}.infographics-page.ver-bindr .jump-to-tab li .icon>span{background:url(/media/spritesheet-infographic-2.svg) no-repeat;width:43px;height:43px}.infographics-page.ver-bindr .jump-to-tab li.j-to-green .icon>span{background-position:-240px 0}.infographics-page.ver-bindr .jump-to-tab li.j-to-blue .icon>span{background-position:-80px 0}.infographics-page.ver-bindr .jump-to-tab li.j-to-orange .icon>span{background-position:-400px 0}.infographics-page.ver-bindr .jump-to-tab li.j-to-red .icon>span{background-position:-160px 0}.infographics-page.ver-bindr .jump-to-tab li.j-to-pink .icon>span{background-position:0 0}.infographics-page.ver-bindr .jump-to-tab li.j-to-cyan .icon>span{background-position:-320px 0}.infographics-page.ver-bindr header .jump-to-tab li.j-to-cyan .icon>span{margin-top:7px}.infographics-page.ver-bindr .graph-frames-wrap .jump-to-tab li.j-to-cyan>a{padding:64px 2px 10px}.blue-block.left-bottom,.blue-block.right-bottom{margin:0 auto 30px}.blue-block.left-bottom:after,.blue-block.right-bottom:after{bottom:-12px;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #236795}.blue-block.left-bottom:after{left:28px}.blue-block.right-bottom:after{right:28px}.infographics-page.ver-bindr>header{background:rgba(16,123,177,1);background:-o-linear-gradient(45deg,rgba(16,123,177,1) 0%,rgba(6,95,136,1) 41%,rgba(6,92,135,1) 100%);background:linear-gradient(45deg,rgba(16,123,177,1) 0%,rgba(6,95,136,1) 41%,rgba(6,92,135,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#107bb1',endColorstr='#065c87',GradientType=1)}
.infographics-page.ver-bindr > header:before {display: none;}
.infographics-page.ver-bindr > header h1 {text-align: center;}
.infographics-page.ver-bindr > header .block-text-2 {font-style: normal;}
.infographics-page.ver-bindr .green .img-in-block,
.infographics-page.ver-bindr .blue .img-in-block,
.infographics-page.ver-bindr .orange .img-in-block {margin-top: 40px;}
@media only screen and (max-width: 1199px) {.infographics-page > header .jump-to-tab li:hover {top: 0;}}
@media only screen and (max-width: 1023px) {.infographics-page.ver-bindr .img-in-block > .img-hold > img {margin: 5px auto;}}
@media only screen and (max-width: 639px) {.img-in-block {padding: 10px 20px;}}
@media only screen and (min-width: 640px) {.img-in-block {font-size: 22px;}}
@media only screen and (min-width: 768px) {
  .infographics-page.ver-bindr .graph-frame.red .graph-frame-inner,
  .infographics-page.ver-bindr .graph-frame.cyan .graph-frame-inner {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .img-in-block {padding: 30px 0;}
  .img-in-block > div {display: inline-block;vertical-align: middle;}
  .img-in-block > div > p:first-child {margin-top: 4px;}
  .img-in-block > div > p:last-child {margin-bottom: 4px;}
  .img-in-block > .img-hold {width: 340px;}
  .img-in-block.style-1 > .bottom, .img-in-block.style-2 > .top {width: calc(100% - 346px);text-align: left;}
  .img-in-block.style-1 > .bottom {padding-right: 50px;}
  .img-in-block.style-2 > .top {padding-left: 50px;}
  .custom-grid-inner.veral-bottom {vertical-align: bottom;}
}
@media only screen and (min-width: 1100px) {
  .no-webp .infographics-page.ver-bindr > header:after {background: url("/media/ver-bindr-after.png") 0 0 no-repeat;}
  .webp .infographics-page.ver-bindr > header:after {background: url("/media/ver-bindr-after.webp") 0 0 no-repeat;}
  .infographics-page.ver-bindr > header:after {width: 284px;height: 322px;bottom: -66px;}
  .infographics-page.ver-bindr > header > .top {margin-bottom: 100px;}
  .infographics-page.ver-bindr > header .jump-to-tab {top: 112px;}
}
@media only screen and (min-width: 1200px) {
  .infographics-page.ver-bindr .green .img-in-block > .img-hold > img {margin: -40px 0 -50px 0;}
  .infographics-page.ver-bindr .blue .img-in-block > .img-hold > img {margin: -55px 0 -53px 0;}
  .infographics-page.ver-bindr .orange .img-in-block {padding: 20px 0;}
  .infographics-page.ver-bindr .orange .img-in-block > .img-hold > img {margin: -74px 0 -50px 0;}
}
@media only screen and (max-width: 1023px) and (min-width: 640px) {.img-in-block {padding: 10px 30px;}}
@media only screen and (max-width: 1099px) and (min-width: 520px) {.infographics-page.ver-bindr > header .jump-to-tab .j-to-green a {padding: 16px 10px 10px 62px;}}
/* NEW SURVEY / 08/19 <- */
/* SUBSCRIBE FORMS -> */
.no-webp .form-in-page .subscribe-form__ftop:not(.hidden):before {background: url("/media/spritesheet-blog.png") -287px -405px no-repeat;}
.webp .form-in-page .subscribe-form__ftop:not(.hidden):before {background: url("/media/spritesheet-blog.webp") -287px -405px no-repeat;}
.input-styled {
  display: block;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.input-styled input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.input-styled .check-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: 1px solid #dddedf;
}
.input-styled .check-box:after {
  content: "";
  opacity: 0;
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid var(--navigation-bg);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg) scale(0);
  -ms-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.input-styled input:checked ~ .check-box:after,
.input-styled input ~ .check-box:hover:after {
  opacity: 1;
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}
.subscribe-form-wrap {border-radius: 4px;position: relative;}
.subscribe-form-wrap.form-in-page {
  margin: 40px auto;
  border: 1px solid #bfd7e2;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(20, 21, 22, 0.2);
  box-shadow: 2px 2px 4px 0 rgba(20, 21, 22, 0.2);
}
.subscribe-form-wrap.form-in-page a {color: var(--blue);}
.subscribe-form-wrap.form-in-page:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.subscribe-form-wrap.form-in-footer {
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  background: rgba(27, 107, 145, 0.5);
  background-position: center;
}
.subscribe-form, .subscribe-form__content {position: relative;z-index: 2;}
.subscribe-form__content > p {margin: 0 0 6px;}
.subscribe-form__title {font-weight: 900;text-transform: uppercase;}
.form-in-page .subscribe-form__title {
  margin-bottom: 12px;
  color: var(--darker-blue);
  font-size: 19px;
  text-align: left;
}
.form-in-footer .subscribe-form__title {color: #fff;font-size: 18px;}
.subscribe-form__info {line-height: 1.3;}
.form-in-page.v-2 .subscribe-form__info {margin: 13px 0 15px;}
.form-in-footer .subscribe-form__info {font-size: 14px;}
.subscribe-form__note {color: var(--dark-gray);font-size: 13px;}
.subscribe-form fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.subscribe-form__ftop {margin-bottom: 10px;position: relative;}
.subscribe-form__ftop.hidden > input {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.form-in-page .subscribe-form__ftop:not(.hidden):before {
  position: absolute;
  right: 70px;
  top: -40px;
  width: 120px;
  height: 34px;
}
.form-in-page .subscribe-form__submit,
.subscribe-form .subscribe-form__email {border: 1px solid #dddedf;}
.subscribe-form .subscribe-form__email {border-right: none;outline: 0;font-style: italic;font-size: 14px;}
.subscribe-form .subscribe-form__email::-webkit-input-placeholder {color: #c5c6c7;opacity: 1;}
.subscribe-form .subscribe-form__email::-moz-placeholder {color: #c5c6c7;opacity: 1;}
.subscribe-form .subscribe-form__email:-ms-input-placeholder {color: #c5c6c7;opacity: 1;}
.subscribe-form .subscribe-form__email::-ms-input-placeholder {color: #c5c6c7;opacity: 1;}
.subscribe-form .subscribe-form__email::placeholder {color: #c5c6c7;opacity: 1;}
.subscribe-form .subscribe-form__email::-webkit-input-placeholder {color: #c5c6c7;}
.subscribe-form .subscribe-form__email:-ms-input-placeholder {color: #c5c6c7;}
.subscribe-form .subscribe-form__email::-ms-input-placeholder {color: #c5c6c7;}
.form-in-page .subscribe-form__email,
.form-in-page .subscribe-form__submit {line-height: 42px;}
.form-in-page .subscribe-form__email {
  width: calc(100% - 84px);
  padding: 0 18px;
  border-radius: 4px 0 0 4px;
}
.form-in-footer .subscribe-form__email {
  width: calc(100% - 102px);
  padding: 0 14px;
  border-radius: 2px;
  line-height: 34px;
  position: relative;
  left: -2px;
}
.subscribe-form .subscribe-form__submit {
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
  background: #006a9f;
  background: -o-linear-gradient(left, #006a9f 0, #0097c9 100%);
  background: linear-gradient(to right, #006a9f 0, #0097c9 100%);
  cursor: pointer;
}
.subscribe-form .subscribe-form__submit:hover {
  background: #0097c9;
  background: -o-linear-gradient(left, #0097c9 0, #006a9f 100%);
  background: linear-gradient(to right, #0097c9 0, #006a9f 100%);
}
.form-in-page .subscribe-form__submit {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 4px 4px 0;
}
.form-in-footer .subscribe-form__submit {
  float: right;
  margin-left: 17px;
  border: none;
  border-radius: 2px;
  line-height: 36px;
}
.subscribe-form__consent {
  font-style: italic;
  line-height: 1.3;
  text-align: left;
}
.form-in-page .subscribe-form__consent {color: #5c6177;font-size: 13px;}
.form-in-footer .subscribe-form__consent {color: #fff;font-size: 11px;}
.subscribe-form__consent > input {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
.subscribe-form__consent > a {color: var(--light-blue);text-decoration: none;}
.subscribe-form__consent > a:hover {text-decoration: underline;}
.form-in-page .subscribe-form__info {color: var(--darker-gray);}
@media screen and (min-width: 768px) {
  .form-in-page:not(.v-2) .subscribe-form {width: 45%;}
  .form-in-page:not(.v-2) .subscribe-form__content {width: 48%;}
}
@media screen and (min-width: 1200px) {
  .no-webp .subscribe-form-wrap.form-in-footer {background: rgba(27, 107, 145, 0.5) url(/media/subscribe-form-foot-bg.png)0 0 no-repeat;}
  .webp .subscribe-form-wrap.form-in-footer {background: rgba(27, 107, 145, 0.5) url(/media/subscribe-form-foot-bg.webp)0 0 no-repeat;}
  .no-webp .subscribe-form-wrap.form-in-page:after {background: url("/media/subscribe-form-bg.png") 0 0 no-repeat;background-size: cover;}
  .webp .subscribe-form-wrap.form-in-page:after {background: url("/media/subscribe-form-bg.webp") 0 0 no-repeat;background-size: cover;}
  .subscribe-form-wrap.form-in-footer {background-position: center;}
  .subscribe-form-wrap.form-in-page:after {background-size: cover;background-position: center;opacity: 0.1;}
}
/* --------- */
.subscribe-form__message {
  position: absolute;
  right: 0;
  top: calc(100% - 3px);
  font-size: 10px;
}
.hidden .subscribe-form__message {
  left: 0;
  top: -10px;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.form-in-footer .hidden .subscribe-form__message {top: -1px;line-height: 1.2;}
.subscribe-form__message .error-message {color: #e20f16;}
.form-in-footer .error-message {color: #fb5d62;}
.subscribe-form__message .success-message {color: #4caf50;}
.form-in-footer .success-message {color: #29d230;}
.hidden .subscribe-form__message .success-message {
  display: inline-block;
  vertical-align: middle;
  width: 280px;
}
@media only screen and (max-width: 979px) {
  .comm-box-foot-wrap {margin: 0 auto;}
  .mail-confirmation .header-top .searchform__open {display: none;}
}
@media only screen and (max-width: 767px) {
  .subscribe-form-wrap.form-in-page {padding: 18px 14px;}
  .form-in-page .subscribe-form__ftop {margin-top: 10px;}
}
@media only screen and (max-width: 439px) {
  .subscribe-form-wrap.form-in-footer {width: 100%;margin: 10px auto;}
  .comm-box-foot-wrap {width: 100%;} }
@media only screen and (max-width: 320px) {.subscribe-form-wrap.form-in-page {margin: 10px;}}
@media only screen and (min-width: 768px) {.subscribe-form-wrap.form-in-page {padding: 38px 28px 18px;}}
@media only screen and (min-width: 980px) {.form-in-page .subscribe-form__ftop:before {content: "";}}
/* @media only screen and (min-width: 1200px) {
  .subscribe-form-wrap.form-in-page .subscribe-form__content{display: inline-block;width: 65%;}
  .subscribe-form-wrap.form-in-page .subscribe-form{display: inline-block;width: 34%;}
  .subscribe-form-wrap.form-in-page .subscribe-form__info{width: 95%;}
} */
/* SUBSCRIBE FORMS <- */
.ver-netw h2 {color: white;text-align: center;}
.infographics-page h2 {color: white;text-align: left;}
/* show more main table -> */
.tap-table-show {position: relative;height: 200px;}
.tap-table-show:not(.active) tbody tr:not(:nth-child(-n + 10)) {display: none;}
.tap-table-show-more-wrap {
  height: 80px;
  margin-top: -100px;
  margin-bottom: -2px;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.tap-table-show-more-wrap.active {height: 60px;margin-top: -20px;}
.tap-table-show-more-veil {
  position: absolute;
  left: -8px;
  right: -8px;
  top: 5px;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: blur(8px);
  opacity: 1;
  transition: all linear 0.2s;
  z-index: 1;
}
.tap-table-show-more-wrap.active .tap-table-show-more-veil {opacity: 0;}
.tap-table-show-more {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 6px;
  width: 280px;
  max-width: 70%;
  padding: 2px 10px;
  box-shadow: 2px 2px 4px 0 #000;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
  transition: all linear 0.2s;
}
.tap-table-show-more:hover {cursor: pointer;}
.tap-table-show-more-wrap.active .tap-table-show-more {margin-top: 0;}
@media only screen and (min-width: 640px) {table.casinos.v3.tap-table-show th:nth-child(2) {width: 300px;}}
/* show more main table <- */
.icon-info {padding-left: 1.5rem;position: relative;}
.icon-info:before {
  display: inline;
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg data-name='Layer 2'%3E%3Cg data-name='Layer 1'%3E%3Cpath fill='%238bc0ff' d='M512 256c0 141.39-114.61 256-256 256S0 397.39 0 256 114.61 0 256 0s256 114.61 256 256z'/%3E%3Cpath fill='%233897ff' d='M281.43 61l-50.86 305.22 37 36.69-29 41.13 63.77 63.77C410.83 488 495.46 399.73 509.83 289.4z'/%3E%3Cpath fill='%23eee' d='M230.57 425.57A25.43 25.43 0 0 0 256 451l8.48-25.43-8.48-25.44a25.43 25.43 0 0 0-25.43 25.44z'/%3E%3Cpath fill='%23fff' d='M256 400.13V451a25.44 25.44 0 0 0 0-50.87zM230.57 61v305.22H256l8.48-152.61L256 61z'/%3E%3Cpath fill='%23fff' d='M256 61h25.43v305.22H256z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    0 0 no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.btn-main--arr > span {display: inline-block;vertical-align: middle;position: relative;}
.btn-main--arr > span:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  margin-left: 6px;
  position: relative;
  left: 0px;
  -webkit-transition: left ease-in-out 0.3s;
  transition: left ease-in-out 0.3s;
}
.btn-main--arr:hover > span:after {left: 2px;}
.btn-read {
  padding: 0 4px;
  background: #f6f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #1e3369;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
.btn-read:hover {border-color: #1e3369;}
.fade-show-more,
.fade-show-more__item {
  -webkit-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
  -webkit-transition-property: opacity, max-height, margin, padding;
  transition-property: opacity, max-height, margin, padding;
}
.fade-show-more {position: relative;}
.fade-show-more:not(.active) > .fade-show-more__item:not(:nth-child(-n + 19)),
.fade-show-more.rows4:not(.active)
  > .fade-show-more__item:not(:nth-child(-n + 8)) {
  display: block;
  opacity: 0;
  max-height: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}
.fade-show-more-button-wrap {
  margin-top: -85px;
  height: 130px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  position: relative;
}
.active + .fade-show-more-button-wrap {margin-top: 0;height: 60px;}
.fade-show-more-button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 300px;
  padding: 8px 4px;
  outline: none;
  border: none;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.7);
}
.fade-show-more-button:hover {cursor: pointer;box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.9);}
/* animation shine */
@-webkit-keyframes shine {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(180px);
    transform: translateX(180px);
  }
}
@keyframes shine {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(180px);
    transform: translateX(180px);
  }
}
.list-diamond {padding: 0;list-style: none;}
.list-diamond > li {padding-left: 38px;position: relative;}
.list-diamond > li:not(:last-child) {margin-bottom: 14px;}
.list-diamond > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 28px;
  height: 25px;
}
.list-diamond__blue:before {background: url("/media/icon-diamond-blue.svg") 0 0 no-repeat;}
.list-diamond__red:before {background: url("/media/icon-diamond-red.svg") 0 0 no-repeat;}
.list-diamond__green:before {background: url("/media/icon-diamond-green.svg") 0 0 no-repeat;}
.list-diamond__black:before {background: url("/media/icon-diamond-black.svg") 0 0 no-repeat;}
.list-diamond__title, span.list-diamond__title {display: block;}
.list-diamond__title {
  margin-bottom: 2px;
  font-style: italic;
  font-weight: 500;
  font-size: 19px;
}
/* FAQ */
.faq-items {padding: 0;list-style: none;}
.faq-items > li {padding: 0;border: 1px solid #a7a7a7;}
.faq-items > li:not(:last-child) {margin-bottom: 12px;}
.faq-item__inner {padding: 14px;border-left: 14px solid #f5b540;position: relative;}
.faq-item__inner:before {
  position: absolute;
  left: 18px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 74px;
  height: 74px;
  background: url("/media/icon-faq.svg") 0 0 no-repeat;
}
.faq-item__title {
  margin: 0 0 14px;
  color: #172750;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
}
.faq-item__title:not(.no_plus):after {
  content: "+";
  display: inline-block;
  vertical-align: text-top;
  margin-left: 10px;
  color: #f5b540;
  font-weight: 500;
  font-size: 30px;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.init .faq-item__title:after {-webkit-transform: scale(0);transform: scale(0);}
.active .faq-item__title:not(.no_plus):after {content: "-";}
.faq-item__hidd {display: none;}
/*---*/
.lic-ss-tr-box--article-table {margin-bottom: 6px;padding-left: 50px;text-align: right;}
.lic-ss-tr-box > div, .lic-ss-tr-box .icon-svg {display: inline-block;vertical-align: middle;}
.lic-ss-tr-box > div:not(:last-child) {margin-right: 10px;}
.lic-ss-tr-box--article-table > div:not(:last-child) {margin-right: 20px;}
.lic-ss-tr-box .icon-svg--uk {background: url("/media/icon-uk.svg") 0 0 no-repeat;}
.lic-ss-tr-box--article-table .icon-svg--uk {width: 22px;height: 14px;}
.lic-ss-tr-box .icon-svg--safe {background: url("/media/icon-safe.svg") 0 0 no-repeat;}
.lic-ss-tr-box--article-table .icon-svg--safe {width: 20px;height: 22px;}
.lic-ss-tr-box .icon-svg--trust {background: url("/media/icon-trust.svg") 0 0 no-repeat;}
.lic-ss-tr-box--article-table .icon-svg--trust {width: 20px;height: 22px;}
/* tables */
.color-red {color: var(--red) !important;font-weight: 600;}
.no-webp .article-table__n1 {background: url("/media/article-table-n1.png") 0 0 no-repeat;}
.webp .article-table__n1 {background: url("/media/article-table-n1.webp") 0 0 no-repeat;}
.article-table__n1 {
  position: absolute;
  left: -27px;
  top: -25px;
  width: 60px;
  height: 60px;
  line-height: 50px;
  padding: 4px;
  text-align: center;
  font-style: italic;
}
.article-table__n1 > div {
  display: inline-block;
  vertical-align: middle;
  width: 55px;
  height: 50px;
  font-size: 23px;
  position: relative;
}
.article-table__n1:before {
  content: "\266F ";
  font-size: 16px;
  position: absolute;
  width: 35px;
  font-style: italic;
}
.article-table__num {
  position: absolute;
  left: 2px;
  top: 2px;
  width: 30px;
  height: 30px;
  padding: 5px 0px;
  text-align: center;
  border: 1px solid #ff7d00;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
}
.article-table__num > div {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  position: absolute;
  left: -3px;
  top: 3px;
  font-style: italic;
}
.article-table__left:not(.first) img {position: relative;margin-top: 5px;}
.article-table__item {
  position: relative;
  display: table;
  table-layout: fixed;
  max-width: none;
  width: 100%;
  margin: 0 auto 6px;
  border: 1px solid #b3b3b3;
  text-align: left;
}
.article-table__item:last-child {margin-bottom: 0;}
.article-table__item--hl {border: 2px solid #ff7d00;position: relative;}
.article-table__left {
  padding: 10px;
  background: #d7e0f6;
  text-align: center;
}
.article-table__right .article-table__top, .article-table__right .article-table__bottom {padding: 8px 16px 8px 12px;}
.article-table__bottom {border-top: 1px solid #d7e0f6;}
.article-table__bottom.noexc {border-top: none;}
.article-table__top > div {text-align: center;}
.article-table__top > div:first-child span.trms {display: block;line-height: 10px;}
.article-table__bottom {font-size: 12px;line-height: 1.5;position: relative;}
.article-table__right
  > .article-table__bottom
  span:not(.btn-read):nth-child(2) {
  display: inline;
}
.article-table__right
  > .article-table__bottom
  span:nth-child(2):not(.has-long-terms):after {
  content: "#AD, 18+, T&Cs apply!";
  font-size: 10px;
  font-style: italic;
  margin-left: 5px;
}
.t_c_sm {font-size: 10px;font-style: italic;}
.article-table__right
  > .article-table__bottom.t_c_link
  span:nth-child(2):after {
  content: "";
  display: none;
}
.article-table__terms,
.tc-excerpt {
  margin-bottom: 6px;
  color: var(--gray);
  font-size: 11px;
  line-height: 1.2;
}
.article-table .title-block {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: #232323;
}
.article-table__top .color-red {font-size: 29px;}
.article-table .btn-main {
  width: 136px;
  padding: 8px 4px;
  position: relative;
  overflow: hidden;
}
.article-table .btn-main:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 12px 2px #fff;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  -webkit-animation: shine 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite
    forwards;
  animation: shine 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite forwards;
}
.article-table .btn-read {width: 136px;padding: 5px 4px;}
.terms--article-table {margin: 0 0 30px;}
.small-text {font-size: 10px;font-style: italic;}
.small-text.color-gr {color: #828282;}
@media only screen and (max-width: 1023px) {
  .article-table__top > div:first-child {padding-bottom: 10px;line-height: 1.2;}
  .article-table .btn-read.noexc {margin: 0 auto;}
  .article-table .btn-read {display: table;margin: 10px auto 0;}
  .article-table .title-block {display: inline;padding-right: 5px;}
}
@media only screen and (max-width: 639px) {
  .article-table {margin-top: 40px;}
  .article-table__left {margin-bottom: 5px;}
  .article-table__top > div:nth-child(2),
  .article-table__top > div:nth-child(3) {
    display: none;
  }
  .lic-ss-tr-box--article-table {display: none;}
}
@media only screen and (max-width: 420px) {
  .article-table__item {width: 95%;}
  .article-table {margin: 40px auto 0;}
  .article-table__terms {width: 95%;margin: 0 auto 6px;}
}
@media only screen and (min-width: 640px) {
  .faq-item__inner {padding: 14px 22px 22px 112px;border-left-width: 24px;}
  .faq-item__inner:before {content: "";}
  .article-table__item > div {display: table-cell;vertical-align: middle;}
  .article-table__top {font-size: 19px;}
  .article-table__top .color-red {font-size: 25px;}
  .article-table__bottom {font-size: 15px;}
}
@media only screen and (min-width: 800px) {.article-table__left {width: 200px;}}
@media only screen and (min-width: 1024px) {
  .article-table__top > div {
    display: inline-block;
    vertical-align: top;
    width: 19%;
  }
  .article-table__top > div:last-child {width: 21%;}
  .article-table__top > div:first-child {width: 39%;padding-top: 8px;}
  .article-table__top > div:last-child {text-align: right;}
  .article-table__top > div:not(:last-child) {padding-right: 4px;}
  .article-table__bottom.noexc {padding: 0 16px 55px 12px;}
  .article-table__top.noexc {padding: 8px 16px 0 12px;}
  .article-table__right > .article-table__bottom {padding-right: 21%;}
  .article-table .btn-read {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media only screen and (max-width: 1023px) and (min-width: 640px) {
  .article-table__top {position: relative;}
  .article-table__top > div {width: 49%;}
  .article-table__top > div:nth-child(3) {padding-top: 10px;}
  .article-table__top > div:last-child,
  .article-table__top > div:nth-child(2) {
    position: absolute;
    right: 0;
  }
  .article-table__top > div:last-child {top: 10px;}
  .article-table__top > div:nth-child(2) {bottom: 8px;}
}
@media only screen and (max-width: 799px) and (min-width: 640px) {
  .article-table__left {width: 170px;}
  .article-table__bottom {font-size: 14px;}
}
.post-author a, .post-date{
  text-align: left;
  font-weight: bold;
  color: var(--main-txt);
  font-style: italic;
}
.post-author a {
  text-decoration: underline;
  font-style:normal;
}
.post-meta-list {
  padding-left: 0;
  list-style: none;
  color: #09013a;
  font-style: italic;
}
.post-meta-list .title {margin-right: 6px;font-weight: 500;}
.post-meta-list .blog-author-img {
  display: inline-block !important;
  vertical-align: middle;
  margin-right: 6px !important;
  position: relative;
  left: -2px;
}
.author-box {
  padding: 15px;
  border: 1px solid #bfd7e2;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(20, 21, 22, 0.2);
  box-shadow: 2px 2px 4px 0 rgba(20, 21, 22, 0.2);
  border-radius: 4px;
  color: #09013a;
}
.author-box__top,
.author-wrap {font-style: italic;}
.author-box__top {margin-bottom: 14px;}
.author-box__bottom > div {float: left;width: 50%;}
.author-box__bottom > .left {text-align: left;padding-right: 4px;}
.author-box__bottom > .right {text-align: right;padding-left: 4px;}
.author-box__bottom .title {font-weight: 500;}
.author-sub-wrap .subscribe-form-wrap {margin: 0 auto;padding-top: 18px;}
.author-sub-wrap .subscribe-form-wrap .subscribe-form__content {margin-right: 0;}
.author-sub-wrap .subscribe-form__note {
  margin-top: 14px;
  font-size: 12px;
  line-height: 1.25;
  text-align: left;
}
.author-sub-wrap .subscribe-form__ftop {margin-bottom: 10px;}
.author-sub-wrap .subscribe-form__ftop:not(.hidden):before {right: 30px;}
.two-boxes {
  width: 46%;
  display: inline-block;
  padding: 10px 10px 0 10px;
  border: 3px solid #be3737;
  border-radius: 7px;
}
.two-boxes.first {margin-right: 10px;}
.two-boxes.second {margin-bottom: 25px;}
@media only screen and (max-width: 1199px) {
  .author-sub-wrap > div:first-child {margin-bottom: 10px;}
  .subscribe-form-wrap {padding-bottom: 24px;background: #e9f2f6;}
  .author-sub-wrap .subscribe-form__info > .br {display: inline;}
}
@media only screen and (max-width: 1199px) {
  .two-boxes.first {margin-right: auto;}
  .two-boxes {width: 70%;display: block;margin: 0 auto 20px;}
}
@media only screen and (max-width: 699px) {.two-boxes {width: 90%;}}
@media only screen and (max-width: 800px) {.blog-author-img {margin: 0 auto 15px;display: block;}}
@media only screen and (min-width: 768px) {
  .post-meta-list {padding-left: 30px;}
  .post-meta-list > li {float: left;margin-right: 70px;}
  .post-meta-list > li:last-child {margin-top: -8px;}
  .author-sub-wrap .subscribe-form-wrap .subscribe-form {width: 340px;}
  .author-sub-wrap .subscribe-form__note {margin-right: 350px;}
  .subscribe-form-wrap.form-in-page .subscribe-form {
    position: absolute;
    right: 30px;
    top: 56px;
  }
}
@media only screen and (min-width: 801px) {
  .author-box__top {margin-top: 14px;}
  .author-box .blog-author-img {
    float: left;
    margin-right: 30px;
    margin-left: 4px;
  }
}
@media only screen and (min-width: 1200px) {
  .author-sub-wrap > div {float: left;width: 49%;}
  .author-sub-wrap > div:first-child {margin-right: 2%;}
  .author-sub-wrap .subscribe-form-wrap .subscribe-form {top: 110px;}
  .author-sub-wrap .subscribe-form__info > .br {display: block;}
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {.author-sub-wrap .form-in-page.v-2 .subscribe-form__info {margin-right: 350px;}}
a.morelink {
  text-decoration: none;
  outline: none;
  font-style: italic;
  float: right;
}
.morecontent span {display: none;}
/* Message */
.message {
  background: #eeecf9;
  width: 500px;
  max-width: 65%;
  margin: 25px auto;
  padding: 1rem 25px;
  text-align: center;
  border: 1px solid #ff7d00;
  border-radius: 5px;
  font-size: 17px;
  position: relative;
}
.message:before {
  content: "";
  background-image: url(/media/warn.svg);
  background-repeat: no-repeat;
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  top: -15px;
  left: -26px;
  z-index: 1;
}
.message p:last-child {margin-bottom: 0;}
@media only screen and (max-width: 639px) {.message {font-size: 15px;}}
/*breadcrumbs ----------*/
ul {
  list-style-type: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}
#breadcrumbs {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
#breadcrumbs li {display: inline-block;vertical-align: middle;margin-right: 4px;}
#breadcrumbs li:not(:first-child)::before {content: "\bb";margin: 0 4px;}
@media (max-width: 1199px) {.brd-container {max-width: 100%;padding-left: 30px;}}
@media (max-width: 959px) {.brd-container {margin-top: 5px;}}
@media (max-width: 575px) {
  .brd-container {position: relative;}
  .brd-container.fading:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(to right, rgb(255 255 255 / 50%), #fff);
    width: 50px;
    height: 100%;
  }
  #breadcrumbs {font-size: 12px;overflow-x: scroll;display: block;white-space: nowrap;}
  #breadcrumbs li {display: table-cell;}
}
@media (max-width: 420px) {.brd-container {padding-left: 15px;}}
@media (max-width: 370px) {.brd-container {padding-left: 10px;}}
@media (max-width: 350px) {.brd-container {padding-left: 10px;}}
@media (min-width: 1200px) {.brd-container {margin: 0 auto;max-width: 1120px;padding-left: 20px;}}
/*Latest from the blog element*/
.blogposts {
  display: flex;
  justify-content: center;
  align-content: stretch;
  margin-bottom: 2.5em;
  padding-top: 0.75em;
}
.single-post-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 32.3333%;
}
.single-post-box:not(:last-child) {padding-right: 1em;}
.latest-posts-title {
  margin-left: 12px;
  text-align: left;
  border-bottom: 2px solid #1e3369;
  padding: 11px 25px 6px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0;
  margin-top: 2em;
}
.no-webp .latest-posts-title:before {background-image: url(/media/spritesheet-blog.png);background-repeat: no-repeat;}
.webp .latest-posts-title:before {background-image: url(/media/spritesheet-blog.webp);background-repeat: no-repeat;}
.latest-posts-title:before {
  content: "";
  position: absolute;
  left: -16px;
  bottom: 0;
  width: 38px;
  height: 38px;
  background-position: -10px -655px;
  transform: scale(0.85);
}
.single-post-box a {text-decoration: none;}
.single-post-box .post-title-blog-latest {
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  margin: 0;
}
.single-post-box .type-dtl {
  position: absolute;
  top: 0;
  left: 0;
  width: 88px;
  padding: 6px 4px;
  border-radius: 6px 0 8px 0;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  z-index: 10;
}
.single-post-box .category-excerpt {color: #676767;font-size: 12px;line-height: 1.2;}
.single-post-box .img-blog-latest {
  display: block !important;
  margin: 0 auto 7px !important;
  width: 362px;
  height: 187px !important;
  object-fit: contain;
}
.blue .post-title-blog-latest {color: var(--blog-blue);}
@media only screen and (max-width: 767px) {
  .blogposts {display: block;}
  .single-post-box {width: 320px;max-width: 100%;margin: 0 auto 20px;}
  .single-post-box:not(:last-child) {padding-right: 0;}
  .sw-providers-list li {flex-direction: column;}
}
@media only screen and (max-width: 350px) {.latest-posts-title:before {bottom: 11px;}}
/* spacing & order */
.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:0.25rem!important}.mt-1,.my-1{margin-top:0.25rem!important}.mr-1,.mx-1{margin-right:0.25rem!important}.mb-1,.my-1{margin-bottom:0.25rem!important}.ml-1,.mx-1{margin-left:0.25rem!important}.m-2{margin:0.5rem!important}.mt-2,.my-2{margin-top:0.5rem!important}.mr-2,.mx-2{margin-right:0.5rem!important}.mb-2,.my-2{margin-bottom:0.5rem!important}.ml-2,.mx-2{margin-left:0.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:0.25rem!important}.pt-1,.py-1{padding-top:0.25rem!important}.pr-1,.px-1{padding-right:0.25rem!important}.pb-1,.py-1{padding-bottom:0.25rem!important}.pl-1,.px-1{padding-left:0.25rem!important}.p-2{padding:0.5rem!important}.pt-2,.py-2{padding-top:0.5rem!important}.pr-2,.px-2{padding-right:0.5rem!important}.pb-2,.py-2{padding-bottom:0.5rem!important}.pl-2,.px-2{padding-left:0.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-0.25rem!important}.mt-n1,.my-n1{margin-top:-0.25rem!important}.mr-n1,.mx-n1{margin-right:-0.25rem!important}.mb-n1,.my-n1{margin-bottom:-0.25rem!important}.ml-n1,.mx-n1{margin-left:-0.25rem!important}.m-n2{margin:-0.5rem!important}.mt-n2,.my-n2{margin-top:-0.5rem!important}.mr-n2,.mx-n2{margin-right:-0.5rem!important}.mb-n2,.my-n2{margin-bottom:-0.5rem!important}.ml-n2,.mx-n2{margin-left:-0.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:0.25rem!important}.mt-sm-1,.my-sm-1{margin-top:0.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:0.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:0.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:0.25rem!important}.m-sm-2{margin:0.5rem!important}.mt-sm-2,.my-sm-2{margin-top:0.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:0.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:0.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:0.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:0.25rem!important}.pt-sm-1,.py-sm-1{padding-top:0.25rem!important}.pr-sm-1,.px-sm-1{padding-right:0.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:0.25rem!important}.pl-sm-1,.px-sm-1{padding-left:0.25rem!important}.p-sm-2{padding:0.5rem!important}.pt-sm-2,.py-sm-2{padding-top:0.5rem!important}.pr-sm-2,.px-sm-2{padding-right:0.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:0.5rem!important}.pl-sm-2,.px-sm-2{padding-left:0.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-0.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-0.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-0.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-0.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-0.25rem!important}.m-sm-n2{margin:-0.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-0.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-0.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-0.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-0.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:0.25rem!important}.mt-md-1,.my-md-1{margin-top:0.25rem!important}.mr-md-1,.mx-md-1{margin-right:0.25rem!important}.mb-md-1,.my-md-1{margin-bottom:0.25rem!important}.ml-md-1,.mx-md-1{margin-left:0.25rem!important}.m-md-2{margin:0.5rem!important}.mt-md-2,.my-md-2{margin-top:0.5rem!important}.mr-md-2,.mx-md-2{margin-right:0.5rem!important}.mb-md-2,.my-md-2{margin-bottom:0.5rem!important}.ml-md-2,.mx-md-2{margin-left:0.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:0.25rem!important}.pt-md-1,.py-md-1{padding-top:0.25rem!important}.pr-md-1,.px-md-1{padding-right:0.25rem!important}.pb-md-1,.py-md-1{padding-bottom:0.25rem!important}.pl-md-1,.px-md-1{padding-left:0.25rem!important}.p-md-2{padding:0.5rem!important}.pt-md-2,.py-md-2{padding-top:0.5rem!important}.pr-md-2,.px-md-2{padding-right:0.5rem!important}.pb-md-2,.py-md-2{padding-bottom:0.5rem!important}.pl-md-2,.px-md-2{padding-left:0.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-0.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-0.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-0.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-0.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-0.25rem!important}.m-md-n2{margin:-0.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-0.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-0.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-0.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-0.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:0.25rem!important}.mt-lg-1,.my-lg-1{margin-top:0.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:0.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:0.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:0.25rem!important}.m-lg-2{margin:0.5rem!important}.mt-lg-2,.my-lg-2{margin-top:0.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:0.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:0.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:0.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:0.25rem!important}.pt-lg-1,.py-lg-1{padding-top:0.25rem!important}.pr-lg-1,.px-lg-1{padding-right:0.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:0.25rem!important}.pl-lg-1,.px-lg-1{padding-left:0.25rem!important}.p-lg-2{padding:0.5rem!important}.pt-lg-2,.py-lg-2{padding-top:0.5rem!important}.pr-lg-2,.px-lg-2{padding-right:0.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:0.5rem!important}.pl-lg-2,.px-lg-2{padding-left:0.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-0.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-0.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-0.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-0.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-0.25rem!important}.m-lg-n2{margin:-0.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-0.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-0.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-0.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-0.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:0.25rem!important}.mt-xl-1,.my-xl-1{margin-top:0.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:0.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:0.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:0.25rem!important}.m-xl-2{margin:0.5rem!important}.mt-xl-2,.my-xl-2{margin-top:0.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:0.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:0.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:0.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:0.25rem!important}.pt-xl-1,.py-xl-1{padding-top:0.25rem!important}.pr-xl-1,.px-xl-1{padding-right:0.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:0.25rem!important}.pl-xl-1,.px-xl-1{padding-left:0.25rem!important}.p-xl-2{padding:0.5rem!important}.pt-xl-2,.py-xl-2{padding-top:0.5rem!important}.pr-xl-2,.px-xl-2{padding-right:0.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:0.5rem!important}.pl-xl-2,.px-xl-2{padding-left:0.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-0.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-0.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-0.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-0.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-0.25rem!important}.m-xl-n2{margin:-0.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-0.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-0.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-0.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-0.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}@media (min-width:576px){.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}}@media (min-width:768px){.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}}@media (min-width:992px){.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}}@media (min-width:1200px){.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}}
.notification-toggle1 {
  right: 27px;
  bottom: 73px;
  display: none;
  width: 24px;
  height: 28px;
  line-height: 28px;
  color: #eb1d25;
  font-size: 24px;
  position: fixed;
  z-index: 999;
  text-align: center;
  cursor: pointer;
  -webkit-animation: bell-toll 5s linear infinite;
  animation: bell-toll 5s linear infinite;
}
.notification-toggle1 > span {
  width: 15px;
  line-height: 14px;
  background: #ffc40f;
  border-radius: 2px;
  color: #554106;
  font-weight: bold;
  font-size: 11px;
  position: relative;
  top: -30px;
  right: -16px;
  display: block;
}
.notification-box.scroll {position: fixed;right: 0;top: 1px;z-index: 9999;}
/*Best Casinos Table*/
table.best-casinos {
  width: 1100px;
  border-collapse: separate;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-spacing: 0;
  margin: 10px auto 5px;
  border-radius: 6px;
  box-shadow: 0 0px 10px #d7e0f6;
}
table.best-casinos td {padding: 12px;}
table.best-casinos a {font-weight: bold;}
table.best-casinos td:nth-child(2) {font-style: italic;}
.content-box {
  margin: 20px auto;
  padding: 15px;
  border-radius: 6px;
  background-color: var(--intro-home-bg);
}
.count-list-blog {
  display: block;
  border-radius: 7px;
  font-family: "Patrick Hand", cursive;
  letter-spacing: 1px;
  font-size: 15px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.count-list-blog li span {background-image: url(/media/list-ball.webp);background-repeat: no-repeat;}
.count-list-blog li span {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 21px;
  line-height: 20px;
  text-align: center;
  background-size: 20px 20px;
  font-size: 12px;
  font-weight: bold;
  color: #121f3f;
}
.count-list-blog > li {position: relative;padding: 1px 0 1px 29px;list-style-position: inside;}
.column2 {column-count: 2;}
.column3 {column-count: 3;}
@media only screen and (max-width: 1050px) {.column3 {column-count: 2;}}
@media only screen and (max-width: 768px) {.column3 {column-count: 1;}}
@media only screen and (max-width: 480px) {.column2 {column-count: 1;}}
.webp h2.music:before {background: url(/media/music.webp) no-repeat;}
/* .no-webp h2.music:before {background: url(/media/music.webp) no-repeat;} */
h2.music {position: relative;padding-left: 2rem;}
h2.music:before {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  text-align: center;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
  content: "";
}
.blog-box .block-float > div {background: #f7efed;position: relative;}

@media only screen and (min-width: 1100px) {.blog-box .block-float > div:not(.center) {float: left;width: 100%;margin-bottom: 20px;}}
@media only screen and (min-width: 1100px) {.blog-box .block-float.blog-post-section > div {padding: 22px;}}
@media only screen and (min-width: 1100px) {.blog-box .block-float > div.left {margin-right: 2%;}}
.blog-box .block-float .title.title-nolink {
  color: #3498db;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  display: block;
}
.box-table {background: #fff;border-radius: 5px;border: 1px solid #dbdbdb;padding: 0;width: 400px;max-width: 100%;}
.box-table th {background: #006fa2;padding: 10px;border-bottom: 1px solid #016796;}
.box-table th:before {
  content: "#AD";
  font-size: 12px;
  font-style: italic;
  position: absolute;
  color: #fff;
  margin-top: -2px;
  margin-left: 2px;
}
.box-table td {padding: 5px;text-align: left;}
.box-table .cta_btn {width: 190px;}
.bonus-link {font-size: 14px;text-align: center;color: #3498db;font-weight: 700;border-radius: 0.25rem;text-decoration: none;}
.box-table tbody span:not(.btn) {font-size: 21px;text-align: left;}
.bonus-link:hover {background: #cddcff;}
.box-table .box-table-btn:hover {
  color: #fff;
  background: #860000;
  background: -webkit-linear-gradient(top, #860000 0%, #c60000 100%);
  background: -o-linear-gradient(top, #860000 0%, #c60000 100%);
  background: linear-gradient(to bottom, #860000 0%, #c60000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#860000', endColorstr='#c60000',GradientType=0 );
}
.txt {font-size: 16px;font-weight: 700;}
.bonus-display {display: table-cell;vertical-align: middle;}
tfoot {
  background: #dfdfdf;
  background: -webkit-linear-gradient(top, #dfdfdf 0%, #bfbfbf 100%);
  background: -o-linear-gradient(top, #dfdfdf 0%, #bfbfbf 100%);
  background: linear-gradient(to bottom, #dfdfdf 0%, #bfbfbf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#bfbfbf',GradientType=0 );
}
.table-review {margin: 0 auto;width: 400px;max-width: 100%;}
.terms-rev {font-style: italic;font-size: 11px;line-height: 1.2;padding-top: 5px;margin: 0 auto;}
table.casino-games {width: 100%;border: 1px solid #d7d6d6;background: #f6f5f5;border-radius: 6px;}
.casino-games th, .casino-games td {text-align: left;padding: 0.25em;}
table.casino-games {font-size: 18px;}
.tick.none-sm {width: 31px;height: 33px;transform: scale(0.7);background-position: -114px -404px;}
.tick.sm {width: 33px;height: 30px;transform: scale(0.7);background-position: -10px -393px;}
.casino-games .txt-xs {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .box-table,.table-review, .terms-rev {float: left;}
  table.casino-games {font-size: 16px;}
}
@media screen and (min-width: 768px) and (max-width: 991px) {.casino-games tr {width: 50%;float: left;}}
.no-wage {width: 31px;height: 31px;background-image: url("/media/nowage.svg");text-indent: -9999px;}
.blog-article-brand-wrapper.left {float: left;}
.blog-article-brand-wrapper.right {float: right;}
.blog-article-brand-wrapper .op-logo {width: 130px; height: 65px;}
.blog-article-flex-container {display: flex; align-items: center; justify-content: space-between;}
@media screen and (max-width: 575px) {
  .blog-article-brand-wrapper.left, .blog-article-brand-wrapper.right {float: none;}
  .blog-article-flex-container {flex-direction: column; justify-content: center;}
}
.blog .owl-carousel.blog-author-recent-posts .owl-stage, 
.blog .owl-carousel.post-group-other .owl-stage {margin: 0 auto;}
.blog .owl-carousel.blog-author-recent-posts .owl-item .post-group.blue .feat-img,
.blog .owl-carousel.post-group-other .owl-item .post-group.blue .feat-img {box-shadow: 0 0 0 4px var(--blog-blue);}
.blog .owl-carousel.post-group-other .owl-item .post-group.yellow .feat-img {box-shadow: 0 0 0 4px var(--blog-yellow);}
.blog .owl-carousel.blog-author-recent-posts .owl-dots, 
.blog .owl-carousel.post-group-other .owl-dots {text-align: center;margin-top: 30px;}
.blog .owl-carousel.blog-author-recent-posts .owl-dots .owl-dot,
.blog .owl-carousel.post-group-other .owl-dots .owl-dot {
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  margin: 0px 4px;
  border: 3px solid var(--blog-blue);
}
.blog.blue .owl-carousel.post-group-other .owl-dots .owl-dot {border: 3px solid var(--blog-blue);}
.blog.yellow .owl-carousel.post-group-other .owl-dots .owl-dot {border: 3px solid var(--blog-yellow);}
.blog .owl-carousel.blog-author-recent-posts .owl-dots .active,
.blog .owl-carousel.post-group-other .owl-dots .active {background-color: var(--blog-blue);}
.blog.blue .owl-carousel.post-group-other .owl-dots .active {background-color: var(--blog-blue);}
.blog.yellow .owl-carousel.post-group-other .owl-dots .active {background-color: var(--blog-yellow);}

/* =====================================
NEW BLOG DESIGN 
========================================*/
.blog-header {
  background: var(--intro-home-bg) 0% 0% no-repeat padding-box;
  color: var(--main-txt);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
}
.category-wrap {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
@media (min-width: 992px) {
.category-img {
    position: absolute;
    bottom: 15px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.blog--main .category-img {bottom: 30px;}
.category-wrap {
  align-items: normal;
}
}
.blog-cat-nav {

  position: relative;
}
@media (max-width: 992px) {
  .blog-cat-nav {
    padding-top: 10px;
  }
}
.blog-cat-nav::before {
  content: '';
  border: 1px solid var(--navigation-bg);
  position: absolute;
  left: 0;
  right: 0;
}
.blog-cat-nav:not(.authors) span {
  color: var(--main-txt);
  margin: 20px 15px 10px 0;
}
.blog .brd-container {
  margin-top: 0;
  padding-top: 5px;
  padding-left: 1rem;
}
.blog-post .brd-container {
  margin-top: 0;
  padding: 5px 0  20px;
  padding-left: 0;
}
@media (min-width: 1200px) {
  .blog .brd-container, .blog-post .brd-container {
    margin: 0 auto;
    padding-left: 0;
  }
}
@media (max-width: 575px) {
.blog .brd-container.fading:after, .blog-post .brd-container.fading:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(270deg, rgba(229,233,240,1) 50%, rgb(79 188 163 / 0%) 100%);
  width: 50px;
  height: 100%;
}
}
.blog #breadcrumbs li:last-child {
  color: var(--navigation-bg);
}
.textwidget {text-align: left;}
@media (min-width: 787px) {
.blog--main .related-posts.style-2 > div.block-2 .post-group:last-child {
  margin-left: 1rem;
  
}
}
.blog--main .related-posts.style-2 > div.block-2 .post-group .txt-dtl {
  font-size: 13px;
  bottom: 0;
  padding: 4px 10px;
}
.blog--main .related-posts.style-2 > div.block-2 .post-group > a:hover .txt-dtl {
  padding-top: 55px;
}

.cat-title:hover {
  text-decoration: underline;
  color: #fff;
}

.authors-wrap, .blog.cat-page .related-posts {
  background: var(--table-tc-bg);
  color: var(--main-txt);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  padding: 2rem 0;
  margin: 1rem 0 0 0;
}
article.common-width {
  padding-bottom: 30px;
}
.authors-wrap h2 {text-align: center;}

.authors-boxes {
  display: flex;   
  gap: 30px;
  flex-wrap: wrap; 
}

@media screen and (min-width:768px) {
  .authors-boxes {
    flex-wrap: nowrap;
  }
}

.author-info, .subscribe-box, #comments {
  display: flex;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
}

.subscribe-box {justify-content: unset;}
#comments {
  flex-direction: column;
}

@media screen and (max-width:991px) {
  .author-info, .subscribe-box {
    text-align: center;
    justify-content: center!important;
  }
  .title {
    display: block!important;
  }
  .subscribe-submit {
    margin: 0;
  }
  .blog.cat-page .related-posts .tab-title, .trending-posts .tab-title {text-align: center;} 
}

.more-bio a {
  display: flex;
  justify-content: center;
  padding: 2px 17px;
  color: var(--main-txt);
  border: 2px solid var(--main-txt);
  border-radius: 8px;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
}

.more-bio a:hover {
  text-decoration: none;
  color: #fff;
  background: var(--main-txt);
}

.more-bio a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 18px;
  position: relative;
  margin-left: 0.5rem;
}

.title {
  font-style: italic;
}

.name {
  font-size: 18px;
  font-weight: bold;
  color: var(--main-txt);
}

.subscribe-title {
  font-size: 20px;
  font-weight: bold;
}

.subscribe-info-txt {
  line-height: 18px;
  padding: 20px 0;
}

.subscribe-note {
  font-size: 10px;
  color: #627BA3;
  margin: 0;
  line-height: 11px;
}

.subscribe-consent {
  font-size: 13px;
  font-style: italic;
  line-height: 1.3;
  opacity: 0.6;
  text-align: left;
}

.subscribe-consent .check-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  border-radius: 3px;
  background-color: var(--table-tc-bg);
}

.subscribe-box .subscribe-email {
  border-radius: 6px;
  background-color: var(--table-tc-bg)!important;
  height: 40px;
  padding: 0 18px;
  border: none;
  font-style: italic;
  width: calc(100% - 194px);
}

.subscribe-submit, #comments #submit {
  background: var(--navigation-bg) 0% 0% no-repeat padding-box;
  border-radius: 6px;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 10px 50px;
  height: 40px;
  margin-left: 10px;
}

#comments #submit {margin: 0 auto;}

.subscribe-submit:hover, #comments #submit:hover {background: var(--headings-c);box-shadow: 0px 6px 10px #00000029;}

@media screen and (max-width:425px) {
  .subscribe-submit, #comments #submit {
    margin: 10px 0 0;
    width: 100%;
  }
  .subscribe-box .subscribe-email {
    text-align: center;
    width: 100%;
  }
}

@media screen and (min-width:768px) and (max-width:843px) {
  .subscribe-submit {
    margin: 10px 0 0;
    width: 100%;
  }
  .subscribe-box .subscribe-email {
    width: 100%;
  }
  .footer-elements .subscribe-submit {width: unset;}
}

.authors-boxes .subscribe-box .subscribe-form {
  width: 100%;
}

.author-img {
  border-radius: 10px;
}

.post-author-img-small {border-radius: 10px;margin-right: 10px;}
.post-author-info {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width:371px) {
  .author-info-wrap {
    justify-content: flex-end;
  }
  .post-author-info {
    margin-left: 10px;
  }
}
.author-info-wrap {
  display: flex;
  align-items: center;
}

.blog-post .post-meta:not(.no-audio) {
  border-bottom: 2px solid var(--btn-non-accent);
  padding-bottom: 20px;
}

.blog-post .listen-info {
  padding-bottom:12px;
  display: flex;
  align-items: stretch;
}

.blog-post .listen-info img {
  margin-right: 8px;
}

.audio-box audio{
  display:block;
  width:100%;
  border-radius: 10px;
  height: 50px;
  background: #fff;
}
.audio-box audio::-webkit-media-controls-panel{background-color:#fff;}
.audio-box audio::-webkit-media-controls-mute-button{filter: invert(11%) sepia(97%) saturate(2000%) hue-rotate(208deg) brightness(100%) contrast(106%);}
.audio-box audio::-webkit-media-controls-play-button{filter: invert(11%) sepia(97%) saturate(2000%) hue-rotate(208deg) brightness(100%) contrast(106%); transform: scale(1.2);}
.audio-box audio::-webkit-media-controls-timeline-container{ border-radius:4px;}
.audio-box audio::-webkit-media-controls-current-time-display{color: var(--main-txt);}
.audio-box audio::-webkit-media-controls-time-remaining-display{color: var(--main-txt);}
.audio-box audio::-webkit-media-controls-timeline{filter: invert(9%) sepia(52%) saturate(5127%) hue-rotate(214deg) brightness(100%) contrast(99%);transform: scale(1, 1);}
.audio-box audio::-webkit-media-controls-volume-slider-container{background-color:none;}
.audio-box audio::-webkit-media-controls-volume-slider{filter: invert(9%) sepia(52%) saturate(5127%) hue-rotate(214deg) brightness(100%) contrast(99%);}

@media screen and (max-width: 425px) {
.audio-box {padding: 0!important;}
.audio-box audio {border-radius:unset;}
}

.kksr-legend {
  font-style: italic;
  font-size: 15px;
  color: #01296B;
}
.kk-star-ratings {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.kk-star-ratings .kksr-legend {margin: 0;}

.no-title-ratings .kk-star-ratings {
  width: 1140px;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 1119px) {
  .no-title-ratings .kk-star-ratings {padding: 0 1rem;}
}

.blog-post-border, .blog-cat-border {border: 2px solid var(--blog-blue);}
.blog-post-border {margin-top: 30px;}
.blue .blog-post-border, .blue .blog-cat-border {border: 2px solid var(--blog-blue);}
.yellow .blog-post-border, .yellow .blog-cat-border {border: 2px solid var(--blog-yellow);}
/* Blog Post */

.blog-header header {background: none;}
.blog-header .wp-post-image {
    border-radius: 5px;
    margin: 0 auto 10px;
    filter: drop-shadow(1px 1px 1px #000);
}

/* Share buttons */
.jssocials-shares * {-webkit-box-sizing: border-box;
            box-sizing: border-box;}
.jssocials-share, .jssocials-share:hover, .jssocials-share [class*='fa'] {color: #fff;}
.jssocials-share {display: inline-block;
    vertical-align: top;
    margin: 0 0.6em 0 0;}
.jssocials-share:last-child {margin-right: 0;}
.jssocials-share-logo {
    vertical-align: middle;
    width: 1em;
    height: 1em;
    font-size: 1.5em;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
  }
img.jssocials-share-logo {width: auto;
    height: 1em;}
.jssocials-share-link {display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    border-radius: 6px;}
.jssocials-share-link.jssocials-share-link-count {padding-top: .2em;}
.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {display: block;
    font-size: .6em;
    margin: 0 -.5em -.8em -.5em;}
.jssocials-share-link.jssocials-share-no-count {padding-top: .5em;}
.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {height: 1em;}
.jssocials-share-label {padding-left: 0.3em;
    vertical-align: middle;}
.jssocials-share-count-box {display: inline-block;
    height: 1.5em;
    padding: 0 0.3em;
    line-height: 1;
    vertical-align: middle;
    cursor: default;}
.jssocials-share-count-box.jssocials-share-no-count {display: none;}
.jssocials-share-count {line-height: 1.5em;
    vertical-align: middle;}
.jssocials-share-twitter .jssocials-share-link {background: #0F1419;}
.jssocials-share-twitter .jssocials-share-link:hover {background: #000;}
.x-light{background: url("/media/svg/x-icon.svg") no-repeat;}
.jssocials-share.jssocials-share-twitter {line-height: 0;}
.jssocials-share-facebook .jssocials-share-link {background: #3b5998;}
.jssocials-share-facebook .jssocials-share-link:hover {background: #2d4373;}
.jssocials-share-linkedin .jssocials-share-link {background: #007bb6;}
.jssocials-share-linkedin .jssocials-share-link:hover {background: #005983;}
.jssocials-share-email .jssocials-share-link {background: #3490F3;}
.jssocials-share-email .jssocials-share-link:hover {background: #0e76e6;}
.jssocials-share-pinterest .jssocials-share-link {background: #cb2027;}
.jssocials-share-pinterest .jssocials-share-link:hover {background: #9f191f;}
.jssocials-share-link {padding: .5em .6em;
    color: #fff;
    -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
         -o-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
            transition: background 200ms ease-in-out, border-color 200ms ease-in-out;}
.jssocials-share-link:hover, .jssocials-share-link:focus,
.jssocials-share-link:active {color: #fff;text-decoration: none;}
.jssocials-share-count-box {position: relative;
    height: 2.5em;
    padding: 0 .3em;
    margin-left: 0.3em;
    background: #f5f5f5;
    -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
         -o-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
            transition: background 200ms ease-in-out, border-color 200ms ease-in-out;}
.jssocials-share-count-box:hover {background: gainsboro;}
.jssocials-share-count-box:hover:after {border-color: transparent gainsboro transparent transparent;}
.jssocials-share-count-box:after {content: "";
    display: block;
    position: absolute;
    top: 0.85em;
    left: -0.3em;
    width: 0;
    height: 0;
    border-width: 0.4em 0.4em 0.4em 0;
    border-style: solid;
    border-color: transparent #f5f5f5 transparent transparent;
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
         -o-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
            transition: background 200ms ease-in-out, border-color 200ms ease-in-out;}
.jssocials-share-count-box .jssocials-share-count {line-height: 2.5em;
    color: #444;}
/* Share buttons END*/

@media screen and (min-width: 768px) {
  .rev-tbl-btn {
    width: 135px!important;
  }
}

.top_brands_table th:last-child {
  width: 200px;
}


/* KKSTARS RATINGS */
.kk-star-ratings .kksr-stars .kksr-star .kksr-icon, .kk-star-ratings:not(.kksr-disabled) .kksr-stars .kksr-star:hover ~ .kksr-star .kksr-icon {
  background-image: url("/media/svg/inactive.svg");
}

.kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star .kksr-icon {
  background-image: url("/media/svg/active.svg")!important;
}

.kk-star-ratings.kksr-disabled .kksr-stars .kksr-stars-active .kksr-star .kksr-icon, .kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-star .kksr-icon {
  background-image: url("/media/svg/active.svg");
}
/* KKSTARS RATINGS END */