body{--Primary-400:#1D0B26;--Primary-300:#2B113A;--Primary-200:#3A1651;--Primary-100:#4C1C6B;--Primary-50:#65248A;--Neutral-400:#370F39;--Neutral-300:#370F39;--neutral-30060:rgba(55,15,57,0.6);--neutral-30080:rgba(55,15,57,0.8);--Neutral-200:#301245;--Neutral-100:#50276D;--Neutral-50:#BFA8D3;--Text-00:#FFFFFF;--Text-400:#E0D9EB;--Text-300:#C1B2D6;--Text-200:#A98AC1;--Text-100:#8F6EAB;--Accent-600:#D6368D;--Accent-500:#C22888;--Accent-400:#AA1F82;--Accent-300:#96197B;--Accent-200:#801273;--Accent-100:#6C0C6C;--Green-400:#5EA84C;--Green-300:#7DC769;--Green-200:#9FE788;--Green-100:#C7F7B1}*{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:32px;line-height:40px;letter-spacing:.2px}@media screen and (min-width:768px){h1{font-size:48px;line-height:60px}}h2{font-size:28px;line-height:36px;font-weight:700;text-transform:capitalize}@media screen and (min-width:768px){h2{font-size:32px;line-height:40px}}@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}s{text-decoration:line-through}a{color:var(--Primary-100)}html{scroll-behavior:smooth}html:has(.ml-bonus-popup:not([hidden])){overflow:hidden}@media(max-width:767px){html:has(.ml-chatbot-window[aria-hidden=false]),html:has(header.mobile-menu){overflow:hidden}}[id]{scroll-margin-top:72px}body{margin-top:72px;font-size:16px;line-height:24px;background-color:#12091A;color:var(--Text-200);overflow-x:hidden}@media screen and (min-width:768px){body{margin-top:72px}}.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:1920px}}.no-scroll{overflow:hidden}main{display:flex;flex-direction:column;margin-bottom:40px;gap:48px}@media(min-width:768px){main{gap:80px}}.skeleton img{background:var(--Neutral-300)}.ml-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}.ml-btn--primary{border:none;background:var(--Primary-200)}.ml-btn--primary:hover{background:var(--Primary-400)}.ml-btn--outline{border:1px solid var(--Primary-200);background:var(--neutral-30060);color:var(--Text-100)}.ml-btn--outline:hover{background:var(--Primary-200)}.ml-btn--fz-12{font-size:12px}.ml-btn--w-full{width:100%}.ml-btn--p-xs{padding:6px 16px}.ml-btn--p-sm{padding:10px 16px}.ml-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)}.ml-btn--hidden{display:none}.ml-carousel{position:relative;width:100%;margin:0 auto;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.ml-carousel__viewport{overflow:hidden;width:100%;margin-top:20px}.ml-carousel__track{display:flex;scroll-snap-type:x mandatory;overflow-x:auto;scroll-behavior:smooth;padding-bottom:20px;scrollbar-width:none;-ms-overflow-style:none}.ml-carousel__track--scroll{cursor:grab}.ml-carousel__track::-webkit-scrollbar{display:none}.ml-carousel__slide{display:flex;justify-content:center;align-items:center;box-sizing:border-box;scroll-snap-align:start}.ml-carousel__logo{display:block;width:100%;object-fit:contain;height:40px;pointer-events:none}.ml-carousel__name{text-align:center;font-size:14px;padding:10px 0}.ml-carousel__dots{text-align:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:center;visibility:hidden}.ml-carousel__dots--show{visibility:visible}.ml-carousel__dot{display:inline-block;width:8px;height:8px;background-color:var(--Text-400);border-radius:8px;cursor:pointer;transition:.3s ease}.ml-carousel__dot--active{background-color:var(--Primary-200);width:16px}.ml-bonus-popup:not([hidden]){position:fixed;background:rgba(36,46,42,.4);backdrop-filter:blur(12.5px);inset:0;z-index:1100;padding:16px;isolation:isolate;display:flex;justify-content:center;align-items:center}.ml-bonus-popup__close{cursor:pointer;display:block;border:none;width:32px;height:32px;background-color:var(--Neutral-50);-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M18 6.5L6 18.5'/><path d='M6 6.5L18 18.5'/></svg>") no-repeat center;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M18 6.5L6 18.5'/><path d='M6 6.5L18 18.5'/></svg>") no-repeat center;-webkit-mask-size:contain;mask-size:contain;position:absolute;top:8px;right:8px;z-index:1}.ml-bonus-popup__content{border-radius:8px;border:1px solid var(--Primary-300);background:var(--Neutral-300);padding:32px 27px;position:relative;text-align:center;overflow:hidden}.ml-bonus-popup__inner{position:relative;z-index:1}.ml-bonus-popup__label{color:var(--Text-100);text-align:center;font-size:18px;font-weight:700;line-height:26px}.ml-bonus-popup__title{color:var(--Text-100);font-size:40px;font-weight:700;line-height:48px;text-transform:capitalize;margin:4px 0;overflow-wrap:break-word}.ml-bonus-popup__text{color:var(--Text-200);text-align:center;font-size:16px;font-weight:400;line-height:24px}.ml-bonus-popup__cta{border-radius:4px;border:1px solid var(--Primary-300);background:var(--Primary-200);color:var(--Text-00);text-align:center;font-size:14px;font-weight:700;line-height:20px;padding:10px 16px;align-content:center;display:block;min-width:255px;margin:18px auto 0;cursor:pointer}.ml-bonus-popup__cta svg{display:inline-block;vertical-align:middle;margin-left:8px;pointer-events:none;touch-action:none}.ml-bonus-popup img{display:block;position:absolute;pointer-events:none;touch-action:none;z-index:0}.ml-bonus-popup img.ml-bonus-popup__top-img{top:-16px;left:-16px;width:106px;height:86px;object-fit:contain}.ml-bonus-popup img.ml-bonus-popup__bottom-img{bottom:9px;right:0;width:67px;height:35px;object-fit:contain}@media screen and (min-width:768px){.ml-bonus-popup__close{top:16px;right:16px}.ml-bonus-popup__content{max-width:602px;padding:64px}.ml-bonus-popup__label{font-size:24px;line-height:32px;font-weight:700}.ml-bonus-popup__title{font-size:50px;line-height:56px;margin:12px 0}.ml-bonus-popup__text{font-size:18px;line-height:26px;font-weight:700;max-width:430px;margin-right:auto;margin-left:auto}.ml-bonus-popup__cta{margin-top:32px}.ml-bonus-popup img{display:block;position:absolute;pointer-events:none;touch-action:none;z-index:0}.ml-bonus-popup img.ml-bonus-popup__top-img{top:20px;left:0;width:112px;height:114px}.ml-bonus-popup img.ml-bonus-popup__bottom-img{bottom:7px;width:140px;height:73px}}.ml-chatbot-signin__card,.ml-chatbot-welcome__card{border-radius:var(--M);border:1px solid var(--Neutral-200);background:var(--Neutral-300);box-shadow:0 0 12px 0 rgba(191,191,191,.1);padding:16px}.ml-chatbot-message.ml-chatbot-message--bot::before,.ml-chatbot-welcome__card::before,.ml-chatbot-window__header-user::before{display:block;aspect-ratio:1/1;background:no-repeat center/contain rgba(0,0,0,0) url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.5429 14.5684C15.5602 14.5684 15.5776 14.5695 15.5949 14.5697C17.7925 14.5431 19.5717 12.8862 19.5717 10.8511C19.5717 8.79915 17.764 7.13 15.5417 7.13C13.3194 7.13 11.5117 8.79915 11.5117 10.8511C11.5117 12.8865 13.2915 14.5437 15.4894 14.57C15.5073 14.57 15.525 14.5686 15.5432 14.5686L15.5429 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.5972 15.1903C15.5801 15.1903 15.5632 15.193 15.5461 15.193C15.5289 15.193 15.5126 15.1906 15.4955 15.1903C11.3348 15.22 7.94056 18.7962 7.79297 23.25H23.293C23.1454 18.7956 19.7542 15.2191 15.5972 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A")}.ml-chatbot-messages__form [type=submit] *,.ml-chatbot-window__header button *{pointer-events:none;touch-action:none}@media screen and (max-width:767px){body:has(.ml-chatbot-window[aria-hidden=false]) .ml-header{display:none}}.ml-chatbot{position:fixed;right:16px;bottom:50px;z-index:992;color:var(--Neutral-50)}@media(min-width:768px){.ml-chatbot{bottom:22px}}body:has(header nav.open) .ml-chatbot{display:none}@media(max-width:767px){body:has(.ml-floating-bar-wrapper) .ml-chatbot{bottom:calc(var(--floating-bar-height)+8px)}}@media(max-width:767px){body:has(.ml-floating-bar-wrapper.static) .ml-chatbot{bottom:8px}}.ml-chatbot input{font-family:inherit}.ml-chatbot__trigger{width:80px;height:80px;cursor:pointer;border:1px solid var(--Primary-100);background:no-repeat center/40px var(--Primary-200) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.5841 3.33364H8.41644C5.58276 3.33364 3.3335 5.69796 3.3335 8.57769V23.279C3.3335 26.1588 5.62517 28.5231 8.41644 28.5231L10.8335 28.5247L10.1254 34.6285C9.8748 36.2187 11.5838 37.2515 12.8338 36.3044L20.5422 28.4811H31.5839C34.4176 28.4811 36.6668 26.1167 36.6668 23.237V8.57739C36.6668 5.65557 34.3753 3.33364 31.5841 3.33364ZM11.1248 18.5087C9.74944 18.5087 8.62477 17.3484 8.62477 15.9294C8.62477 14.5105 9.74944 13.3502 11.1248 13.3502C12.5001 13.3502 13.6671 14.5105 13.6671 15.9294C13.6671 17.3484 12.5001 18.5087 11.1248 18.5087ZM20.0002 18.5087C18.6249 18.5087 17.5002 17.3484 17.5002 15.9294C17.5002 14.5105 18.6249 13.3502 20.0002 13.3502C21.3756 13.3502 22.5426 14.5105 22.5426 15.9294C22.5003 17.3484 21.3756 18.5087 20.0002 18.5087ZM28.8757 18.5087C27.5004 18.5087 26.3757 17.3484 26.3757 15.9294C26.3757 14.5105 27.5004 13.3502 28.8757 13.3502C30.251 13.3502 31.4181 14.5105 31.4181 15.9294C31.3757 17.3484 30.251 18.5087 28.8757 18.5087Z' fill='%23F7F7F7'/%3E%3C/svg%3E");border-radius:50%}@media screen and (max-width:767px){body:has(.ml-chatbot-window[aria-hidden=false]) .ml-chatbot__trigger{display:none}}.ml-chatbot-window{position:fixed;inset:0;z-index:101;background:var(--Neutral-400);box-shadow:0 12px 24px 0 rgba(109,109,109,.15);overscroll-behavior:contain;overflow:auto;display:flex;flex-direction:column}@media screen and (min-width:768px){.ml-chatbot-window{inset:auto 24px 24px auto;width:448px;height:600px;border-radius:var(--M);border:1px solid var(--Neutral-200);box-shadow:0 12px 24px 0 rgba(191,191,191,.16)}}.ml-chatbot-window[aria-hidden=true]{display:none}.ml-chatbot-window__header{border-bottom:1px solid var(--Neutral-200);background:var(--Neutral-300);color:var(--Text-300);padding:16px;display:flex;align-items:center;gap:8px;flex:0 0}.ml-chatbot[data-active-screen="2"] .ml-chatbot-window__header,.ml-chatbot[data-active-screen="3"] .ml-chatbot-window__header{box-shadow:0 12px 24px 0 rgba(109,109,109,.15)}.ml-chatbot-window__header button{border:none;background:none;cursor:pointer;width:40px;height:40px;padding:8px;align-content:center;color:var(--Neutral-50)}.ml-chatbot-window__header button:first-child{align-content:end}.ml-chatbot-window__header button:first-of-type{display:none}.ml-chatbot[data-active-screen="2"] .ml-chatbot-window__header button:first-of-type,.ml-chatbot[data-active-screen="3"] .ml-chatbot-window__header button:first-of-type{display:initial}.ml-chatbot-window__header-user{flex:1 1;align-content:center;display:flex;align-items:center;gap:10px;font-feature-settings:"liga" off;font-size:16px;line-height:24px;font-weight:700;opacity:0;visibility:hidden}.ml-chatbot-window__header-user::before{content:"";width:48px}.ml-chatbot[data-active-screen="2"] .ml-chatbot-window__header-user,.ml-chatbot[data-active-screen="3"] .ml-chatbot-window__header-user{opacity:1;visibility:visible}.ml-chatbot-window__screens{flex:1 1}.ml-chatbot-window__screen{display:none;padding:64px 16px 16px}@media screen and (min-width:768px){.ml-chatbot-window__screen{padding:24px}}.ml-chatbot[data-active-screen="1"] .ml-chatbot-welcome{display:block}.ml-chatbot-welcome__title{color:var(--Text-100);font-feature-settings:"liga" off;font-weight:700;margin-bottom:24px;font-size:40px;line-height:48px}@media screen and (min-width:768px){.ml-chatbot-welcome__title{font-size:48px;line-height:56px}}.ml-chatbot-welcome__card{display:grid;grid-template-columns:50px 1fr;grid-template-areas:"avatar name" "button button";row-gap:16px;column-gap:12px}.ml-chatbot-welcome__card::before{content:"";grid-area:avatar;width:50px;height:50px;align-self:center}.ml-chatbot-welcome__card-head span{color:var(--Text-300);font-feature-settings:"liga" off,"clig" off;font-size:12px;line-height:16px}.ml-chatbot-welcome__card-head p{color:var(--Text-100)}.ml-chatbot-welcome__card .glow-btn{grid-area:button}.ml-chatbot-welcome__card .glow-btn::after{content:"";display:inline-block;vertical-align:sub;margin-left:8px;width:20px;height:20px;background:no-repeat center/contain rgba(0,0,0,0) url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.66602 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.334 15L16.334 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.334 5L16.334 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.ml-chatbot[data-active-screen="2"] .ml-chatbot-signin{display:block}.ml-chatbot-signin__title{color:var(--Text-100);font-feature-settings:"liga" off;font-size:20px;line-height:28px;font-weight:700;margin-bottom:24px}.ml-chatbot-signin__card label,.ml-chatbot-signin__card input{display:block;width:100%}.ml-chatbot-signin__card label{margin-bottom:16px;color:var(--Text-100)}.ml-chatbot-signin__card label.is-invalid input{border:1px solid var(--Accent-100)}.ml-chatbot-signin__card label.is-invalid::after{content:attr(data-error);display:block;color:var(--Accent-100);font-feature-settings:"liga" off,"clig" off;font-size:12px;line-height:16px;margin-top:4px}.ml-chatbot-signin__card input{color:var(--Text-100);border-radius:var(--S);background:var(--Neutral-400);font-feature-settings:"liga" off;font-size:16px;line-height:24px;padding:17px 16px;margin-top:4px}.ml-chatbot-signin__card input::placeholder{color:var(--Text-400)}.ml-chatbot-messages{padding:0;min-height:100%;flex-direction:column;justify-content:space-between;gap:16px}.ml-chatbot[data-active-screen="3"] .ml-chatbot-messages{display:flex}.ml-chatbot-messages ol{list-style:none;padding:16px;overflow:auto;overscroll-behavior:contain;height:calc(100vh - 170px)}@media screen and (min-width:768px){.ml-chatbot-messages ol{height:420px;padding:24px}}.ml-chatbot-messages ol a{cursor:pointer;color:var(--Primary-100)}.ml-chatbot-messages__form{flex:0 0;position:relative;padding:0 16px 16px}@media screen and (min-width:768px){.ml-chatbot-messages__form{padding:0 24px 24px}}.ml-chatbot-messages__form input{display:block;width:100%;padding:16px 44px 16px 16px;border-radius:var(--M);background:var(--Neutral-300);color:var(--Text-100);font-size:16px;line-height:24px}.ml-chatbot-messages__form input::placeholder{color:var(--Text-400)}.ml-chatbot-messages__form [type=submit]{border:none;background:none;cursor:pointer;position:absolute;top:20px;right:32px;width:22px;height:22px}.ml-chatbot-messages__form [type=submit]:disabled{opacity:.5}@media screen and (min-width:768px){.ml-chatbot-messages__form [type=submit]{right:40px}}.ml-chatbot-message{margin-bottom:16px;color:var(--Primary-100)}.ml-chatbot-message.ml-chatbot-message--bot{display:grid;grid-template-columns:31px 1fr;gap:12px;color:var(--Text-100)}.ml-chatbot-message.ml-chatbot-message--bot::before{content:"";width:31px}.ml-chatbot-message.ml-chatbot-message--bot p{border-radius:var(--M);border:1px solid var(--Neutral-300);background:var(--neutral-30060,rgba(43,43,43,0.6))}.ml-chatbot-message p{padding:16px;border-radius:var(--M);border:1px solid var(--Neutral-200);background:var(--neutral-30060,rgba(43,43,43,0.6));box-shadow:0 0 12px 0 rgba(191,191,191,.1)}.ml-chatbot .glow-btn{border-radius:var(--S);background:var(--Primary-200);text-align:center;padding:10px;color:var(--Text-00);font-feature-settings:"liga" off;font-size:14px;line-height:20px;font-weight:700;width:100%;cursor:pointer}.ml-header{position:fixed;z-index:1000;top:0;width:100%}@media(min-width:768px){.ml-header{padding:16px 0;background:var(--Neutral-400)}}.ml-header .container{display:flex;align-items:center;flex-direction:row;justify-content:space-between}@media(max-width:767px){.ml-header .container{padding:16px;background:var(--Neutral-400);min-height:72px}}.ml-header__logo{display:block;width:100%;max-width:128px;height:32px;object-fit:contain;object-position:left center}@media(min-width:1200px){.ml-header__logo{max-width:160px;height:40px}}.ml-header__logo picture,.ml-header__logo img{display:block;width:100%;height:100%}.ml-header__logo img{object-fit:contain;object-position:left center}@media(max-width:1199px){.ml-header__nav{position:fixed;right:0;width:100%;padding:8px 16px;transition:transform .3s ease;transform:translateX(100%);background:var(--Neutral-400);box-shadow:0 12px 24px 0 rgba(109,109,109,.15)}.ml-header.mobile-menu .ml-header__nav{transform:translateX(0)}}@media screen and (min-width:768px)and (max-width:1199px){.ml-header__nav{top:72px;max-width:400px;height:calc(100% - 72px);overflow-y:auto}}@media(max-width:767px){.ml-header__nav{padding:8px 16px;top:128px;height:calc(100% - 128px);overflow-y:auto;overscroll-behavior:contain}}.ml-header__content-right,.ml-header__account{display:flex;align-items:center;flex-shrink:0;gap:12px}@media(max-width:767px){.ml-header__account{display:none}}.ml-header__account-mob{display:flex;align-items:center;gap:6px;background:linear-gradient(0deg,rgba(26,26,26,0) 0%,var(--Neutral-400) 70%);padding:0 16px 16px}.mobile-menu .ml-header__account-mob{background:var(--Neutral-400)}.ml-header__account-mob button{flex:1 1;padding:9px 12px;line-height:20px}@media(min-width:768px){.ml-header__account-mob{display:none}}.ml-header__menu-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;cursor:pointer}@media(min-width:1200px){.ml-header__menu-toggle{display:none}}.ml-header__menu-icon{display:block;width:30px;height:30px;object-fit:contain;object-position:center;cursor:pointer;color:var(--Text-100);pointer-events:none;touch-action:none}.ml-header.mobile-menu .ml-header__menu-icon:first-child{display:none}.ml-header.mobile-menu .ml-header__menu-icon:last-child{display:block}.ml-header__menu-icon:last-child{display:none}@media(min-width:1200px){.ml-header__menu-icon{display:none}}.ml-header__lang-switcher{display:none}@media(min-width:1200px){.ml-header__lang-switcher{display:block;padding:10px 16px 6px;max-width:160px;position:relative}.ml-header__lang-switcher:hover ul{visibility:visible;opacity:1}.ml-header__lang-switcher:hover ul::-webkit-scrollbar{width:4px;height:4px}.ml-header__lang-switcher:hover ul::-webkit-scrollbar-thumb{border-radius:var(--S);background:var(--Neutral-100)}.ml-header__lang-switcher:hover ul::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.ml-header__lang-switcher:hover .ml-header__lang-menu-arrow svg{transform:rotate(180deg)}}@media(min-width:1200px){.ml-header__lang-switcher ul{width:160px;max-height:350px;overflow-y:auto;list-style:none}}.ml-header__lang-switcher .current{display:flex;gap:8px;align-items:center}.ml-header__lang-item{font-size:14px;line-height:24px;font-weight:700;width:100%}.ml-header__lang-item>*{min-width:0}.ml-header__lang-item span{display:block;flex:1 1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ml-header__lang-item img{flex:0 0 24px;display:block;width:24px;height:24px;border:1px solid var(--Neutral-200);border-radius:8px}.ml-header__lang-item:not(:last-child){margin-bottom:2px}@media(min-width:1200px){.ml-header__lang-item:not(:last-child){margin-bottom:0}}.ml-header__lang-link{display:flex;gap:8px;align-items:center;width:100%;padding:4px 9px;transition:background-color .3s;color:var(--Text-100);border-radius:8px}.ml-header__lang-link>*{min-width:0}.ml-header__lang-link:hover{background-color:var(--Neutral-300)}.ml-header__lang-link.current::after{content:"";display:block;width:24px;height:24px;flex:0 0 24px;mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M2 12.875L8.08696 19L22 5' stroke='%2309C77A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-repeat:no-repeat;mask-position:center;mask-size:contain;background-color:var(--Green-200)}.ml-header__lang-link span{display:block;flex:1 1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ml-header__lang-link img{flex:0 0 24px;display:block;width:24px;height:24px;border:1px solid var(--Neutral-200);border-radius:8px}.ml-header__lang-menu-arrow{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.ml-header__lang-menu-arrow svg{transition:.3s;width:13px;height:13px}.ml-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){.ml-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(191,191,191,.2);gap:2px}}.ml-header__lang-nav{width:100%;margin-top:24px}@media(min-width:1200px){.ml-header__lang-nav{display:none}}.ml-header__lang-nav-heading{margin-bottom:8px;padding-bottom:10px;border-bottom:1px solid var(--Neutral-300)}.ml-header__lang-nav-title{font-weight:700;font-size:20px;line-height:28px;text-transform:capitalize;color:var(--Text-100)}.menu{list-style:none}@media(min-width:1200px){.menu{display:flex;align-items:center;gap:8px}.menu .menu-item__heading [data-ref-el],.menu .menu-item__heading span,.menu .menu-item__heading a{white-space:nowrap}}.menu-item{width:100%;transition:.3s;color:var(--Text-100);position:relative}@media(max-width:1199px){.menu-item.mobile-active>.menu-item__heading{background:var(--Neutral-300)}}@media(min-width:1200px){.menu-item.has-children:hover>.sub-menu[data-depth="1"]{height:auto;opacity:1;visibility:visible}}@media(max-width:1199px){.menu-item.mobile-active>.sub-menu{height:auto}.menu-item.mobile-active>div>.menu-toggle{transform:rotate(180deg)}}.menu-item [data-ref-el]{background:none;border:none;cursor:pointer}.menu-item [data-ref-el],.menu-item span{cursor:pointer}.menu-item [data-ref-el],.menu-item span,.menu-item a{font-size:18px;font-weight:700;line-height:46px;color:var(--Text-100);text-align:left;flex:1 1}@media(min-width:768px){.menu-item [data-ref-el],.menu-item span,.menu-item a{font-size:18px;line-height:38px}}@media(min-width:1200px){.menu-item [data-ref-el],.menu-item span,.menu-item a{font-size:14px;line-height:20px;width:100%}}.sub-menu{height:0;overflow:hidden;transition:height .3s ease;padding-left:24px;list-style:none;box-sizing:border-box}.sub-menu::-webkit-scrollbar{width:4px;height:4px}.sub-menu::-webkit-scrollbar-thumb{border-radius:var(--S);background:var(--Neutral-200)}.sub-menu::-webkit-scrollbar-track{background:rgba(0,0,0,0)}@media(min-width:1200px){.sub-menu{width:300px;position:absolute;z-index:1001;border-radius:0 0 var(--M) var(--M);background:var(--Neutral-400);box-shadow:0 12px 24px 0 rgba(191,191,191,.2);padding:8px;opacity:0;visibility:hidden;max-height:290px;overflow-y:auto;overflow-x:hidden}.sub-menu:has(>.menu-item.active){height:auto;visibility:visible;opacity:1}.sub-menu .sub-menu{padding:0}.sub-menu .menu-item{font-weight:400}.sub-menu .menu-item:hover>.menu-item__heading{background:var(--Neutral-300)}.sub-menu .menu-toggle{rotate:-90deg}}.menu-item__heading{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 8px;border-radius:var(--S)}@media(min-width:1200px){.menu-item__heading{padding:8px}.menu-item.active>.menu-item__heading{background:var(--Neutral-300)}}.menu-toggle{width:24px;height:24px;border:none;cursor:pointer;mask-image:url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.21967 0.21967C0.512563 -0.0732233 0.987437 -0.0732233 1.28033 0.21967L5.25 4.18934L9.21967 0.21967C9.51256 -0.0732233 9.98744 -0.0732233 10.2803 0.21967C10.5732 0.512563 10.5732 0.987437 10.2803 1.28033L5.78033 5.78033C5.48744 6.07322 5.01256 6.07322 4.71967 5.78033L0.21967 1.28033C-0.0732233 0.987437 -0.0732233 0.512563 0.21967 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");mask-repeat:no-repeat;mask-position:center;mask-size:10px;transition:rotate .3s ease;background-color:var(--Text-100)}@media(min-width:1200px){.menu-toggle{cursor:default}}.extra-menu{position:fixed;z-index:1001;top:80px;left:100px;visibility:visible;opacity:1;max-height:290px;height:auto}.ml-footer{padding:20px 0;border-top:1px solid var(--Neutral-300);gap:32px;background-color:#370F39}@media screen and (min-width:768px){.ml-footer{padding:40px 4px}}.ml-footer__top{margin-bottom:30px}@media screen and (min-width:1200px){.ml-footer__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:0}}.ml-footer__nav{margin-bottom:32px}@media(min-width:1200px){.ml-footer__nav{margin-right:32px}}.ml-footer__nav ul{display:flex;flex-wrap:wrap;list-style:none;gap:8px}.ml-footer__nav [data-ref-el]{background:none;border:none;cursor:pointer;font:inherit}.ml-footer__nav [data-ref-el],.ml-footer__nav span,.ml-footer__nav a{font-size:14px;font-weight:700;line-height:20px;display:block;padding:4px 8px;color:var(--Text-100)}.ml-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){.ml-footer__payments{padding-top:18px}}.ml-footer__payments-item{width:32px;height:32px;margin-right:12px;overflow:hidden}.ml-footer__payments-item picture,.ml-footer__payments-item img{display:block;width:100%;height:100%}.ml-footer__payments-item img{object-fit:contain;object-position:center}@media screen and (min-width:1200px){.ml-footer__payments-item:last-child{margin-right:0}}.ml-footer__payments-show-more{line-height:19px;position:relative;color:var(--Primary-100);border-bottom:1px solid var(--Primary-100)}.ml-footer__payments:hover .ml-footer__tooltype{visibility:visible;opacity:1}.ml-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)}.ml-footer__tooltype-grid{display:grid;margin:-6px;grid-template-columns:repeat(5,1fr);max-height:240px;overflow-y:auto;overflow-x:hidden}.ml-footer__tooltype-item{display:flex;margin:6px}.ml-footer__tooltype-item img{max-width:32px;object-fit:contain}.ml-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)}.ml-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)}.ml-footer__bottom{display:flex;flex-direction:column;width:100%}@media(min-width:1200px){.ml-footer__bottom{align-items:flex-end;flex-direction:row;justify-content:space-between}}.ml-footer__copy{font-size:14px;line-height:20px;color:var(--Text-400)}@media(min-width:1200px){.ml-footer__copy{margin-right:32px}}.ml-footer__email{width:100%;max-width:340px;margin-top:10px;text-align:left;flex-shrink:0}@media(min-width:1200px){.ml-footer__email{margin-top:0;width:340px}}.ml-footer__email a{line-height:19px;color:var(--Primary-100);border-bottom:1px solid var(--Primary-100)}.ml-footer__social{display:flex;align-items:center;flex-wrap:wrap;gap:24px}.ml-bonus__section{position:relative;min-height:270px;background-repeat:no-repeat;background-position:center;background-size:cover}.ml-bonus__section+.ml-bonus-labeled__section,.ml-bonus__section+.ml-bonus__section{margin-top:24px}@media screen and (min-width:1200px){.ml-bonus__section{min-height:540px}}.ml-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%)}.ml-bonus{padding-top:96px;padding-bottom:32px}@media screen and (min-width:1200px){.ml-bonus{padding-top:200px}}.ml-bonus__container{position:relative;z-index:1}.ml-bonus__title{font-size:20px;line-height:28px;font-weight:700;text-transform:capitalize;margin-bottom:4px;letter-spacing:.4px;color:var(--Text-200);overflow-wrap:break-word}@media screen and (min-width:768px){.ml-bonus__title{font-size:32px;line-height:40px}}@media(min-width:1200px){.ml-bonus__title{font-size:40px;line-height:48px;margin-bottom:12px}}.ml-bonus__text{font-size:32px;line-height:40px;font-weight:700;text-transform:capitalize;margin-bottom:19px;letter-spacing:.2px;color:var(--Text-100);overflow-wrap:break-word}@media screen and (min-width:768px){.ml-bonus__text{font-size:48px;line-height:56px}}@media(min-width:1200px){.ml-bonus__text{font-size:72px;line-height:88px;margin-bottom:16px}}.ml-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}.ml-bonus__link:hover{background:var(--Primary-400)}.ml-bonus__img{width:100%;height:100%;position:absolute;object-fit:cover;top:0;left:0}.ml-bonus__img img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.ml-content{display:flex;flex-direction:column;gap:6px}.ml-content h1,.ml-content h2,.ml-content h3,.ml-content h4{margin-bottom:6px}.ml-content h1:not(:first-child),.ml-content h2:not(:first-child),.ml-content h3:not(:first-child),.ml-content h4:not(:first-child){margin-top:16px}.ml-content h1,.ml-content h1>*{font-size:32px;line-height:40px;letter-spacing:.2px}@media screen and (min-width:768px){.ml-content h1,.ml-content h1>*{font-size:48px;line-height:60px}}.ml-content h2,.ml-content h2>*{font-size:28px;font-weight:700;line-height:36px;letter-spacing:-0.8px}@media screen and (min-width:768px){.ml-content h2,.ml-content h2>*{font-size:36px;line-height:45px}}.ml-content h3,.ml-content h3>*{font-size:24px;line-height:32px}@media screen and (min-width:768px){.ml-content h3,.ml-content h3>*{font-size:30px;line-height:40px}}.ml-content h4,.ml-content h4>*{font-size:24px;line-height:32px}.ml-content ol{font-size:16px;margin:6px 0 14px;padding-left:24px;list-style:decimal}.ml-content ol li{margin-bottom:8px;padding-left:6px}.ml-content ol ol{margin-bottom:8px}.ml-content ol ol>li{margin-top:16px;padding-left:0}.ml-content ol ul li{padding-left:16px}.ml-content ul{font-size:16px;margin:6px 0 14px;padding:0;padding-left:8px;list-style:none}.ml-content ul li{position:relative;margin-bottom:8px;padding-left:16px;list-style-type:none}.ml-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)}.ml-content ul ul{margin-bottom:8px}.ml-content ul ul>li{margin-top:16px;padding-left:33px}.ml-content ul ul>li::before{left:16px;border:1px solid var(--Text-300);background:rgba(0,0,0,0)}.ml-content .table-responsive{overflow-x:auto}.ml-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;-webkit-text-size-adjust:none;text-size-adjust:none}@media(min-width:1200px){.ml-content table{display:table}}.ml-content table thead th{font-weight:700;padding:12px 18px;text-align:left;white-space:nowrap;background-color:var(--Primary-400)}.ml-content table thead th:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px}.ml-content table thead th:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px}.ml-content table tbody tr:first-child td{padding-top:16px}.ml-content table tbody tr:not(:last-child){border-bottom:1px solid var(--Neutral-300)}.ml-content table tbody td{width:150px;padding:12px 18px;white-space:nowrap}@media(min-width:1200px){.ml-content table tbody td{width:auto;white-space:wrap}}.ml-content table tbody td img{max-width:24px;max-height:24px;margin-right:14px;vertical-align:middle}.ml-content img{max-width:100%;height:auto}.ml-games__section+.ml-games__section{margin-top:-16px}@media(min-width:768px){.ml-games__section+.ml-games__section{margin-top:-48px}}.ml-games__heading{color:var(--Text-100);display:flex;align-items:center;margin-bottom:16px;gap:12px;font-size:28px;line-height:36px;font-weight:700}@media screen and (min-width:768px){.ml-games__heading{font-size:32px;line-height:40px}}@media(min-width:1200px){.ml-games__heading{font-size:40px;line-height:48px}}.ml-games__heading>*{margin:0 !important}.ml-games__heading img{width:24px;height:24px;display:block;object-fit:contain;object-position:center}@media(min-width:1200px){.ml-games__heading img{width:32px;height:32px}}.ml-games__heading-icon-wrapper{display:inline-block}.ml-games__heading-icon{display:flex;width:24px;height:24px;background:var(--Primary-100);vertical-align:middle}@media(min-width:1200px){.ml-games__heading-icon{width:32px;height:32px}}.ml-games__list{display:grid;overflow:hidden;transition:max-height .3s ease-in-out;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}@media(min-width:768px){.ml-games__list{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(min-width:1200px){.ml-games__list{grid-template-columns:repeat(8,minmax(0,1fr))}}.ml-games__list[data-games-type="Live Show"]{grid-template-columns:repeat(3,minmax(0,1fr))}@media(min-width:768px){.ml-games__list[data-games-type="Live Show"]{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:1200px){.ml-games__list[data-games-type="Live Show"]{grid-template-columns:repeat(6,minmax(0,1fr))}}.ml-games__list.expanded+.ml-btn--show-all svg{transform:rotate(180deg)}.ml-games__list-item{display:flex;flex-direction:column;max-height:300px;transition:.3s;gap:4px;overflow-wrap:break-word}.ml-games__list-item--hidden{display:none;opacity:0}.ml-games__list-item-logo{display:block;width:100%;height:100px}.ml-games__list-item-logo img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;border-radius:4px}.ml-games__list-item[data-game-type=Slots] .ml-games__list-item-logo{height:104px}@media(min-width:768px){.ml-games__list-item[data-game-type=Slots] .ml-games__list-item-logo{height:125px}}@media(min-width:1200px){.ml-games__list-item[data-game-type=Slots] .ml-games__list-item-logo{height:138px}}.ml-games__list-item-top{display:flex;align-items:flex-start;justify-content:space-between;color:var(--Text-400);gap:4px}.ml-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)}.ml-games__list-item[data-game-type=Slots] .ml-games__list-item-name{max-height:104px}@media(min-width:768px){.ml-games__list-item[data-game-type=Slots] .ml-games__list-item-name{max-height:125px}}@media(min-width:1200px){.ml-games__list-item[data-game-type=Slots] .ml-games__list-item-name{max-height:138px}}.ml-games__list-item picture{width:100%}.ml-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}.ml-games__list-item--hover svg{outline:10px solid var(--Primary-200);border-radius:var(--S,4px);background:var(--Primary-200)}.ml-games__list-item:hover .ml-games__list-item--hover{display:flex}.ml-games__list-item-providers{font-size:12px;line-height:16px;color:var(--Text-400)}.ml-games .ml-btn{margin-top:16px}@media(min-width:768px){.ml-games__section--with-ratings .ml-games__list{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(min-width:1200px){.ml-games__section--with-ratings .ml-games__list{grid-template-columns:repeat(6,minmax(0,1fr))}}.ml-games__section--with-ratings .ml-games__list-item-name:has(img){max-height:initial !important;aspect-ratio:1/1}.ml-games__section--with-ratings .ml-games__list-item-logo{height:100% !important;border-radius:var(--S)}.ml-games__section--with-ratings .ml-games__list-item-top{gap:12px;align-items:center}.ml-games__section--with-ratings .ml-games__list-item-top button{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ml-games__section--with-ratings .ml-games__list-item-top svg{display:block;aspect-ratio:1/1;flex:0 0 16px}.ml-games__section--with-ratings .ml-btn{padding-top:7px;padding-bottom:7px;line-height:16px}.ml-games__section--with-ratings .ml-games__list-item-rating,.ml-games__section--with-ratings .ml-games__list-item-rating-bar{height:16px;max-width:100%;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")}.ml-games__section--with-ratings .ml-games__list-item-rating{background-color:hsl(from var(--Neutral-50) h s l/30%);width:98px}.ml-games__section--with-ratings .ml-games__list-item-rating-bar{display:block;background-color:var(--Accent-Yellow-300,#FB0)}.ml-providers__heading{color:var(--Text-100);font-size:28px;line-height:36px;font-weight:700;text-transform:capitalize;display:flex;align-items:center;gap:12px;margin-bottom:16px}@media screen and (min-width:768px){.ml-providers__heading{font-size:32px;line-height:40px}}@media screen and (min-width:768px){.ml-providers__heading{font-size:40px;line-height:48px}}.ml-providers__heading>*{margin:0 !important}.ml-providers__heading img{max-width:24px;max-height:24px;vertical-align:middle;object-fit:contain;object-position:center}@media screen and (min-width:768px){.ml-providers__heading img{max-width:32px;max-height:32px}}.ml-providers__list{display:grid;overflow:hidden;margin:13px 0 16px;gap:16px;grid-template-columns:repeat(2,1fr)}@media(min-width:1200px){.ml-providers__list{grid-template-columns:repeat(4,1fr)}}.ml-providers__list.expanded+.ml-btn--show-all svg{transform:rotate(180deg)}.ml-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);transition:.3s}.ml-providers__list-item--hidden{display:none;opacity:0}.ml-providers__list-item picture{height:100%;display:flex}.ml-providers__list-item img{width:100%;height:100%;object-fit:contain}.ml-auditors__section{--container-width:752px}@media(min-width:1248px){.ml-auditors__section{--container-width:1248px}}.ml-auditors__heading{color:var(--Text-100);gap:12px;font-weight:700;text-transform:capitalize;position:relative;width:100%;margin-bottom:16px}@media(min-width:768px){.ml-auditors__heading{font-size:40px;line-height:48px}}.ml-auditors__heading>*{margin:0 !important}.ml-auditors__heading img,.ml-auditors__heading-icon-wrapper{position:absolute;z-index:-1;width:180px;height:180px;aspect-ratio:1/1;opacity:.2;left:-40px;top:-30%}@media(min-width:768px){.ml-auditors__heading img,.ml-auditors__heading-icon-wrapper{left:-80px;top:-110%}}.ml-auditors__heading-icon{display:flex;width:132px;height:132px;background:var(--Primary-100)}@media(min-width:768px){.ml-auditors__heading-icon{width:180px;height:180px}}.ml-auditors__list-container{padding-right:0}@media(min-width:768px){.ml-auditors__list-container{padding-left:16px;max-width:100%;width:calc((100% - var(--container-width))/2+var(--container-width));margin-right:0;margin-left:auto}}@media(min-width:1200px)and (max-width:1247px){.ml-auditors__list-container{padding-left:16px;width:calc(100% - 16px)}}.ml-auditors__list{list-style:none;white-space:nowrap;overflow-x:auto;padding-bottom:8px}.ml-auditors__list::-webkit-scrollbar{width:8px;height:6px}.ml-auditors__list::-webkit-scrollbar-thumb{border-radius:8px;background:var(--Neutral-100)}.ml-auditors__list::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.ml-auditors__list-item{display:inline-block;border-radius:var(--S);margin-right:12px;color:var(--Text-100);max-width:276px}.ml-auditors__list-item picture{display:block;min-width:100px;height:40px}.ml-auditors__list-item picture img{display:block;object-fit:contain;object-position:center;width:100%;height:100%}.ml-auditors__list-item-games{display:flex;align-items:center;gap:8px;width:100%}.ml-auditors__list-item-name{font-size:16px;font-weight:700;line-height:24px;margin-top:8px}.ml-auditors__list span{display:block;font-size:12px;line-height:16px}@media(min-width:768px){.ml-search__section{margin:-40px 0}}.ml-search__section:first-of-type{margin-top:40px}.ml-search__form{display:flex;flex-direction:column;gap:8px;position:relative;margin-bottom:12px}@media(min-width:768px){.ml-search__form{flex-direction:row}}.ml-search__input{padding:12px 12px 12px 50px;border-radius:4px;background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTguMzk5OSAxNy42TDIzLjk5OTkgMjMuMiIgc3Ryb2tlPSIjOTk5OTk5IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgogIDxjaXJjbGUgY3g9IjExLjIiIGN5PSIxMS4yIiByPSI5LjQiIHN0cm9rZT0iIzk5OTk5OSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+") no-repeat 16px center,var(--Neutral-300);font-size:16px;font-style:normal;font-weight:400;line-height:24px;position:relative;color:var(--Text-200)}@media(min-width:768px){.ml-search__input{flex:1}}.ml-search__input::placeholder{color:var(--Text-400)}.ml-search__button{padding:12px 20px;border-radius:var(--S);border:1px solid var(--Primary-200);background:var(--neutral-30060);backdrop-filter:blur(8px);display:flex;justify-content:center;gap:8px;color:var(--Text-100);text-align:center;font-size:16px;font-style:normal;font-weight:700}.ml-search__categories{display:flex;margin:-4px;overflow-x:auto;scrollbar-width:none}.ml-search__categories::-webkit-scrollbar{display:none}.ml-search__category{border-radius:4px;background-color:var(--neutral-30060);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;color:var(--Neutral-50);margin:4px;text-align:center;padding:7px 15.5px;border:1px solid var(--Primary-200);flex-shrink:0;cursor:pointer}.ml-search__category svg{margin-right:8px}.ml-search__category--active{background:var(--Primary-200)}.ml-search__category--active svg path{fill:currentColor}.ml-search__category span{display:block;width:20px;height:20px;mask-repeat:no-repeat;mask-size:contain;mask-position:center;background:currentColor;margin-right:8px}.ml-search__section+.ml-cta-button__wrapper{margin-top:0}@media(min-width:768px){.ml-search__section+.ml-cta-button__wrapper{margin-top:-16px}}.autocomplete-list{border-radius:4px;overflow-y:auto;position:absolute;background-color:var(--Neutral-300);width:100%;z-index:990;top:54px}.autocomplete-list>*{padding:12px;color:var(--Text-200);font-size:16px;font-weight:400;line-height:24px;cursor:pointer}.autocomplete-list>*:hover{box-shadow:inset 0px 0px 3px var(--Text-300);background-color:var(--Neutral-100)}:root{--S:4px;--M:8px;--Primary-400:#00331F;--Primary-300:#15523A;--Primary-200:#179163;--Primary-100:#56D2A0;--Primary-50:#A8FBD9;--Neutral-400:#181818;--Neutral-300:#2B2B2B;--neutral-30060:hsl(from var(--Neutral-300) h s l / 0.6);--neutral-30080:hsl(from var(--Neutral-300) h s l / 0.8);--Neutral-200:#525252;--Neutral-100:#868686;--Neutral-50:#F0F0F0;--Text-00:#F7F7F7;--Text-400:#999999;--Text-300:#BFBFBF;--Text-200:#DBDBDB;--Text-100:#F0F0F0;--Accent-600:#CBE2F9;--Accent-500:#D3CCFF;--Accent-400:#FF81FF;--Accent-300:#FFD2CB;--Accent-200:#BBEFF3;--Accent-100:#FF4D61;--Green-400:#018B53;--Green-300:#04AA67;--Green-200:#09C77A;--Green-100:#6AF8BF;--Yellow-400:#DABA04;--Yellow-300:#EED129;--Yellow-200:#FFE553;--Yellow-100:#FFEF95;--Red-400:#DA0408;--Red-300:#EE292D;--Red-200:#FF5356;--Red-100:#FF9597}[class*="swiper__wrapper"],.swiper-wrapper{transform:none !important;transition:none !important;width:max-content !important;min-width:100% !important}[class*="swiper-slide--hidden"],.swiper-slide--hidden{visibility:visible !important}div.swiper,[class*="swiper_-hlG5"],[class*="swiper_iwCYF"]{overflow-x:auto !important;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scrollbar-width:thin}[banner-category="default"]{scroll-snap-type:x mandatory}[banner-category="default"] [class*="swiper-slide"]{scroll-snap-align:center;flex-shrink:0 !important}[class*="showcase-navigation"] [class*="swiper_-hlG5"],[class*="showcase-navigation"] [class*="swiper_iwCYF"]{height:auto !important;min-height:72px !important;overflow-y:visible !important}@media (max-width:767px){[class*="showcase-navigation__slide"]{width:auto !important;min-width:100px !important;flex:0 0 auto !important}[class*="l-showcase-navigation-item_"]:not([class*="__"]),a[class*="showcase-navigation-item"]:not([class*="__"]){min-width:100px !important;min-height:72px !important;height:72px !important;padding:8px 10px !important;box-sizing:border-box !important}[class*="showcase-navigation-item__name"],[class*="showcase-navigation-item__icon"]{min-height:0 !important;height:auto !important}[class*="showcase-navigation-item__name"]{overflow:visible !important;text-overflow:clip !important;white-space:nowrap !important;width:auto !important;max-width:none !important}}[class*="daily-combo"] [class*="swiper-slide"],[class*="home-promotions"] [class*="swiper-slide"]{flex-shrink:0 !important}html,body,#app.wrapper{max-width:100%;overflow-x:clip}@media (max-width:1279px){html,body{height:auto !important;min-height:100% !important;overflow-y:auto !important}#app.wrapper{height:auto !important;min-height:auto !important}[class*="content-wrap"]{min-width:0 !important;max-width:100% !important;width:100% !important;min-height:auto !important}[class*="column_lfDN8"]{flex-wrap:nowrap;min-width:0 !important}[class*="column__main"]{flex:1 1 auto !important;min-width:0 !important;max-width:100% !important;overflow:visible !important}[class*="aside-column--right"],[class*="slip-column-desktop-container"]{display:none !important}[class*="horizontal-navigation"]{display:none !important}[class*="footer_f8HcM"]{min-width:0 !important;max-width:100% !important;width:100% !important}[class*="swiper-banner__slide"]{width:100% !important;padding-right:0 !important}[class*="headline-bn--v4"]{width:100% !important;max-width:100% !important}}@media (max-width:1150px){[class*="column__left"]{position:fixed !important;top:var(--main-header-height,56px) !important;left:0 !important;z-index:65 !important;transform:translate(calc(-100% - 16px)) !important;min-width:252px !important;max-width:252px !important}}@media (max-width:1023px){[class*="header-bar__right"] [class*="language-switcher"]{display:none !important}[class*="showcase-navigation__slide"]{width:auto !important;flex:0 0 auto !important}[class*="l-showcase-navigation-item_"]:not([class*="__"]){min-width:72px !important;padding:8px 12px !important;font-size:12px !important}[class*="sport-event-list-league-headline"]{flex-wrap:wrap !important;height:auto !important;min-height:40px !important;padding:4px 0 !important}[class*="sport-event-list-league-headline__label"]{min-width:0 !important;flex:1 1 100% !important}[class*="sportline-event-block"]{overflow-x:auto !important;-webkit-overflow-scrolling:touch}}@media (max-width:767px){[class*="column__main"] [class*="content_"]{padding-left:8px !important;padding-right:8px !important}[class*="top-banners-container"]{padding-left:0 !important;padding-right:0 !important}[class*="banner-section"]{padding-left:8px !important;padding-right:8px !important}[class*="headline-bn__heading"]{font-size:22px !important;letter-spacing:0.5px !important}[class*="headline-bn__text"]{font-size:14px !important}[class*="sportline-runner"]{flex:1 1 0 !important;width:auto !important;min-width:48px !important;min-height:44px !important}[class*="main-market-container__main-content"]{width:100% !important;height:auto !important;min-height:44px !important;gap:4px !important}[class*="sportline-event-more-indicator"]{flex:0 0 40px !important;min-width:40px !important}[class*="sport-event-list-sport-headline"]{display:flex !important;align-items:center !important;justify-content:space-between !important;flex-wrap:nowrap !important;height:48px !important;min-height:48px !important;max-height:56px !important;padding:0 8px !important;box-sizing:border-box !important;overflow:hidden !important}[class*="sport-event-list-sport-headline__sport-icon"]{display:flex !important;flex:none !important;align-items:center !important;justify-content:center !important;width:24px !important;height:24px !important;min-width:24px !important;margin-right:8px !important;overflow:hidden !important}[class*="sport-event-list-sport-headline__sport-icon"] svg,[class*="sport-event-list-sport-headline__expand-icon"]{width:20px !important;height:20px !important;min-width:20px !important;min-height:20px !important;flex:none !important}[class*="sport-event-list-sport-headline__expand-icon"]{width:24px !important;height:24px !important;min-width:24px !important}[class*="sport-event-list-sport-headline__left"]{display:flex !important;flex:1 1 auto !important;flex-direction:row-reverse !important;align-items:center !important;justify-content:flex-start !important;gap:4px !important;min-width:0 !important;height:auto !important;max-height:48px !important;overflow:hidden !important}[class*="sport-event-list-sport-headline__title"]{flex:1 1 auto !important;min-width:0 !important;overflow:hidden !important}[class*="sport-event-list-sport-headline__label"]{display:block !important;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;font-size:18px !important;font-weight:500 !important;line-height:20px !important;color:var(--TextDefault) !important}[class*="sport-event-list-sport-headline__right"]{display:flex !important;flex:0 1 auto !important;align-items:center !important;justify-content:flex-end !important;min-width:0 !important;max-width:52% !important;margin-left:8px !important;height:auto !important;overflow:hidden !important}[class*="sport-event-list-markets-dropdown"] [class*="popper__content"]{display:none !important}[class*="sport-event-list-markets-dropdown"] a[class*="button"]{max-width:100% !important;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important}[class*="desktop-layout-header"]{position:sticky !important;top:0;z-index:50}[class*="header-bar__inner"]{padding-left:4px !important;padding-right:4px !important}html:not([class*="layout--phone"]) [class*="header-bar__info"]{display:none !important}[class*="footer__body"]{padding:12px !important}html:not([class*="layout--phone"]) [class*="footer__info"]{flex-direction:column !important;gap:16px !important}html:not([class*="layout--phone"]) [class*="footer__menu"]{width:100% !important;max-width:100% !important}html:not([class*="layout--phone"]) [class*="footer-download-app"]{width:100% !important;max-width:100% !important;min-width:0 !important;margin-top:0 !important}[class*="footer__menu"]{width:100% !important}[class*="footer__banner"]{width:100% !important;margin:16px 0 0 !important}html:not([class*="layout--phone"]) [class*="desktop-layout-header"],html:not([class*="layout--phone"]) [class*="header-bar"]:not([class*="header-bar__"]){max-width:100% !important;width:100% !important;overflow:hidden !important}html:not([class*="layout--phone"]) [class*="header-bar__inner"]{min-width:0 !important;max-width:100% !important;width:100% !important;display:flex !important;justify-content:space-between !important;box-sizing:border-box !important}html:not([class*="layout--phone"]) [class*="header-bar__left"]{flex:0 0 auto !important;width:auto !important;min-width:auto !important;max-width:none !important;overflow:visible !important}html:not([class*="layout--phone"]) [class*="header-bar__menu-button"]{flex:none !important;width:44px !important;min-width:44px !important}html:not([class*="layout--phone"]) [class*="header-bar__right"]{flex:0 0 auto !important;width:auto !important;min-width:0 !important;max-width:none !important;margin-left:auto !important}html:not([class*="layout--phone"]) [class*="header-registration"]{display:flex !important;flex:none !important;gap:4px !important}html:not([class*="layout--phone"]) [class*="desktop-layout-header"]{padding-bottom:44px !important;overflow:visible !important}html:not([class*="layout--phone"]) [class*="header__content"]{position:static !important}html:not([class*="layout--phone"]) [class*="horizontal-navigation"]{display:flex !important;position:absolute !important;top:56px !important;right:0 !important;bottom:auto !important;left:0 !important;width:100% !important;height:44px !important;flex:none !important;background-color:var(--Layer1) !important;overflow:hidden !important;z-index:1 !important}html:not([class*="layout--phone"]) [class*="horizontal-navigation__base"]{display:flex !important;position:static !important;width:100% !important;height:100% !important;margin:0 !important;padding:0 !important}html:not([class*="layout--phone"]) [class*="horizontal-navigation__list-item"]{flex:1 1 0 !important;position:static !important;width:auto !important}html:not([class*="layout--phone"]) [class*="horizontal-navigation__list-item"]:nth-child(n+4){display:none !important}html:not([class*="layout--phone"]) [class*="horizontal-navigation-button"]{position:static !important;justify-content:center !important;width:100% !important;height:44px !important}html:not([class*="layout--phone"]) [class*="sportline-event-block-container__favorite"]{display:none !important}html:not([class*="layout--phone"]) [class*="sportline-event-logos-container"],html:not([class*="layout--phone"]) [class*="sportline-event-logos"]{display:none !important}html:not([class*="layout--phone"]) [class*="sportline-event-info"]{flex-direction:column !important;align-items:stretch !important;height:auto !important;min-height:0 !important}html:not([class*="layout--phone"]) [class*="event-info-columns"]{display:flex !important;flex-direction:row !important;align-items:center !important;justify-content:space-between !important;gap:6px !important;width:100% !important;min-width:0 !important}html:not([class*="layout--phone"]) [class*="event-info-columns__left-column"]{display:flex !important;flex-direction:row !important;align-items:center !important;gap:8px !important;flex:1 1 auto !important;min-width:0 !important;overflow:hidden !important}html:not([class*="layout--phone"]) [class*="sportline-event-block"]{height:auto !important;min-height:0 !important;overflow:visible !important}html:not([class*="layout--phone"]) [class*="sportline-event-block-container"]{flex-wrap:wrap !important;align-items:stretch !important;height:auto !important;gap:4px !important;padding:8px !important}html:not([class*="layout--phone"]) [class*="sportline-event-competitors"]{display:flex !important;flex-direction:column !important;gap:6px !important;min-width:0 !important;overflow:hidden !important}html:not([class*="layout--phone"]) [class*="sportline-event-competitor"]{min-height:0 !important;line-height:1.2 !important}html:not([class*="layout--phone"]) [class*="sportline-event-competitor__name"]{display:block !important;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important}html:not([class*="layout--phone"]) [class*="main-market-container"]{width:100% !important;margin-top:0 !important}[class*="daily-combo-slider__item"]{width:calc(100vw - 24px) !important;max-width:100% !important}[class*="combo-item"]{width:100% !important;max-width:100% !important;box-sizing:border-box !important}[class*="home-promotions__slide"]{width:calc(100vw - 24px) !important;max-width:320px !important}}@media (max-width:480px){[class*="sportline-event-block"]{flex-direction:column !important;align-items:stretch !important;height:auto !important;min-height:0 !important;padding:8px !important}[class*="sportline-competitors"],[class*="main-market-container"]{width:100% !important;max-width:100% !important}[class*="sport-event-list-league-headline__market-label"]{display:none !important}}html[class*="layout--phone"] [class*="tab-bar"]{position:fixed !important;right:0 !important;bottom:0 !important;left:0 !important;z-index:60 !important}html[class*="layout--phone"] #app.wrapper,html[class*="layout--phone"] [class*="content-wrap"]{padding-bottom:calc(52px+env(safe-area-inset-bottom,0px)) !important}html[class*="layout--phone"] [class*="desktop-layout-header"]{display:none !important}html[class*="layout--phone"] [class*="header_Nco9H"],html[class*="layout--phone"] [class*="header-bar"]:not([class*="header-bar__"]){max-width:100% !important;overflow:visible !important}html[class*="layout--phone"] [class*="header-bar__left"]{flex:1 !important;min-width:0 !important;max-width:none !important;overflow:visible !important}html[class*="layout--phone"] [class*="header-bar__right"]{flex:none !important}html[class*="layout--phone"] [class*="header-bar__menu-button"]{flex:none !important;width:auto !important;min-width:44px !important}html[class*="layout--phone"] [class*="footer__follow-item"]{width:auto !important;max-width:none !important}.ml-tpm-seo ul{padding-left: 1em}
/* ===== SEO TABLE DESIGN ===== */

.ml-content table,
.ml-tpm-seo table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 28px 0;
    padding-bottom: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(43, 17, 58, 0.98), rgba(18, 9, 26, 0.98));
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}

.ml-content table thead th,
.ml-tpm-seo table th {
    padding: 18px 22px;
    color: #ffffff;
    font-weight: 800;
    text-align: left;
    background: linear-gradient(135deg, rgba(101, 36, 138, 0.9), rgba(55, 15, 57, 0.95));
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.ml-content table tbody td,
.ml-tpm-seo table td {
    padding: 16px 22px;
    color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    line-height: 1.45;
    white-space: normal;
}

.ml-content table tbody tr:last-child td,
.ml-tpm-seo table tr:last-child td {
    border-bottom: none;
}

.ml-content table td:last-child,
.ml-content table th:last-child,
.ml-tpm-seo table td:last-child,
.ml-tpm-seo table th:last-child {
    border-right: none;
}

.ml-content table tbody td:first-child,
.ml-tpm-seo table td:first-child {
    width: 28%;
    color: #ffffff;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.035);
}

.ml-content table tbody tr:hover td,
.ml-tpm-seo table tr:hover td {
    background: rgba(101, 36, 138, 0.22);
}

.ml-content table tbody tr:hover td:first-child,
.ml-tpm-seo table tr:hover td:first-child {
    color: var(--Green-100);
}

@media (max-width: 768px) {
    .ml-content table,
    .ml-tpm-seo table {
        display: block;
        overflow-x: auto;
        border-radius: 14px;
        -webkit-overflow-scrolling: touch;
    }

    .ml-content table th,
    .ml-content table td,
    .ml-tpm-seo table th,
    .ml-tpm-seo table td {
        min-width: 180px;
        padding: 14px 16px;
        font-size: 14px;
    }

    .ml-content table td:first-child,
    .ml-tpm-seo table td:first-child {
        min-width: 150px;
    }
}
/* ===== Header pages menu final fix ===== */

.ml-header__pages,
.ml-header__pages-mobile {
    display: none !important;
}

/* Desktop only */
@media (min-width: 1200px) {
    .ml-header .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
    }

    .ml-header__pages--desktop {
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 8px;
        flex: 1 1 auto;
        min-width: 0;
        margin: 0 24px;
    }

    .ml-header__pages-link {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        padding: 8px 14px;
        border-radius: 8px;
        color: var(--Text-300);
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        white-space: nowrap;
        transition: 0.25s ease;
    }

    .ml-header__pages-link:hover {
        color: #ffffff;
        background: rgba(255, 255, 255, 0.08);
    }

    .ml-header__pages-link.is-active {
        color: #ffffff;
        background: var(--Primary-200);
    }

    .ml-header__pages-mobile {
        display: none !important;
    }
}

/* Tablet and mobile */
@media (max-width: 1199px) {
    .ml-header__pages--desktop {
        display: none !important;
    }

    .ml-header__pages-mobile {
        display: none !important;
    }

    .ml-header.mobile-menu .ml-header__nav .ml-header__pages-mobile {
        display: flex !important;
        flex-direction: column;
        gap: 6px;
        margin: 0 0 24px;
        padding: 0 0 18px;
        border-bottom: 1px solid var(--Neutral-300);
    }

    .ml-header__pages-mobile-title {
        color: var(--Text-100);
        font-size: 20px;
        line-height: 28px;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .ml-header__pages-mobile-link {
        display: block !important;
        width: 100%;
        padding: 12px 10px;
        border-radius: 8px;
        color: var(--Text-300);
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        transition: 0.25s ease;
    }

    .ml-header__pages-mobile-link:hover {
        color: #ffffff;
        background: var(--Neutral-300);
    }

    .ml-header__pages-mobile-link.is-active {
        color: #ffffff;
        background: var(--Primary-200);
    }
}

/* Extra mobile header cleanup */
@media (max-width: 767px) {
    .ml-header .container {
        gap: 8px;
    }

    .ml-header__logo {
        flex: 0 0 88px;
        max-width: 88px;
    }

    .ml-header__account-mob {
        flex: 1 1 auto;
        min-width: 0;
        padding: 0;
        gap: 4px;
        background: transparent;
    }

    .ml-header__account-mob .ml-btn {
        padding: 7px 8px;
        font-size: 12px;
        line-height: 16px;
        white-space: nowrap;
    }

    .ml-header__menu-toggle {
        flex: 0 0 36px;
        width: 36px;
        height: 36px;
    }
}
/* ===== SEO ordered lists fix ===== */

.ml-content ol,
.ml-tpm-seo ol {
    margin: 10px 0 18px;
    padding-left: 32px;
    list-style: decimal;
    list-style-position: outside;
}

.ml-content ol li,
.ml-tpm-seo ol li {
    margin-bottom: 8px;
    padding-left: 6px;
    line-height: 1.55;
}

.ml-content ol li::marker,
.ml-tpm-seo ol li::marker {
    color: #ffffff;
    font-weight: 700;
}

@media (max-width: 767px) {
    .ml-content ol,
    .ml-tpm-seo ol {
        padding-left: 22px;
        margin-left: 0;
        overflow-wrap: anywhere;
    }

    .ml-content ol li,
    .ml-tpm-seo ol li {
        padding-left: 4px;
    }
}