:root{--body-font-family:"Rubik",system-ui;--body-font-size:16px;--body-line-height:1.3;--title-font-family:"Antonio",system-ui;--h1-font-size:28px;--h2-font-size:26px;--h3-font-size:20px;--h4-font-size:14px;--black:#060925;--white:#fafafa;--primary-color:#d9483f;--primary-light-color:#ec4f46;--on-primary-color:var(--white);--grey:#363744;--light-grey:#8a8c97;--light-grey-transparent:hsla(231,6%,57%,.25);--yellow:#ffd84d;--blue:#2c67da;--body-color:var(--black);--body-background:var(--white);--gap:40px;--content-width:440px;--container-space:20px;--container-width:calc(var(--content-width) + var(--container-space)*2);--section-space:40px}@media screen and (min-width:768px){:root{--h1-font-size:46px;--h2-font-size:42px}}@media screen and (min-width:1024px){:root{--h1-font-size:52px;--h2-font-size:42px;--h3-font-size:32px;--h4-font-size:20px}}@media screen and (min-width:768px){:root{--content-width:768px}}@media screen and (min-width:1024px){:root{--content-width:1024px}}@media screen and (min-width:1200px){:root{--content-width:1200px}}@media screen and (min-width:768px){:root{--section-space:60px}}@media screen and (min-width:1024px){:root{--section-space:72px}}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{-webkit-text-size-adjust:100%;line-height:1.15}main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}*{-webkit-box-sizing:border-box;box-sizing:border-box}body{-webkit-box-orient:vertical;-webkit-box-direction:normal;background:var(--body-background);color:var(--body-color);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-family:var(--body-font-family);font-size:var(--body-font-size);line-height:var(--body-line-height);margin:0;min-height:100vh;padding:0}img{height:auto;max-width:100%}p{margin:0 0 1em}p:last-child{margin-bottom:0}h1,h2,h3,h4,h5,h6{font-family:var(--title-font-family);font-weight:700;line-height:1.2;margin:0 0 24px}.h1,h1{font-size:var(--h1-font-size)}.h2,h2{font-size:var(--h2-font-size)}.h3,h3{font-size:var(--h3-font-size)}.h4,h4{font-size:var(--h4-font-size)}a{color:var(--primary-color);text-decoration:underline}a:hover{color:var(--primary-light-color);text-decoration:none}.container{margin-left:auto;margin-right:auto;max-width:var(--container-width);padding-left:var(--container-space);padding-right:var(--container-space)}.container>:last-child{margin-bottom:0}.section{margin-bottom:var(--section-space);margin-top:var(--section-space)}.section.inner{background:#f7f7f7;padding-bottom:var(--section-space);padding-top:var(--section-space)}.section.white{background:#fff}.section.no-out-space{margin-bottom:0;margin-top:0}.section.no-top-space{margin-top:0}.section.no-bottom-space{margin-bottom:0}button{all:unset;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.newsGrid{display:grid;gap:24px;grid-template-areas:"main" "tranding" "latest"}@media screen and (min-width:768px){.newsGrid{grid-template-areas:"main tranding" "latest latest";grid-template-columns:2fr 1fr}}@media screen and (min-width:1024px){.newsGrid{grid-template-areas:"tranding main latest";grid-template-columns:3fr 5fr 4fr}.newsGrid.alt{grid-template-areas:"main tranding latest";grid-template-columns:5fr 3fr 4fr}}.newsGridMain{grid-area:main}.newsGridTrend{grid-area:tranding}.newsGridNew{grid-area:latest}.newsGridSection{margin-top:16px}@media screen and (min-width:768px){.newsGridSection{margin-top:24px}}@media screen and (min-width:1024px){.newsGridSection{margin-top:42px}}.newsGroupTtl{background:var(--light-grey);border-radius:4px;color:var(--white);font:600 12px/16px var(--body-font-family);margin-bottom:10px;padding:5px 10px;text-align:center;text-transform:uppercase}.newsList{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:8px}.catGrid{--cells:1;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:grid;gap:12px 24px;grid-template-columns:repeat(var(--cells),1fr)}@media screen and (min-width:768px){.catGrid{--cells:2}}@media screen and (min-width:1024px){.catGrid{--cells:3}}.newsCard{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:grid;gap:0 12px;grid-template-columns:104px 1fr}@media screen and (min-width:768px){.newsCard.large{grid-template-columns:1fr}}.newsCardLink{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;background:var(--light-grey);border-radius:2px;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden}.newsCardLink :is(img,picture){display:block;width:100%}@media screen and (min-width:768px){.large .newsCardLink{border-radius:2px 2px 0 0}}.newsCardBody{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:4px}@media screen and (min-width:768px){.large .newsCardBody{background:#f7f7f7;padding:10px 12px}}.newsCardMeta{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--grey);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font:400 10px/1.3 var(--body-font-family);gap:4px}.newsCardCat{color:var(--grey);font-weight:700;text-decoration:none;text-transform:uppercase}.newsCardCat:hover{color:var(--primary-color)}.newsCardAu{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:2px;text-decoration:none}.newsCardAu>img{border-radius:50%}.newsCardTtl{font:700 14px/1.3 var(--body-font-family);margin:0;text-decoration:none}.newsCardTtl a{color:var(--black);display:block;text-decoration:none}.newsCardTtl a:hover{color:var(--primary-color)}.newMainCard{-webkit-box-orient:vertical;-webkit-box-direction:normal;background:var(--light-grey);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-height:288px;overflow:hidden;position:relative;width:100%}.newMainCard.large{min-height:475px}@media screen and (min-width:768px){.newMainCard.large{min-height:600px}}.newMainCard.large .newMainCardBody{min-height:65%}.newMainCardLink,.newMainCardLink picture{bottom:0;left:0;position:absolute;right:0;top:0}.newMainCardLink img{left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.newMainCardBody{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:end;-ms-flex-pack:end;background:-webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(rgba(0,0,0,.6)),to(rgba(0,0,0,.9)));background:linear-gradient(180deg,transparent,rgba(0,0,0,.6),rgba(0,0,0,.9));color:var(--white);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:flex-end;margin-top:auto;min-height:100%;padding:24px 12px;position:relative}@media screen and (min-width:768px){.newMainCardBody{padding:24px 12px 24px 24px}}.newMainCardDis{position:absolute;right:10px;top:10px}.newMainCard .newsCardMeta{color:var(--white);margin-bottom:5px}.newMainCard .newsCardMeta a{color:var(--white)}.newMainCard .newsCardMeta a:hover{text-decoration:underline}.newMainCard .newsCardMeta .newsCardCat{color:#bdbdbd}.newMainCardTtl{font:700 26px/1.1 var(--title-font-family);margin-bottom:0}@media screen and (min-width:768px){.newMainCardTtl{font-size:42px}}.newMainCardTtl a{color:var(--white);display:block;text-decoration:none}.newMainCardTtl a:hover{text-decoration:underline}.newMainCardExc{font-size:14px;margin-top:16px}.newMainCardExc>:last-child{margin-bottom:0}.disclosure{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:#d9d9de;border-radius:4px;color:var(--black);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:12px;gap:4px;justify-content:center;line-height:18px;padding:8px}@media screen and (max-width:767px){.disclosure{background:none!important;padding:0}.disclosure span{display:none}}.disclosure svg{fill:var(--black)}.disclosure.dark{background:var(--black);color:var(--white)}.disclosure.dark svg{fill:var(--white)}hr{all:unset;background:var(--light-grey-transparent);-webkit-box-sizing:border-box;box-sizing:border-box;display:table;height:1px;width:100%}.overflow-hidden{overflow:hidden}.socialList{-ms-flex-item-align:center;align-self:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;list-style:none;margin:0;padding:0}.socialList,.socialList li,.socialListLink{display:-webkit-box;display:-ms-flexbox;display:flex}.socialListLink{-ms-flex-item-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-self:center;background:#ffe6e4;border-radius:2px;height:30px;justify-content:center;padding:5px;-webkit-transition:background-color .15s;transition:background-color .15s;width:30px}.socialListLink:hover{background:#ffd0cc}.abHero{margin-top:32px}@media screen and (min-width:1024px){.abHero{margin-top:54px}}.abHeroCont{display:grid;gap:24px}@media screen and (min-width:1024px){.abHeroCont{grid-template-columns:2fr 1fr}}.abHeroGrid{align-self:flex-end;display:grid;gap:16px 20px;grid-template-columns:repeat(2,1fr)}@media screen and (min-width:768px) and (max-width:1023px){.abHeroGrid{grid-template-columns:repeat(3,1fr)}}.abHeroCard{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:var(--white);border:1px solid var(--light-grey-transparent);border-radius:12px;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;font-weight:500;justify-content:center;padding:10px}@media screen and (min-width:768px){.abHeroCard{padding:18px}}.abHeroCard:before{-ms-flex-negative:0;background:#fee3e3;border-radius:50%;content:"";flex-shrink:0;height:32px;margin-right:8px;width:32px}.text-center{text-align:center}.bread{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--primary-light-color);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0;padding:0}.bread a{color:var(--black);text-decoration:none}.breadCont{margin:24px auto 32px}.breadCont li:not(:last-child):after{color:var(--black);content:"/";margin-left:5px;margin-right:5px}.lpHero{margin:24px 0 32px}@media screen and (min-width:768px){.lpHero{margin-bottom:42px}}.lpHeroAu{-webkit-box-align:start;-ms-flex-align:start;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:flex-start;gap:24px;justify-content:space-between;margin-bottom:16px}.auMeta,.lpHeroAu{display:-webkit-box;display:-ms-flexbox;display:flex}.auMeta{gap:8px}.auMetaImg{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.auMetaImg img{border-radius:50%;display:block}.auMetaBody{align-self:center;display:grid;gap:8px}.auMetaName{font-size:14px;font-weight:600}.auMetaName a{text-decoration:none}.auMetaInfo{-webkit-box-orient:vertical;-webkit-box-direction:normal;color:var(--grey);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:10px;gap:6px 8px}@media screen and (min-width:768px){.auMetaInfo{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.auMetaInfo>:not(:last-child){padding-right:12px;position:relative}.auMetaInfo>:not(:last-child):after{background:var(--grey);border-radius:50%;content:"";height:4px;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:4px}}.auMetaSocial{-ms-flex-item-align:start;align-self:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;margin-bottom:6px}@media screen and (max-width:767px){.auMetaSocial{margin-left:16px}}@media screen and (min-width:768px){.auMetaSocial{-ms-flex-item-align:end;align-self:flex-end}}.auMetaSocial a{display:-webkit-box;display:-ms-flexbox;display:flex}.auMetaSocial a svg{fill:var(--primary-color);-webkit-transition:fill .15s;transition:fill .15s}.auMetaSocial a:hover svg{fill:var(--primary-light-color)}.excerpt{max-width:998px}.textVsImg{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:grid;gap:24px}@media screen and (min-width:1024px){.textVsImg{grid-template-columns:repeat(2,1fr)}}.content-img,.textVsImg>:last-child{text-align:center}.content-img{margin:24px 0}.content-img img{display:block}.toc{margin:32px 0}@media screen and (min-width:768px){.toc{margin:42px 0}}.flow :is(:not(:first-child)):is(h2,h3,h4,h5,h6){margin-top:42px}.flow ol:not([class]){counter-reset:ol;counter-set:ol;list-style:none;margin:0;padding:0}.flow ol:not([class]) li{counter-increment:ol}.flow ol:not([class]) li:before{color:var(--primary-color);content:counter(ol) ".";font-weight:600;margin-right:4px}.flow ol:not([class]) li:not(:last-child){margin-bottom:8px}.strong{font-weight:700}.post{display:grid;gap:24px 20px;grid-template-areas:"content" "author" "sidebar";margin-top:24px}@media screen and (min-width:1024px){.post{grid-template-areas:"content sidebar" "author author";grid-template-columns:2fr 1fr}}.postCont{grid-area:content}.postAu{grid-area:author;margin:0!important}.postBar{grid-area:sidebar}.sidebar{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:30px}.bndHr{background:#fff;-webkit-box-shadow:0 4px 20px rgba(0,0,0,.08);box-shadow:0 4px 20px rgba(0,0,0,.08);display:grid;gap:24px 30px;margin:24px 0 32px;padding:24px 20px}.bndHr,.bndHrLogo img{border-radius:12px}@media screen and (min-width:768px){.bndHr{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;grid-template-columns:1fr 1fr;padding:24px}}@media screen and (min-width:1024px){.bndHr{grid-template-columns:5fr 7fr}}.bndHrInfo{display:grid;gap:16px;text-align:center}.bndHrBonus{display:grid;gap:4px}.bndHrBonusLbl{color:var(--light-grey);font-size:16px}.bndHrBonusVal{font:700 26px/1.3 var(--title-font-family)}@media screen and (min-width:768px){.bndHrBonusVal{font-size:32px}}.bndHrAct{display:grid;gap:8px}.bndHrTc{color:var(--light-grey);font-size:10px}.bndHrTbl{all:unset;-webkit-box-sizing:border-box;box-sizing:border-box;display:block}.bndHrTbl :is(tbody,tr,td,caption){all:unset;-webkit-box-sizing:border-box;box-sizing:border-box;display:block}.bndHrTbl caption{font-size:18px;font-weight:600;line-height:130%;margin-bottom:14px;text-align:center}@media screen and (min-width:768px){.bndHrTbl caption{margin-bottom:24px;text-align:left}}.bndHrTbl tr{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:grid;gap:16px;grid-template-columns:130px 1fr}@media screen and (min-width:768px){.bndHrTbl tr{gap:30px;grid-template-columns:140px 1fr}}.bndHrTbl tr:not(:last-child){border-bottom:1px solid var(--light-grey-transparent);margin-bottom:10px;padding-bottom:10px}.bndHrTbl tr td{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:16px}.bndHrTbl tr td:last-child{font-weight:600}.payouts{--space:6px;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:start;-ms-flex-pack:start;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-start;list-style:none;margin:calc(var(--space)*-1) 0 0 calc(var(--space)*-1);padding:0;position:relative;width:100%}.payouts:not(.ready) li:nth-child(1n+2){display:none}.payouts li{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;-webkit-box-sizing:content-box;box-sizing:content-box;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;padding:var(--space) 0 0 var(--space)}.payouts li,.payouts li img{-ms-flex-negative:0;flex-shrink:0;width:44px}.payouts li img{display:block;-o-object-fit:contain;object-fit:contain}.payouts li img,.payoutsBtn{border-radius:3px;height:32px}.payoutsBtn{background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(50%,#fff),to(#ebeaea));background-image:linear-gradient(180deg,#fff 0,#fff 50%,#ebeaea);background-position:left 0 bottom 0;background-size:100% 200%;font-size:14px;font-weight:600;line-height:130%;min-width:44px;text-align:center;-webkit-transition:background-position .15s;transition:background-position .15s}.payoutsBtn:hover{background-position:left 0 bottom 100%}.payoutsReveal{background:#fff;border-radius:12px;-webkit-box-shadow:0 4px 20px rgba(0,0,0,.16);box-shadow:0 4px 20px rgba(0,0,0,.16);padding:24px;position:absolute;right:0;top:0;width:256px;z-index:99}.payoutsRevealList{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:6px;list-style:none;margin:0;padding:0}.payoutsRevealClose,.payoutsRevealList{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.payoutsRevealClose{position:absolute;right:12px;top:12px}.resp-tbl{display:block;margin:0 0 0 -20px;max-width:calc(100% + 40px);overflow:auto;padding:20px;position:relative;width:calc(100% + 40px)}.table table{--radius:12px;border-collapse:collapse;border-radius:var(--radius);-webkit-box-shadow:0 4px 20px rgba(0,0,0,.08);box-shadow:0 4px 20px rgba(0,0,0,.08);min-width:100%}@media screen and (min-width:1024px){.table table{min-width:650px}}.table table :is(td,th){font-size:14px;line-height:1.3;min-width:160px;padding:13px}.table table th{background:var(--primary-color);color:var(--white);text-align:left}.table table th:not(:last-child){border-right:1px solid #fff}.table table td{background:#fff}.table table td:not(:last-child){border-right:1px solid var(--light-grey-transparent)}.table table td:last-child a{color:var(--blue);display:block;max-width:180px;overflow:hidden;text-decoration:underline;text-overflow:ellipsis;white-space:nowrap}@media screen and (min-width:1024px){.table table td:last-child a{max-width:260px}}.table table td:last-child a:hover{text-decoration:none}.table table tr:not(:last-child){border-bottom:1px solid var(--light-grey-transparent)}.table table>:first-child:is(thead,tbody)>tr:first-child>:is(th,td):first-child,.table table>:first-child:is(tr)>:is(th,td):first-child{border-radius:var(--radius) 0 0 0}.table table>:first-child:is(thead,tbody)>tr:first-child>:is(th,td):last-child,.table table>:first-child:is(tr)>:is(th,td):last-child{border-radius:0 var(--radius) 0 0}.table table>:last-child:is(tbody,tfoot)>tr:last-child>:is(th,td):first-child,.table table>:last-child:is(tr)>:is(th,td):first-child{border-radius:0 0 0 var(--radius)}.table table>:last-child:is(tbody,tfoot)>tr:last-child>:is(th,td):last-child,.table table>:last-child:is(tr)>:is(th,td):last-child{border-radius:0 0 var(--radius) 0}.table.large table :is(td,th){min-width:102px}.dot-list{list-style:none;margin:0;padding:0}.dot-list li{line-height:1.4;padding-left:14px;position:relative}.dot-list li:before{background:var(--primary-color);border-radius:50%;content:"";height:8px;left:0;position:absolute;top:7px;width:8px}.dot-list li:not(:last-child){margin-bottom:8px}.slot-hero{margin:24px auto 32px}@media screen and (min-width:768px){.slot-hero{margin-bottom:42px}}.slot-bnr{background:#fff;border-radius:12px;-webkit-box-shadow:0 4px 20px rgba(0,0,0,.08);box-shadow:0 4px 20px rgba(0,0,0,.08);display:grid;gap:16px 24px;padding:24px 20px}@media screen and (min-width:768px){.slot-bnr{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;grid-template-columns:371fr 285fr;padding:24px}}@media screen and (min-width:1024px){.slot-bnr{grid-template-columns:707fr 421fr}}.slot-bnr-frame{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;aspect-ratio:16/9;background:var(--light-grey-transparent);border-radius:12px;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;overflow:hidden;position:relative}.slot-bnr-frame iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.slot-bnr-frame-cover{-webkit-filter:brightness(50%);filter:brightness(50%);left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.slot-bnr-frame-act{display:grid;gap:12px;max-width:calc(100% - 40px);position:relative;width:300px}.slot-bnr-table{border-collapse:collapse;width:100%}.slot-bnr-table :is(td,th){padding:10px;vertical-align:middle}.slot-bnr-table :is(td,th):first-child{padding-left:0}.slot-bnr-table :is(td,th):last-child{font-weight:800;padding-right:0}.slot-bnr-table tr:not(:last-child)>:is(td,th){border-bottom:1px solid var(--light-grey-transparent)}.listing{border-collapse:separate;border-spacing:0 8px;counter-reset:listing;counter-set:listing;text-align:center;width:100%}@media screen and (max-width:1023px){.listing{display:block}.listing-body{display:grid;gap:16px}.listing td{display:block;margin:0;padding:0;position:relative}.listing td:is(:nth-child(2),:nth-child(3)):after{border-bottom:1px solid var(--light-grey-transparent);bottom:-12px;content:"";height:0;left:50%;max-width:100%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:120px}.listing-meta{grid-area:meta}.listing-bonus{grid-area:bonus}.listing-dep{grid-area:dep}.listing-gm{grid-area:gm}.listing-pay{grid-area:pay}.listing-act{grid-area:act}}@media screen and (min-width:1024px){.listing{height:1px}.listing td{background:#fff;border-bottom:3px solid rgba(205,209,216,.5);height:100%;padding:16px}.listing td:nth-child(1n+2) .listing-cell:after{border-right:1px solid var(--light-grey-transparent);bottom:0;content:"";position:absolute;right:-16px;top:0}.listing td:first-child{border-radius:12px 0 0 12px}.listing td:last-child{border-radius:0 12px 12px 0}}.listing-itm{background:#fff;border-radius:12px;-webkit-box-shadow:0 2px 0 rgba(205,209,216,.5);box-shadow:0 2px 0 rgba(205,209,216,.5);display:grid;grid-template-columns:230px 180px 180px 120px 240px auto;margin-bottom:10px}@media screen and (max-width:1199px){.listing-itm{grid-template-columns:230px auto auto 120px auto auto}}@media screen and (max-width:1023px){.listing-itm{display:grid;gap:22px;padding:24px 16px}}@media screen and (max-width:767px){.listing-itm{grid-template-areas:"meta bonus" "meta dep" "meta gm" "pay pay" "act act";grid-template-columns:5fr 6fr;padding:0 10px 22px 0}}@media screen and (min-width:768px) and (max-width:1023px){.listing-itm{grid-template-areas:"meta bonus pay" "meta dep act" "meta gm act";grid-template-columns:repeat(3,auto);grid-template-rows:1fr auto 1fr;padding-right:16px}}@media screen and (min-width:1024px){.listing-itm{-webkit-box-shadow:none;box-shadow:none}}.listing-cell{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;justify-content:center;position:relative}@media screen and (min-width:1024px){.listing-cell{height:100%}}.listing-cell-lbl{font-weight:600;margin-bottom:2px}.listing-cell-lbl,.listing-cell-val{font-size:18px;line-height:130%}.listing-meta{background:#fbfbff!important;counter-increment:listing}@media screen and (max-width:767px){.listing-meta{margin:-24px 0 0 -16px!important}}@media screen and (min-width:768px) and (max-width:1023px){.listing-meta{margin:-24px 0 -24px -16px!important}}.listing-meta .listing-cell{padding:24px 10px;position:relative}@media screen and (min-width:1024px){.listing-meta .listing-cell{display:grid;gap:10px;grid-template-columns:auto 1fr;max-width:280px;padding:0 0 0 44px}}@media screen and (min-width:1200px){.listing-meta .listing-cell{gap:16px}}.listing-meta .listing-cell:before{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:var(--primary-color);border:2px solid #fb7b73;border-radius:50%;color:#fff;content:counter(listing);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:16px;font-weight:600;height:34px;justify-content:center;left:10px;line-height:34px;position:absolute;text-align:center;top:10px;width:34px}@media screen and (min-width:1024px){.listing-meta .listing-cell:before{height:30px;left:-4px;top:-4px;width:30px}}.listing-logo img{border-radius:50%;display:block;min-width:76px}@media screen and (min-width:768px){.listing-logo img{border-radius:12px}}@media screen and (max-width:1023px){.listing-logo img{margin-bottom:14px}}.listing-name{font:600 18px/1.3 var(--body-font-family)}@media screen and (min-width:1024px){.listing-name{text-align:left}}.listing-pay{-ms-flex-item-align:end;align-self:flex-end}.listing-pay-list{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;justify-content:center;list-style:none;margin:0 auto;max-width:254px;padding:0}@media screen and (min-width:1024px){.listing-pay-list{max-width:210px}}.listing-pay-list li:nth-child(1n+8){display:none}@media screen and (max-width:1023px){.listing-pay-list li:nth-child(1n+5){display:none}}.listing-pay-list :is(li,a){-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.listing-pay-list img{border-radius:2px}.listing-act{-ms-flex-item-align:start;align-self:flex-start}.listing-btns{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:8px;height:100%;justify-content:center;margin:auto;max-width:100%;width:268px}@media screen and (min-width:768px){.listing-btns{width:180px}}.listing-more{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;margin-top:24px}.slotsCard{text-align:center}.slotsCardWrapper{border-radius:12px;height:235px;overflow:hidden;position:relative}@media screen and (max-width:1023px){.slotsCardWrapper{height:200px}}.slotsCardWrapper img{display:block;min-height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.slotsCardWrapper:is(:focus-within,:hover) .slotsCardBtns{opacity:1}.slotsCardBtns{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.4)),to(rgba(0,0,0,.4)));background:linear-gradient(0deg,rgba(0,0,0,.4),rgba(0,0,0,.4));bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:8px;justify-content:center;left:0;opacity:0;padding:12px;position:absolute;right:0;top:0;z-index:2}.slotsCardBtns .button{width:100%}.slotsCardName{font-size:20px;font-weight:600;margin-top:16px}.slotsGrid{-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;display:grid;grid-template-columns:repeat(4,1fr);row-gap:32px}@media screen and (max-width:1023px){.slotsGrid{-webkit-column-gap:29px;-moz-column-gap:29px;column-gap:29px;grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:767px){.slotsGrid{grid-template-columns:repeat(1,100%);row-gap:24px}}.banner{border-radius:12px;height:auto;margin-bottom:42px;overflow:hidden;width:100%}@media screen and (max-width:767px){.banner{margin-bottom:32px}}.banner a,.banner img{display:block;width:100%}.banner img{min-height:100%;-o-object-fit:cover;object-fit:cover}.header{background:var(--white);-webkit-box-shadow:0 4px 4px rgba(0,0,0,.07);box-shadow:0 4px 4px rgba(0,0,0,.07);padding:20px 0;position:sticky;top:0;z-index:99}.headerCont{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:25px;justify-content:space-between}@media screen and (min-width:768px){.headerCont{gap:40px}}.headerLogo{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:1199px){.headerNav{background:var(--white);-webkit-box-shadow:0 4px 4px rgba(0,0,0,.07);box-shadow:0 4px 4px rgba(0,0,0,.07);left:0;max-height:0;overflow:hidden;position:absolute;right:0;top:100%;-webkit-transition:all .15s;transition:all .15s}.headerNav.open{max-height:calc(100vh - 80px);overflow:auto}}.headerMenu{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;margin:0;padding:0}@media screen and (max-width:1199px){.headerMenu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:auto;max-height:calc(100vh - 100px);max-width:var(--container-width);overflow:auto;padding:0 var(--container-space) var(--container-space)}}@media screen and (min-width:1200px){.headerMenu{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0 24px}}.headerMenu a{display:-webkit-box;display:-ms-flexbox;display:flex;text-decoration:none}.headerMenu a:is(:hover,:focus){color:var(--primary-color)}.headerMenu>li{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative}.headerMenu>li.menu-item-has-children>a{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}.headerMenu>li.menu-item-has-children>a:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' fill='none'%3E%3Cpath fill='%238A8C97' d='M4.24 6.114.416 1.651A1 1 0 0 1 1.175 0h7.65a1 1 0 0 1 .76 1.65L5.759 6.115a1 1 0 0 1-1.518 0Z'/%3E%3C/svg%3E") no-repeat 50%/contain;content:"";display:block;height:12px;-webkit-transition:-webkit-transform .15s;transition:-webkit-transform .15s;transition:transform .15s;transition:transform .15s,-webkit-transform .15s;width:12px}@media screen and (max-width:1199px){.headerMenu>li.menu-item-has-children li.menu-item-has-children>a{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px}.headerMenu>li.menu-item-has-children li.menu-item-has-children>a:first-child:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' fill='none'%3E%3Cpath fill='%238A8C97' d='M4.24 6.114.416 1.651A1 1 0 0 1 1.175 0h7.65a1 1 0 0 1 .76 1.65L5.759 6.115a1 1 0 0 1-1.518 0Z'/%3E%3C/svg%3E") no-repeat 50%/contain;content:"";display:block;height:12px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:-webkit-transform .15s;transition:-webkit-transform .15s;transition:transform .15s;transition:transform .15s,-webkit-transform .15s;width:12px}}.headerMenu>li.menu-item-has-children li.menu-item-has-children ul{list-style:none;padding:0 0 0 16px}.headerMenu>li.menu-item-has-children li.menu-item-has-children ul li{padding-right:10px;padding-top:10px}@media screen and (max-width:1199px){.headerMenu>li.menu-item-has-children li.menu-item-has-children ul li.menu-item-has-children>a:first-child:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' fill='none'%3E%3Cpath fill='%238A8C97' d='M4.24 6.114.416 1.651A1 1 0 0 1 1.175 0h7.65a1 1 0 0 1 .76 1.65L5.759 6.115a1 1 0 0 1-1.518 0Z'/%3E%3C/svg%3E") no-repeat 50%/contain;content:"";display:block;height:12px;-webkit-transition:-webkit-transform .15s;transition:-webkit-transform .15s;transition:transform .15s;transition:transform .15s,-webkit-transform .15s;width:12px}}.headerMenu>li.menu-item-has-children li.menu-item-has-children ul a{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px}.headerMenu>li.menu-item-has-children li.menu-item-has-children ul a:before{background-color:var(--black);border-radius:50%;content:"";height:4px;width:4px}.headerMenu>li.menu-item-has-children li.menu-item-has-children ul a:hover:before{background-color:var(--primary-color)}.headerMenu>li.menu-item-has-children li.menu-item-has-children ul li.menu-item-has-children{position:relative}.headerMenu>li.menu-item-has-children li.menu-item-has-children ul li.menu-item-has-children ul{display:none}@media screen and (max-width:1199px){.headerMenu>li.menu-item-has-children.open>a:after{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.headerMenu>li.menu-item-has-children.open>ul{max-height:none;opacity:1;pointer-events:all;-webkit-transform:translateY(0);transform:translateY(0)}}@media screen and (min-width:1200px){.headerMenu>li.menu-item-has-children:is(:focus-within,:hover)>a:after{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.headerMenu>li.menu-item-has-children:is(:focus-within,:hover)>ul{max-height:80vh;opacity:1;pointer-events:all;-webkit-transform:translateY(0);transform:translateY(0)}.headerMenu>li.menu-item-has-children:is(:focus-within,:hover)>ul::-webkit-scrollbar{width:13px}.headerMenu>li.menu-item-has-children:is(:focus-within,:hover)>ul::-webkit-scrollbar-track{background:transparent}.headerMenu>li.menu-item-has-children:is(:focus-within,:hover)>ul::-webkit-scrollbar-thumb{border:4px solid transparent;border-radius:14px;-webkit-box-shadow:inset 0 0 14px 14px #d9483f;box-shadow:inset 0 0 14px 14px #d9483f}}@media screen and (max-width:1199px){.headerMenu>li.menu-item-has-children li ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;border-radius:10px;display:none;-ms-flex-direction:column;flex-direction:column;gap:5px;list-style:none;padding:5px 0 0 10px}.headerMenu>li.menu-item-has-children li.menu-item-has-children.open ul{display:-webkit-box;display:-ms-flexbox;display:flex}.headerMenu>li.menu-item-has-children li.menu-item-has-children.open a:after{-webkit-transform:none;transform:none}.headerMenu>li.menu-item-has-children li.menu-item-has-children.open li a:after{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.headerMenu>li.menu-item-has-children li.menu-item-has-children.open li ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;border-radius:10px;display:none;-ms-flex-direction:column;flex-direction:column;gap:5px;list-style:none;padding:5px 0 0 10px}.headerMenu>li.menu-item-has-children li.menu-item-has-children.open li.menu-item-has-children.open ul{display:-webkit-box;display:-ms-flexbox;display:flex}.headerMenu>li.menu-item-has-children li.menu-item-has-children.open li.menu-item-has-children.open a:after{-webkit-transform:none;transform:none}}.headerMenu>li.menu-item-has-children.open>a:after{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.headerMenu>li.menu-item-has-children.open>ul{max-height:80vh;opacity:1;pointer-events:all;-webkit-transform:translateY(0);transform:translateY(0)}@media screen and (max-width:1199px){.headerMenu>li.menu-item-has-children.open>ul{max-height:-webkit-max-content;max-height:-moz-max-content;max-height:max-content}}.headerMenu>li.menu-item-has-children.open>ul::-webkit-scrollbar{width:13px}.headerMenu>li.menu-item-has-children.open>ul::-webkit-scrollbar-track{background:transparent}.headerMenu>li.menu-item-has-children.open>ul::-webkit-scrollbar-thumb{border:4px solid transparent;border-radius:14px;-webkit-box-shadow:inset 0 0 14px 14px #d9483f;box-shadow:inset 0 0 14px 14px #d9483f}.headerMenu>li>a{color:var(--black);display:block;font-weight:500;padding:10px 0;text-decoration:none}.headerMenu>li>ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:14px;list-style:none;margin:0;overflow-y:auto}@media screen and (max-width:1199px){.headerMenu>li>ul{max-height:0;overflow:hidden}}@media screen and (min-width:1200px){.headerMenu>li>ul{background:var(--white);border-radius:10px;-webkit-box-shadow:0 0 6px rgba(0,0,0,.1);box-shadow:0 0 6px rgba(0,0,0,.1);left:0;opacity:0;padding:15px 0 15px 15px;pointer-events:none;position:absolute;top:100%;-webkit-transform:translateY(10px);transform:translateY(10px);-webkit-transition:all .15s;transition:all .15s;width:220px}}.headerMenu>li>ul a{color:var(--grey);font-size:14px;line-height:17px}.headerBar{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px}@media screen and (min-width:1200px){.headerToggle{display:none}}.headerToggle svg{display:block}.headerToggle svg line{-webkit-transform-origin:center;transform-origin:center;-webkit-transition:all .15s;transition:all .15s}.headerToggle.open svg line{stroke:var(--light-grey)}.headerToggle.open svg line:first-child{-webkit-transform:rotate(45deg) translateY(6px);transform:rotate(45deg) translateY(6px)}.headerToggle.open svg line:nth-child(2){opacity:0}.headerToggle.open svg line:nth-child(3){-webkit-transform:rotate(-45deg) translateY(-6px);transform:rotate(-45deg) translateY(-6px)}.languages{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;font-weight:500;gap:8px;line-height:17px;list-style:none;margin:0;padding:0;text-transform:uppercase}.languages a{text-decoration:none}.header-submenu{background-color:var(--white);border-radius:0 12px 12px 0;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.02);box-shadow:0 0 10px 0 rgba(0,0,0,.02);display:none;list-style:none;max-height:300px;overflow-y:auto;padding:16px;position:absolute;width:167px;z-index:100}.header-submenu li{font-size:12px;padding-bottom:12px}.header-submenu::-webkit-scrollbar{width:13px}.header-submenu::-webkit-scrollbar-track{background:transparent}.header-submenu::-webkit-scrollbar-thumb{border:4px solid transparent;border-radius:14px;-webkit-box-shadow:inset 0 0 14px 14px #d9483f;box-shadow:inset 0 0 14px 14px #d9483f}.header-submenu.show{display:block}.header-submenu a{color:var(--black);text-decoration:none;-webkit-transition:all .3s;transition:all .3s}.header-submenu a:hover{color:var(--primary-color)}@media screen and (max-width:1199px){.header-submenu,.header-submenu.show{display:none;visibility:hidden}}.button{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:var(--primary-color);border:1px solid var(--primary-color);border-radius:30px;color:var(--on-primary-color);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:14px;font-weight:600;gap:12px;justify-content:center;line-height:20px;padding:10px 24px;text-align:center;-webkit-transition:all .15s;transition:all .15s}.button:hover{background:var(--primary-light-color);border-color:var(--primary-light-color);color:var(--white)}.button:is(a){text-decoration:none}.button.hollow{background:none;color:var(--primary-color)}.button.hollow:hover{color:var(--primary-light-color)}.button.expanded{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.button.radius{border-radius:12px}.button.white{background:#fff;border-color:#fff;color:var(--body-color)}.button.white:hover{background:#eee;border-color:#eee}.button.black{background:var(--black);border-color:var(--black);color:#fff}.button.black:hover{background:var(--primary-color);border-color:var(--primary-color)}.button.black.hollow{background:none;color:var(--black)}.button.black.hollow:hover{border-color:var(--primary-color);color:var(--primary-color)}.more-bt{margin-top:12px}