@font-face{font-family:'Play';src:url(/assets/fonts/Play-Regular.woff2) format("woff2"),url(/assets/fonts/Play-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Play';src:url(/assets/fonts/Play-Bold.woff2) format("woff2"),url(/assets/fonts/Play-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:'Opensans';src:url(/assets/fonts/Opensans-Regular.woff2) format("woff2"),url(/assets/fonts/Opensans-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Opensans';src:url(/assets/fonts/Opensans-Bold.woff2) format("woff2"),url(/assets/fonts/Opensans-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}
:root{
	--default-font: 'Opensans';
	--heading-font: 'Play';
	--heading-color: #495867;
	--transition: all .2s ease-in-out;
	--cta-btn-bg: #E08E45;
	--cta-btn-c: #fff;
	--bg-tr: #495867;
	--qnav-c: #495867;
	--light-nav-c: #495867;
	--dark-nav-c: #fff;
	--c-tr: #fff;
	--bg-main-tr: #123a6f;
	--bg-rev-box: #123a6f;
	--accent: #848FA5;
	--accent2: #E08E45;
	--header-footer-bg: #495867;
	--tr-bg: #495867;
	--pre-footer-bg: #3b4753;
	--pre-footer-border: #1e242b;
	--body-bg: #fcfbf7;
	--body-dark-txt: #f2f5ff;
	--body-dark-heading-color: #fcfbf7;
	--body-dark-bg: #1e242b;
	--faq-bg: #1e242b;
	--faq-bg-dark: #000;
	--dd-bg: #1e242b;
	--tb-caption-bg: #1e242b;
}
html{font-size:62.5%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-family:sans-serif;-webkit-box-sizing:border-box;box-sizing:border-box}
html,body,div,p,span,header,hgroup,footer,nav,menu,article,section,aside,h1,h2,h3,h4,h5,h6,a,img,strong,b,em,i,u,ol,ul,li,dl,dt,dd,table,caption,tbody,tfoot,thead,tr,th,td,form,fieldset,label,legend,object,iframe,embed,audio,video,summary,details,canvas,figure,figcaption,blockquote,q,big,small,sub,sup,pre,abbr,acronym,address,cite,code,del,dfn,ins,kbd,s,samp,strike,tt,var,output,applet,mark,time{margin:0;padding:0;border:0}
img,iframe{height:auto;vertical-align:middle}
img,pre,embed,video,iframe,object,input,select,textarea{max-width:100%}
input{line-height:normal}
input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="number"],input[type="tel"],input[type="range"],input[type="date"],input[type="month"],input[type="week"],input[type="time"],input[type="datetime"],input[type="datetime-local"],input[type="color"],textarea{color:#666;border:1px solid #ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:3px}
input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="number"]:focus,input[type="tel"]:focus,input[type="range"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="time"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="color"]:focus,textarea:focus{color:#111}

.rounded-xxl{border-radius: 10px;}
.brand-card{box-shadow: 0 0 5px rgb(0 0 0 / 15%);}
.brand-card .go-button{padding: 1rem;}
.box-bg{background:var(--bg-rev-box);color: var(--body-dark-txt);font-family: var(--heading-font);}
.box-bg a{color: var(--accent)}
.box-bg a:hover{text-decoration: underline;}
body.dark .box-bg{background:color-mix(in srgb,var(--bg-rev-box) 50%,transparent)}
.restricted{filter: blur(10px);}
.toggle-wrapper{position:relative;width:50px;border-radius:25px}
.toggle{opacity:0;width:50px;height:100%;margin:0;z-index:3;position:absolute;top:0;cursor:pointer}
.toggle-body{display: block;    width: 50px;    box-sizing: border-box;    box-shadow: inset 0 0 10px 0px #00000087;    padding: 12px;    border-radius: 25px;    z-index: 1;}
.thumb{position:absolute;border-radius:15px;width:15px;height:15px;z-index:2;background-color:#DDE6F0;background:radial-gradient(circle at 10px 10px,#F8F9FA,#DDE6F0);box-shadow:0 0 12px #F8F9FA;left:27px;transition:all .4s ease;top:4px;filter:hue-rotate(0deg)!important}
body.dark .toggle + .toggle-body .thumb{background-color:#FFA700;background:radial-gradient(circle at 10px 10px,#FFD700,orange);box-shadow:0 0 10px #FFD700;top:5px;left:5px;transition:all .4s ease}
body:not(.dark) .toggle + .toggle-body .thumb:after{content:'';width:100%;height:100%;top:-2px;left:-4px;background:#708091;border-radius:15px;position:absolute;box-shadow: inset 0 0 6px #00000050;}
.toggles{position:relative;}
.hue-rotate::before{content:'';position:absolute;display:inline-block;width:0;height:0;border-style:solid;border-width:0 20px 20px;border-color:transparent transparent #fff;top:-15px;left:50%;transform:translateX(-50%)}
.hue-rotate{display:none;position:absolute;bottom:-40px;transform:translateX(-50%);left:50%;padding:10px;border-radius:10px;box-shadow:0 2px 2px #0000004d;background:#fff}
.toggles:hover .hue-rotate{display:flex;opacity:0;animation:monFrame 1s linear 1s forwards}
@keyframes monFrame {
0%{opacity:0}
50%{opacity:.7}
100%{opacity:1}
}
body.dark {background: var(--body-dark-bg)}
body.dark #main-article{background: var(--body-dark-bg);color: var(--body-dark-txt);}
body.dark :is(h1, h2, h3, h4, h5, h6){color: var(--body-dark-heading-color);}
body.dark .shadow-sm { box-shadow: 0 0 5px #ffffff26 !important;}
body.dark .bg-light { background-color: #080808 !important;}
body.dark .quick-nav { background-color: #080808 !important; color: var(--body-dark-txt);}
body.dark .quick-nav > .title, body.dark  .quick-nav a { color: var(--body-dark-txt);}
body.dark  .quick-nav a:hover { color: var(--accent2);}
.sprite-bgaw-gambleaware,.sprite-bgaw-ecorga,.sprite-bgaw-gt,.sprite-bgaw-18plus,.sprite-bgaw-gamcare,.sprite-bgaw-jugar-bien,.sprite-bgaw-juego-seguro{display:inline-block;vertical-align:bottom;height:39px;background:url(/assets/images/sprite-bgaw.png) no-repeat;overflow:hidden;text-indent:-9999px;text-align:left; border-radius: .5rem;}
.sprite-bgaw-gm{background: url(/assets/images/gambling-therapy.svg) no-repeat; width: 90px;    height: 25px;    display: inline-block;}
.sprite-bgaw-gambleaware{background-position:-10px -0;width:176px}
.sprite-bgaw-ecorga{background-position:-10px -49px;width:120px}
.sprite-bgaw-gt{background-position:-10px -98px;width:47px}
.sprite-bgaw-18plus{background-position:-67px -98px;width:40px}
.sprite-bgaw-gamcare{background-position:-117px -98px;width:38px}
.sprite-bgaw-jugar-bien{background-position:-10px -146px;width:129px}
.sprite-bgaw-juego-seguro{background-position:-10px -196px;width:229px}
.dep-pay{display:inline-block;background:url(/assets/images/dep-pay-sprite.png) no-repeat;overflow:hidden;text-indent:-9999px;text-align:left}
.dep-pay.american-express{background-position:-10px -0;width:64px;height:40px}
.dep-pay.bitcoin{background-position:-84px -0;width:64px;height:40px}
.dep-pay.delta{background-position:-158px -0;width:64px;height:40px}
.dep-pay.discover{background-position:-10px -50px;width:64px;height:40px}
.dep-pay.ecopayz{background-position:-84px -50px;width:64px;height:40px}
.dep-pay.entropay{background-position:-158px -50px;width:64px;height:40px}
.dep-pay.mastercard{background-position:-10px -100px;width:64px;height:40px}
.dep-pay.neteller{background-position:-84px -100px;width:64px;height:40px}
.dep-pay.paypal{background-position:-158px -100px;width:64px;height:40px}
.dep-pay.paysafecard{background-position:-10px -150px;width:64px;height:40px}
.dep-pay.skrill{background-position:-84px -150px;width:64px;height:40px}
.dep-pay.solo{background-position:-158px -150px;width:64px;height:40px}
.dep-pay.switch{background-position:-10px -200px;width:64px;height:40px}
.dep-pay.visa{background-position:-84px -200px;width:64px;height:40px}
.dep-pay.astropay{background-position:-158px -200px;width:64px;height:40px}
.dep-pay.apple-pay{background-position:-84px -249px;width:64px;height:40px}
.dep-pay.sofort{background-position:-158px -249px;width:64px;height:40px}
.dep-pay.transferencia-bancaria{background-position:-10px -248px;width:64px;height:40px}
.dep-pay.ethereum{background-position:-10px -298px;width:64px;height:40px}
.dep-pay.litecoin{background-position:-84px -298px;width:64px;height:40px}
.dep-pay.binance{background-position:-159px -298px;width:64px;height:40px}
.logo-200{width:200px;height:60px;background-repeat:no-repeat!important;background-size:contain!important;background-position:center center!important;display:block;margin:auto;overflow:hidden;text-indent:-9999px}
.logo-160{width:160px;height:60px;background-repeat:no-repeat!important;background-size:contain!important;background-position:center center!important;display:block;margin:auto;overflow:hidden;text-indent:-9999px}
.logo-150{width:120px;height:60px;background-repeat:no-repeat!important;background-size:contain!important;background-position:center center!important;display:block;margin:auto;overflow:hidden;text-indent:-9999px;text-align:left;vertical-align:middle}
.logo-120{width:120px;height:60px;background-repeat:no-repeat!important;background-size:contain!important;background-position:center center!important;display:inline-block;margin:auto;overflow:hidden;text-indent:-9999px;text-align:left;vertical-align:middle}
.logo-110{width:110px;height:48px;background-repeat:no-repeat!important;background-size:contain!important;background-position:center center!important;display:inline-block;margin:auto;overflow:hidden;text-indent:-9999px;text-align:left;vertical-align:middle}
.top-p-tab.notverified .logo-160{display:inline-block}
.top-p-rev .logo-200.logo-machance{height:102px;margin-top:7px;margin-bottom:-13px}
.prov-logos{width:110px;height:48px;background-repeat:no-repeat!important;background-size:contain!important;background-position:center center!important;display:block;margin:auto;overflow:hidden;text-indent:-9999px;text-align:left}
.payments.paypal{background:url(/assets/images/payments/paypal.svg)}
.payments.paysafecard{background:url(/assets/images/payments/paysafecard.svg)}
.payments.neteller{background:url(/assets/images/payments/neteller.svg)}
.payments.skrill{background:url(/assets/images/payments/skrill.svg)}
.payments.bitcoin{background:url(/assets/images/payments/bitcoin.svg)}
.payments.binance{background:url(/assets/images/payments/binance.svg)}
.payments.payu{background:url(/assets/images/payments/payu.svg)}
.payments.apple-pay{background:url(/assets/images/payments/apple-pay.svg)}
.payments.muchbetter{background:url(/assets/images/payments/muchbetter.svg)}
.payments.klarna{background:url(/assets/images/payments/klarna.svg)}
.payments.trustly{background:url(/assets/images/payments/trustly.svg)}
.payments.western-union{background:url(/assets/images/payments/western-union.svg)}
.payments.neosurf{background:url(/assets/images/payments/neosurf.svg)}
.payments.bank-transfer{background:url(/assets/images/payments/bank-transfer.svg)}
.payments.cheque{background:url(/assets/images/payments/cheque.svg)}
/* [class*="menu-"]{display:inline-block;vertical-align:middle;text-indent:-9999px;text-align:left;width:110px;height:50px} */
.menu-eurovision{background:url(/assets/images/menu/eurovision-menu.jpg) no-repeat}
/* contact form ================== */
.contact-img{margin:0 auto;display:block}
#contact{display:block;margin:40px auto;padding:10px;border:1px solid #cbcbcb;background-color:#FFF;-webkit-border-radius:5px;border-radius:5px}
.dark #contact{border:1px solid var(--bg-main-tr);background-color:var(--dd-bg);}
#contact form{overflow:hidden}
#contact h1{margin:10px 0;font-size:24px;color:#333}
#contact hr{color:inherit;height:0;margin:6px 0;padding:0;border:1px solid #d9d9d9;border-style:none none solid}
#contact label{float:left;height:26px;line-height:initial;width:30%}
#contact input,textarea,select{padding:5px;color:#666;background:#f5f5f5;border:1px solid #ccc;margin:5px 0}
#contact input:focus,textarea:focus,select:focus{border:1px solid #999;background-color:#fff;color:#333}
#contact input.submit{cursor:pointer;background:#E9B662;border:none;color:#fff;text-align:center;float:right;margin-right:13px;outline:0;border-radius:4px;font-weight:700;padding:.5rem;transition: var(--transition);}
#contact input.submit:hover{background:#426A5F}
#contact input[type="submit"][disabled]{background:#FB8122}
#contact fieldset{padding:20px;border:1px solid #eee;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}
#contact legend{padding:7px 10px;font-weight:700;font-size:14px;color:var(--accent2);margin-bottom:20px}
#contact span.required{font-size:13px;color: var(--accent2);}
#contact label{color:var(--body-dark-bg)}
.dark #contact label{color:var(--body-dark-txt)}
#message{margin:10px 0;padding:0}
#verify{width:50px!important}
.error_message{display:block;line-height:22px;background:#FBE3E4;padding:5px 5px 5px 30px;color:#8a1f11;border:1px solid #FBC2C4;border-radius:4px}
.success_message{background:linear-gradient(#8fb77b80,#8fb77b80);padding:5px 5px 5px 30px;color:#5d8349;font-weight:700;border-radius:4px}
.loader{padding:0 10px}
#contact #success_page h1{padding-left:22px}
.form-group{overflow:hidden}
@media only screen and (max-width:767px) {
#contact{width:100%}
#contact label,#contact input,#contact legend,#contact textarea,#contact select{width:100%;display:block!important}
#contact input.submit{margin:10px auto;text-align:center;min-width:150px;width:auto;float:none}
.captcha-wrapper{width:304px;float:none;margin:0 auto;overflow:hidden}
}
@media only screen and (min-width:768px) {
#contact label{width:15%}
#contact input,textarea,select{width:82%}
.captcha-wrapper{width:304px;float:right;margin-right:13px}
#contact input.submit{width:20%}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
#contact{width:80%}
}
@media only screen and (min-width:1200px) {
#contact{width:60%}
}
.disp-in{display:inline-block}
.flag.de{background:var(--flag-germany)}
.flag.fi{background:var(--flag-finland)}
.flag.de-at{background:var(--flag-austria)}
.flag.es{background:var(--flag-spain);}
.flag.no{background:var(--flag-norway)}
.flag.pt-br{background:var(--flag-brazil)}
.flag.ja{background:var(--flag-japan)}
.flag.es-cl{background:var(--flag-chile)}
.flag{background-repeat: no-repeat!important; width: 20px;height: 20px;display: inline-block;margin-right: .5rem;}
.flag a{display:block;height:inherit}
.flag a span{text-indent:-9999px;font-size:5px}
.lang .dropdown-menu {background: var(--dd-bg);}
.lang .dropdown-toggle::after {vertical-align: 6px;}
.lang .dropdown-item a {position: relative; top: -5px;color: #fff;transition: var(--transition);}
.lang .dropdown-item a:hover {color: var(--accent);}
.dropdown-item:focus, .dropdown-item:hover {color: var(--accent);background-color: transparent;}
@media screen and (max-width: 1023px) {
.lang-bar .lang-v-mobile{display:block;width:100%;text-align:center;margin-top:15px}
.flag-resp{display:inline-block;float:left;margin-left:10px;width:40px;height:40px;background:url(/assets/images/english.svg);right:30px}
.flag-resp.de{right:40px;background:url(/assets/images/germany.svg)}
.flag-resp.fi{right:90px;background:url(/assets/images/finland.svg)}
.flag-resp.de-at{right:190px;background:url(/assets/images/austria.svg)}
.flag-resp.no{right:140px;background:url(/assets/images/norway.svg)}
.flag-resp.pt-br{right:240px;background:url(/assets/images/brazil.svg)}
.flag-resp.en{right:240px;background:url(/assets/images/english.svg)}
.flag-resp.ja{right:240px;background:url(/assets/images/japan.svg)}
.flag-resp.es-cl{top:0;right:240px;background:url(/assets/images/chile.svg)}
.flag-resp a{text-indent:9999px}
}
.flag [aria-label]:hover::before,.flag [aria-label]:hover::after{position:absolute;display:inline-block}
.flag [aria-label]:hover::before{content:attr(aria-label);bottom:-23px;padding:3px 6px;border-radius:2px;background:#04589c;color:#fff;font:600 12px Muli,sans-serif;white-space:nowrap;letter-spacing:1px;z-index:1}
.flag [aria-label]:hover::after{content:'';bottom:-3px;left:8px;color:#fff;border:8px solid transparent;border-bottom:8px solid #04589c;display:none}

.floating-offer{position:relative;display:none;z-index:101}
.floating-offer .close-btn{width:25px;height:25px;display:inline-block;font-size:16px;color:#fff;position:relative;top:6px;right:10px;position:absolute;background-color:#3ec40f;border-radius:50%;line-height:23px;cursor:pointer}
.floating-offer.not-ver .close-btn{width:30px;height:30px;display:inline-block;font-size:18px;color:#b61e1e;position:relative;top:3px;right:-60px}
.offer-container{display:none;background:#002157;bottom:0;max-width:100%;width:1200px;z-index:10;left:50%;text-align:center;position:fixed;transform:translate(-50%);-webkit-transform:translate(-50%);-o-transform:translate(-50%);-moz-transform:translate(-50%);border-top:4px solid #5ba6e8ab}
.offer-container .offer-brand{display:inline-block;vertical-align:top}
.offer-container .offer-links{display:inline-block;vertical-align:top}
.offer-container .button-2{display:inline-block;vertical-align:top;margin-top:14px;padding-left:12px}
.offer-container .b-offer{margin-left:22px;color:#3ec40f;font-size:15px;position:relative;margin-bottom:3px;text-align:center}
.offer-container .b-offer span{display:block;font-weight:500;font-size:18px}
.offer-container .button-2 a{padding:10px;font-size:15px}
.floating-offer.not-ver .offer-container{border-top:4px solid #b61e1e}
.offer-container .links{margin:10px 0}
.offer-container [class*="bg-"]{margin:6px 10px 0 25px;width:100px;height:40px;border-radius:3px}
.offer-container [class*="logo-"]{top:6px;position:relative}
.offer-container .logo-betclic{top:-5px}
.offer-container .logo-22bet{transform:scale(1.3)}
.offer-container .go-o .bon-on{font:bold 1.25rem Nunito,sans-serif;color:#fff}
.offer-container .go-o .bon-on.bet365{font-size:1rem}
.fa-angle-double-right.bet365:before{font-size:1rem!important}
.offer-container .go-o:hover .bon-on{color:#ffa820}
.floating-offer.not-ver .offer-container .go-o .bon-on{color:#f8f8f8}
.floating-offer.not-ver .offer-container .go-o:hover .bon-on{color:#b61e1e}
.offer-container .go-o:focus,.offer-container .go-o.focus{outline:0}
.offer-container .brand-offer .company-120{display:inline-block;margin-top:3px;transform:scale(0.9);-webkit-transform:scale(0.9);-o-transform:scale(0.9);-moz-transform:scale(0.9)}
.offer-container .links .txt{font:bold italic 1rem Nunito,sans-serif;color:#f8f8f8;margin-right:10px;vertical-align:middle;position:relative}
.offer-container .links .txt .bon-on{font-size:1.55rem;color:#ffa820;text-shadow:2px 2px 3px #2b6a71}
.offer-container .links .txt span:nth-child(1){position:relative;top:-2px;font-size:17px}
.offer-container .links .txt i{font-style:italic}
.floating-offer.not-ver .offer-container .links .txt .bon-on{color:#b61e1e;text-shadow:none}
.offer-container .links{text-align:center}
.offer-container .links .go-o{font-size:18px;position:relative;padding:6px 10px 6px 40px}
.offer-container .links .go-o:hover{color:#fff;box-shadow:0 2px 3px 0 #929D9E}
.floating-offer.not-ver .offer-container .links .go-o{color:#f8f8f8}
.floating-offer.not-ver .offer-container .links .go-o:hover{box-shadow:0 2px 3px 0 rgba(0,0,0,0.6)}
.offer-container .links .go-o i{position:absolute;left:0;border-right:2px solid #49aeba;height:100%;padding:7px;background:#fff;border-radius:4px 0 0 4px;transition:all .2s ease-in-out;color:#ffa820;top:0}
.offer-container .links .go-o.not-ver i{border-right:2px solid #fff;background:#b61e1e;color:#fff}
.offer-container .links .go-o.not-ver:hover i{border-right:2px solid #fff;background:#b61e1e;color:#fff}
.offer-container .links .go-o:hover i{background:#f8f8f8;color:#2b6a71}
.offer-container .go-i{font:bold 16px Nunito,sans-serif;color:#f8f8f8;padding-top:13px}
.offer-container .go-i i{top:1px;position:relative;font-size:15px}
.offer-container .go-i:hover{color:#ffa820}
.zoom-btn-box{position:fixed;display:none;margin:0 auto;padding:15px;right:-5px;bottom:50px}
.zoom-btn{position:relative;display:block;background:#ffa820;padding:0;line-height:42px;width:40px;height:40px;border:0;border-radius:3px;cursor:pointer;outline:none;box-shadow:-1px 1px 2px 0 #918204;-webkit-box-shadow:-1px 1px 2px 0 #918204;-o-box-shadow:-1px 1px 2px 0 #918204}
.zoomies{color:#2b6a71;background:#ffa820;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;font-size:18px}
.zoomies:hover{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}
@media only screen and (max-width: 500px) {
.offer-brand .logo-110{width:70px;height:30px}
.offer-container .b-offer{font-size:10px}
.offer-container .b-offer span{font-size:14px}
.offer-container .button-2 a{padding:8px 3px;font-size:11px}
.floating-offer .close-btn{display:none}
.offer-container .button-2{margin-top:6px}
}
@media only screen and (max-width: 399px) {
.offer-container [class^="col-"]{padding:0}
.offer-container [class*="bg-"]{margin:6px 10px 0}
.offer-container .links .go-o i{padding:9px 7px 0}
.floating-offer .close-btn{right:5px}
.offer-container .links{text-align:right}
}
@media screen and (max-width: 599px) {
.offer-container .txt,.offer-container .go-o span:last-child{display:none}
.offer-container .links .go-o{display:inline-block;padding:0 10px 0 40px;text-align:center;width:145px;margin-right:20px}
.offer-container [class*="bg-"]{margin:6px 10px}
}
@media screen and (max-width: 767px) {
.floating-offer .close-btn{right:15px;top:0}
.offer-container .links .txt{font-size:1rem}
.offer-container .links .txt .bon-on{font-size:1.25rem}
}
@media only screen and (max-width: 1199px) {
.offer-container .brand-offer .txt{width:100%;padding-top:5px}
.zoom-btn-box{padding:15px 0;right:10px}
}
@media screen and (min-width: 600px) {
.offer-container .go-o .bon-on{display:none}
.offer-container .links .txt{display:inline-block}
.offer-container .links .go-o{width:190px}
.offer-container [class*="bg-"]{margin:6px 10px 0 0}
}
@media screen and (min-width: 768px) and (max-width:1199px) {
.floating-offer .close-btn{right:-20px}
}
@media screen and (min-width: 1200px) {
.offer-container .brand-offer{text-align:right}
}

#page-article.brdcmb{padding:10px 20px;position:relative}
.brdcmb-el .breadcrumb{margin:0;background-color: transparent;}
.brdcmb-el .breadcrumb li{vertical-align:middle;display:inline-block}
.brdcmb-el .breadcrumb li:first-child a,.brdcmb-el .breadcrumb li:first-child{padding-left:0}
.brdcmb-el .breadcrumb li:last-child{position:relative}
.brdcmb-el .breadcrumb li::not(:first-child){margin-right:10px}
.brdcmb-el .breadcrumb>li+li:before{content:none;margin-left:10px}
.brdcmb-el .breadcrumb li a:after{content:'»';position:absolute;margin-left: 5px;color: #cdcdcd;}
.brdcmb-el .breadcrumb li a{position:relative;color:var(--accent);text-decoration:none;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}
.brdcmb-el .breadcrumb li a:hover{text-decoration:none;color:#ff9d02}
.breadcrumb-item.active {color: #cdcdcd;}
.breadcrumb-item+.breadcrumb-item {padding-left: 16px}
@media screen and (max-width: 575px) {
.brdcmb-el .breadcrumb{overflow-x:scroll;display:block;white-space:nowrap;position:relative}
.brdcmb-el .breadcrumb::-webkit-scrollbar{height:.25rem}
.brdcmb-el .breadcrumb.blured::after{position:absolute;top:0;bottom:0;right:0;width:5em;content:'';background:-moz-linear-gradient(left,rgba(255,255,255,0) 0%,#de0000 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,#de0000));background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,#de0000 100%);background:-o-linear-gradient(left,rgba(255,255,255,0) 0%,#de0000 100%);background:-ms-linear-gradient(left,rgba(255,255,255,0) 0%,#de0000 100%);background:linear-gradient(left,rgba(255,255,255,0) 0%,#de0000 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=1)}
}
@media screen and ( max-width:500px) {
.brdcmb-el .breadcrumb li:first-child a,.brdcmb-el .breadcrumb li:first-child{padding-left:0}
.brdcmb-el{top:7px}
}
#about-site > li{display:inline-block;margin-bottom:0;padding-left:0}
#about-site > li::before{display:none}
#about-site > li:last-child a{border-right:none}
#about-site a{padding:0 0 0 5px;color:#eef3fe;font-family:var(--heading-font);font-size:14px}
#about-site a::after{content:'|';float:right;margin-left:5px}
#about-site a:hover{color:var(--accent)}
#about-site,#site-cprt{margin:10px auto}
#be-g-aw{padding:10px;border-top:1px dashed #2c3e5a;text-align:center}
#be-g-aw > *{margin:0 10px 10px 0;display:inline-block}
@media screen and (min-width: 500px) {
#be-g-aw > *{margin:0 10px 10px 0}
}
@media screen and (min-width: 640px) {
#be-g-aw > *{margin:0 5px 5px 0}
}
#be-g-aw > :last-child{margin-right:0}
#lightbox_content{display:inline-block;padding:20px 10px;background:#ebebeb;position:relative}
#live-str-foot > .bott{margin-top:30px}
@media screen and (min-width: 1024px) {
#live-str-foot > .bott{margin-top:48px}
}
@media screen and (min-width: 1440px) {
#live-str-foot > .bott{margin-top:20px}
}
#live-str-foot > .bott .disclaimer{font-size:13px;}
@media screen and (min-width: 1024px) {
#live-str-foot > .bott .disclaimer{margin-bottom:20px;}
}
@media screen and (min-width: 1440px) {
#live-str-foot > .bott .disclaimer{margin-bottom:0;}
}
#live-str-foot > .bott .img-in img{-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;display:block;margin:auto;margin-top:15px;margin-bottom:15px}
@media screen and (min-width: 1024px) {
#live-str-foot > .bott .img-in img{margin:0;max-width:610px}
}
@media screen and (min-width: 1440px) {
#live-str-foot > .bott .img-in img{margin:0;max-width:742px}
}
@media screen and (min-width: 640px) {
#live-str-foot > .top .statement{margin-top:44px}
}
@media screen and (min-width: 1024px) {
#live-str-foot > .top .statement{width:270px;margin-top:0}
}
@media screen and (min-width: 1440px) {
#live-str-foot > .top .statement{width:348px}
}
@media screen and (min-width: 1024px) {
#live-str-foot > .top .statement,#live-str-foot > .bott .img-in{position:absolute;right:0;top:0}
#live-str-foot > .top .stream-widgets{margin-right:270px}
}
@media screen and (min-width: 1440px) {
#live-str-foot > .top .stream-widgets{margin-right:348px}
}
#live-str-foot > .top .stream-widgets > div{margin:0 0 25px}
@media screen and (min-width: 640px) {
#live-str-foot > .top .stream-widgets > div{float:left;width:44%}
#live-str-foot > .top .stream-widgets > div:nth-of-type(1){margin:0 6% 0 0}
}
@media screen and (min-width: 1024px) {
#live-str-foot > .top .stream-widgets > div:nth-of-type(1){margin-right:63px}
}
@media screen and (min-width: 1440px) {
#live-str-foot > .top .stream-widgets > div:nth-of-type(1){margin-right:92px}
}
#live-str-foot > div{position:relative}
#live-str-foot iframe{width:100%;height:148px}
@media screen and (min-width: 640px) {
#live-str-foot iframe{height:181px}
}
@media screen and (min-width: 1024px) {
#live-str-foot iframe{height:154px}
}
@media screen and (min-width: 1440px) {
#live-str-foot iframe{width:320px;height:180px}
}
#main-article{margin:0 16px;background:var(--body-bg);color:var(--body-dark-bg);border-top-left-radius:5px}
#main-article a:not[class]{color: var(--accent2);text-decoration: underline;}
#main-article a:not[class]:hover{color: var(--accent2);text-decoration: none;}
@media screen and (min-width: 1440px) {
#main-article{margin:38px 0 0}
}
@media screen and ( max-width:500px) {
#main-article{margin:8px 10px 0}
}
#main-article .big{padding-bottom:0;padding-top:0}
@media screen and ( max-width:500px) {
#main-article > div{padding:10px 8px 15px}
}
#main-article > div > p{margin-bottom:25px}
#main-article > div > p.large-section{margin-bottom:50px}
#main-article > div > p.large-section-10bet{margin-bottom:90px}
@media screen and (max-width: 1036px) {
#main-article > div > p.large-section-10bet{margin-bottom:30px}
}
#main-article > div > p.large-section-888{margin-bottom:75px}
@media screen and (max-width: 1036px) {
#main-article > div > p.large-section-888{margin-bottom:30px}
}
#main-article > div > p.large-section-bet-at-home{margin-bottom:130px}
@media screen and (max-width: 1036px) {
#main-article > div > p.large-section-bet-at-home{margin-bottom:90px}
}
@media screen and (max-width: 1023px) {
#main-article > div > p.large-section-bet-at-home{margin-bottom:30px}
}
#main-article > div > p.large-section-bovada{margin-bottom:115px}
@media screen and (max-width: 1036px) {
#main-article > div > p.large-section-bovada{margin-bottom:30px}
}
#main-footer{background:var(--header-footer-bg);overflow:auto}
#main-footer > .bott{text-align:center}
#main-footer > .top{background:var(--pre-footer-bg);border:1px solid var(--pre-footer-border)}
#main-footer > .top .sub-title{margin-bottom:9px}
#main-footer > .top .title-b-fd{margin-bottom:31px;padding-bottom:7px;font-size:19px}
#main-header{padding:30px 10px 5px;position:relative;background-color:var(--header-footer-bg);transition:top .3s}
@media only screen and (max-width: 1023px) {
#main-header{padding:10px 10px 5px}
}
#main-header.fixed{position:fixed;top:0;left:0;right:0;margin:0;width:inherit;z-index:999}
@media screen and (min-width: 1300px) {
#main-header.fixed{right:auto;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);width:1165.5px;background-color:var(--header-footer-bg)}
}
@media screen and (min-width: 1440px) {
#main-header.fixed{width:1198px}
}
#main-header.fixed #logo{transform:scale(0.8)}
#site-cprt{font-size:12px;font-family:var(--heading-font);margin-top:14px}
.menu-toggle{position:absolute}
.menu-toggle.cl{width:21px;height:19px;right: 26px; top: 15px;background:url(/assets/images/close.svg) no-repeat;z-index: 99;}
.menu-toggle.op{width:30px;height:20px;right:18px;top:15px;background:url(/assets/images/menu.svg) no-repeat}
.child-toggle{display: inline-block;}
#top-nav .child-true > a{position:relative}
#top-nav .child-true > a::after,#top-nav .child-true > span::after{right:6px;top:26px}
#top-nav .child-true > a::after,#top-nav .child-true > span::after,.latest-ns .button a::before{position:absolute;transition:var(--transition)}
#top-nav .child-true:hover > a::after{-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transform:rotate(180deg)}
#top-nav .rev-ws .sub-nav-ws > li,#top-nav .rev-ws.operators-drop .sub-nav-ws > li{margin-right:7px;margin-bottom:7px}
#top-nav .rev-ws .sub-nav-ws a{display:inline-block;width:100%;padding:0;color: var(--dark-nav-c)!important;text-align: center!important;}
#top-nav .rev-ws .sub-nav-ws a:hover{color:var(--accent)}
#top-nav .rev-ws .sub-nav-ws:not(:first-child){display:none}
#top-nav .sub-nav a{text-align:left}
#top-nav .sub-nav,#top-nav .rev-ws .sub-nav-ws{background:var(--dd-bg);width:180px;max-width:100%;border-radius:10px;padding:10px 8px 5px 10px}
#top-nav .rev-ws .sub-nav-ws.lg{max-width:100%;width: 800px;}
/* #top-nav :is(a,span){display:block;color:#f4f5fd;font-size:16px;text-decoration:none} */
#top-nav > .child-true > a,#top-nav > .child-true > span{padding:17px 24px 17px 10px;font-family:var(--heading-font)}
/* #top-nav > li > a:hover::before,#top-nav > .current > a::before,#top-nav > li > span:hover::before,#top-nav > .current > span::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:90%;transition:var(--transition);transform:translateX(-50%)} */
#top-nav li{margin:0;padding:0;transition:var(--transition);}
#top-nav li::before{display:none}
#top-nav-wrap{display:none;text-align:right;background:#00000040;border-radius:10px}
.pointer{cursor: pointer;}
@media screen and (max-width: 1199px) {
#top-nav li{position: relative}
#top-nav .child-true.rev-ws .scroll-content-wrap > .scroll-left{left:18px}
#top-nav .child-true.rev-ws .scroll-content-wrap > .scroll-right{right:18px}
#top-nav .sub-nav,#top-nav .rev-ws .sub-nav-ws{width:90%}
#top-nav-wrap.open{display:block;width:350px;max-width:100%;position:absolute;right:5px;top:100%;overflow:auto;z-index:999;background:var(--body-bg)}
body.dark #top-nav-wrap.open{background:var(--body-dark-bg)}
#top-nav-wrap.open #top-nav .rev-ws .sub-nav-ws a{padding:0}
#top-nav-wrap.open #top-nav > li > a:hover,#top-nav-wrap.open #top-nav > .current > a,#top-nav-wrap.open #top-nav > li > span:hover,#top-nav-wrap.open #top-nav > .current > span{color:var(--light-nav-c);display: block;}
#top-nav-wrap.open #top-nav li a,#top-nav-wrap.open #top-nav li span:not(.child-togg){padding:10px;text-align:left;display: block;color: var(--body-dark-bg);}
.dark #top-nav-wrap.open #top-nav li a,.dark #top-nav-wrap.open #top-nav li span{color: var(--body-dark-txt);}
#top-nav-wrap.open .child-true > a::after{top:20px;}
#top-nav-wrap.open .focus .sub-nav,#top-nav-wrap.open .rev-ws .sub-nav-ws.lazy{display:block!important}
#top-nav-wrap.open .rev-ws .sub-nav-ws{width:258px;padding:20px 6px 0 10px;text-align:center;height: 350px;overflow-y: auto;}
#top-nav-wrap.open .rev-ws .sub-nav-ws > li{display:inline-block;margin-right:6px;margin-bottom:20px}
#top-nav-wrap.open .sub-nav,#top-nav-wrap.open .scroll-content-wrap{display:none}
.child-togg::before{filter: invert(1);}
.dark .child-togg::before{filter: invert(0);}
}
@media screen and (min-width: 1200px) {
.child-togg, .menu-toggle{display: none;}
#top-nav{display:inline-block;vertical-align:middle;position:relative}
#top-nav .child-true > a::after,#top-nav .child-true > span::after{content:''}
#top-nav .child-true.rev-ws.focus > .scroll-content-wrap,#top-nav .child-true.rev-ws:hover .scroll-content-wrap{left:0;right:auto}
#top-nav .child-true.rev-ws.operators-drop.focus > .scroll-content-wrap,#top-nav .child-true.rev-ws.operators-drop:hover .scroll-content-wrap{left:0;right:auto}
#top-nav > .child-true > a,#top-nav > .child-true > span, .nav-link a{padding:17px 22px 17px 7px !important; color: var(--dark-nav-c);}
#top-nav > .child-true > a, .nav-link a{display: block;}
#top-nav > li > a::before,#top-nav > .current > a::before,#top-nav > li > span::before,#top-nav > .current > span::before{left:50%;right:0;top:0;bottom:auto;width:auto;height:3px;background:#6bb9e7;display:none;transition:var(--transition);transform:translateX(-50%);width:90%}
#top-nav > li > a:hover::before,#top-nav > .current > a::before,#top-nav > li > span:hover::before,#top-nav > .current > span::before{display:block}
#top-nav > li,#top-nav .scroll-content-wrap li{float:left}
#top-nav li:hover > ul,#top-nav li.focus > ul{left:0}
#top-nav ul li:hover > ul,#top-nav ul li.focus > ul,#top-nav ul .child-true.rev-ws.focus > .scroll-content-wrap{left:100%}
#top-nav ul ul:not(.sub-nav-ws){left:-999em;top:0}
#top-nav ul.sub-nav,#top-nav .child-true.rev-ws .scroll-content-wrap{float:left;position:absolute;top:90%;left:0;z-index:99999;display: none;}
#top-nav .child-true:hover .scroll-content-wrap{display: block;}
#top-nav-wrap{display:block}
}
*,:before,:after,input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:inherit;box-sizing:inherit}
.about-title{margin-bottom:20px;padding:4px;color:#6bb9e7;font-size:25px;position:relative;text-align:center}
.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}
.alignleft{display:inline-block;margin-right:.5rem;vertical-align:top}
.author-date{font-size:11px}
.back-to-top{display:none;width:39px;height:39px;background:url(/assets/images/general-sprite.webp) -213px -225px no-repeat;filter:hue-rotate(90deg)}
.back-to-top.fixed{position:fixed;right:20px;bottom:70px;display:block}
.back-to-top:hover{cursor:pointer}
.bann-in-n{margin-top:60px}
.bb-tab{width:100%}
.bb-tab .h-capt{margin-bottom:5px;font-size:17px}
@media screen and (min-width: 640px) {
.bb-tab .h-capt{font-size:20px}
}
.bb-tab .outgoing{padding:7px 20px;font-weight:400}
@media screen and (max-width: 639px) {
.bb-tab .outgoing{width:90%}
}
.bb-tab .outgoing span{display:block;font-weight:500;font-size:18px;line-height:1;text-transform:uppercase}
.bb-tab tbody td{padding:14px 4px}
.bb-tab tbody td:nth-child(2),.bb-tab tbody td:nth-child(3),.bb-tab tbody td:nth-child(4){font-size:17px}
@media screen and (max-width: 639px) {
.bb-tab tbody td:nth-child(3){padding-bottom:0}
}
.bb-tab tbody td:nth-child(3),.bb-tab tbody td:nth-child(4){font-weight:500}
@media screen and (min-width: 640px) and (max-width: 799px) {
.bb-tab tbody td:nth-child(3),.bb-tab tbody td:nth-child(4){font-size:22px}
}
.bb-tab tbody tr{background:#220b8980;border:1px solid #2c21bd}
@media screen and (max-width: 639px) {
.bb-tab tbody tr{border-color:#22158e}
}
.bb-tab th{padding:16px 2px;font-weight:500;font-size:19px}
@media screen and (max-width: 1023px) {
.bb-tab th{font-size:17px}
.bb-tab th:nth-child(2),.bb-tab tbody td:nth-child(2){position:absolute;top:-9999px;left:-9999px}
}
.bb-tab thead{border:1px solid #452fa9}
@media screen and (max-width: 639px) {
.bb-tab thead{position:absolute;top:-9999px;left:-9999px}
}
.boxes-est-inf{padding:35px 24px 27px;background:#5ba6e84d;border:1px solid #15388a}
.boxes-est-inf .button-2{margin-top:32px;margin-bottom:22px;text-align:center}
.boxes-est-inf .button-2 a{width:86%;padding:16px 37px;position:relative}
@media(max-width: 380px) {
.boxes-est-inf .button-2 a{padding:16px 20px;font-size:14px}
}
@media(max-width: 355px) {
.boxes-est-inf .button-2 a{padding:16px 10px;font-size:13px}
}
.boxes-est-inf .button-2 a::after{right:13px;-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transform:rotate(180deg)}
.boxes-est-inf .button-2 a::before{left:13px}
.boxes-est-inf .button-2 a::before,.boxes-est-inf .button-2 a::after{content:'';position:absolute;top:35%;width:16px;height:16px;background:url(/assets/images/general-sprite.webp) -238px -116px no-repeat}
@media(max-width: 380px) {
.boxes-est-inf .button-2 a::before,.boxes-est-inf .button-2 a::after{display:none}
}
.boxes-est-inf .cons{margin-top:24px}
.boxes-est-inf .cons li::before{width:11px;background-position:-155px -131px}
@media screen and (min-width: 1024px) {
.boxes-est-inf .inf{width:49%;margin-top:-46px}
}
@media screen and (min-width: 1110px) and (max-width: 1179px) {
.boxes-est-inf .inf{width:55%}
}
@media screen and (min-width: 1180px) and (max-width: 1439px) {
.boxes-est-inf .inf{width:58%}
}
@media screen and (min-width: 1440px) {
.boxes-est-inf .inf{width:59%}
}
@media screen and (min-width: 640px) {
.boxes-est-inf .inf .logos{margin:15px auto;text-align:center}
}
.boxes-est-inf .inf .title{font-weight:500;font-size:22px}
@media screen and (max-width: 639px) {
.boxes-est-inf .inf > ul > li{padding-left:0}
}
.boxes-est-inf .inf > ul li::before{background:url(/assets/images/general-sprite.webp) no-repeat;width:16px;height:16px;margin-right:14px;vertical-align:text-bottom;background-position:-238px -142px}
.boxes-est-inf .inf p{margin-bottom:10px}
.boxes-est-inf .l-est{margin:0 0 30px;padding-top:40px;border:4px solid #0e528b;-webkit-box-shadow:inset 0 0 17px #00000059;-moz-box-shadow:inset 0 0 17px #00000059;box-shadow:inset 0 0 17px #00000059;position:relative}
@media screen and (min-width: 640px) {
.boxes-est-inf .l-est{width:388px;margin:0 auto 30px}
}
@media screen and (min-width: 1024px) {
.boxes-est-inf .l-est{margin-right:60px}
}
.boxes-est-inf .l-est .bef-img{position:absolute;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transform:translateX(-50%);top:-74px;width:119px;height:119px}
.boxes-est-inf .l-est .title{margin-bottom:20px;padding:4px;color:#6bb9e7;font-size:25px;text-align:center;position:relative}
.boxes-est-inf .l-est .title::after,.top-p-rev .title::after,.hots-characters .title::after,.about-title::after{content:'';position:absolute;left:0;right:0;bottom:0;height:2px;background:linear-gradient(to right,transparent,var(--bg-main-tr),var(--cta-btn-bg),var(--bg-main-tr),transparent)}
@media screen and (min-width: 1024px) {
.boxes-est-inf .l-est > ol .pr-c{position:absolute;right:16px;top:0}
}
@media screen and (max-width: 1023px) {
.boxes-est-inf .l-est > ol .pr-c{display:block}
}
.boxes-est-inf .l-est > ol li{font-size:14px}
@media screen and (min-width: 1024px) {
.boxes-est-inf .l-est > ol li{margin-bottom:8px;padding:0 140px 0 16px;position:relative}
}
.boxes-est-inf .pros li::before{width:14px;background-position:-242px -75px}
@media screen and (min-width: 1024px) {
.boxes-est-inf > div{float:left}
}
.boxes-est-inf.l-pr-p .inf .logos > span{margin:0 10px 10px 0}
@media screen and (min-width: 640px) {
.boxes-est-inf.l-pr-p .inf .logos > span{margin:0 41px 10px 0}
}
.boxes-est-inf.l-pr-p .inf .logos > span:first-child{margin-top:10px}
.boxes-est-inf.l-pr-p .l-est{background:#002157 url(/assets/images/pr-wnrs.png) center bottom 16px no-repeat}
@media screen and (max-width: 639px) {
.boxes-est-inf.pr-cc{padding:22px 10px}
}
@media screen and (max-width: 1439px) {
.boxes-est-inf.pr-cc .button-2 a{width:98%}
}
@media screen and (max-width: 480px) {
.boxes-est-inf.pr-cc .button-2 a{width:100%;display:block}
}
.boxes-est-inf.pr-cc .inf .logos > span{margin-right:16px;margin-bottom:21px}
@media screen and (max-width: 639px) {
.boxes-est-inf.pr-cc .inf .logos > span{margin-right:12px}
}
.boxes-est-inf.pr-cc .inf .logos > span:first-child{margin-top:34px}
.boxes-est-inf.pr-cc .inf > ul li > span{font-weight:500}
.boxes-est-inf.pr-cc .inf > ul li::before{width:20px;height:14px;vertical-align:middle;background-position:-139px -309px;position:relative;top:-2px}
.boxes-est-inf.pr-cc .l-est{background:#002157 url(/assets/images/y-n-m.png) center bottom 16px no-repeat;color:#fff}
@media screen and (max-width: 639px) {
.boxes-est-inf.pr-cc .l-est > ul li{padding-left:10px}
}
.boxes-est-inf.pr-cc .l-est li::before{height:11px}
@media(max-width: 640px) {
.boxes-est-inf.pr-cc.trms-pb{padding-bottom:80px}
}
@media(max-width: 380px) {
.boxes-est-inf.pr-cc.trms-pb{padding-bottom:115px}
}
.boxes-evnts{text-align:center}
.boxes-evnts .block-e{display:none;max-width:315px}
.boxes-evnts .block-e > div{background-color:#220b89;border:1px solid #5636e6;text-align:center;position:relative}
.boxes-evnts .block-e > div > img{width:313px;height:158px}
.boxes-evnts .block-e > div > p{position:absolute;left:10px;right:0;text-align:center}
.boxes-evnts .block-e > div.s-blizzc{background-color:#220b8929}
.boxes-evnts .block-e > p{margin:15px 0;color:#6bb9e7;font-size:18px;text-align:center}
@media screen and (max-width: 410px) {
.boxes-evnts .block-e > p{padding-left:10px}
}
.boxes-evnts .block-e > ul{background:#5ba6e8ab;border:1px solid #5636e6;text-align:left}
.boxes-evnts .block-e > ul li{margin:0;padding:10px 4px 10px 18px;color:#6bb9e7}
.boxes-evnts .block-e > ul li.locn::before{background-position:-185px -306px}
.boxes-evnts .block-e > ul li.tms::before{background-position:-109px -303px}
.boxes-evnts .block-e > ul li.winn::before{background-position:-215px -306px}
.boxes-evnts .block-e > ul li::before{width:20px;height:18px;margin-right:11px;vertical-align:text-bottom;background:url(/assets/images/general-sprite.webp) no-repeat}
.boxes-evnts .block-e > ul li:not(:last-child){border-bottom:1px solid #5636e6}
.boxes-evnts .block-e > ul span{font-weight:700}
.boxes-evnts .block-e:first-child{display:inline-block}
@media screen and (min-width: 640px) {
.boxes-evnts .block-e:nth-child(2){display:inline-block}
.boxes-evnts .block-e:nth-child(2n+2){margin:0 12px}
}
@media screen and (min-width: 1440px) {
.boxes-evnts .block-e:nth-child(3){display:inline-block}
}
.boxes-evnts .date{top:120px;color:#6bb9e7}
.boxes-evnts .ev-nm{top:16px;color:#3bf;font-weight:500;font-size:24px;text-shadow:0 0 14px #3bf}
.boxes-evnts .prize{top:66px;font-weight:500;font-size:22px}
.boxes-faq .cont{margin:21px 0 25px;padding-bottom:21px;padding-left:61px;border-bottom:1px solid #3e22bc}
.boxes-faq .cont::before{top:3px;background-position:-84px -271px}
.boxes-faq .title{padding:10px 4px 12px 61px;background-color:#ecc351;font-weight:500;font-style:italic;font-size:16px}
.boxes-faq .title,.boxes-faq .cont{position:relative}
.boxes-faq .title::before{top:14px;background-position:-185px -274px}
.boxes-faq .title::before,.boxes-faq .cont::before{content:'';position:absolute;left:20px;width:26px;height:22px;background:url(/assets/images/general-sprite.webp) no-repeat}
.boxes-faq > div:last-child .cont{margin-bottom:0;padding-bottom:0;border-bottom:none}
.boxes-grid-2 .title{margin:0 0 13px;padding:0 4px 0 0;color:#6bb9e7;font-weight:700;font-size:17px;text-transform:uppercase}
.boxes-grid-2 > div{margin-bottom:30px}
.boxes-grid-2 > div:last-child,.boxes-grid-2 > div:nth-last-child(2){margin-bottom:0}
.boxes-inf{border-radius:10px;box-shadow:0 0 5px #00000026}
@media screen and (min-width: 640px) {
.boxes-inf{background-position:center right -100px}
.boxes-inf{background-position:center right}
}
.boxes-inf .title.title-edited{padding:0}
@media screen and (min-width: 640px) {
.boxes-inf > .title{font-size:22px}
}
.boxes-inf > .title,.boxes-inf .title h2{border-top-right-radius:5px;border-top-left-radius:5px;padding:17px 4px 18px;color:#dc833d;font-size:20px;text-align:center;background:url(/assets/images/boxes-inf-title-bg.webp) 0 0 no-repeat;background-size:cover;position:relative}
.boxes-inf > .title::after,.boxes-inf > div > div::after,.boxes-y-n-wrap.to-fl-l .title::after{content:'';position:absolute;left:0;right:0;bottom:0;height:2px;background-size:contain!important}
.boxes-inf > .title::after,.boxes-y-n-wrap.to-fl-l .title::after{background:url(/assets/images/boxes-inf-line-title.png) 0 0 no-repeat}
.boxes-inf > div > div{min-height:152px;padding:33px 17px;position:relative}
.boxes-inf > div > div .icon{display:block;margin:0 auto 30px;width:100px;height:100px;line-height:100px;background:var(--accent);border-radius:50%;text-align:center}
@media screen and (min-width: 640px) {
.boxes-inf > div > div .icon{position:absolute;top:33px}
}
.boxes-inf > div > div ul{list-style:disc;list-style-position:inside}
.boxes-inf > div > div ul li::before{display:none}
@media screen and (min-width: 640px) {
.boxes-inf > div > div:nth-child(even){padding:20px 150px 20px 24px}
}
@media screen and (min-width: 1440px) {
.boxes-inf > div > div:nth-child(even){padding:33px 150px 10px 24px}
}
.boxes-inf > div > div:nth-child(even) .icon{right:24px}
.boxes-inf > div > div:nth-child(even)::after{background:linear-gradient(to right,transparent,var(--bg-main-tr),var(--cta-btn-bg))}
@media screen and (min-width: 640px) {
.boxes-inf > div > div:nth-child(odd){padding:20px 24px 20px 150px}
}
@media screen and (min-width: 1440px) {
.boxes-inf > div > div:nth-child(odd){padding:33px 24px 10px 150px}
}
.boxes-inf > div > div:nth-child(odd) .icon{left:24px}
.boxes-inf > div > div:nth-child(odd)::after{background:linear-gradient(to right,var(--cta-btn-bg),var(--bg-main-tr),transparent)}
.boxes-rking{text-align:center}
.boxes-rking .ea-rn{text-align:center}
.boxes-rking .ea-rn,.boxes-rking .wns,.boxes-rking .losss{font-size:16px}
.boxes-rking .losss{color:#dc833d}
.boxes-rking .title{font-weight:700;font-size:17px;text-transform:uppercase;text-align:center}
.boxes-rking .tm-lg{width:110px;height:110px;margin:0 auto;text-align:center}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
.boxes-rking .tm-lg{margin-bottom:14px}
}
@media screen and (min-width: 1440px) {
.boxes-rking .tm-lg{position:absolute;left:0;top:0}
}
.boxes-rking .tm-lg span{margin-top:27px}
.boxes-rking .tm-nm{margin-bottom:7px;color:#fefefe;font-size:22px;text-shadow:0 0 14px #fefefe}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
.boxes-rking .tm-nm{display:block}
}
.boxes-rking .wns{color:#3ec40f;width:max-content}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
.boxes-rking .wns,.boxes-rking .losss{font-size:14px}
}
.boxes-rking .wns,.boxes-rking .losss,.boxes-rking .tm-nm{font-weight:700}
.boxes-rking > li{display:block;vertical-align:top;margin:0 auto 30px;padding:16px;background:#1c0f56;border:1px solid #7461cd;color:#7e6adc;text-align:center}
@media screen and (min-width: 420px) {
.boxes-rking > li{float:right}
}
@media screen and (min-width: 1024px) {
.boxes-rking > li{margin-right:34px;margin-bottom:0}
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
.boxes-rking > li{width:30%}
}
@media screen and (min-width: 1440px) {
.boxes-rking > li{margin-right:20px}
}
.boxes-rking > li > div{padding:22px 0}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
.boxes-rking > li > div{padding-bottom:10px}
}
@media screen and (min-width: 1440px) {
.boxes-rking > li > div{margin:0 auto;padding:22px 4px 5px 120px;text-align:left;position:relative;top:-10px}
}
.boxes-rking > li::before{display:none}
@media screen and (min-width: 1024px) {
.boxes-rking > li:first-child{display:inline-block;position:relative}
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
.boxes-rking > li:first-child{left:-6px}
}
@media screen and (min-width: 1024px) {
.boxes-rking > li:first-child > div{margin:0 auto}
}
@media screen and (min-width: 1440px) {
.boxes-rking > li:first-child > div{margin:0 auto}
}
@media screen and (min-width: 640px) {
.boxes-rking > li:not(:first-child){display:inline-block}
}
@media screen and (min-width: 800px) and (max-width: 1023px) {
.boxes-rking > li:not(:first-child){margin-bottom:0}
}
@media screen and (max-width: 1023px) {
.boxes-rking > li:nth-child(2){margin-right:36px}
}
@media screen and (min-width: 1024px) {
.boxes-rking > li:nth-child(2){float:left}
.boxes-rking > li:nth-child(3){margin-right:0}
}
.boxes-rking > li:nth-child(3){margin-bottom:0}
@media screen and (max-width: 1024px) {
.boxes-rking::before{content:'';width:85px;height:70px;background:url(/assets/images/general-sprite.webp) 5px -377px no-repeat;display:inline-block;position:relative;top:65px;left:200px}
}
.boxes-tips .d-n .title::before{background-position:-180px -116px}
.boxes-tips .d-p .title::before{background-position:-155px -174px}
.boxes-tips .title{padding-left:66px;font-weight:400;font-size:18px;position:relative}
@media screen and (min-width: 1024px) {
.boxes-tips .title{font-size:20px}
}
.boxes-tips .title::before{content:'';position:absolute;left:0;top:-8px;width:48px;height:48px;background:url(/assets/images/general-sprite.webp) no-repeat}
@media screen and (min-width: 1024px) {
.boxes-tips > .d-n{margin-right:8%}
}
.boxes-tips > div{padding:17px 23px 15px;background:#041d4e;border:1px solid #103762;color:#fff}
@media screen and (min-width: 1024px) {
.boxes-tips > div{float:left;width:46%}
}
.boxes-tips li{padding:14px 14px 14px 53px;background:#121f6b}
.boxes-tips li > div::before{content:'';position:absolute;left:-42px;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transform:translateY(-50%);width:30px;height:30px;background:url(/assets/images/general-sprite.webp) -145px -269px no-repeat}
.boxes-tips li,.boxes-tips li > div{position:relative}
.boxes-tips li::after{bottom:0;-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transform:rotate(180deg)}
.boxes-tips li::before{top:0}
.boxes-tips li::before,.boxes-tips li::after{content:'';position:absolute;left:0;width:100%;height:2px;background:url(/assets/images/boxes-tips-line.png) left top no-repeat}
.boxes-y-n li{line-height:64px;padding-right:4px;padding-left:45px;background:#002157;border:1px solid #003557;position:relative;color:#fff}
.boxes-y-n li span{vertical-align:middle;line-height:1.3;font-family: var(--heading-font);}
.boxes-y-n li.e-ml::before{width:27px;height:20px;background-position:-10px -271px}
.boxes-y-n li.lv-ch::before{width:27px;height:20px;background-position:-47px -271px}
.boxes-y-n li.no::before{background-position:-10px -301px}
.boxes-y-n li.selected{background:#1c0f56;border-color:#391876}
.boxes-y-n li.tel::before{width:21px;height:21px;background-position:-78px -303px}
.boxes-y-n li.yes::before{background-position:-44px -301px}
.boxes-y-n li::before{width:24px;height:23px;position:absolute;left:13px;top:50%;margin-top:-10px;background:url(/assets/images/general-sprite.webp) no-repeat}
.boxes-y-n li:nth-child(4n+4){margin-right:0}
@media screen and ( max-width:767px) {
.boxes-y-n-wrap{margin-top:0!important}
}
@media screen and (min-width: 640px) {
.boxes-y-n-wrap.to-fl-l{float:left;margin-right:36px}
}
.boxes-y-n-wrap.to-fl-l .title{font-weight:500;font-size:17px;line-height:1.3;text-align:center}
.boxes-y-n.cust-sup li{padding-left:50px;line-height:56px;font-weight:500;font-size:16px}
.boxes-y-n.cust-sup li::before{-ms-transform:translateY(17%);transform:translateY(17%);-webkit-transform:translateY(17%)}
.boxes-y-n.to-fl{margin:30px auto 15px;color:#fff}
@media screen and (min-width: 640px) {
.boxes-y-n.to-fl{padding:0 5%}
}
@media screen and (min-width: 1440px) {
.boxes-y-n.to-fl{padding:0 2%}
}
.boxes-y-n.to-fl li{margin-bottom:15px}
@media screen and (min-width: 640px) {
.boxes-y-n.to-fl li{float:left}
}
@media screen and (min-width: 640px) and (max-width: 799px) {
.boxes-y-n.to-fl li{float:left;width:45%}
}
@media screen and (min-width: 800px) and (max-width: 1023px) {
.boxes-y-n.to-fl li{width:38%}
}
@media screen and (min-width: 1024px) {
.boxes-y-n.to-fl li{width:233px;margin-right:50px}
}
@media screen and (min-width: 1150px) and (max-width: 1199px) {
.boxes-y-n.to-fl li{margin-right:10px}
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
.boxes-y-n.to-fl li{margin-right:22px}
}
@media screen and (min-width: 1440px) {
.boxes-y-n.to-fl li{margin-right:40px}
}
@media screen and (min-width: 640px) and (max-width: 799px) {
.boxes-y-n.to-fl li:nth-child(2n+2){margin-left:5%}
}
@media screen and (min-width: 800px) and (max-width: 1023px) {
.boxes-y-n.to-fl li:nth-child(2n+2){margin-left:19%}
}
.btn-custom-lg{display:block;padding:15px;clear:both;margin-bottom:15px;background-color:#4e52c1;color:#fff}
.btn-holder{display:inline-block;width:100%;position:relative;height:auto;background:#fff;background:linear-gradient(0deg,#f90000 0%,#fff0 100%)}
@media screen and (max-width: 1023px) {
.btn-holder{display:block}
}
@media screen and (min-width: 1024px) {
.btn-holder{display:none}
}
.btn-holder button{display:block;margin:auto;position:relative;color:#fff;background-color:#5ba6e8;border:unset;width:auto}
.btn-holder.active{top:unset;height:auto;margin-bottom:0}
.btn-holder.active button{bottom:unset}
.button a,.button-2 a{color:#fefefe;border:1px solid transparent;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}
.button a,.button-2 a:hover{background:#1d62e2;border-color:#0d71bc}
.button a:hover,.button-2 a{background:#dc833d;border-color:#e1ac46;text-decoration:none}
.button-2 .nv-popup{text-transform:none!important;display:block;cursor:pointer}
.calm-btn{font-size:18px;padding:15px 20px;min-width:430px;margin:10px auto;box-sizing:border-box}
.car img,.pizza img{position:relative;z-index:1;bottom:0;width:422px;display:block;margin:auto;margin-top:123px}
@media screen and ( max-width:767px) {
.car img,.pizza img{margin-top:unset}
}
.casino-en-vivo{width:350px;max-width:95%;margin:10px auto}
@media screen and (min-width: 640px) {
.casino-en-vivo{width:fit-content;max-width:initial}
}
@media screen and (min-width:640px) {
.casino-en-vivo{float:right;margin:0 0 0 10px}
}
.casino-info{display:block;float:right;margin-left:23px}
@media screen and (min-width: 640px) {
.casino-info-2{width:100%!important}
}
.casino-vs::before{content:'';width:85px;height:70px;background:url(/assets/images/general-sprite.webp) 5px -377px no-repeat;display:inline-block;position:relative;top:65px;right:13px}
.center{display:block;margin:auto;margin-bottom:20px}
.center-align{text-align:center}
.child-togg{width:22px;height:17px;position: absolute;top: 50%; right: 5px; transform: translate(0, -50%);}
.child-togg.active{transform:translate(-8px, 0) rotate(180deg); top: 0;}
.child-togg.active::before{left: 12px;    top: 5px;}
.child-togg::before{content:"";position:absolute;top:50%;left:14px;-webkit-transform:translate(-50%)}
.child-togg::before,#top-nav .child-true > a::after,#top-nav .child-true > span::after,.latest-ns .button a::before{width:12px;height:7px;background:url(/assets/images/general-sprite.webp) -242px -96px no-repeat;}
.clearfix:after,.uol-grid::after{content:"";display:table;clear:both}
.click-trigger .pop-box{transform:none;-webkit-transform:none}
.click-trigger .pop-box:first-child:before,.click-trigger .pop-box:last-child:before{content:none}
.click-trigger .popup-wrap{position:relative;height:auto;top:50%;transform:translateY(-50%);text-align:center}
@media screen and (max-height: 791px) and (max-width: 1030px) {
.click-trigger .popup-wrap{height:calc(100vh - 100px)!important}
}
.col-2{column-count:2}
@media screen and (max-width: 964px) {
.col-2{display:block;width:100%}
.col-2-img{float:none!important;display:block;margin:15px auto!important}
}
.comparison{width:350px;max-width:95%;margin:10px auto;background:#404040;border:2px solid #6ab9e6ff;padding:15px}
@media screen and (min-width: 640px) {
.comparison{width:420px;max-width:initial}
}
@media screen and (min-width: 960px) {
.comparison{float:right;margin:10px 0 0 20px}
}
.comparison .first-box{position:relative;margin-bottom:75px}
@media screen and (min-width: 640px) {
.comparison .first-box{margin-bottom:0;margin-right:15%;float:left}
}
@media screen and (min-width: 960px) {
.comparison .first-box{float:left;width:40%}
}
@media screen and (min-width: 640px) {
.comparison .first-box,.comparison .second-box{width:40%}
}
.comparison .first-box,.comparison .second-box,.casino-en-vivo .first-box,.casino-en-vivo .second-box{width:250px;max-width:90%;padding:20px;vertical-align:top;background:#6bb9e799;border:1px solid #2cdaea;color:#f9f9f9;text-align:center;margin:0 auto}
.comparison .first-box:after{content:'';width:85px;height:70px;background:url(/assets/images/general-sprite.webp) 5px -377px no-repeat;display:inline-block;position:absolute;top:123%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}
@media screen and (min-width: 640px) {
.comparison .first-box:after{top:50%;left:89%;transform:translate(10%,-50%);-webkit-transform:translate(10%,-50%);-o-transform:translate(10%,-50%);-ms-transform:translate(10%,-50%)}
.comparison .second-box{float:right}
}
@media screen and (min-width: 960px) {
.comparison .second-box{float:right}
}
.comparison a{color:#fff711}
.comparison a:hover{text-decoration:underline}
.consent .popup-wrap{width:328px}
.consent-first{text-align:center;display:block;font-size:22px}
.consent-second{text-align:center;display:block;font-size:18px;margin-top:25px}
.contaco-width{width:100%;display:block}
.container,.container-lg,.container-md,.container-sm,.container-xl{width:1200px;max-width:100%}
.content.hideContent p{margin-bottom:20px}
.count-ing{list-style:none;counter-reset:item;padding-left:10px}
@media screen and (min-width: 640px) {
.count-ing{padding-left:20px}
.count-ing{padding-left:30px}
}
.count-ing > li{counter-increment:item;margin-bottom:30px;padding-left:40px;position:relative}
.count-ing > li::after{content:'';position:absolute;left:14px;top:26px;border-left:2px solid #0da20d;height:100%;z-index:-1}
.count-ing > li::before{content:counter(item);position:absolute;left:0;top:-4px;width:30px;line-height:26px;background:#d7d7d7;border:2px solid #128912;border-radius:50%;color:#128912;font-weight:700;text-align:center}
.count-ing > li:last-child::after{height:0}
.d-block{display:block}
.d-n h3{color:#fff}
.d-s ul{text-align:left}
.dark-background{background:#000000e8 url(/assets/images/top-p-rev-bg.png) no-repeat;background-position:right 27% bottom 50%}
.description{width:66%!important}
@media screen and (max-width: 1023px) {
.description{width:100%!important}
}
.error-img{margin-bottom:30px}
.error_message{color:red;margin-bottom:15px;width:355px;border:1px solid red;padding:15px;font-size:13px}
.float-center{clear:both;display:block;margin-left:auto;margin-right:auto}
.float-left{float:left;margin-right:1.6rem}
@media screen and (max-width: 632px) {
.float-left{float:none;display:block;margin:10px auto}
}
.float-left,.float-right{display:inline;margin-top:0;margin-bottom:5px}
.float-right{float:right;margin-left:1.6rem}
@media screen and (max-width: 632px) {
.float-right{float:none;display:block;margin:10px auto}
}
.fred-nieves{margin-bottom:120px}
.full-width{width:100%!important}
.full-width-caption{margin-top:10px;text-align:center;font-size:smaller;color:#a5cadf;font-style:italic}
.games{margin:0!important;text-align:center}
.games > li{margin-bottom:10px;background:#fff;padding:0;background-position:right bottom;-webkit-transition:background 500ms linear;-moz-transition:background 500ms linear;-o-transition:background 500ms linear;transition:background 500ms linear;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}
.games > li,.games > li > a{display:inline-block;margin:0 auto;padding-left:unset;width:200px;height:100px;border-radius:10px}
.games > li::before{content:none}
.games > li:hover{text-decoration:none;background-position:left bottom;background-color:transparent;-webkit-transform:scale(1.06);transform:scale(1.06);width:260px}
@media only screen and (max-width: 1023px) {
.games-list.col-2{columns:1}
}
.general-info-table{margin:6px 0}
.general-info-table tr{display:block;margin-bottom:10px}
.general-info-table tr td{text-align:left;padding:0}
.go-button{text-align:center; text-decoration:none!important;color:#fff;border-radius:5px;font-size:15px;font-weight:500;}
.go-button,.go-button1{width:250px;max-width:100%;font-size:16px;line-height:1.4;color:var(--cta-btn-c)!important;border-radius:10px;background:var(--cta-btn-bg);text-decoration:none;font-weight:500;transition:var(--transition);letter-spacing:.1px;font-family:var(--heading-font);text-transform:uppercase;font-weight:bold}
.go-button1{position:absolute;margin-top:-70px;z-index:-1;-webkit-filter:blur(30px);filter:blur(30px);opacity:.8;text-decoration:none}
.go-button.lg{width: auto;}
.go-button:hover{background:color-mix(in srgb,var(--cta-btn-bg) 80%,transparent);color:var(--cta-btn-c)}
@media only screen and (max-width: 767px) {
.hidden{display:none}
}
.horiz{display:inline-flex;margin:auto}
@media(max-width: 800px) {
.horiz{display:block}
}
.horiz li{margin-right:10px}
.img-gallery .img-thumbnail{height: 200px;object-fit: contain;}

.hots-characters{background:#002157c2;border:1px solid #032d51;margin-bottom:20px;width:100%;-webkit-box-shadow:0 0 7px 0 #4d9df7;-moz-box-shadow:0 0 7px 0 #4d9df7;box-shadow:0 0 7px 0 #4d9df7}
@media screen and (min-width: 640px) {
.hots-characters{width:90%}
}
@media screen and (min-width: 1024px) {
.hots-characters .box1{width:39%}
.hots-characters .box1-about{width:20%}
}
.hots-characters .box1-about p.about-age{text-align:center;margin-bottom:7px}
.hots-characters .box1-about p.about-name{text-align:center;font-style:italic}
.hots-characters .box1-about p.about-name span{color:#6bb9e7}
@media screen and (min-width: 1024px) {
.hots-characters .box2{width:19%}
.hots-characters .box2-about{width:19%}
.hots-characters .box3{width:19%}
}
@media screen and (max-width: 1023px) {
.hots-characters .box3{clear:both}
}
@media screen and (min-width: 1024px) {
.hots-characters .box3-about{width:30%}
.hots-characters .box4{width:19%}
.hots-characters .box4-about{width:30%}
}
.hots-characters .title{padding:0 4px 6px;color:#6bb9e7;font-weight:500;font-size:17px;position:relative}
.hots-characters > div{padding:10px;text-align:center}
@media screen and (min-width: 640px) {
.hots-characters > div{padding:10px;width:50%;float:left;display:inline-block}
}
@media screen and (min-width: 1024px) {
.hots-characters > div{float:left}
.hots-characters p{text-align:left}
}
.hots-links{padding:0 0 30px 20px}
.hots-tips-tricks{width:100%;display:block;margin:0 auto 20px;text-align:center}
.hots-tips-tricks .hots-tips-tricks-element{display:inline-block;width:32%;height:auto;border-radius:5px;margin:.5%;background:var(--bg-tr);vertical-align:top}
.hots-tips-tricks img{height: 190px;object-fit: contain;}
@media screen and (max-width: 866px) {
.hots-tips-tricks .hots-tips-tricks-element{max-width:100%;width:42%;margin-bottom:10px}
}
@media screen and (max-width: 632px) {
.hots-tips-tricks .hots-tips-tricks-element{display:block;margin:0 auto 10px;width:86%}
}
.hots-tips-tricks .hots-tips-tricks-element p.tips-text{font-size:14px;color:#fff;text-align:center;padding:0 22px;min-height:205px}
@media screen and (max-width: 983px) {
.hots-tips-tricks .hots-tips-tricks-element p.tips-text{min-height:285px}
}
@media screen and (max-width: 866px) {
.hots-tips-tricks .hots-tips-tricks-element p.tips-text{min-height:195px}
}
@media screen and (max-width: 820px) {
.hots-tips-tricks .hots-tips-tricks-element p.tips-text{min-height:242px}
}
@media screen and (max-width: 632px) {
.hots-tips-tricks .hots-tips-tricks-element p.tips-text{min-height:130px}
}
.hots-tips-tricks .hots-tips-tricks-element span.tips-image{display:block;margin:10px auto;padding:5px 7px}
.hots-tips-tricks .hots-tips-tricks-element span.tips-title{display:block;margin:5px auto;border-bottom:1px solid color-mix(in srgb,var(--accent),transparent 70%);color:#fff;font-weight:500;font-size:17px;position:relative;text-align:center;font-family:var(--heading-font)}
@media screen and (max-width: 866px) {
.hots-tips-tricks .tips-resp{width:86%}
}
@media screen and (max-width: 820px) {
.hots-tips-tricks .tips-resp p.tips-text{min-height:115px}
}
@media screen and (max-width: 983px) {
.hots-tips-tricks-element{max-width:28%}
}
@media screen and (max-width: 1187px) {
.img-arthas-talents{width:48%}
}
@media screen and (max-width: 866px) {
.img-arthas-talents{float:none;display:block;margin:20px auto;text-align:center;width:78%}
}
.img-caption{max-width:34%;display:inline-block;margin-right:15px;padding-bottom:15px;text-align:center}
@media screen and (max-width: 632px) {
.img-caption{max-width:100%}
}
.img-caption p.img-caption-text{margin-top:7px;font-size:13px;font-style:italic;text-align:center;color:#a5cadf}
@media screen and (max-width: 1023px) {
.img-hots-logo-tips{display:none}
}
@media screen and (max-width: 632px) {
.img-hots-logo-tips{display:none}
}
@media screen and (max-width: 500px) {
.img-responsive{float:none!important;display:block;margin:15px auto!important}
}
.inf-full-width{width:100%!important}
@media screen and (min-width: 1023px) {
.juegos-width{width:max-content!important}
}
.juegos-width a{border:none!important}
.last-p{margin-bottom:100px!important}
.last-p-bet365{margin-bottom:150px!important}
.last-p-bwin{margin-bottom:120px!important}
.latest-ns .block-e > .title{text-transform:uppercase}
@media screen and (min-width: 640px) {
.latest-ns .block-e > .title{height:42px}
}
.latest-ns .block-e > .title a:hover{color:#dc833d;text-decoration:none}
.latest-ns .blocks > div{margin-bottom:30px}
@media screen and (min-width: 640px) {
.latest-ns .blocks > div{float:left;width:45%;margin-right:5%}
}
@media screen and (min-width: 1440px) {
.latest-ns .blocks > div{width:243px;margin-right:56px}
}
@media screen and (min-width: 640px) {
.latest-ns .blocks > div:last-child{margin-right:0}
}
.latest-ns .blocks:not(:first-child){display:none}
.latest-ns .button{margin-top:22px;text-align:right}
.latest-ns .button a{padding:6px 13px 6px 21px;position:relative}
.latest-ns .button a::before{content:'';-ms-transform:rotate(270deg);transform:rotate(270deg);-webkit-transform:rotate(270deg);left:7px;top:13px}
.latest-ns .cont{font-size:14px}
@media screen and (min-width: 640px) {
.latest-ns .cont{height:256px}
}
.latest-ns .title{text-align:center}
.latest-ns > .title{margin-bottom:24px;padding:6px;background:#1d62e240;border:1px solid #153368;font-weight:500;font-size:20px}
@media screen and (min-width: 1440px) {
.latest-ns > .title{font-size:22px}
}
.latest-ns > nav > .arrow-wrap{display:inline-block;width:35px;height:35px;background-color:#0b0b2f;border:1px solid #151447;position:static}
.latest-ns > nav > .arrow-wrap > div{vertical-align:middle;width:9px;height:10px;background:url(/assets/images/general-sprite.webp) -155px -152px no-repeat;position:relative;top:6px;left:8px}
.latest-ns > nav > .scroll-right{margin-left:2px}
.latest-ns > nav > .scroll-right > span{-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transform:rotate(180deg)}
.latest-ns > nav > div:hover{background-color:#16419d;border-color:#18407f;cursor:pointer}
.latest-ns img{display:block;width:243px;height:103px;margin:12px auto 16px}
@media screen and (min-width: 640px) {
.latest-ns img{width:340px;height:133px}
}
@media screen and (min-width: 1024px) {
.latest-ns img{width:405px;height:172px}
}
@media screen and (min-width: 1440px) {
.latest-ns img{width:243px;height:103px}
}
.left{float:left;margin-right:15px;margin-bottom:10px}
.lg-in-n{padding:30px 0 20px}
.lg-in-n,.bann-in-n{text-align:center}
.lightbox{position:fixed;top:51px;left:0;width:100%;height:100%;padding-top:40px;background:#00000080 repeat;text-align:center;overflow:auto}
@media screen and (min-width: 1024px) {
.lightbox{top:61px}
}
.lightbox img{max-width:920px}
@media screen and (max-width: 1439px) {
.lightbox img{max-width:100%}
}
.lightbox p:hover{cursor:pointer}
.lightbox.scroll-content-wrap .arrow-wrap{width:40px;height:100px;padding-top:40px;padding-left:14px;background-color:#0006;z-index:10}
.lightbox.scroll-content-wrap .arrow-wrap > div{margin-top:0;margin-left:0}
.lightbox.scroll-content-wrap .arrow-wrap.lft{left:10px}
.lightbox.scroll-content-wrap .arrow-wrap.rght{right:8px}
.lightbox.scroll-content-wrap .arrow-wrap.rgt{right:10px}
.lightbox.scroll-content-wrap .arrow-wrap:hover{cursor:pointer;background-color:#000000b3}
.lightbox_content-wrap{display:inline-block;position:relative}
@media screen and (max-width: 1439px) {
.lightbox_content-wrap{max-width:70%}
}
.lightbox_content-wrap > .close{position:absolute;right:-28px;top:-25px;width:24px;height:24px;background:url(/assets/images/general-sprite.webp) -183px -332px no-repeat}
.lightbox_content-wrap > .close:hover{cursor:pointer}
.list-inline{padding-left:0;list-style:none}
.list-inline-item{display:inline-block}
.list-inline-item:not(:last-child){margin-right:.5rem}
.list-unstyled{padding-left:0;list-style:none}
@media screen and (max-width: 632px) {
.logos{text-align:center}
}
.main-table{width:100%;font-family:var(--heading-font)}
.main-table .bet365-terms-top{border-bottom:unset}
.main-table .bg-billy-bets,.main-table .bg-casinolab,.main-table .bg-bankonbet,.main-table .bg-tsars{background-color:#000}
.main-table .bonus{font-weight:700;font-size:24px}
.main-table .h-capt{margin-bottom:24px}
.main-table .hide{display:none}
.main-table .offer::before{content:'';position:absolute;left:2px;top:30%;margin-top:-3px;width:26px;height:22px;background:url(/assets/images/general-sprite.webp) -221px -274px no-repeat}
.main-table .outgoing{padding:9px;background:var(--cta-btn-bg);font-size:18px;text-transform:uppercase;border-radius:4px;display:block;width:240px;max-width:100%;margin:1rem auto;transition:var(--transition)}
.main-table .outgoing:hover{background:color-mix(in srgb,var(--cta-btn-bg) 80%,transparent)}
.main-table .position{position:absolute;left:0;top:50%;transform:translateY(-50%)}
.main-table .position > span{width:34px;line-height:32px;margin-left:7px;vertical-align:middle;background:#5ba6e880;border-radius:50%;font-weight:700;font-size:18px;text-align:center}
@media screen and (min-width: 1024px) {
.main-table .score-wrap::before{position:absolute;top:10px;left:-31px}
}
.main-table .tb-size{height:60px;width:180px;margin:0 auto}
.main-table :is(a.outgoing,span.outgoing){text-decoration:none}
.main-table [class*='logo-']{height:100%;width:100%}
.main-table caption{caption-side:top;display:block}
.main-table span.offer{width:44%;position:relative;padding-left:40px;float:left}
@media screen and (max-width: 964px) {
.main-table span.offer{width:100%}
}
.main-table span.score,.main-table span.score-wrap{position:relative}
.main-table span.score-wrap{padding-left:1px;margin-top:12px}
.main-table tbody tr{color:var(--c-tr);background: var(--tr-bg);}
.main-table tbody tr:first-child .position > span,.main-table tbody tr:nth-child(2) .position > span,.main-table tbody tr:nth-child(3) .position > span{width:52px;line-height:48px;margin-left:0;color:#91dc5a;background:url(/assets/images/general-sprite.webp) -177px -49px no-repeat;border:none;border-radius:initial}
.main-table tr.bet365-terms td{font-size:11px}
.main-table.mg-30 span.not-ready{color:#f4f8ff}
.main-table.mg-30.sports span.score-wrap{margin-top:0}
.main-table.sports .score-wrap::before{position:relative;top:0;left:-10px}
@media screen and (max-width: 806px) {
.main-table.sports tr td:nth-child(3),.main-table.sports tr td:nth-child(4){display:inline-block;width:100%}
.main-table.sports tr td:nth-child(4){position:relative;top:auto;right:auto}
}
.main-wrap.overlay:after{content:'';background:color-mix(in srgb,#000,transparent 50%);position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;z-index:0;transform:var(--transition)}
.mb-3{margin-bottom:2rem}
.mg-30{margin:30px auto}
.mg-top{margin-top:-27px}
.mg-top-40{margin-top:40px}
@media screen and ( max-width:500px) {
.mg-top-40{margin-top:5px}
}
.more-games > .title{text-align:center;padding:10px 29px;font-size:20px;font-weight:700;color:#fff;width:fit-content;margin:10px auto 20px;background:var(--bg-tr);border-radius:10px;font-family: var(--heading-font);}
.more-gm{margin:30px auto 0}
.more-gm > li{margin-bottom:30px;padding:0;text-align:center}
.more-gm > li::before{display:none}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
.more-gm.uol-grid.c5 > li:last-child,.more-gm.uol-grid.c5 > li:nth-last-child(2){width:50%!important}
}
@media screen and (min-width: 800px) and (max-width: 1023px) {
.more-gm.uol-grid.c5 > li:last-of-type{width:100%}
}
.morecontent span{display:none}
.morelink{display:block}
.mr-top{margin-top:-20px}
.mt-5{margin-top:5rem}
.mx-auto{margin:0 auto}
@media screen and (min-width: 1023px) {
.nav-center{display:flex;justify-content:center}
}
.no-m-p{margin:0;padding:0}
.no-mg{margin:0}
.no-padding{padding:15px!important}
.no-pd{padding:0}
.note{padding:35px 24px 27px;background:#5ba6e84d;border:1px solid #15388a;margin-bottom:20px;text-align:center}
.note .button-2{margin-top:10px}
.note .button-2 a{padding:10px;font-size:16px}
.note p{text-align:center}
.offer{font-size:19px}
.one-half{width:48%}
@media screen and (max-width: 1000px) {
.one-half{width:100%}
}
.one-l-rev{display:table;width:258px;padding:16px 10px;background:#002157;border:2px solid #1d62e2;text-align:center}
@media screen and (min-width: 640px) and (max-width: 799px) {
.one-l-rev{width:558px}
}
@media screen and (min-width: 640px) {
.one-l-rev{width:674px}
}
@media screen and (max-width: 799px) {
.one-l-rev{padding:16px 10px}
}
.one-l-rev .button-2{display:block}
@media screen and (min-width: 640px) {
.one-l-rev .button-2{margin-top:7px;margin-left:20px}
}
.one-l-rev .button-2 > a{width:80%;padding:14px 20px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;font-weight:500;font-size:16px;line-height:1}
@media screen and (min-width: 640px) and (max-width: 799px) {
.one-l-rev .button-2 > a{width:40%}
}
.one-l-rev .offer{color:#3ec40f;margin-bottom:10px}
.one-l-rev .offer span{display:block;font-weight:700;font-size:20px}
.one-l-rev > *{display:table-cell;vertical-align:middle}
@media screen and (max-width: 799px) {
.one-l-rev > *{display:block}
}
@media screen and (min-width: 640px) and (max-width: 799px) {
.one-l-rev > :not(:last-child){display:inline-block;width:21%}
.one-l-rev > ul{width:50%!important;margin:0 16px}
}
.one-l-rev li{margin-bottom:4px;padding-left:2px}
.one-l-rev li::before{content:'\2714\0020';width:auto;height:auto;margin-right:9px;background:transparent}
.one-l-rev li:last-child{margin-bottom:0}
.one-l-rev ul{text-align:left}
@media screen and (min-width: 640px) {
.one-l-rev ul{width:43%}
}
@media screen and (max-width: 799px) {
.one-l-rev ul{text-align:left}
}
.out-b,.in-b{display:inline-block;color:#fff;font-weight:700;border-radius:4px}
.out-b,.out-b:hover,.out-b:active,.out-b:focus,.in-b:hover,.in-b:active,.in-b:focus{color:#fff;text-decoration:none}
.out-link span,.out-b > span,.in-b > span{display:block;border:1px solid #fff}
.p-b{margin:14px auto}
.p-b a{letter-spacing:1px}
.p-b a span{padding:8px 40px;position:relative}
.p-b a span::after{content:'';position:absolute;width:42px;height:42px;background:url(/assets/images/general-sprite.webp) -213px -176px no-repeat;top:10px;right:14px}
.p-b a span::before{left:14px;content:'';position:absolute;width:42px;height:42px;background:url(/assets/images/general-sprite.webp) -213px -174px no-repeat;top:8px}
@media screen and (max-width: 450px) {
.p-b a span::before,.p-b a span::after{transform:scale(0.8)}
}
.p-b.big a{width:350px;max-width:100%;font-size:15px}
.p-b.big a span{padding:6px 40px;cursor:pointer;line-height:44px;color:#fff;border-radius:10px;background:#ff5e3a;background-size:600%;-webkit-animation:anime 16s linear infinite;animation:anime 16s linear infinite;display:block;margin-top:10px;text-decoration:none;font-weight:500}
@media screen and (max-width: 450px) {
.p-b.big a span{font-size:13px}
}
@media screen and (min-width: 767px) {
.p-b.big.center-align.mobile-button{display:none}
}
.payments-table{position:relative;white-space:nowrap;text-align:center}
.payments-table tbody tr{background:#fff;color:#180860}
.payments-table tbody tr td:first-child{background:#fff}
.payments-table tbody tr:not(:last-child) td:after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:95%;height:1px;background-color:#125dd533}
.payments-table td:not(:first-child){position:relative}
.payments-table thead{color:#180860;background:#fff;border-bottom:1px solid #125dd533}
.payments-table thead tr th:first-child{background:#fff}
.payments-table thead tr th:first-child,.payments-table tbody tr td:first-child{position:sticky;left:-1px;min-width:200px;padding:8px;z-index:2}
.payments-table thead tr th:first-child:before,.payments-table tbody tr td:first-child:before{content:'';position:absolute;top:0;right:0;width:1px;height:100%;background-color:#125dd533}
.payments-table thead tr th:not(:first-child),.payments-table tbody tr td:not(:first-child){width:20%}
.payments-table-container{overflow-y:visible;width:1000px;max-width:95%;margin:1rem auto;overflow-x:auto;box-shadow:#63636333 0 2px 8px 0}
.quick-nav{margin:30px auto;margin:0 auto 20px;width:350px;max-width:100%;font-family:var(--heading-font);background:#f7f7f7}
.quick-nav > .title{padding:5px;font-weight:700;font-size:15px;text-align:center;color:var(--qnav-c);border-bottom:1px solid #bbb}
.quick-nav > ul{padding:21px 31px 0;text-align:center}
.quick-nav a{display:block;padding:5px 0 7px 20px;color:var(--qnav-c);font-size:14px;position:relative}
.quick-nav a:hover{color:var(--accent2)}
.quick-nav li{margin-bottom:5px;padding:0;display:block;text-align:left}
.quick-nav li > a::before{content:'▶';position:absolute;left:4px;top:50%;transform:translateY(-50%)}
.quick-nav li:not(:last-child){border-bottom:1px solid #d3d3d3}
.quick-nav span{display:inline-block;vertical-align:middle;line-height:1.2;font-weight:500}
.quick-nav-button{display:none;width:20px;height:20px;position:absolute;top:15px;right:70px;z-index:100;opacity:1}
.quick-nav-button.close{background:url(/assets/images/close.svg) no-repeat}
.quick-nav-button.open{background:url(/assets/images/quick-nav.svg) no-repeat}
.quick-nav-holder{position:absolute;z-index:30;right:5px;top:100%}
@media screen and (min-width: 1200px) {
.quick-nav.to-fl-r{float:right;margin:0 0 10px 24px}
}
@media screen and (max-width: 1199px) {
.quick-navigation.top{position: absolute;right: 0; z-index: 1000;max-width: 100%;}
}
.rev-gall{width:100%;text-align:center}
.rev-gall > li{display:none;width:222px;height:114px;margin:0 auto 20px;padding:0;text-align:center;position:relative}
@media screen and (min-width: 420px) {
.rev-gall > li{width:318px;height:162px}
}
@media screen and (min-width: 640px) {
.rev-gall > li{float:left}
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
.rev-gall > li{width:265px;height:131px}
}
@media screen and (min-width: 1300px) {
.rev-gall > li{width:350px;height:172px}
}
@media screen and (max-width: 1023px) {
.rev-gall > li{float:none;display:block!important;margin:50px auto!important}
}
.rev-gall > li > a{color:#fff}
.rev-gall > li > a > span{position:absolute;left:50%;top:100%;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);font-weight:500;font-size:15px;text-shadow:0 0 10px #000;background:#002157bf;padding:7px 4px}
@media screen and (max-width: 639px) {
.rev-gall > li > a > span{font-size:20px}
}
@media screen and (max-width: 440px) {
.rev-gall > li > a > span{font-size:19px}
}
.rev-gall > li img{width:auto;height:100%}
@media screen and (min-width: 800px) and (max-width: 1023px) {
.rev-gall > li.hide:nth-child(3n+3){margin-left:25px}
}
.rev-gall > li:first-child{display:block}
@media screen and (min-width: 800px) and (max-width: 1023px) {
.rev-gall > li:first-child{margin-left:10px}
}
@media screen and (min-width: 1024px) {
.rev-gall > li:first-child{margin-left:25px}
}
@media screen and (min-width: 1300px) {
.rev-gall > li:first-child{margin-left:12px}
}
.rev-gall > li:hover > a{color:#6bb9e7}
@media screen and (min-width: 640px) {
.rev-gall > li:nth-child(2),.rev-gall > li:nth-child(3){display:block}
}
@media screen and (min-width: 800px) and (max-width: 1023px) {
.rev-gall > li:nth-child(2n+2){margin:0 25px}
}
@media screen and (min-width: 1024px) {
.rev-gall > li:nth-child(2n+2){margin:0 25px}
}
@media screen and (min-width: 1300px) {
.rev-gall > li:nth-child(2n+2){margin:0 12px}
}
@media screen and (min-width: 1024px) {
.rev-gall > li:nth-child(3){display:block}
}
.rev-gall li::before{display:none}
.review-box{padding:2px!important}
.review-box:hover{-webkit-box-shadow:0 0 30px 0 #fff;-moz-box-shadow:0 0 30px 0 #fff;box-shadow:0 0 30px 0 #fff}
.right{float:right;margin-left:15px;margin-bottom:10px}
.row{max-width:1200px;margin:0 auto}
.score,.score > span{height:31px;vertical-align:middle;background:url(/assets/images/general-sprite.webp) repeat-x}
.score > span{background-position:-10px -91px;text-indent:-9999px}
.score{width:160px;background-position:-10px -51px;text-align:left}
.score.small{width:135px;background-position:-10px -131px}
.score.small > span{background-position:-10px -165px}
.score.small,.score.small > span{height:26px}
.score.smallest{width:125px;background-position:-10px -201px}
.score.smallest > span{background-position:-10px -239px}
.score.smallest,.score.smallest > span{height:24px}
.scroll-content-wrap .arrow-wrap{width:20px;height:30px;position:absolute;top:50%;transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%)}
.scroll-content-wrap .arrow-wrap > div{width:10px;height:17px;margin-top:6px;margin-left:4px;background:url(/assets/images/general-sprite.webp) -245px -305px no-repeat}
.scroll-content-wrap .arrow-wrap.lft{left:10px}
.scroll-content-wrap .arrow-wrap.rgt{right:10px}
.scroll-content-wrap .arrow-wrap.rgt .scroll-right{transform:rotate(180deg);-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg)}
.scroll-content-wrap .arrow-wrap:hover{cursor:pointer}
.scroll-content-wrap.gall{padding:0 20px;width:max-content;margin:0 auto}
.scroll-content-wrap.gall .arrow-wrap.lft{left:4px}
.scroll-content-wrap:not(.lightbox):not(.child-true){position:relative}
.serp-table{width:100%}
.serp-table tbody{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}
@media screen and (max-width: 1024px) {
.serp-table tbody{flex-direction:column}
}
.serp-table tbody tr{padding:8px 10px;display:flex;justify-content:space-between;width:45%;font-size:15px;margin:8px 9px 0 0;border-radius:10px}
@media screen and (max-width: 385px) {
.serp-table tbody tr{width:100%!important}
}
@media screen and (max-width: 1024px) {
.serp-table tbody tr{width:80%}
}
.shadow{box-shadow:0 4px 8px 0 #0003 6px 20px 0 #00000030}
.shadow-sm{box-shadow:0 0 5px #00000026!important}
@media only screen and (max-width: 767px) {
.show-more{padding-bottom:15px}
}
@media only screen and (min-width: 768px) {
.show-more{display:none}
}
@media only screen and (max-width: 767px) {
.show-more span.show{padding:7px;background:#123a6f;color:#fff;text-align:center;display:block;margin:10px auto;width:122px;max-width:100%}
}
.showmore{text-align:center;background:#002157;color:#fff;padding:11px;margin:0 auto;display:block;width:135px;max-width:100%;cursor:pointer;margin-top:-20px}
.simple-table{width:100%;text-align:start}
.dark .simple-table{color: var(--body-dark-txt);}
.site-info{margin:8px 0 0;padding:0 16px;font-size:12px}
.sub-links li{border-bottom:1px solid var(--accent);border-right:1px solid var(--accent);box-shadow:0 0 1px var(--accent);padding:.25rem!important}
.sucess_message{color:green;font-weight:700}
.tac td{font-size:10px;text-align:center!important;padding:0 25px!important}
.tandc a[href^="/jugar/"]{position:relative}
.tandc a[href^="/jugar/"]::before{display:none;content:none;position:absolute;right:0;top:120%;width:290px;padding:10px;background:#5ba6e8;border:1px solid #4d5bfb;font-size:10px;text-transform:capitalize;z-index:995;line-height:12px}
.terms{font-style:italic;height:0;text-align:center;margin:10px 0 40px;padding:0;font-size:11px}
@media screen and (max-width: 639px) {
.terms{text-align:center}
}
.terms-center{text-align:center}
.terms-right{float:right;font-size:12px;font-style:italic;height:20px;margin:-8px 14px 0 0}
@media screen and (max-width: 639px) {
.terms-right{float:none;margin-top:40px}
}
.title-b-fd{position:relative}
.title-tab-cap{padding:6px;background:var(--tb-caption-bg) url(/assets/images/patt-tr-2.webp) center 0;font-size:24px;border-top-left-radius:5px;border-top-right-radius:5px;color:#fff;font-weight:500}
@media screen and ( max-width:500px) {
.title-tab-cap{font-size:21px}
}
.top-heroes{width:100%;display:block;margin:0 auto 20px;text-align:center}
@media screen and (max-width: 971px) {
.top-heroes{text-align:center}
}
.top-heroes .top-heroes-avatars{display:block;margin:7px auto;text-align:center}
.top-heroes .top-heroes-element{display:inline-block;width:23%;min-height:190px;margin:.5%;vertical-align:top;background:#002157c2;border:1px solid #032d51;margin-bottom:20px;-webkit-box-shadow:0 0 7px 0 #4d9df7;-moz-box-shadow:0 0 7px 0 #4d9df7;box-shadow:0 0 7px 0 #4d9df7;padding:7px}
@media screen and (max-width: 1173px) {
.top-heroes .top-heroes-element{min-height:200px}
}
@media screen and (max-width: 1104px) {
.top-heroes .top-heroes-element{min-height:220px}
}
@media screen and (max-width: 971px) {
.top-heroes .top-heroes-element{width:35%;min-height:172px}
}
@media screen and (max-width: 792px) {
.top-heroes .top-heroes-element{width:44%}
}
@media screen and (max-width: 659px) {
.top-heroes .top-heroes-element{display:block;margin:20px auto;width:77%;min-height:110px}
}
.top-heroes .top-heroes-element .top-heroes-text p{text-align:left}
.top-heroes .top-heroes-element .top-heroes-text p > strong{text-shadow:.85px .3px #6bb9e7;color:#6bb9e7;margin-right:3px}
.top-heroes .top-heroes-element .top-heroes-wrap{padding:5px 2px 0 5px}
.top-heroes .top-heroes-element div.top-heroes-text{font-size:14px;color:#fff;text-align:left;padding:10px;min-height:86px}
.top-juegos.li-fix{min-height:600px}
.top-juegos.li-fix-wms{min-height:642px}
.top-juegos.ul-fix{display:inline-block}
.top-p-rev{width:100%;background:#002157c2;background-position:right 27% bottom 0;background-size:contain;border:1px solid #032d51}
@media screen and (min-width: 640px) {
.top-p-rev{width:400px}
}
@media screen and (min-width: 800px) and (max-width: 1023px) {
.top-p-rev{width:720px}
}
@media screen and (min-width: 1024px) {
.top-p-rev{width:100%;background-position:right 27% bottom 50%;background-size:initial}
}
.top-p-rev .b-offer{margin-left:-25px;padding-left:50px;color:#3ec40f;font-size:17px;position:relative;margin-bottom:11px}
@media screen and (min-width: 800px) and (max-width: 1023px) {
.top-p-rev .b-offer{margin-left:20px;padding-left:60px}
}
@media screen and (max-width: 639px) {
.top-p-rev .b-offer{display:block;margin-bottom:20px;margin-left:0;padding-left:0;font-size:21px}
}
@media screen and (max-width: 570px) {
.top-p-rev .b-offer{margin-top:45px}
}
.top-p-rev .b-offer span{display:block;font-weight:500;font-size:21px}
@media screen and (min-width: 800px) and (max-width: 1023px) {
.top-p-rev .b-offer span{display:inline-block}
}
@media screen and (max-width: 639px) {
.top-p-rev .b-offer span{display:inline-block;padding-right:5px}
}
.top-p-rev .b-offer,.top-p-rev .button-2{vertical-align:middle}
@media screen and (min-width: 800px) and (max-width: 1015px) {
.top-p-rev .b-offer.not-verificado{position:relative;top:6px}
}
@media screen and (min-width: 1026px) {
.top-p-rev .b-offer.not-verificado{position:relative;top:-15px}
}
@media screen and (max-width: 639px) {
.top-p-rev .b-offer.not-verificado{display:inline-block;width:225px;max-width:100%;top:6px}
}
@media screen and (min-width: 640px) and (max-width: 800px) {
.top-p-rev .b-offer.not-verificado{top:-25px}
}
@media screen and (max-width: 570px) {
.top-p-rev .b-offer.not-verificado::before{left:44%;right:0;transform:translateY(-144%)}
}
.top-p-rev .b-offer.not-verificado:before{content:'';position:absolute;left:8px;top:0;width:32px;height:27px;background:url(/assets/images/general-sprite.webp) -145px -232px no-repeat}
.top-p-rev .b-offer::before{content:'';position:absolute;left:8px;top:13px;width:32px;height:27px;background:url(/assets/images/general-sprite.webp) -145px -232px no-repeat}
@media screen and (min-width: 800px) and (max-width: 1023px) {
.top-p-rev .b-offer::before{top:0}
}
@media screen and (max-width: 570px) {
.top-p-rev .b-offer::before{content:'';position:absolute;left:8px;top:13px;width:32px;height:27px;background:url(/assets/images/general-sprite.webp) -145px -232px no-repeat;left:46%;right:0;transform:translateY(-146%)}
}
@media screen and (min-width: 1024px) {
.top-p-rev .bg-box{background:color-mix(in srgb,var(--bg-rev-box) 50%,transparent)}
}
.top-p-rev .bg-box a{color:var(--accent)}
.top-p-rev .bg-box a:hover{color:var(--accent2)}
.top-p-rev .bonus{color:var(--accent);font-size:26px;font-weight:700}
@media screen and (min-width: 800px) and (max-width: 1023px) {
.top-p-rev .button-2{position:absolute;top:34%;right:1%}
}
.top-p-rev .button-2 a{padding:10px;font-size:16px;text-transform:uppercase}
@media screen and (min-width: 640px) {
.top-p-rev .button-2 a{margin-left:10px}
}
@media only screen and (max-width: 1175px) and (min-width: 1024px) {
.top-p-rev .button-2 a{display:inline-block;margin-top:10px}
}
@media(max-width: 640px) {
.top-p-rev .logo-200.logo-machance{margin-bottom:15px}
}
.top-p-rev .name{margin:12px auto;padding-bottom:58px}
@media screen and (min-width: 640px) {
.top-p-rev .name{padding-bottom:30px}
}
@media screen and (min-width: 800px) and (max-width: 1023px) {
.top-p-rev .name{padding-bottom:0;position:static}
}
@media(max-width: 640px) {
.top-p-rev .name{padding-bottom:0}
}
.top-p-rev .name,.top-p-rev .title{position:relative}
@media screen and (min-width: 800px) and (max-width: 1023px) {
.top-p-rev .name::after{left:40%;top:18px}
}
@media screen and (max-width: 639px) {
.top-p-rev .name::after{-ms-transform:scale(.9);transform:scale(.9);-webkit-transform:scale(.9);left:-10px}
}
.top-p-rev .rev-list li{padding-left:0}
.top-p-rev .score{float:right}
@media screen and (max-width: 1023px) {
.top-p-rev .score.inbr{position:relative;top:10px}
.top-p-rev .score.inoa{margin-top:-2px}
}
.top-p-rev .terms{height:auto;margin:10px 0 0}
@media only screen and (max-width: 1023px) {
.top-p-rev .terms{position:relative;top:6px}
}
.top-p-rev .title{padding:0 4px 6px;color:#fff;font-weight:700;font-size:17px;font-family:var(--heading-font)}
@media screen and ( max-width:500px) {
.top-p-rev .title{padding:16px 4px 6px}
}
@media screen and (min-width: 800px) and (max-width: 1023px) {
.top-p-rev > .d-f{position:relative}
.top-p-rev > .d-f > div{text-align:left}
.top-p-rev > .d-f > div:first-child{width:35%}
.top-p-rev > .d-f > div:nth-child(2){width:65%;padding-top:20px}
}
.top-p-rev > .d-s ul li span,.top-p-rev > .d-t ul li span{font-weight:500}
@media screen and ( max-width:500px) {
.top-p-rev > .d-s ul li span,.top-p-rev > .d-t ul li span{font-style:normal}
}
.top-p-rev > .d-s ul li,.top-p-rev > .d-t ul li{padding:0}
@media screen and ( max-width:500px) {
.top-p-rev > .d-s ul li,.top-p-rev > .d-t ul li{font-style:italic}
}
.top-p-rev > .d-s ul li::before,.top-p-rev > .d-t ul li::before{display:none}
@media screen and (min-width: 800px) and (max-width: 1023px) {
.top-p-rev > .d-s,.top-p-rev > .d-t{width:50%;color:#fff}
.top-p-rev > .d-s,.top-p-rev > .d-t,.top-p-rev > .d-f > div{float:left}
}
.top-p-rev > .d-t ul{text-align:left}
@media screen and (min-width: 640px) {
.top-p-rev > .d-t ul > li br{display:none}
}
@media screen and (max-width: 350px) {
.top-p-rev > .d-t ul li span,.general-info-table td{font-size:12px}
}
.top-p-rev > .d-t ul li.final{padding-top:8px;border-top:1px dashed #32406e}
.top-p-rev > div{padding:10px;text-align:center;color:#fff}
@media screen and (min-width: 640px) {
.top-p-rev > div{padding:20px;color:#fff}
}
@media screen and (min-width: 800px) and (max-width: 1023px) {
.top-p-rev > div{padding-bottom:10px}
}
@media screen and ( max-width:500px) {
.top-p-rev > div{padding:16px}
}
@media screen and (max-width: 1023px) {
.top-p-rev.home{background-size:cover;background-position:center;margin-bottom:5px}
}
.top-p-rev.home .d-s,.top-p-rev.home .d-t{display:none}
@media screen and (min-width: 1024px) {
.top-p-rev.home .d-s,.top-p-rev.home .d-t{display:block}
}
@media screen and (max-width: 1023px) {
.top-p-rev.home .logo-200{margin-top:8px}
}
.top-p-rev.mg-30.clearfix .not-ver{cursor:pointer}
.top-p-tab{width:100%}
@media screen and (min-width: 380px) {
.top-p-tab{width:84%}
}
@media screen and (min-width: 480px) {
.top-p-tab{width:70%}
}
@media screen and (min-width: 640px) {
.top-p-tab{width:100%}
}
@media screen and (max-width: 1439px) {
.top-p-tab{table-layout:fixed}
}
.top-p-tab .h-capt{margin-bottom:24px}
.top-p-tab .offer{padding-left:34px;position:relative}
@media screen and (min-width: 640px) and (max-width: 799px) {
.top-p-tab .offer{padding-left:0;font-size:16px}
}
@media screen and (min-width: 800px) and (max-width: 1023px) {
.top-p-tab .offer{padding:0 20px 0 60px !important}
}
@media screen and (min-width: 1024px) {
.top-p-tab .offer{padding-left:40px}
}
@media screen and (min-width: 640px) and (max-width: 799px) {
.top-p-tab .offer > span{display:block}
}
.top-p-tab .offer::before{content:'';position:absolute;left:2px;top:30%;margin-top:-3px;width:26px;height:22px;background:url(/assets/images/general-sprite.webp) -221px -274px no-repeat}
@media screen and (min-width: 640px) and (max-width: 799px) {
.top-p-tab .offer::before{position:static;display:inline-block}
}
@media screen and (min-width: 1440px) {
.top-p-tab .position{margin-right:13px}
}
@media screen and (max-width: 639px) {
.top-p-tab .position{display:block;margin-bottom:14px}
}
.top-p-tab .position > span{width:41px;line-height:39px;margin-left:7px;vertical-align:middle;background:#ccc;border:1px solid #ddd;border-radius:50%;font-weight:700;font-size:18px;text-align:center}
@media screen and (min-width: 640px) {
.top-p-tab .position > span{margin-right:15px}
}
@media screen and (max-width: 639px) {
.top-p-tab .position > span{margin-left:0}
}
.top-p-tab .score-wrap{padding:5px;position:relative}
@media screen and (min-width: 1024px) {
.top-p-tab .score-wrap{margin-left:41px}
}
@media screen and (max-width: 799px) {
.top-p-tab .score-wrap{display:none}
}
.top-p-tab .score-wrap .score{display:none}
@media screen and (min-width: 1024px) {
.top-p-tab .score-wrap .score{display:inline-block}
.top-p-tab .score-wrap,.top-p-tab .offer{width:44%}
}
.top-p-tab .score-wrap.down::before{background-position:-109px -331px}
.top-p-tab .score-wrap::before{content:'';display:inline-block;vertical-align:middle;width:20px;height:21px;background:url(/assets/images/general-sprite.webp) no-repeat;background-position:-139px -333px}
@media screen and (min-width: 1024px) {
.top-p-tab .score-wrap::before{position:absolute;top:10px;left:-31px}
}
.top-p-tab .separator{height:6px;background:#0d123a99}
@media screen and (max-width: 639px) {
.top-p-tab .separator,.top-p-tab .offer br,.top-sfst-tab .score,.top-sfst-tab tbody td:nth-child(3){display:none}
}
.top-p-tab a.in{font-size:17px}
@media screen and (min-width: 1440px) {
.top-p-tab a.in{float:left;margin:10px 0 0 20px}
}
.top-p-tab a.outgoing{padding:6px;border:1px solid #e1a64a;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background:#bc551aff;background:-webkit-gradient(left top,left bottom,color-stop(0%,#bc551aff),color-stop(100%,#db813cff));background:-webkit-linear-gradient(top,#bc551aff 0%,#db813cff 100%);background:-o-linear-gradient(top,#bc551aff 0%,#db813cff 100%);background:-webkit-gradient(linear,left top,left bottom,from(#bc551aff),to(#db813cff));background:linear-gradient(to bottom,#bc551aff 0%,#db813cff 100%);font-size:18px;text-transform:uppercase}
@media screen and (min-width: 640px) {
.top-p-tab a.outgoing{width:88%}
}
@media screen and (min-width: 1440px) {
.top-p-tab a.outgoing{margin-left:7px;padding:10px 28px}
}
@media screen and (max-width: 639px) {
.top-p-tab a.outgoing{display:block;width:50%;margin:10px auto}
}
.top-p-tab a.outgoing:hover{background:#15449aff;background:-webkit-gradient(left top,left bottom,color-stop(0%,#15449aff),color-stop(100%,#1d61dfff));background:-webkit-linear-gradient(top,#15449aff 0%,#1d61dfff 100%);background:-o-linear-gradient(top,#15449aff 0%,#1d61dfff 100%);background:-webkit-gradient(linear,left top,left bottom,from(#15449aff),to(#1d61dfff));background:linear-gradient(to bottom,#15449aff 0%,#1d61dfff 100%);border-color:#3186f0}
.top-p-tab span{vertical-align:middle}
@media screen and (min-width: 640px) {
.top-p-tab tbody td{padding:8px 2px}
}
@media screen and (min-width: 1440px) {
.top-p-tab tbody td{padding:12px}
}
@media screen and (max-width: 639px) {
.top-p-tab tbody td{padding:6px;border:none}
}
.top-p-tab tbody td:first-child{text-align:left}
@media screen and (max-width: 639px) {
.top-p-tab tbody td:first-child{text-align:center}
}
@media screen and (min-width: 640px) {
.top-p-tab tbody td:last-child{width:24%}
.top-p-tab tbody td:last-child{width:20%}
}
@media screen and (min-width: 1440px) {
.top-p-tab tbody td:last-child,.top-p-tab a.outgoing{width:auto;text-align:right}
}
@media screen and (min-width: 640px) {
.top-p-tab tbody td:nth-child(2){width:22%}
.top-p-tab tbody td:nth-child(2){width:35%}
}
@media screen and (min-width: 1024px) {
.top-p-tab tbody td:nth-child(2){width:45%;padding:0 18px}
}
@media screen and (min-width: 1440px) {
.top-p-tab tbody td:nth-child(2){width:464px}
}
.top-p-tab tbody tr{background:#0c1f5480}
@media screen and (max-width: 639px) {
.top-p-tab tbody tr{margin-bottom:7px;border:1px solid #452fa9}
}
.top-p-tab tbody tr:first-child .position > span,.top-p-tab tbody tr:nth-child(3) .position > span,.top-p-tab tbody tr:nth-child(5) .position > span{width:52px;line-height:48px;margin-left:0;color:#91dc5a;background:url(/assets/images/general-sprite.webp) -177px -49px no-repeat;border:none;border-radius:initial}
.top-p-tab tbody tr:first-child,.top-p-tab tbody tr:nth-child(3),.top-p-tab tbody tr:nth-child(5){background:#123a6fff;color:#fff}
@media screen and (max-width: 639px) {
.top-p-tab tbody tr:first-child,.top-p-tab tbody tr:nth-child(3),.top-p-tab tbody tr:nth-child(6){border-color:#4d5bfb}
}
.top-p-tab tbody tr:hover{background:#107cdaab}
.top-p-tab tbody tr:nth-child(4):hover{background:#123a6fff}
.top-sfst-tab .h-capt{margin-bottom:11px;font-size:20px}
.top-sfst-tab .separator{height:5px;background:transparent}
.top-sfst-tab a.in{display:block}
@media screen and (max-width: 639px) {
.top-sfst-tab a.in{font-size:13px;position:relative;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transform:translateY(-50%)}
}
.top-sfst-tab a.outgoing{padding:10px 17px;font-size:17px;text-transform:uppercase}
@media screen and (max-width: 639px) {
.top-sfst-tab a.outgoing{width:100%;margin-top:10px;padding:6px 17px}
}
.top-sfst-tab tbody td{padding:0 8px;border-width:2px 0}
@media screen and (max-width: 639px) {
.top-sfst-tab tbody td{display:inline-block;vertical-align:top;width:50%;height:64px;padding:0}
}
.top-sfst-tab tbody td:first-child{padding:0;border-left-width:2px}
.top-sfst-tab tbody td:last-child{border-right-width:2px}
@media screen and (max-width: 639px) {
.top-sfst-tab tbody td:last-child{width:100%;border:none}
.top-sfst-tab tbody td:nth-child(2){margin-left:-4px}
}
@media screen and (min-width: 640px) {
.top-sfst-tab tr:not(.separator):hover{background:#75c5ff}
}
.top-sfst-tab-wrap{margin:0 0 30px;padding:11px 14px 16px;background:#5ba6e8ab url(/assets/images/patt-tr-3.webp) -70px 0 repeat;border:1px solid #13249e;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}
@media screen and (min-width: 640px) {
.top-sfst-tab-wrap{width:525px;margin:30px auto;padding-bottom:30px}
}
@media screen and (max-width: 639px) {
.top-sfst-tab-wrap{margin:30px auto;padding:10px 10px 0}
}
@media screen and (min-width: 640px) {
.top-sfst-tab-wrap .offer{font-size:16px}
}
.top-sfst-tab-wrap .offer > span{display:block;font-weight:500}
@media screen and (max-width: 639px) {
.top-sfst-tab-wrap,.bb-tab{width:auto}
}
@media screen and (min-width: 1024px) {
.top-sfst-tab-wrap.to-fl-r{float:right;width:auto;margin:0 0 15px 32px;padding:11px 14px 0}
}
@media screen and (min-width: 480px) {
.uol-grid > li,.uol-grid-wrap > ul{float:left}
}
.uol-grid-wrap.c2 > ul,.uol-grid.c2 > li{width:100%}
@media screen and (min-width: 500px) {
.uol-grid-wrap.c2 > ul,.uol-grid.c2 > li{width:50%}
}
.uol-grid.c2 > li{padding:0 20px}
@media screen and (min-width: 480px) {
.uol-grid.c5 > li{width:50%}
}
@media screen and (min-width: 640px) {
.uol-grid.c5 > li{width:33%}
}
@media screen and (min-width: 1024px) {
.uol-grid.c5 > li{width:25%}
}
@media screen and (min-width: 1440px) {
.uol-grid.c5 > li{width:20%}
}
.video{text-align:center}
.video iframe{height:140px}
@media screen and (min-width: 380px) {
.video iframe{height:235px}
}
@media screen and (min-width: 640px) {
.video iframe{width:534px}
}
.video p.video-caption{width:490px;text-align:center;margin:7px auto;font-size:13px;font-style:italic;color:#a5cadf}
@media screen and (max-width: 590px) {
.video p.video-caption{width:100%}
}
@media screen and (min-width: 850px) {
.video.to-fl-r{float:right;margin:0 0 1.6rem 1.6rem}
}
.w-50{width:50%}
@-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%}
}
@-webkit-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%}
}
[hidden],template{display:none}
a{color:#0295db;text-decoration:none;transition:var(--transition)}
a.in{color:#f4f8ff}
a.in:hover{color:var(--accent);text-decoration:none}
a.outgoing{background:#dc833d;color:#fff;font-weight:500;text-decoration:none}
a.outgoing,a.in{display:inline-block;vertical-align:middle;padding:0 4px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;text-align:center}
@media screen and ( max-width:500px) {
a.outgoing,a.in{font-style:italic;text-decoration:underline}
}
a.outgoing:hover{background:#1d62e2;-webkit-box-shadow:0 0 10px 0 #3186f080;-moz-box-shadow:0 0 10px 0 #3186f080;box-shadow:0 0 10px 0 #3186f080;color:#fff}
a:focus{outline:thin dotted}
a:hover{text-decoration:none}
a:hover,a:active{outline:0}
abbr[title]{border-bottom:1px dotted}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}
audio,canvas,progress,video,span{display:inline-block}
b,strong{font-weight:700}
body{line-height:1;background:var(--body-bg);overflow-x:hidden;color:#eef3fe;font-size:15px;line-height:1.6;font-family:var(--default-font);text-align:left;min-width:320px}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
button,input,optgroup,select,textarea{color:inherit;font:inherit}
button,input[type="button"],input[type="reset"],input[type="submit"]{border:1px solid;border-color:#424486 #424486 #4e52c1;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background:#002157;margin-right:40px;padding:5px 20px;width:135px}
button:active,button:focus,input[type="button"]:active,input[type="button"]:focus,input[type="reset"]:active,input[type="reset"]:focus,input[type="submit"]:active,input[type="submit"]:focus{border-color:#aaa #bbb #bbb}
button:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover{border-color:#ccc #bbb #aaa}
button[disabled],html input[disabled]{cursor:default}
em,i{font-style:italic}
figcaption{margin-top:10px;color:#a5cadf}
figure{float:left;width:56%;text-align:center;font-style:italic;font-size:smaller;text-indent:0;padding:.5em}
footer .social li{padding:unset}
footer .social li a{display:inline-block;text-indent:-9999px}
footer .social li a:hover span{filter:grayscale(0)}
footer .social li span{display:block;width:30px;height:30px;background-size:155px auto;background-repeat:no-repeat;background-image:url(/assets/images/social-sprite.svg);margin:0 5px;filter:grayscale(.5);transition:var(--transition)}
footer .social li span.fb{background-position:-125px 0}
footer .social li span.pin{background-position:-83px 0}
footer .social li span.rd{background-position:-42px 0}
footer .social li span.tw{background-position:0 0}
@media screen and (min-width: 1440px) {
h1{font-size:28px}
}
h1,h2,h3,h4,h5,h6{color:var(--heading-color);font-weight:400;clear:both;position:relative;font-family:var(--heading-font)}
h1.main-title{font-size:26px;text-transform:uppercase;font-weight:700;margin:1rem 0 2rem}
@media screen and ( max-width:600px) {
h1.main-title{font-size:21px}
}
@media screen and ( max-width:550px) {
h1.main-title{font-size:20px}
}
@media screen and ( max-width:500px) {
h1.main-title{font-size:18px;padding:0}
}
h2{margin-top:20px;margin-bottom:24px;padding-top:28px;font-size:23px;text-align:center}
@media screen and (min-width: 1440px) {
h2{font-size:25px}
}
@media screen and ( max-width:500px) {
h2{font-size:18px}
}
@media screen and ( max-width:550px) {
h2,h3,h4,h5,h6{font-size:19px}
}
h2:not(.h-capt)::before{content:'';position:absolute;left:0;right:0;bottom:-5px;height:2px;background:linear-gradient(to right,transparent,var(--bg-main-tr),var(--cta-btn-bg),var(--bg-main-tr),transparent);background-size:contain}
h3{margin-bottom:11px;padding-bottom:1px;margin-top:27px}
@media screen and (min-width: 1440px) {
h3{font-size:20px}
}
h3,h4,h5,h6{font-size:20px}
h3::before{right:45%}
h3:not(.h-capt)::before,h4:not(.h-capt)::before,.title-b-fd::after{content:'';position:absolute;left:0;right:16%;bottom:0;height:2px;background:linear-gradient(to right,var(--cta-btn-bg),var(--bg-main-tr))}
@media screen and (min-width: 1440px) {
h4,h5,h6{font-size:18px;margin-bottom:10px;padding-bottom:10px}
}
ol{list-style:decimal;list-style-position:inside}
p{text-align:left}
p.error-message{text-align:center;font-size:1.3em;padding-bottom:20px;color:#d2d2d2}
p.last-par{display:inline-block}
pre,textarea{overflow:auto}
section .car,section .pizza{position:relative}
section .car:after{content:'';display:block;width:90%;height:100%;background-image:url(/assets/images/frame.svg);position:absolute;top:0;right:0;z-index:0;background-repeat:no-repeat;background-size:100%}
@media screen and ( max-width:767px) {
section .car:after,section .pizza:after{display:none}
}
section .copy-btn{position:relative;border:.5px solid #f89f11;border-radius:5px;background-color:#fff0;color:#f89f11;text-transform:uppercase;height:50px;font-size:18px;width:100%;max-width:359px;text-align:right;display:block;margin:auto}
@media screen and ( max-width:767px) {
section .copy-btn,section .down-btn{font-size:13px}
}
section .copy-btn:before{content:'';display:block;position:absolute;left:20px;width:45px;height:40px;background-image:url(/assets/images/icon-link.svg);top:5px}
section .down-btn{position:relative;border:.5px solid #fff;border-radius:5px;background-color:#fff0;color:#fff;text-transform:uppercase;height:50px;font-size:18px;width:100%;max-width:314px;text-align:right;display:block;margin:auto;padding-right:14px;text-decoration:none;line-height:46px}
section .down-btn:before{content:'';display:block;position:absolute;left:20px;width:45px;height:40px;background-image:url(/assets/images/icon-image.svg);top:5px}
section .frame-bottom,section .frame-top{position:relative}
section .pizza:after{content:'';display:block;width:90%;height:100%;background-image:url(/assets/images/frame.svg);position:absolute;top:0;left:0;z-index:0;background-repeat:no-repeat;background-size:100%}
section img{display:block;margin:10px auto}
section textarea{width:100%;max-width:477px;border-radius:10px;background-color:#cfd0e8;display:block;margin:10px auto;color:#8e8e8e;height:163px}
section.dark-bg{background-color:#444d71;color:#fff;padding:25px 0}
section.dark-bg.main h1{font-size:60px;color:#fff;font-weight:400;font-family:'Bebas Neue',cursive;text-align:center}
@media screen and ( max-width:767px) {
section.dark-bg.main h1{font-size:30px}
}
section.dark-bg.main p{font-weight:700;font-family:'Open Sans',sans-serif;font-size:16px}
section.light-bg{background-color:#cfd0e8;padding:25px 0}
section.light-bg p{font-weight:400;font-family:"Open Sans",sans-serif;color:#000;font-size:16px;z-index:1;position:relative}
select{border:1px solid #ccc}
table{margin:0 auto;border-collapse:collapse;text-align:center}
table .separator td{padding:0!important;border:none!important}
table.notverified .position > span{width:41px!important;line-height:39px!important;margin-left:7px!important;vertical-align:middle!important;background:#ccc!important;border:1px solid #ddd!important;border-radius:50%!important;font-weight:700!important;font-size:18px!important;text-align:center!important;color:#000!important}
td a.in.mdr{margin:10px 0 0 -26px}
th,td{padding:4px;vertical-align:middle}
ul{list-style:none}
ul li,ol li{margin-bottom:10px;padding-left:20px}
ul,ol{margin:10px auto}
@media screen and (min-width: 640px) {
ul.columns-2{column-count:2}
}
ul.serp-list li::before{content:none}
ul.social li::before{display:none}
ul.top-juegos li{width:50%;float:left;display:block;min-height:467px;border-right:1px solid #5ba6e8;border-top:1px solid #5ba6e8;box-sizing:border-box;padding:10px;margin-bottom:0}
@media screen and (max-width:1016px) {
ul.top-juegos li{width:100%;border-left:1px solid #5ba6e8}
}
ul.top-juegos li img{display:block;margin:auto;margin-bottom:20px;border-radius:5px}
ul.top-juegos li:before{background:unset;content:unset}
ul.top-juegos li:last-child{width:100%;margin-bottom:25px;border-bottom:1px solid #5ba6e8;min-height:447px}
ul.top-juegos li:nth-child(odd){border-left:1px solid #5ba6e8}
ul:not([class]) li::before,.dot li::before{content:'';display:inline-block;width:12px;height:12px;margin-right:10px;background:radial-gradient(circle,var(--cta-btn-bg),transparent);border-radius:50%}
#faq{margin:20px auto}
#faq h2{margin:0;font-size:1rem}
#faq .card{border:none;background-color:transparent}
#faq .card-header{background-color:transparent;border:none}
#faq .btn-link{text-decoration:none;display:block;position:relative;color:var(--cta-btn-c);background:color-mix(in srgb,var(--faq-bg) 80%,transparent);font-size:14px;font-weight:bolder;text-transform:uppercase;border-radius:10px;transition:all .1s linear 0s;width:100%;text-align:left;padding:0;margin:0;transition:var(--transition)}
#faq .btn-link[aria-expanded="true"]{background:var(--faq-bg);}
.dark #faq .btn-link, .dark #faq .btn-link[aria-expanded="true"]{background:var(--faq-bg-dark)}
#faq .btn-link:before{display:none;background:none}
#faq .btn-link:focus{outline:0}
#faq .btn-link[aria-expanded="true"]:hover{color:var(--cta-btn-c);background:color-mix(in srgb,var(--faq-bg) 70%,transparent)}
#faq .btn-link:hover{color:var(--cta-btn-c);background:var(--faq-bg)}
#faq .btn-link.collapsed{color:var(--cta-btn-c);border-bottom:1px solid #CAE4DB;margin:0;}
#faq .btn-link.collapsed:hover{color:var(--cta-btn-c);}
#faq .btn-link:after,#faq .btn-link.collapsed:after{content:"";font-size:20px;line-height:20px;position:absolute;top:14px;right:25px}
#faq .btn-link.collapsed:after{content:"";color:#929D9E}
#faq .card-body{padding:0 1.5rem}
#faq .card-body p{border-top:0 none;color:#7F8688}
#faq .card-body li{color:#7F8688;font-size:15px}
@media only screen and (max-width: 575px) {
#faq .btn-link{padding:15px 25px 15px 0}
#faq .btn-link:after,#faq .btn-link.collapsed:after{right:5px}
}
.collapsing {  height: 0;  overflow: hidden;  transition: height 0.35s ease;}
.table-responsive-md table, .table-responsive-lg table, .table-responsive-xl table, .table-responsive-xxl table {  width: 768px;max-width: 100%;  margin: 0 auto;}
@media screen and (min-width: 992px) {
  .table-responsive-sm table, .table-responsive-md table, .table-responsive-lg table, .table-responsive-xl table, .table-responsive-xxl table { width: 992px; max-width: 100%;  }
}
.table.cta-logos th:nth-child(1){width: 160px;}
.table-dark { background-color: color-mix(in srgb, var(--bg-tr) 85%, transparent);}
.table-dark thead{padding:0 2px;background:var(--bg-tr);color:#eef3fe}
.gallery .modal-dialog{width: 800px;max-width: 100%;}
.gallery .modal-content{background-color: transparent;}
.gallery .carousel-caption{background: rgb(0 0 0 / 70%); bottom: 0; font: bold 16px var(--heading-font);}
.modal-backdrop { bottom: 0; right: 0;width: 100%; height: 100%;}
.brand-ticker-wrapper {
  overflow: hidden;
  width: 100%;
  padding: 10px 0;
  cursor: grab; 
}

.brand-ticker-wrapper:active {
  cursor: grabbing;
}

.brand-ticker {
  display: flex;
  width: max-content;
  animation: ticker 80s linear infinite;
}

.brand-ticker-item {
  flex: 0 0 auto;
  margin-right: 30px;
}

@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.brand-ticker-wrapper:hover .brand-ticker {
  animation-play-state: paused;
}

.logo-silverplay-casino {   background-image: var(--logo-silverplay);}
.logo-22bet-casino {    background-image: url("/assets/images/casino/22bet.svg");}
.logo-lsbet-casino {    background-image: var(--logo-lsbet);}
.logo-reloadbet-casino {    background-image: var(--logo-reloadbet);}
.logo-machance-casino {    background-image:url(/assets/images/casino/machance.svg);}
.payout-list{width: 550px;max-width: 100%}
/* popup top 3 */
.site-pop {border: none;background-color: transparent;}
.site-pop .modal-dialog{top: 50%;transform: translateY(-50%) !important;}
.site-pop .modal-content{border: none;background-color: var(--body-dark-bg);border-radius: 10px;}
.site-pop .modal-header{border: none;}
.site-pop .modal-header .close{text-shadow: none; color: var(--accent);opacity: .75; font-size: 30px;}
.pop-top-3{background: var(--body-dark-bg); border-radius: 10px; max-width: 100%;}
.top-3-heading{color: var(--body-dark-txt);}
.pop-top-3 .bonus-txt{font-weight: bold; font-size: 22px;color: var(--accent);}
.pop-top-3 .bonus-txt .sm{font-weight: normal; font-size: 16px;}

@media (min-width: 576px){
    .site-pop .modal-dialog { max-width: 100%;}
}
@media (min-width: 992px){
    .site-pop .modal-dialog { max-width: 800px;}
}
#age-pop{    position: fixed; top: 50%;    left: 50%;    transform: translate(-50%, -50%);z-index: 9999;}
#age-pop p{font-size: 20px;    text-align: center;}
#age-pop .btn{font-size: 18px;    text-align: center;width: 250px;    max-width: 100%;}
.age-backdrop {   position: fixed;    top: 0;    left: 0;    width: 100%;    height: 100%;    background: rgba(0,0,0,0.5);     z-index: 9998;     display: none;}

