:root{--white-default: hsl(0, 0%, 100%);--black-900: hsl(0, 0%, 8%);--purple-600: hsl(252, 66%, 56%);--purple-300: hsl(236, 30%, 91%);--gray-600: hsl(238, 15%, 32%);--gray-200: hsl(228, 100%, 98%);--green-800: hsl(173, 35%, 27%);--green-600: hsl(146, 57%, 33%);--color-linkedin: #0077b5;--color-linkedin-hover: #005582;--transition-duration: 0.2s;--transition: var(--transition-duration) cubic-bezier(0.17,0.84,0.44,1);--section-margin-bottom: clamp(60px, -116.5517px + 17.2414vw, 80px)}@keyframes rotation{0%{transform:rotate(0deg)}100%{transform:rotate(-359deg)}}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes button-pulse{0%{opacity:0}50%{opacity:1}100%{opacity:0}}.fade-in{animation:fade-in .4s linear}.heading-h2{font-size:clamp(22px,1.3548px + 2.6882vw,32px);font-weight:800;line-height:1.2}.typography-content h2{font-size:clamp(22px,1.3548px + 2.6882vw,32px)}.site-container{--container-width: 1110px;--container-offset: 16px;width:100%;max-width:calc(var(--container-width) + 2*var(--container-offset));margin:0 auto;padding:0 var(--container-offset)}.button{display:inline-flex;align-items:center;justify-content:center;padding:10px 44px;color:var(--white-default);font-weight:700;line-height:1;background-image:linear-gradient(90deg, rgb(36, 131, 77) 50%, rgb(16, 81, 44) 100%);background-size:200% 100%;background-position:0 center;border-radius:10px;height:42px;transition:background-color var(--transition),background-position .4s var(--transition-duration);cursor:pointer;text-align:center}.button:hover{background-color:var(--green-600H);color:var(--white-default);background-position:100% center}.button--pulse{position:relative}.button--pulse::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:10px;animation:button-pulse 2s ease infinite;box-shadow:0 0 16px 2px #24834d}.button-outline{display:inline-flex;align-items:center;justify-content:center;padding:10px 28px;height:44px;color:var(--purple-600);font-size:16px;line-height:1;font-weight:700;border:1px solid var(--purple-600);border-radius:10px;background-color:rgba(0,0,0,0);transition:color var(--transition),background-color var(--transition);cursor:pointer}.button-outline:hover{color:var(--white-default);background-color:var(--purple-600)}.button-outline.loading{position:relative;pointer-events:none;color:var(--purple-600);background-color:var(--purple-600)}.button-outline.loading::before{position:absolute;inset:0;display:block;width:20px;height:20px;margin:auto;border:2px solid var(--white-default);border-right-color:rgba(0,0,0,0);border-radius:50%;animation:rotation .6s linear infinite;content:""}.button-link{display:inline-flex;font-size:14px;line-height:1.4;font-weight:500;color:var(--gray-600);text-decoration-line:underline;text-decoration-style:solid;text-decoration-color:var(--gray-600);text-decoration-thickness:1px;text-underline-offset:.2em;transition:text-decoration-color var(--transition)}.button-link:hover{text-decoration-line:underline;text-decoration-style:solid;text-decoration-color:rgba(0,0,0,0);text-decoration-thickness:1px;text-underline-offset:.2em}.button-orange-grad{display:inline-flex;justify-content:center;align-items:center;padding:9px 23px;background:linear-gradient(81.37deg, #FF9A27 5.27%, #DE4014 96.72%);color:#fff;border:1px solid rgba(255,255,255,.4);outline:none;box-shadow:0 0 6px 2px rgba(36,131,77,.7);border-radius:10px;font-weight:700;font-family:Gilroy,sans-serif;font-size:15px;line-height:1.2;text-decoration:none;text-align:center;white-space:nowrap;cursor:pointer}.section-review-table{margin:0 0 60px}@media(max-width: 1024px){.section-review-table{margin:0 0 40px}}.section-review-table__footer{padding-top:10px;display:flex;justify-content:center}.block-pros-cons{display:grid;grid-template-columns:1fr;gap:16px;margin:0 0 16px}@media(min-width: 992px){.block-pros-cons{grid-template-columns:1fr 1fr;gap:24px}}.block-pros-cons__item{background:#fff;display:flex;flex-direction:column;position:relative}.block-pros-cons__item::before{content:"";position:absolute;inset:0;padding:2px;border-radius:20px;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;pointer-events:none}.block-pros-cons__header{display:flex;align-items:center;padding:16px 24px 12px;color:#fff;gap:10px;border-radius:20px 20px 0 0}@media(min-width: 992px){.block-pros-cons__header{padding:20px 24px}}.block-pros-cons__header svg{width:20px;aspect-ratio:1/1}@media(min-width: 992px){.block-pros-cons__header svg{width:28px}}.block-pros-cons__header span{font-weight:600;font-size:20px;line-height:1.2}.block-pros-cons__info{padding:16px 20px;flex:1;font-weight:500 !important;font-size:14px !important;color:#141414 !important;border-radius:0 0 20px 20px}@media(min-width: 992px){.block-pros-cons__info{padding:20px 24px}}.block-pros-cons__info ul{margin-bottom:0 !important}.block-pros-cons__info li{position:relative;list-style:none !important;padding:7px 0 !important;line-height:1.2 !important}.block-pros-cons__info li::before{content:"";position:absolute;left:-30px;top:1px;width:25px;height:25px;border-radius:999px;padding:3px;display:flex;justify-content:center;background:linear-gradient(180deg, transparent, transparent) content-box,linear-gradient(180deg, transparent, transparent);background-clip:content-box,border-box;background-origin:content-box,border-box;pointer-events:none}.block-pros-cons__item--pros::before{background:linear-gradient(180deg, rgba(92, 230, 117, 0.2) 0%, rgba(0, 168, 155, 0.2) 100%)}.block-pros-cons__item--pros .block-pros-cons__header{background:linear-gradient(180deg, #7AD297 0%, #00A84E 100%)}.block-pros-cons__item--pros .block-pros-cons__info{box-shadow:0px 4px 22px 0px rgba(179,226,180,.25)}.block-pros-cons__item--pros .block-pros-cons__info li::before{content:url("https://static-thenation-gr-xyz.pages.dev/wp-content/themes/mercury-child/images/pros-new.svg");background:linear-gradient(180deg, #5CE675 0%, #00A89B 100%) content-box,linear-gradient(180deg, rgba(92, 230, 117, 0.2) 0%, rgba(0, 168, 155, 0.2) 100%);box-shadow:0px 4px 24px rgba(92,230,117,.25)}.block-pros-cons__item--cons::before{background:linear-gradient(180deg, rgba(255, 157, 91, 0.2) 0%, rgba(255, 64, 66, 0.2) 100%)}.block-pros-cons__item--cons .block-pros-cons__header{background:linear-gradient(180deg, #FF8867 0%, #E5383A 100%)}.block-pros-cons__item--cons .block-pros-cons__info{box-shadow:0px 4px 22px 0px rgba(219,150,150,.25)}.block-pros-cons__item--cons .block-pros-cons__info li::before{content:url("https://static-thenation-gr-xyz.pages.dev/wp-content/themes/mercury-child/images/cons-new.svg");background:linear-gradient(180deg, #FF8867 0%, #E5383A 100%) content-box,linear-gradient(180deg, rgba(255, 157, 91, 0.2) 0%, rgba(255, 64, 66, 0.2) 100%);box-shadow:0px 4px 24px rgba(219,150,150,.25)}.hero-section.has-demo-banner{z-index:6}.slot-demo-hero{width:100%;aspect-ratio:358/195;height:auto;position:relative;border-radius:20px;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px}@media(min-width: 992px){.slot-demo-hero{aspect-ratio:1100/500}}.slot-demo-hero img{position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1;object-fit:cover}.slot-demo-hero .slot-overlay{position:absolute;width:100%;height:100%;top:0;left:0;z-index:0;background:#000;opacity:.5}.slot-demo-hero button{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:10px;font-size:16px;font-weight:700;color:#fff;height:54px;padding:16px 32px;border-radius:9999px;border:none !important;cursor:pointer;width:250px}@media(min-width: 992px){.slot-demo-hero button{width:270px}}.slot-demo-hero button.play-for-real-money{position:relative;border-radius:999px;background:linear-gradient(180deg, #FFA200 0%, #FF7A00 100%);box-shadow:0 0 19px 2px rgba(131,82,36,.3);cursor:pointer;overflow:hidden;transition:background .35s ease,box-shadow .35s ease}.slot-demo-hero button.play-for-real-money span{position:relative;z-index:2}.slot-demo-hero button.play-for-real-money::before{content:"";position:absolute;inset:0;padding:1px;border-radius:inherit;background:linear-gradient(90deg, #FFDF3C 17.21%, #E8F401 84.34%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;opacity:0;transition:opacity .35s ease;pointer-events:none}.slot-demo-hero button.play-for-real-money:hover{background:linear-gradient(180deg, #FFAF25 0%, #F15800 100%);box-shadow:0 0 30px 2px rgba(189,78,10,.8)}.slot-demo-hero button.play-for-real-money:hover::before{opacity:1}.slot-demo-hero button.play-demo{background:rgba(0,0,0,.5);backdrop-filter:blur(24px);box-shadow:0px 0px 19px 2px rgba(72,72,72,.3019607843);border:1px solid #717182 !important;transition:all .35s ease}.slot-demo-hero button.play-demo:hover{background:rgba(0,0,0,.9);color:#ffe11c}.popup-demo-game{position:fixed;left:0;background:#000;top:52px;height:calc(100vh - 52px);width:100%;z-index:8;padding:10px 0}@media(min-width: 1200px){.popup-demo-game{top:52px;height:calc(100vh - 52px)}}.popup-demo-game.hidden{visibility:hidden;opacity:0}.popup-demo-game .popup-demo-game-close-wrap{max-width:1100px;display:flex;justify-content:flex-end;align-items:center;margin:0 auto}.popup-demo-game .popup-close-btn{border-radius:9999px;background:rgba(255,255,255,.1);margin-bottom:4px;width:fit-content;color:#fff;display:flex;font-weight:500;align-items:center;justify-content:center;padding:10px 16px;height:fit-content;gap:10px;transition:background .35s ease}.popup-demo-game .popup-close-btn:hover{background:rgba(255,255,255,.5)}.popup-demo-game .popup-demo-game-wrap{max-width:1100px;width:100%;margin:0 auto}.popup-demo-game .popup-demo-game-wrap iframe{margin:0 auto;height:calc(100vh - 210px);width:100%}@media(min-width: 992px){.popup-demo-game .popup-demo-game-wrap iframe{width:100%;aspect-ratio:1100/560}}.popup-demo-game .popup-demo-game-wrap button{margin:6px auto}.table-review{--table-col-gap: 26px;--table-col-width--casino: 174px;--table-col-width--rating: 132px;--table-col-width--bonus: 140px;--table-col-width--categories: 220px;--table-col-width--links: 178px;--table-tbody-row-padding: 24px;--table-row-padding-start: calc(var(--table-tbody-row-padding) + 54px);border-collapse:separate;border-spacing:0 20px;font-size:16px;line-height:1.6;color:var(--black-900);width:100%;counter-reset:table-row}.table-review .button-link{text-align:center}.table-review figure{display:flex}.table-review thead tr{position:relative;display:flex;justify-content:space-between;gap:var(--table-col-gap);width:100%;background-color:var(--purple-300);padding:10px var(--table-tbody-row-padding);border-radius:10px}.table-review thead tr::before{position:absolute;top:0;left:24px;width:36px;height:100%;padding:10px 0;text-align:center;content:"№"}.table-review thead th{text-align:start;font-weight:400}.table-review thead th:first-child{padding-left:54px}.table-review thead th,.table-review tbody td{flex-shrink:0;flex-grow:0}.table-review thead th:first-child,.table-review tbody td:first-child{width:var(--table-col-width--casino)}.table-review thead th:nth-child(2),.table-review tbody td:nth-child(2){width:var(--table-col-width--rating)}.table-review thead th:nth-child(3),.table-review tbody td:nth-child(3){flex:2 2 var(--table-col-width--bonus)}.table-review thead th:nth-child(4),.table-review tbody td:nth-child(4){flex:1 1 var(--table-col-width--categories)}.table-review thead th:nth-child(5),.table-review tbody td:nth-child(5){width:var(--table-col-width--links)}.table-review tbody tr{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:10px var(--table-col-gap);padding:var(--table-tbody-row-padding);border-radius:10px;box-shadow:0 1px 40px 0 rgba(98,69,217,.13);overflow:hidden;background-color:var(--white-default)}.table-review tbody tr:not(:last-child){margin-bottom:20px}.table-review tbody tr::before{position:absolute;top:var(--table-tbody-row-padding);left:var(--table-tbody-row-padding);display:flex;align-items:center;justify-content:center;font-weight:bold;line-height:1;color:var(--gray-600);width:36px;height:40px;background-color:var(--purple-300);border-radius:4px;counter-increment:table-row;content:counter(table-row)}.table-review tbody tr.row-w-label{padding-top:24px !important;aspect-ratio:auto}.table-review tbody tr.row-w-label::before{top:24px !important}.table-review tbody tr:nth-child(-n+3)::before{color:var(--white-default);background-color:var(--purple-600)}.table-review tbody tr:first-child{box-shadow:inset 0 0 0 3px var(--purple-600),0 1px 40px 0 rgba(98,69,217,.13)}.table-review tbody td{min-height:40px}.table-review tbody td:nth-child(2),.table-review tbody td:nth-child(3){display:flex;align-items:center}.table-review tbody td:first-child{padding-left:54px}.table-review tbody td:last-child{border-top-right-radius:10px;border-bottom-right-radius:10px}@media(max-width: 1100px){.table-review{--table-col-gap: 18px;--table-tbody-row-padding: 20px;--table-col-width--bonus: 160px}}@media(max-width: 990px)and (min-width: 861px){.table-review thead th:nth-child(2){display:none}.table-review tbody td:nth-child(2){position:absolute;top:70px;left:var(--table-tbody-row-padding)}}@media(max-width: 990px){.table-review{--table-col-width--bonus: 110px;--table-col-width--categories: 210px}}@media(max-width: 860px){.table-review{--table-col-gap: 30px;--table-col-width--rating: 60%;--table-col-width--bonus: 180px;--table-col-width--categories: 180px}.table-review thead{display:none}.table-review thead th:nth-child(3),.table-review tbody td:nth-child(3){flex-grow:1;flex-shrink:1}.table-review tbody tr{flex-wrap:wrap}.table-review tbody td:nth-child(2){display:flex;justify-content:flex-end}.table-review tbody td:nth-child(3){min-height:auto}}@media(max-width: 680px){.table-review{--table-col-gap: 20px;--table-col-width--bonus: calc( 50% - 18px);--table-col-width--categories: calc( 50% - 18px);--table-col-width--links: 100%;--table-tbody-row-padding: 14px}.table-review tbody tr{row-gap:20px;padding:18px 14px}.table-review tbody tr::before{top:18px}}@media(max-width: 580px){.table-review{--table-col-width--rating: auto;--table-col-width--bonus: 100%;--table-col-width--categories: 100%}}@media(max-width: 374px){.table-review{--table-col-width--rating: 100%}.table-review tbody td:nth-child(2){justify-content:flex-start;min-height:auto}}.table-review-logo{display:block;width:120px;height:40px;background-color:var(--gray-200);border-radius:10px;overflow:hidden;background-size:contain;background-repeat:no-repeat;color:rgba(0,0,0,0)}.table-review-logo img{object-fit:cover;width:100%;height:100%}.table-review-logo::before{position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;content:"";cursor:pointer}.table-review-logo.rolletto{background-image:url(https://static-thenation-gr-xyz.pages.dev/wp-content/themes/mercury-child/assets/images/brands/w120/rolletto.webp)}.table-review-logo.velobet{background-image:url(https://static-thenation-gr-xyz.pages.dev/wp-content/themes/mercury-child/assets/images/brands/w120/velobet.webp)}.table-review-logo.cosmobet{background-image:url(https://static-thenation-gr-xyz.pages.dev/wp-content/themes/mercury-child/assets/images/brands/w120/cosmobet.webp)}.table-review-logo.bc-game{background-image:url(https://static-thenation-gr-xyz.pages.dev/wp-content/themes/mercury-child/assets/images/brands/w120/bc-game.webp)}.table-review-logo.dolly{background-image:url(https://static-thenation-gr-xyz.pages.dev/wp-content/themes/mercury-child/assets/images/brands/w120/dolly.webp)}.table-review-logo.betonred{background-image:url(https://static-thenation-gr-xyz.pages.dev/wp-content/themes/mercury-child/assets/images/brands/w120/betonred.webp)}.table-review-logo.boomerang-bet{background-image:url(https://static-thenation-gr-xyz.pages.dev/wp-content/themes/mercury-child/assets/images/brands/w120/boomerang-bet.webp)}.table-review-logo.cosmic-slot{background-image:url(https://static-thenation-gr-xyz.pages.dev/wp-content/themes/mercury-child/assets/images/brands/w120/cosmic-slot.webp)}.table-review-logo.gangsta-casino{background-image:url(https://static-thenation-gr-xyz.pages.dev/wp-content/themes/mercury-child/assets/images/brands/w120/gangsta-casino.webp)}.table-review-logo.olympusbet{background-image:url(https://static-thenation-gr-xyz.pages.dev/wp-content/themes/mercury-child/assets/images/brands/w120/olympusbet.webp)}.table-review-logo.wild-tokyo{background-image:url(https://static-thenation-gr-xyz.pages.dev/wp-content/themes/mercury-child/assets/images/brands/w120/wild-tokyo.webp)}.table-review-logo.nine{background-image:url(https://static-thenation-gr-xyz.pages.dev/wp-content/themes/mercury-child/assets/images/brands/w120/nine.webp)}.table-review-logo.spinsbro{background-image:url(https://static-thenation-gr-xyz.pages.dev/wp-content/themes/mercury-child/assets/images/brands/w120/spinsbro.webp)}.table-review-logo.kingmaker{background-image:url(https://static-thenation-gr-xyz.pages.dev/wp-content/themes/mercury-child/assets/images/brands/w120/kingmaker.webp)}.table-review-logo.cashwin{background-image:url(https://static-thenation-gr-xyz.pages.dev/wp-content/themes/mercury-child/assets/images/brands/w120/cashwin.webp)}[class="table-review-logo 1win"]{background-image:url(https://static-thenation-gr-xyz.pages.dev/wp-content/themes/mercury-child/assets/images/brands/w120/1win.webp)}.table-review-links{position:relative;z-index:3;display:grid;gap:10px;justify-items:center;width:100%}.table-review-links li{width:100%}.table-review-links .button{padding-left:24px;padding-right:24px;width:100%}@media(max-width: 680px){.table-review-links{justify-items:normal;text-align:center}.table-review-links .button{width:100%}}.table-review-label{position:absolute;top:0;left:0;display:flex;padding:5px 14px;font-size:12px;line-height:1;font-weight:600;color:var(--white-default);text-transform:uppercase;border-bottom-right-radius:14px;background:linear-gradient(90deg, #9178F5 0%, #8065EE 100%)}.table-review-label--purple{background:linear-gradient(90deg, #9178F5 0%, #8065EE 100%);color:var(--white-default)}.table-review-label--yellow{background:linear-gradient(90deg, #F0AD00 0%, #FFC328 100%);color:var(--black-900)}.table-review-label span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.rating-stars{--star-yellow: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxMSAxMSI+CiAgPHBhdGggZmlsbD0iI0YyQ0QwQiIgZD0iTTkuNzY1IDMuOTU4QzguMDQ3IDIuNjE3IDYuNDcyLjg5IDUuODE5LjE0NGEuNDI0LjQyNCAwIDAgMC0uNjM4IDBjLS42NTMuNzQ3LTIuMjI4IDIuNDczLTMuOTQ2IDMuODE0QTMuMTY1IDMuMTY1IDAgMCAwIDAgNi40NWMwIDEuNzIgMS40NCAzLjExNCAzLjIxNyAzLjExNC42IDAgMS4xNDctLjIyNSAxLjU1NS0uNTkydi42MDdjMCAuNzQtLjUzMy44MzEtLjk0NiAxLjE3Ni0uMS4wODMtLjAzOC4yNDUuMDkxLjI0NWgzLjE1NWMuMTMgMCAuMTktLjE2LjA5Mi0uMjQ0LS40MS0uMzQ4LS45MzYtLjQyNi0uOTM2LTEuMTcxdi0uNjEzYy40MDguMzY3Ljk1NS41OTIgMS41NTUuNTkyQzkuNTYgOS41NjQgMTEgOC4xNyAxMSA2LjQ1YzAtLjk3LS40NTYtMS44ODQtMS4yMzUtMi40OTJaIi8+Cjwvc3ZnPgo=");--star-gray: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiM0RTUyNkEiIHZpZXdCb3g9IjAgMCAxMSAxMSIgb3BhY2l0eT0iMC43Ij4KICA8cGF0aCBkPSJNOS43NjUgMy45NThDOC4wNDcgMi42MTcgNi40NzIuODkgNS44MTkuMTQ0YS40MjQuNDI0IDAgMCAwLS42MzggMGMtLjY1My43NDctMi4yMjggMi40NzMtMy45NDYgMy44MTRBMy4xNjUgMy4xNjUgMCAwIDAgMCA2LjQ1YzAgMS43MiAxLjQ0IDMuMTE0IDMuMjE3IDMuMTE0LjYgMCAxLjE0Ny0uMjI1IDEuNTU1LS41OTJ2LjYwN2MwIC43NC0uNTMzLjgzMS0uOTQ2IDEuMTc2LS4xLjA4My0uMDM4LjI0NS4wOTEuMjQ1aDMuMTU1Yy4xMyAwIC4xOS0uMTYuMDkyLS4yNDQtLjQxLS4zNDgtLjkzNi0uNDI2LS45MzYtMS4xNzF2LS42MTNjLjQwOC4zNjcuOTU1LjU5MiAxLjU1NS41OTJDOS41NiA5LjU2NCAxMSA4LjE3IDExIDYuNDVjMC0uOTctLjQ1Ni0xLjg4NC0xLjIzNS0yLjQ5MloiLz4KPC9zdmc+");--star-size: 11px;--star-gap: 14px;--start-offset: 10px;--star-with-gap: calc(var(--star-size) + var(--star-gap));position:relative;width:calc(var(--star-size) + var(--star-with-gap)*4);height:11px;padding:6px 10px;border-radius:4px;overflow:hidden;background-image:var(--star-gray),var(--star-gray),var(--star-gray),var(--star-gray),var(--star-gray);background-color:var(--gray-200);box-sizing:content-box}@media(max-width: 580px){.rating-stars{--star-gap: 11px}}.rating-stars,.rating-stars::before{background-position:var(--start-offset) 50%,calc(var(--start-offset) + var(--star-with-gap)) 50%,calc(var(--start-offset) + var(--star-with-gap)*2) 50%,calc(var(--start-offset) + var(--star-with-gap)*3) 50%,calc(var(--start-offset) + var(--star-with-gap)*4) 50%;background-size:11px 11px;background-repeat:no-repeat}.rating-stars::before{position:absolute;inset:0;width:var(--rating-stars-value, 100%);height:100%;background-image:var(--star-yellow),var(--star-yellow),var(--star-yellow),var(--star-yellow),var(--star-yellow);background-color:var(--green-600);content:"";border-radius:inherit}.list-checkmark{--list-marker: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBmaWxsPSIjMThBRTQ2IiBkPSJtMTcuMzc1IDUuNDA2LTcuNTU2IDguMzEtMi4xOTQtMS42NjJINi40MDZsMy40MTMgNS41NCA4Ljc3NS0xMi4xODhoLTEuMjE5WiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMTN2MTNIMHoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYgNSkiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=");font-size:14px;line-height:1.6;color:var(--black-900);display:grid;gap:6px}.list-checkmark--medium{font-weight:500}.list-checkmark--semi-bold{font-weight:600}.list-checkmark li{position:relative;z-index:1;padding-left:28px}.list-checkmark li::before{position:absolute;top:0;left:0;width:24px;height:24px;background-image:var(--list-marker);content:""}.anchor-menu{border-radius:10px;padding:10px 0;max-width:1110px;width:100%;margin:0 auto var(--section-margin-bottom, 80px);background:#fff;color:var(--black-900);box-shadow:0 1px 40px 0 rgba(98,69,217,.13)}.anchor-menu__head-title{font-weight:700;font-size:22px !important;line-height:120% !important;color:var(--black-900);padding:14px 20px 16px !important;margin:0 !important}@media only screen and (max-width: 767px){.anchor-menu__head-title{padding:0 20px 12px}}.anchor-menu__items{width:100%;margin:0 !important;counter-reset:section}.anchor-menu__item{position:relative;padding:0 !important;width:100% !important;transition:none}.anchor-menu__item:not(:last-child){border-bottom:1px solid var(--purple-300) !important}.anchor-menu__item:before{content:counter(section) ".";position:absolute;top:10px !important;left:20px !important;z-index:2;color:var(--black-900) !important;font-size:16px;counter-increment:section}.anchor-menu__item::marker{content:""}.anchor-menu__item:hover{font-weight:500 !important}.anchor-menu__item:hover .anchor-menu__link{font-weight:500 !important}.anchor-menu__item .anchor-menu__link{position:relative;font-size:16px !important;color:var(--black-900) !important;text-decoration:none !important;padding:10px 48px !important;display:block !important;line-height:1.45em;font-weight:400 !important;transition:none}.anchor-menu__item .anchor-menu__link:hover{color:var(--black-900) !important}.anchor-menu__item .anchor-menu__link::before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:var(--purple-600);opacity:0;overflow:hidden}@media only screen and (min-width: 1025px){.anchor-menu__item .anchor-menu__link:hover{background:#f8f8ff}.anchor-menu__item .anchor-menu__link:hover::before{opacity:1;overflow:visible}}.section-new-brand{margin-bottom:80px}.space-page-content .new-brands-block{margin-bottom:var(--section-margin-bottom, 80px)}.new-brands-block{display:flex;flex-direction:column;gap:24px}.new-brands-block::before{content:"";display:block;height:80px;margin-top:-80px;visibility:hidden}.new-brand-item{--paddind-y: clamp(24px, -247.0588px + 26.4706vw, 60px);--paddind-x: clamp(24px, -96.4706px + 11.7647vw, 40px);position:relative;border-radius:20px;border:1px solid #028737;background-color:#fff;padding:var(--paddind-x) var(--paddind-y);box-shadow:0 1px 40px 0 rgba(107,129,199,.1)}.new-brand-item__inner{display:flex;gap:40px;align-items:center;cursor:pointer}.new-brand-item__inner::before{position:absolute;inset:0;width:100%;height:100%;content:""}.new-brand-item__logo{position:relative;border-radius:20px;background-color:#f6f7ff;width:330px;height:340px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;padding:16px}.new-brand-item__logo-img{transition:transform .3s ease-in-out}.new-brand-item__badge{position:absolute;top:0;left:0;width:60px;height:60px}.new-brand-item__header{display:flex;flex-direction:column;gap:16px;margin-bottom:clamp(24px,-96.4706px + 11.7647vw,40px)}.new-brand-item__title{font-size:32px;line-height:1.2;font-weight:800;color:#24834d;display:flex;align-items:center;gap:14px}.new-brand-item__title svg{flex:0 0 auto}.new-brand-item__bonus{display:flex;align-items:center;gap:8px;font-size:20px;line-height:1.6;font-weight:600;color:#6245d9}.new-brand-item__options{display:flex;flex-direction:column;gap:20px}.new-brand-item__list-checkmark{display:flex;flex-direction:row;gap:6px;flex-wrap:wrap;margin:0 !important}.new-brand-item__list-checkmark li{position:relative !important;padding:0 0 0 28px !important;list-style:none !important}.new-brand-item__description{font-size:14px;line-height:1.6;font-weight:500;color:#151515}.new-brand-item__footer{margin-top:24px}.new-brand-item__link{max-width:326px}.new-brand-item__edit{position:absolute;top:16px;right:16px;display:none;place-items:center;width:40px;height:40px;color:#fff !important;background-color:#028737;border-radius:100%;font-weight:500;text-decoration:none}@media(min-width: 1024px){.new-brand-item__edit{display:grid}}@media(hover: hover)and (pointer: fine){.new-brand-item__inner:hover .new-brand-item__logo-img{transform:scale(1.06)}.new-brand-item__edit:hover{background-color:#11a84d}}@media(max-width: 1024px){.new-brand-item__inner{gap:clamp(24px,-27.1475px + 6.5574vw,40px)}.new-brand-item__logo{width:clamp(280px,120.1639px + 20.4918vw,330px);height:clamp(300px,172.1311px + 16.3934vw,340px)}.new-brand-item__options{gap:clamp(16px,3.2131px + 1.6393vw,20px)}}@media(max-width: 780px){.new-brand-item__inner{flex-direction:column}.new-brand-item__logo{width:100%;height:clamp(180px,142.963px + 9.8765vw,220px)}}@media(max-width: 560px){.new-brand-item{--paddind-x: clamp(16px, -0.2162px + 4.3243vw, 24px);--paddind-y: clamp(16px, -0.2162px + 4.3243vw, 24px)}.new-brand-item__inner{gap:16px}.new-brand-item__logo svg{width:54px;height:54px}.new-brand-item__logo-img{width:clamp(200px,118.9189px + 21.6216vw,240px)}.new-brand-item__header{gap:10px;margin-bottom:16px}.new-brand-item__title{font-size:30px;line-height:1}.new-brand-item__title svg{width:30px;height:30px}.new-brand-item__bonus{font-size:18px}.new-brand-item__bonus svg{width:16px;height:16px}.new-brand-item__list-checkmark{flex-direction:column}.new-brand-item__link{width:100%;max-width:100%}}.new-brands-anchor{gap:6px;padding:0 14px;height:46px;font-size:12px;text-transform:uppercase}.new-brands-anchor svg{flex:0 0 auto}@media(max-width: 1024px){.new-brands-anchor{gap:4px;font-size:10px;line-height:1.2;flex-direction:row-reverse;height:34px;max-width:90px}.new-brands-anchor svg{width:16px;height:16px}}.tb-author-info{--avatar-size: 192px;padding:24px 24px;border-radius:12px;background-color:var(--gray-200);border:1px solid var(--purple-300);margin-bottom:80px}.tb-author-info__inner{display:flex;gap:24px}.tb-author-info__avatar{background-color:var(--purple-300);min-width:var(--avatar-size, 192px);min-height:var(--avatar-size, 192px);display:inline-flex;border-radius:12px;align-self:flex-start;flex:0 0 var(--avatar-size)}.tb-author-info__avatar img{width:100%;height:100%;border-radius:inherit}.tb-author-info__header{display:flex;flex-direction:column;gap:8px;margin-top:8px;margin-bottom:16px}.tb-author-info__name{font-size:24px;font-weight:700;line-height:1.2;color:var(--purple-600);word-break:break-all}.tb-author-info__social-links{display:flex;gap:6px}.tb-author-info__social-link{--social-link__color: #fff;--social-link__bg-color: var(--gray-600);--social-link__color--hover: #fff;--social-link__bg-color--hover: var(--purple-600);display:grid;place-items:center;width:28px;height:28px;border-radius:4px;color:var(--social-link__color);background-color:var(--social-link__bg-color);transition:color .2s ease-in-out,background-color .2s ease-in-out}.tb-author-info__social-link--linkedin{--social-link__bg-color: var(--color-linkedin);--social-link__bg-color--hover: var(--color-linkedin-hover)}.tb-author-info__description{font-size:16px;line-height:1.5;font-weight:500}@media(hover: hover)and (pointer: fine){.tb-author-info__social-link:hover{color:var(--social-link__color--hover);background-color:var(--social-link__bg-color--hover)}}@media(max-width: 900px){.tb-author-info{--avatar-size: 164px;padding:16px 16px}}@media(max-width: 768px){.tb-author-info{--avatar-size: 128px}.tb-author-info__inner{gap:16px;flex-wrap:wrap}.tb-author-info__content,.tb-author-info__description{display:contents}}@media(max-width: 480px){.tb-author-info__name{font-size:20px}.tb-author-info__social-link{width:26px;height:26px;font-size:14px}}@media(max-width: 420px){.tb-author-info__header{margin-bottom:0}}.page-top-meta-content{position:relative;display:flex;flex-wrap:wrap;gap:16px 32px;margin:24px 0 16px}.post-meta-date{display:grid;grid-template-columns:var(--icon-size, 32px) 1fr;grid-template-rows:1fr;grid-template-areas:"icon label" "icon time";gap:0 8px;flex:0 0 auto}.post-meta-date__icon{grid-area:icon;display:flex;align-items:center;justify-content:center;width:32px;height:32px;background-color:var(--purple-300);border-radius:50%;overflow:hidden;align-self:center;color:var(--gray-600)}.post-meta-date__label{font-size:14px;line-height:1.4;color:var(--black-900);grid-area:label}.post-meta-date__time{font-size:16px;line-height:1.4;font-weight:600;color:var(--purple-600);grid-area:time}@media(max-width: 600px){.page-top-meta-content{flex-direction:column;margin:16px 0 10px;gap:14px}.post-meta-date__label{font-size:13px;line-height:1.2}.post-meta-date__time{font-size:15px;line-height:1.4}.post-meta-date{gap:2px 6px}.post-meta-date__icon{width:28px;height:28px}.post-meta-date__icon svg{width:16px;height:16px}.post-meta-date__time{font-size:14px}}.page-meta-authors-list{display:flex;gap:8px 32px}.page-meta-author-item{--avatar-size: 48px;position:relative;grid-template-columns:var(--avatar-size, 40px) 1fr;grid-template-areas:"avatar label" "avatar name";gap:0 8px;align-content:flex-start;align-items:center;cursor:default}.page-meta-author-item__avatar{grid-area:avatar;border-radius:50%;overflow:hidden;background-color:#cecece;height:var(--avatar-size, 40px)}.page-meta-author-item__avatar img{width:var(--avatar-size, 40px);height:var(--avatar-size, 40px)}.page-meta-author-item__label{flex:0 0 auto;grid-area:label;font-size:14px;line-height:1.4;color:var(--black-900)}.page-meta-author-item__name{grid-area:name;font-size:16px;line-height:1.4;font-weight:600;color:var(--purple-600);white-space:nowrap;width:100%;overflow:hidden;text-overflow:ellipsis}.page-meta-author-item__dropdown{position:absolute;top:calc(100% + 10px);z-index:2;visibility:hidden;opacity:0;transform:translateY(10px);transition:opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s ease-in-out}.page-meta-author-item.ellipsis .meta-author-dropdown__name{overflow:hidden;text-overflow:ellipsis}.meta-author-dropdown{padding:16px 14px;border-radius:10px;background-color:var(--gray-200);border:1px solid #dfe4f7;min-width:320px;display:grid;gap:8px}.meta-author-dropdown::before{position:absolute;top:-10px;left:0;z-index:-1;width:100%;height:100%;content:""}.meta-author-dropdown__header{display:grid;grid-template-columns:60px 1fr;grid-template-areas:"avatar name" "avatar links";gap:4px 10px;align-items:center}.meta-author-dropdown__avatar{grid-area:avatar;border-radius:50%;overflow:hidden;background-color:#cecece;height:60px;box-shadow:0 0 0 1px var(--purple-600)}.meta-author-dropdown__name{grid-area:name;font-size:18px;line-height:1.2;font-weight:800;color:var(--black-900);align-self:end;white-space:nowrap}.meta-author-dropdown__social-links{grid-area:links;font-size:14px;line-height:1.4;color:var(--black-900);align-self:start;min-height:16px}.meta-author-dropdown__social-item{display:grid;place-items:center;width:20px;height:20px;border-radius:4px;background-color:var(--bg-color, #cecece);transition:background-color .2s ease-in-out}.meta-author-dropdown__social-item--linkedin{--bg-color: #0a66c2;--bg-color-hover: var(--gray-600)}.meta-author-dropdown__description{font-size:14px;line-height:1.4;color:var(--black-900);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.meta-author-dropdown__link{display:inline-block;color:#6f7897;font-size:14px;line-height:1.4;text-decoration:underline !important;text-decoration-thickness:1px;text-underline-offset:.2em;text-decoration-color:#6f7897;transition:color .2s ease-in-out}@media(hover: none)and (pointer: coarse){.page-meta-author-item.active .page-meta-author-item__dropdown{visibility:visible;opacity:1;transform:translateY(0)}.page-meta-author-item:not(.active) .page-meta-author-item__dropdown{transition:none}}@media(hover: hover)and (pointer: fine){.page-meta-author-item:hover .page-meta-author-item__dropdown{visibility:visible;opacity:1;transform:translateY(0)}.meta-author-dropdown__social-item:hover{background-color:var(--bg-color-hover, #cecece)}.meta-author-dropdown__link:hover{color:var(--purple-600)}}@media(max-width: 1024px){.page-meta-author-item{--avatar-size: 44px}}@media(max-width: 600px){.page-meta-authors-list{flex-direction:column;gap:8px 12px}.page-meta-author-item.align-right .page-meta-author-item__dropdown{right:0}.page-meta-author-item{--avatar-size: 36px;display:flex;align-items:baseline;gap:2px 6px}.page-meta-author-item__label,.post-meta-date__label{font-size:13px;line-height:1.2}.page-meta-author-item__name{font-size:15px;line-height:1.4}.meta-author-dropdown{min-width:auto;width:82vw}}.related-posts-list{display:flex;flex-direction:column;gap:16px;list-style:disc;margin-left:48px;font-size:20px;line-height:1.2;font-weight:600}.related-posts-list-link{color:#151515;text-decoration:none;transition:color .3s ease;display:flex;flex-direction:column;gap:4px}.related-posts-list-link__date{font-size:14px;font-weight:400;color:#a0a0a0}@media(hover: hover)and (pointer: fine){.related-posts-list-link:hover{color:var(--color-accent)}}@media(max-width: 768px){.related-posts-list{font-size:18px}}.post-meta-disclosure{position:relative;z-index:1;height:100%;font-size:14px;line-height:1.4;cursor:default}.post-meta-disclosure--top-meta{margin-top:auto;margin-left:auto}.post-meta-disclosure__header{display:flex;align-items:center;gap:6px}.post-meta-disclosure__icon{color:var(--gray-600);transform:translateY(-2px)}.post-meta-disclosure__dropdown{position:absolute;top:100%;right:0;z-index:1;padding-top:12px;min-width:clamp(320px,261.6667px + 13.8889vw,420px);max-width:calc(100vw - 32px);color:#fff;font-size:12px;line-height:1.3}.post-meta-disclosure__dropdown::before{content:"";position:absolute;top:4px;right:24px;width:0;height:0;border-left:10px solid rgba(0,0,0,0);border-right:10px solid rgba(0,0,0,0);border-bottom:10px solid var(--gray-600)}.post-meta-disclosure__dropdown-message{padding:12px 16px;background-color:var(--gray-600);border-radius:3px}@media(hover: none)and (pointer: coarse){.post-meta-disclosure.active .post-meta-disclosure__dropdown{display:block !important}}@media(hover: hover)and (pointer: fine){.post-meta-disclosure:hover .post-meta-disclosure__dropdown{display:block !important}}@media(max-width: 600px){.post-meta-disclosure{position:absolute;bottom:0;right:0;height:auto}}.split-banner{display:grid;align-items:center;grid-template-columns:1fr auto;gap:8px 16px;padding:16px 16px 12px;border-top-right-radius:10px;border-top-left-radius:10px;background:linear-gradient(81.32deg, #006266 3.9%, #015650 48.24%, #006266 99.98%)}.split-banner__close-btn{position:absolute;top:-34px;right:6px;display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:1px solid #d5d8ff;border-radius:8px;background:#fff;cursor:pointer;transition:.3s ease-in-out}.split-banner__close-btn svg path{transition:.3s}.split-banner__close-btn:hover{transform:rotate(90deg);border-color:#262646;background:#262646}.split-banner__close-btn:hover svg path{stroke:#fff}.split-banner__content{font-size:14px;font-weight:700;line-height:1.2;text-align:left;color:#fff}.split-banner__img-wrapper{width:85px;height:30px;max-width:100%;margin:0 8px 0 0;padding:0;border-radius:8px;background-color:#f6f7ff}.split-banner__img{width:100%;height:100%;object-fit:cover;border-radius:8px}.split-banner__btn{grid-column:span 2}.split-banner__btn::before{content:"";position:absolute;inset:0}@media(min-width: 768px){.space-to-top #scrolltop{--delta: -1.32;right:2px;font-size:28px}.custom-bottom-bn.space-organization-float-bar-bg{border-radius:10px 10px 0 0;overflow:visible}.split-banner{grid-template-columns:auto minmax(345px, auto) 190px;justify-content:center;padding:12px 16px}.split-banner__close-btn{top:-38px}.split-banner__img-wrapper{order:-1;width:112px;height:38px;margin-right:0;border:2px solid rgba(0,0,0,0);border-radius:10px;background-image:linear-gradient(#F6F7FF, #F6F7FF),linear-gradient(81.32deg, #006266 3.9%, #015650 48.24%, #006266 99.98%);background-origin:border-box;background-clip:padding-box,border-box}.split-banner__content{font-size:16px}.split-banner__btn{grid-column:auto}}@media(min-width: 1200px){.split-banner__close-btn{right:0}}@media(max-width: 767px){.space-to-top #scrolltop{--delta: -1.14;right:2px;font-size:28px}}/*# sourceMappingURL=theme.css.map */
