@import"https://fonts.googleapis.com/css2?family=Inter:ital,wght@400;700&display=swap";*{box-sizing:border-box;outline:none;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}*,*::before,*::after{box-sizing:border-box;padding:0;margin:0;outline:none;text-decoration:none;border:none}h1,h2,h3,h4{font-weight:700;overflow-wrap:break-word;color:var(--Text-100)}h1{font-size:48px;line-height:60px;letter-spacing:.2px}h2{font-size:32px;font-weight:700;line-height:40px;text-transform:capitalize}@media screen and (min-width: 1200px){h2{font-size:40px;line-height:48px}}h3{font-size:24px;font-weight:700;line-height:32px}@media screen and (min-width: 1200px){h3{font-size:32px;line-height:40px}}h4{font-size:24px;line-height:32px}p{margin:0;font-size:16px;line-height:24px;overflow-wrap:break-word}a{color:var(--Primary-100)}body{margin-top:72px;font-size:16px;line-height:24px;background-color:var(--Neutral-400);color:var(--Text-200)}.container{max-width:100%;margin:0 auto;padding:0 16px}@media screen and (min-width: 768px){.container{max-width:720px}}@media screen and (min-width: 1200px){.container{padding:0 0;max-width:1216px}}.no-scroll{overflow:hidden}.b7c809f6-btn{font-size:14px;font-weight:700;font-style:normal;line-height:18px;padding:8px 12px;color:var(--Text-00);border-radius:4px;transition:.3s;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.b7c809f6-btn--primary{border:none;background:var(--Primary-200)}.b7c809f6-btn--primary:hover{background:var(--Primary-400)}.b7c809f6-btn--outline{border:1px solid var(--Primary-200);background:var(--neutral-30060);color:var(--Text-100)}.b7c809f6-btn--outline:hover{background:var(--Primary-200)}.b7c809f6-btn--fz-12{font-size:12px}.b7c809f6-btn--w-full{width:100%}.b7c809f6-btn--p-xs{padding:6px 16px}.b7c809f6-btn--p-sm{padding:10px 16px}.b7c809f6-btn--shadow{box-shadow:0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3)}.b7c809f6-btn--hidden{display:none}.b7c809f6-header{position:fixed;z-index:10;top:0;width:100%;padding:16px 0;background:var(--Neutral-400)}@media(min-width: 1200px){.b7c809f6-header{padding:18px 0}}.b7c809f6-header .container{display:flex;align-items:center;flex-direction:row;justify-content:space-between}.b7c809f6-header__logo{display:block;width:min-content;max-width:128px;height:32px;object-fit:contain;object-position:center left}@media(min-width: 1200px){.b7c809f6-header__logo{max-width:160px;height:40px}}.b7c809f6-header__nav{margin-right:auto;margin-left:32px}@media(max-width: 1199px){.b7c809f6-header__nav{position:fixed;top:72px;right:0;display:flex;align-items:flex-start;flex-direction:column;width:100%;max-width:400px;height:100vh;padding:8px 40px 8px 16px;transition:transform .3s ease;transform:translateX(100%);background:var(--Neutral-400);box-shadow:0 12px 24px 0 rgba(109,109,109,.15)}.b7c809f6-header__nav ul{overflow-y:scroll}.b7c809f6-header__nav ul+.b7c809f6-header__lang-nav{margin-top:24px}.b7c809f6-header__nav.open{transform:translateX(0)}}@media(max-width: 767px){.b7c809f6-header__nav{padding:8px 16px}}.b7c809f6-header__nav ul{display:flex;align-items:center;flex-direction:column;width:100%;list-style:none}@media(min-width: 1200px){.b7c809f6-header__nav ul{flex-direction:row;flex-wrap:wrap;gap:8px}}.b7c809f6-header__nav ul li{position:relative;z-index:1;display:flex;flex-direction:column;width:100%;padding:0 8px;transition:.3s;color:var(--Text-100);gap:0}.b7c809f6-header__nav ul li::before{position:absolute;z-index:-1;top:0;left:0;width:100%;height:46px;content:"";opacity:0;border-radius:4px;background:var(--Neutral-300)}.b7c809f6-header__nav ul li.active::before{opacity:1}.b7c809f6-header__nav ul li.active>svg{transform:rotate(180deg)}.b7c809f6-header__nav ul li svg{position:absolute;top:14px;right:8px;transition:.3s}.b7c809f6-header__nav ul li a{font-size:18px;font-weight:700;font-style:normal;line-height:46px;display:flex;align-items:center;color:var(--Text-100);gap:4px}@media(min-width: 768px){.b7c809f6-header__nav ul li{flex-direction:column;padding:0 8px}.b7c809f6-header__nav ul li::before{height:36px;border-radius:4px}.b7c809f6-header__nav ul li svg{top:8px;right:8px}.b7c809f6-header__nav ul li a{font-size:18px;line-height:38px}}@media(min-width: 1200px){.b7c809f6-header__nav ul li{flex-direction:row;width:auto;padding:4px 8px;gap:4px}.b7c809f6-header__nav ul li::before{height:28px;border-radius:4px}.b7c809f6-header__nav ul li:hover::before{opacity:1}.b7c809f6-header__nav ul li svg{position:relative;top:2px;right:1px;transform:rotate(0)}.b7c809f6-header__nav ul li:hover>svg{transform:rotate(180deg)}.b7c809f6-header__nav ul li a{font-size:14px;line-height:20px;width:100%}}.b7c809f6-header__nav ul li ul{position:relative;top:0;left:0;display:flex;visibility:hidden;align-items:flex-start;flex-direction:column;width:auto;max-height:0;padding:0 8px;transition:max-height .3s;opacity:0;background:unset;gap:0}.b7c809f6-header__nav ul li ul li{width:100%}.b7c809f6-header__nav ul li ul li a{font-weight:400}@media(min-width: 1200px){.b7c809f6-header__nav ul li ul{position:absolute;top:28px;left:-8px;width:300px;padding:16px 8px 8px;border-radius:8px;background:var(--Neutral-400);box-shadow:0 12px 24px 0 rgba(109,109,109,.15);gap:2px}}.b7c809f6-header__nav ul li.active>ul{visibility:visible;max-height:unset;opacity:1}.b7c809f6-header__content-right,.b7c809f6-header__account{display:flex;align-items:center;flex-shrink:0;gap:12px}.b7c809f6-header__menu-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px}@media(min-width: 1200px){.b7c809f6-header__menu-toggle{display:none}}.b7c809f6-header__menu-icon{display:block;visibility:hidden;width:0;height:0;cursor:pointer;transition:.3s;color:var(--Text-100)}.b7c809f6-header__menu-icon--show{visibility:visible;width:auto;height:auto}@media(min-width: 1200px){.b7c809f6-header__menu-icon{display:none}}.b7c809f6-header__lang-switcher{position:relative;display:none;padding:10px 8px 6px}@media(min-width: 1200px){.b7c809f6-header__lang-switcher{display:flex}}.b7c809f6-header__lang-switcher:hover ul{visibility:visible;max-height:1000px;opacity:1}.b7c809f6-header__lang-switcher:hover .b7c809f6-header__lang-menu-arrow svg{transform:rotate(180deg)}.b7c809f6-header__lang-item{font-size:14px;font-weight:700;display:flex;width:100%}.b7c809f6-header__lang-item--current{padding:0 8px}.b7c809f6-header__lang-link{display:flex;width:100%;padding:5px 9px;transition:.3s;color:var(--Text-100);border-radius:8px}.b7c809f6-header__lang-link:hover{background-color:var(--Neutral-300)}@media(min-width: 1200px){.b7c809f6-header__lang-link{padding:4px 8px}}.b7c809f6-header__lang-flag{display:flex}.b7c809f6-header__lang-flag img{width:24px;height:24px;margin-right:8px;border:1px solid var(--Neutral-200);border-radius:8px}.b7c809f6-header__lang-menu-arrow{display:flex;align-items:center;justify-content:center;width:20px;height:20px;margin-left:8px}.b7c809f6-header__lang-menu-arrow svg{transition:.3s;width:13px;height:13px}.b7c809f6-header__lang-menu{position:relative;top:0;left:0;display:flex;visibility:hidden;align-items:flex-start;flex-direction:column;width:auto;max-height:0;transition:max-height .3s;opacity:0;background:unset;gap:0}@media(min-width: 1200px){.b7c809f6-header__lang-menu{position:absolute;top:40px;left:0;width:112px;padding:8px;border-radius:8px;background:var(--Neutral-400);box-shadow:0 12px 24px 0 rgba(109,109,109,.15);gap:2px}}.b7c809f6-header__lang-nav{width:100%}@media(min-width: 1200px){.b7c809f6-header__lang-nav{display:none}}.b7c809f6-header__lang-nav-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;padding-bottom:5px;border-bottom:1px solid var(--Neutral-300)}.b7c809f6-header__lang-nav-title{font-weight:700;font-size:20px;line-height:28px;text-transform:capitalize;color:var(--Text-100)}.b7c809f6-header__lang-nav-item--current{display:flex}.b7c809f6-header__lang-grid{display:grid;grid-template-columns:repeat(2, 1fr)}.b7c809f6-footer{padding:20px 0;border-top:1px solid var(--Neutral-300);gap:32px}@media screen and (min-width: 768px){.b7c809f6-footer{padding:40px 4px}}.b7c809f6-footer__top{margin-bottom:30px}@media screen and (min-width: 1200px){.b7c809f6-footer__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:0}}.b7c809f6-footer__nav{margin-bottom:32px}@media(min-width: 1200px){.b7c809f6-footer__nav{margin-right:32px}}.b7c809f6-footer__nav ul{display:flex;flex-wrap:wrap;list-style:none;gap:8px}.b7c809f6-footer__nav a{font-size:14px;font-weight:700;line-height:20px;display:block;padding:4px 8px;color:var(--Text-100)}.b7c809f6-footer__payments{position:relative;display:flex;align-items:center;width:100%;max-width:340px;margin-bottom:12px;flex-shrink:0}@media screen and (min-width: 1200px){.b7c809f6-footer__payments{padding-top:18px}}.b7c809f6-footer__payments-item{width:32px;height:32px;margin-right:12px;overflow:hidden}.b7c809f6-footer__payments-item img{width:100%;height:100%;object-fit:contain}@media screen and (min-width: 1200px){.b7c809f6-footer__payments-item:last-child{margin-right:0}}.b7c809f6-footer__payments-show-more{line-height:19px;position:relative;color:var(--Primary-100);border-bottom:1px solid var(--Primary-100)}.b7c809f6-footer__payments:hover .b7c809f6-footer__tooltype{visibility:visible;opacity:1}.b7c809f6-footer__tooltype{position:absolute;right:-13px;bottom:30px;visibility:hidden;max-width:240px;padding:16px;transition:.3s;opacity:0;border:1px solid var(--Neutral-200);border-radius:8px;background-color:var(--Neutral-300);box-shadow:0 0 12px 0 rgba(191,191,191,.14)}.b7c809f6-footer__tooltype-grid{display:grid;margin:-6px;grid-template-columns:repeat(5, 1fr);max-height:240px;overflow-y:auto;overflow-x:hidden}.b7c809f6-footer__tooltype-item{display:flex;margin:6px}.b7c809f6-footer__tooltype-item img{max-width:32px}.b7c809f6-footer__tooltype::after{position:absolute;right:18px;bottom:-8px;width:0;height:0;content:"";border-top:8px solid var(--Neutral-300);border-right:8px solid rgba(0,0,0,0);border-left:8px solid rgba(0,0,0,0)}.b7c809f6-footer__tooltype::before{position:absolute;right:16px;bottom:-10px;width:0;height:0;content:"";border-top:10px solid var(--Neutral-200);border-right:10px solid rgba(0,0,0,0);border-left:10px solid rgba(0,0,0,0)}.b7c809f6-footer__bottom{display:flex;flex-direction:column;width:100%}@media(min-width: 1200px){.b7c809f6-footer__bottom{align-items:flex-end;flex-direction:row;justify-content:space-between}}.b7c809f6-footer__copy{font-size:14px;line-height:20px;color:var(--Text-400)}@media(min-width: 1200px){.b7c809f6-footer__copy{margin-right:32px}}.b7c809f6-footer__email{width:100%;max-width:340px;margin-top:10px;text-align:left;flex-shrink:0}@media(min-width: 1200px){.b7c809f6-footer__email{margin-top:0;width:340px}}.b7c809f6-footer__email a{line-height:19px;color:var(--Primary-100);border-bottom:1px solid var(--Primary-100)}.b7c809f6-footer__social{display:flex;align-items:center;flex-wrap:wrap;gap:24px}.b7c809f6-bonus__section{position:relative;min-height:270px;background-repeat:no-repeat;background-position:center;background-size:cover}.b7c809f6-bonus__section+.b7c809f6-bonus-labeled__section,.b7c809f6-bonus__section+.b7c809f6-bonus__section{margin-top:24px}@media screen and (min-width: 1200px){.b7c809f6-bonus__section{min-height:540px}}.b7c809f6-bonus__section::after{position:absolute;z-index:0;top:0;left:0;width:100%;height:100%;content:"";background:linear-gradient(90deg, var(--Neutral-400) 0%, var(--neutral-30060) 100%)}.b7c809f6-bonus{padding-top:96px;padding-bottom:32px}@media screen and (min-width: 1200px){.b7c809f6-bonus{padding-top:200px}}.b7c809f6-bonus__container{position:relative;z-index:1}.b7c809f6-bonus__title{font-size:32px;font-weight:700;line-height:40px;text-transform:capitalize;margin-bottom:4px;letter-spacing:.4px;color:var(--Text-200);overflow-wrap:break-word}@media(min-width: 1200px){.b7c809f6-bonus__title{font-size:40px;line-height:48px;margin-bottom:12px}}.b7c809f6-bonus__text{font-size:48px;font-weight:700;line-height:56px;text-transform:capitalize;margin-bottom:19px;letter-spacing:.2px;color:var(--Text-100);overflow-wrap:break-word}@media(min-width: 1200px){.b7c809f6-bonus__text{font-size:72px;line-height:88px;margin-bottom:16px}}.b7c809f6-bonus__link{font-size:18px;font-weight:700;line-height:26px;display:flex;align-items:center;flex-direction:row;justify-content:flex-start;width:max-content;padding:14px 23px;transition:.3s;color:var(--Text-00);border-radius:var(--S);border:none;background:var(--Primary-200);gap:8px;cursor:pointer}.b7c809f6-bonus__link:hover{background:var(--Primary-400)}.b7c809f6-content{display:flex;flex-direction:column;padding:24px 0;gap:6px}@media(min-width: 768px){.b7c809f6-content{padding:40px 0}}@media(min-width: 1200px){.b7c809f6-content{padding:48px 0}}.b7c809f6-content h1,.b7c809f6-content h2,.b7c809f6-content h3,.b7c809f6-content h4{margin-bottom:6px}.b7c809f6-content h1:not(:first-child),.b7c809f6-content h2:not(:first-child),.b7c809f6-content h3:not(:first-child),.b7c809f6-content h4:not(:first-child){margin-top:16px}.b7c809f6-content h1,.b7c809f6-content h1>*{font-size:48px;line-height:60px;letter-spacing:.2px}.b7c809f6-content h2,.b7c809f6-content h2>*{font-size:36px;line-height:45px;letter-spacing:-0.8px}.b7c809f6-content h3,.b7c809f6-content h3>*{font-size:30px;line-height:40px}.b7c809f6-content h4,.b7c809f6-content h4>*{font-size:24px;line-height:32px}.b7c809f6-content ol{font-size:16px;margin:6px 0 14px;padding-left:24px;list-style:decimal}.b7c809f6-content ol li{margin-bottom:8px;padding-left:6px}.b7c809f6-content ol ol{margin-bottom:8px}.b7c809f6-content ol ol>li{margin-top:16px;padding-left:0}.b7c809f6-content ol ul li{padding-left:16px}.b7c809f6-content ul{font-size:16px;margin:6px 0 14px;padding:0;padding-left:8px;list-style:none}.b7c809f6-content ul li{position:relative;margin-bottom:8px;padding-left:16px;list-style-type:none}.b7c809f6-content ul li::before{position:absolute;top:11px;left:0;box-sizing:border-box;width:6px;height:6px;content:"";transform:translateY(-50%);border-radius:50%;background:var(--Text-300)}.b7c809f6-content ul ul{margin-bottom:8px}.b7c809f6-content ul ul>li{margin-top:16px;padding-left:33px}.b7c809f6-content ul ul>li::before{left:16px;border:1px solid var(--Text-300);background:rgba(0,0,0,0)}.b7c809f6-content table{display:block;overflow-x:auto;width:100%;margin-top:16px;padding-bottom:22px;border-collapse:collapse;overflow-wrap:break-word;font-size:16px}@media(min-width: 1200px){.b7c809f6-content table{display:table}}.b7c809f6-content table thead th{font-weight:700;padding:12px 18px;text-align:left;white-space:nowrap;background-color:var(--Primary-400)}.b7c809f6-content table thead th:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px}.b7c809f6-content table thead th:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px}.b7c809f6-content table tbody tr:first-child td{padding-top:16px}.b7c809f6-content table tbody tr:not(:last-child){border-bottom:1px solid var(--Neutral-300)}.b7c809f6-content table tbody td{width:150px;padding:12px 18px;white-space:nowrap}@media(min-width: 1200px){.b7c809f6-content table tbody td{width:auto;white-space:wrap}}.b7c809f6-content table tbody td img{max-width:24px;max-height:24px;margin-right:14px;vertical-align:middle}.b7c809f6-bonus-labeled__section{position:relative;min-height:270px;padding:16px 0;background-repeat:no-repeat;background-position:center;background-size:cover}.b7c809f6-bonus-labeled__section+.b7c809f6-bonus-labeled__section,.b7c809f6-bonus-labeled__section+.b7c809f6-bonus__section{margin-top:24px}@media screen and (min-width: 768px){.b7c809f6-bonus-labeled__section{padding:16px}}.b7c809f6-bonus-labeled__section::before{position:absolute;z-index:0;top:0;left:0;width:100%;height:100%;content:"";background:linear-gradient(90deg, var(--Neutral-400) 0%, var(--neutral-30060) 100%)}.b7c809f6-bonus-labeled{position:relative;z-index:1}.b7c809f6-bonus-labeled__label{font-size:14px;font-weight:700;line-height:20px;display:inline-block;padding:3px 4px 3px 7px;color:var(--Text-00);border:1px solid var(--Accent-100);border-radius:4px;background:var(--Accent-100)}.b7c809f6-bonus-labeled__title{font-size:20px;font-weight:700;line-height:28px;margin-top:31px;margin-bottom:5px;color:var(--Text-200);overflow-wrap:break-word}@media(min-width: 1200px){.b7c809f6-bonus-labeled__title{font-size:20px;line-height:28px;margin-top:45px}}.b7c809f6-bonus-labeled__text{font-size:40px;font-weight:700;line-height:48px;max-width:228px;min-height:80px;margin-bottom:28px;color:var(--Text-100)}@media(min-width: 1200px){.b7c809f6-bonus-labeled__text{font-size:48px;line-height:56px;max-width:unset;margin-bottom:10px}}.b7c809f6-bonus-labeled__btns{display:flex;max-width:343px;gap:8px}.b7c809f6-games__section{padding:12px 0 48px 0}.b7c809f6-games__section+.b7c809f6-games__section{margin-top:-48px}.b7c809f6-games__header{color:var(--Text-100);display:flex;align-items:center;margin-bottom:16px;gap:12px;font-size:32px;line-height:40px;font-weight:700}@media(min-width: 1200px){.b7c809f6-games__header{font-size:40px;line-height:48px}}.b7c809f6-games__header>*{margin:0 !important}.b7c809f6-games__header img{width:24px;height:24px;display:block;object-fit:contain;object-position:center}@media(min-width: 1200px){.b7c809f6-games__header img{width:32px;height:32px}}.b7c809f6-games__list{display:grid;overflow:hidden;margin-bottom:16px;transition:max-height .3s ease-in-out;gap:16px;grid-template-columns:repeat(3, minmax(0, 1fr))}@media(min-width: 768px){.b7c809f6-games__list{grid-template-columns:repeat(5, minmax(0, 1fr))}}@media(min-width: 1200px){.b7c809f6-games__list{grid-template-columns:repeat(8, minmax(0, 1fr))}}.b7c809f6-games__list[data-games-type="Live Show"]{grid-template-columns:repeat(3, minmax(0, 1fr))}@media(min-width: 768px){.b7c809f6-games__list[data-games-type="Live Show"]{grid-template-columns:repeat(4, minmax(0, 1fr))}}@media(min-width: 1200px){.b7c809f6-games__list[data-games-type="Live Show"]{grid-template-columns:repeat(6, minmax(0, 1fr))}}.b7c809f6-games__list.expanded+.b7c809f6-btn--show-all svg{transform:rotate(180deg)}.b7c809f6-games__list-item{display:flex;flex-direction:column;max-height:300px;transition:.3s;gap:4px;overflow-wrap:break-word}.b7c809f6-games__list-item--hidden{display:none;opacity:0}.b7c809f6-games__list-item-logo{width:100%;height:100px;border-radius:4px;object-fit:cover}.b7c809f6-games__list-item[data-game-type=Slots] .b7c809f6-games__list-item-logo{height:104px}@media(min-width: 768px){.b7c809f6-games__list-item[data-game-type=Slots] .b7c809f6-games__list-item-logo{height:125px}}@media(min-width: 1200px){.b7c809f6-games__list-item[data-game-type=Slots] .b7c809f6-games__list-item-logo{height:138px}}.b7c809f6-games__list-item-top{display:flex;align-items:flex-start;justify-content:space-between;color:var(--Text-400);gap:4px}.b7c809f6-games__list-item-name{position:relative;overflow-wrap:break-word;font-size:14px;font-weight:700;line-height:20px;max-width:100%;max-height:100px;cursor:pointer;text-align:left;color:var(--Text-100);background:rgba(0,0,0,0)}.b7c809f6-games__list-item[data-game-type=Slots] .b7c809f6-games__list-item-name{max-height:104px}@media(min-width: 768px){.b7c809f6-games__list-item[data-game-type=Slots] .b7c809f6-games__list-item-name{max-height:125px}}@media(min-width: 1200px){.b7c809f6-games__list-item[data-game-type=Slots] .b7c809f6-games__list-item-name{max-height:138px}}.b7c809f6-games__list-item--hover{display:none;position:absolute;top:0;left:0;width:100%;height:100%;background:var(--Neutral-30060);backdrop-filter:blur(8px);border-radius:4px;overflow:hidden;align-content:center;justify-content:center;flex-wrap:wrap}.b7c809f6-games__list-item--hover svg{outline:10px solid var(--Primary-200);border-radius:var(--S, 4px);background:var(--Primary-200)}.b7c809f6-games__list-item:hover .b7c809f6-games__list-item--hover{display:flex}.b7c809f6-games__list-item-providers{font-size:12px;line-height:16px;color:var(--Text-400)}@media(min-width: 768px){.b7c809f6-games__section--with-ratings .b7c809f6-games__list{grid-template-columns:repeat(5, minmax(0, 1fr))}}@media(min-width: 1200px){.b7c809f6-games__section--with-ratings .b7c809f6-games__list{grid-template-columns:repeat(6, minmax(0, 1fr))}}.b7c809f6-games__section--with-ratings .b7c809f6-games__list-item-name:has(img){max-height:initial !important;aspect-ratio:1/1}.b7c809f6-games__section--with-ratings .b7c809f6-games__list-item-logo{height:100% !important;border-radius:var(--S)}.b7c809f6-games__section--with-ratings .b7c809f6-games__list-item-top{gap:12px;align-items:center}.b7c809f6-games__section--with-ratings .b7c809f6-games__list-item-top button{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.b7c809f6-games__section--with-ratings .b7c809f6-games__list-item-top svg{display:block;aspect-ratio:1/1;flex:0 0 16px}.b7c809f6-games__section--with-ratings .b7c809f6-btn{padding-top:7px;padding-bottom:7px;line-height:16px}.b7c809f6-games__section--with-ratings .b7c809f6-games__list-item-rating,.b7c809f6-games__section--with-ratings .b7c809f6-games__list-item-rating-bar{height:16px;mask-repeat:repeat;mask-position:left center;mask-size:20px 16px;mask-image:url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.70312 4.98633L9.82031 5.22168L10.0801 5.25977L14.335 5.87695L11.2559 8.87891L11.0674 9.0625L11.1123 9.32129L11.8389 13.5586L8.0332 11.5586L7.80078 11.4365L7.56836 11.5586L3.76172 13.5586L4.48926 9.32129L4.53418 9.0625L4.3457 8.87891L1.26562 5.87695L5.52148 5.25977L5.78125 5.22168L5.89844 4.98633L7.80078 1.13086L9.70312 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A")}.b7c809f6-games__section--with-ratings .b7c809f6-games__list-item-rating{background-color:hsl(from var(--Neutral-50) h s l/30%);width:98px}.b7c809f6-games__section--with-ratings .b7c809f6-games__list-item-rating-bar{display:block;background-color:var(--Accent-Yellow-300, #FB0)}.b7c809f6-providers__section{padding:0 0 24px}@media(min-width: 768px){.b7c809f6-providers__section{padding:48px 0}}.b7c809f6-providers__heading{color:var(--Text-100);font-size:32px;line-height:40px;font-weight:700;text-transform:capitalize;display:flex;align-items:center;gap:12px;margin-bottom:16px}@media screen and (min-width: 768px){.b7c809f6-providers__heading{font-size:40px;line-height:48px}}.b7c809f6-providers__heading>*{margin:0 !important}.b7c809f6-providers__heading img{max-width:24px;max-height:24px;vertical-align:middle;object-fit:contain;object-position:center}@media screen and (min-width: 768px){.b7c809f6-providers__heading img{max-width:32px;max-height:32px}}.b7c809f6-providers__list{display:grid;overflow:hidden;max-height:228px;margin:13px 0 16px;gap:16px;grid-template-columns:repeat(2, 1fr)}@media(min-width: 1200px){.b7c809f6-providers__list{max-height:148px;grid-template-columns:repeat(4, 1fr)}}.b7c809f6-providers__list.expanded{max-height:1000px}.b7c809f6-providers__list.expanded+.b7c809f6-btn--show-all svg{transform:rotate(180deg)}.b7c809f6-providers__list-item{display:flex;align-items:center;justify-content:center;height:70px;padding:16px;text-align:center;border-radius:4px;background:var(--Neutral-300)}.b7c809f6-providers__list-item img{width:100%;height:100%;object-fit:contain}.b7c809f6-faq__section{padding:24px 0}@media(min-width: 768px){.b7c809f6-faq__section{padding:48px 0}}.b7c809f6-faq__header{color:var(--Text-100);font-feature-settings:"liga" off;font-size:32px;line-height:40px;font-weight:700;text-transform:capitalize;display:flex;align-items:center;gap:12px;margin-bottom:12px}@media screen and (min-width: 768px){.b7c809f6-faq__header{font-size:40px;line-height:48px}}.b7c809f6-faq__header img{max-width:24px;max-height:24px;object-fit:contain;object-position:center}@media screen and (min-width: 768px){.b7c809f6-faq__header img{max-width:32px;max-height:32px}}.b7c809f6-faq__text{color:var(--Text-200);font-size:16px;line-height:24px;font-weight:400;margin-bottom:16px}.b7c809f6-accordion__list{display:flex;flex-direction:column;gap:12px}.b7c809f6-accordion__list-item{padding:15px 15px 14px;transition:.3s;border:2px solid var(--Neutral-200);border-radius:8px;background-color:var(--Neutral-300)}.b7c809f6-accordion__list-item.active{border-color:var(--Primary-100);box-shadow:0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3)}.b7c809f6-accordion__title{font-size:18px;font-weight:700;line-height:26px;text-transform:capitalize;display:flex;align-items:center;justify-content:space-between;cursor:pointer;color:var(--Text-100)}@media screen and (min-width: 768px){.b7c809f6-accordion__title{font-size:20px;line-height:28px}}.b7c809f6-accordion__title-icon{display:flex;align-items:center;justify-content:center;margin-right:4px;transition:.3s;color:var(--Neutral-100)}.b7c809f6-accordion__panel{visibility:hidden;overflow:hidden;max-height:0;transition:.3s ease;opacity:0;color:var(--Text-200)}.b7c809f6-accordion__content{font-size:16px;line-height:24px;padding:12px 0 0}.b7c809f6-accordion__content ol,.b7c809f6-accordion__content ul{padding-left:1em}.b7c809f6-accordion__list-item.active .b7c809f6-accordion__panel{visibility:visible;max-height:1000px;opacity:1}.b7c809f6-accordion__list-item.active .b7c809f6-accordion__title-icon{transform:rotate(180deg);color:var(--Primary-100)}.b7c809f6-auditors__section{padding:48px 0}.b7c809f6-auditors__heading{color:var(--Text-100);font-size:32px;line-height:40px;font-weight:700;text-transform:capitalize;display:flex;align-items:center;margin-bottom:16px;gap:12px}@media screen and (min-width: 768px){.b7c809f6-auditors__heading{font-size:40px;line-height:48px}}.b7c809f6-auditors__heading>*{margin:0 !important}.b7c809f6-auditors__heading img{max-width:24px;max-height:24px;vertical-align:middle;object-fit:contain;object-position:center}@media screen and (min-width: 768px){.b7c809f6-auditors__heading img{max-width:32px;max-height:32px}}.b7c809f6-carousel{position:relative;width:100%;margin:0 auto;padding:6px 0;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}@media(min-width: 768px){.b7c809f6-carousel{padding:0 24px}}@media(min-width: 1200px){.b7c809f6-carousel{padding:0 24px 5px}}.b7c809f6-carousel__viewport{overflow:hidden;width:100%;margin-top:20px;height:40px}.b7c809f6-carousel__track{display:flex;scroll-snap-type:x mandatory;overflow-x:auto;scroll-behavior:smooth;cursor:grab;padding-bottom:20px}.b7c809f6-carousel__slide{display:flex;justify-content:center;align-items:center;flex:0 0 33.3333333333%;padding:0 8px;box-sizing:border-box;height:40px;scroll-snap-align:start}@media(min-width: 768px){.b7c809f6-carousel__slide{flex:0 0 20%}}@media(min-width: 1200px){.b7c809f6-carousel__slide{flex:0 0 12.5%}}.b7c809f6-carousel__logo{display:block;width:100%;object-fit:contain;height:40px;pointer-events:none}.b7c809f6-carousel__name{text-align:center;font-size:14px;padding:10px 0}.b7c809f6-carousel__dots{text-align:center;margin-top:20px;display:flex;flex-wrap:wrap;gap:8px;justify-content:center;visibility:hidden}@media(min-width: 1200px){.b7c809f6-carousel__dots{margin-top:30px}}.b7c809f6-carousel__dots--show{visibility:visible}.b7c809f6-carousel__dot{display:inline-block;width:8px;height:8px;background-color:var(--Text-400);border-radius:8px;cursor:pointer;transition:.3s ease}.b7c809f6-carousel__dot--active{background-color:var(--Primary-200);width:16px}