@charset "UTF-8";
@font-face {
    font-family: Noto Sans;
    font-display: swap;
    src: url(../fonts/NotoSans-SemiBold.woff2) format("woff2"), url(../fonts/NotoSans-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Days One;
    font-display: swap;
    src: url(../fonts/DaysOne-Regular.woff2) format("woff2"), url(../fonts/DaysOne-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Noto Sans;
    font-display: swap;
    src: url(../fonts/NotoSans-Regular.woff2) format("woff2"), url(../fonts/NotoSans-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: OpenSans;
    font-display: swap;
    src: url(../fonts/OpenSans-SemiBold.woff2) format("woff2"), url(../fonts/OpenSans-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: OpenSans;
    font-display: swap;
    src: url(../fonts/OpenSans-Regular.woff2) format("woff2"), url(../fonts/OpenSans-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/Roboto-Medium.woff2) format("woff2"), url(../fonts/Roboto-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/Roboto-Black.woff2) format("woff2"), url(../fonts/Roboto-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/Roboto-Regular.woff2) format("woff2"), url(../fonts/Roboto-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/Roboto-Bold.woff2) format("woff2"), url(../fonts/Roboto-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

*, :after, :before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:active, :focus {
    outline: 0
}

a:active, a:focus {
    outline: 0
}

aside, footer, header, nav {
    display: block
}

body, html {
    min-height: 100%;
    width: 100%;
    font-size: 16px;
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

button, input, textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a, a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    height: auto;
    vertical-align: top
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: 400
}

p {
    margin-top: 1rem;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px
}

@font-face {
    font-family: icons;
    src: url(../fonts/icons.ttf?9gj94n) format("truetype"), url(../fonts/icons.woff?9gj94n) format("woff"), url(../img/icons.svg?9gj94n#icons) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=" icon-font__"]:before, [class^=icon-font__]:before {
    font-family: icons !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-font__deposit:before {
    content: "\e901";
    color: #fff
}

.icon-font__casino:before {
    content: "\e902";
    color: #fff
}

.icon-font__bonus:before {
    content: "\e903";
    color: #fff
}

.icon-font__reg:before {
    content: "\e904";
    color: #fff
}

.icon-font__app:before {
    content: "\e905";
    color: #fff
}

.wrapper {
    overflow: hidden;
    margin-top: 120px
}

.wrapper:first-of-type {
    margin-top: 32px
}

.wrapper > * {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-right: var(--offsets) !important;
    padding-left: var(--offsets) !important;
    max-width: calc(var(--width-container) + var(--offsets) * 2) !important
}

.wrapper > [class]:not(:first-child) {
    margin-top: 1rem;
}

.hero-section {
    padding-top: 80px !important;
    padding-bottom: 80px !important
}

.hero-section p {
    color: var(--M3-sys-dark-on-primary-fixed, #0a164b);
    text-align: center
}

.linked-section {
    display: grid;
    grid-template-columns:8fr 1.5fr;
    align-items: center;
    row-gap: 24px
}

.linked-section > .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: end;
    gap: 8px
}

.linked-section > * {
    grid-column: 1/-1;
    margin-top: 0 !important
}

.linked-section > :first-child {
    grid-column: 1
}

.linked-section > :nth-child(2) {
    grid-column: 2
}

.hidden_svg {
    display: none
}

.no-scroll {
    overflow: hidden
}

.table-collapse {
    width: 100%;
    border-spacing: 0
}

body {
    background: var(--block-bg);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: "Noto Sans"
}

body {
    --sb-track-color: $ body;
    --sb-thumb-color: #99a3fd;
    --sb-size: 12px
}

body::-webkit-scrollbar {
    width: var(--sb-size)
}

body::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 16px
}

body::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 16px
}

@supports not selector(::-webkit-scrollbar) {
    body {
        scrollbar-color: var(--sb-thumb-color) var(--sb-track-color)
    }
}

main {
    flex-grow: 1
}

h1 {
    margin-top: 1rem;
    color: var(--M3-sys-dark-on-primary-fixed, #0a164b);
    text-align: center;
    font-family: "Days One";
    font-size: 57px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

h1.align-center {
    text-align: center
}

h1.margin-big {
    margin-top: 32px
}

h2 {
    margin-top: 1rem;
    color: var(--M3-sys-dark-on-surface, #e3e1e9);
    font-family: "Days One";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    text-transform: uppercase
}

h2.align-center {
    text-align: center
}

h2.margin-big {
    margin-top: 32px
}

h3 {
    margin-top: 1rem;
    color: var(--M3-sys-dark-on-surface, #e3e1e9);
    font-family: "Days One";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    text-transform: uppercase
}

h3.margin-big {
    margin-top: 32px
}

p {
    margin-top: 1rem;
    color: #c6c5d0;
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    letter-spacing: .25px
}

p.align-center {
    text-align: center
}

p.margin-big {
    margin-top: 32px
}

ul:not([class]),
ul.wp-block-list {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px
}

ul:not([class]) li,
ul.wp-block-list li
{
    position: relative;
    padding-left: 25px;
    color: #c6c5d0;
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    letter-spacing: .25px
}

ul:not([class]) li::before,
ul.wp-block-list li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Crect x='6' y='6.00049' width='6' height='6' rx='1.2' fill='%2354f4df'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_59076_6628' x1='9' y1='6.00049' x2='9' y2='12.0005' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23BAC3FF'/%3E%3Cstop offset='1' stop-color='%2399A3FD'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")
}

:root {
    --height: 0px;
    --offsets: 20px;
    --width-container: 1280px;
    --star-color: #ffa959;
    --star-bg: transparent
}

.header {
    position: sticky;
    top: 0;
    padding-top: 9px;
    padding-bottom: 9px;
    width: 100%;
    z-index: 99;
    background: var(--header-bg-color)
}

footer {
    background: var(--header-bg-color)
}

.header__content {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin: 0 auto;
    padding: 0 var(--offsets);
    max-width: calc(var(--width-container) + var(--offsets) * 2)
}

.header__logo {
    margin-top: 8px;
    display: flex;
    align-items: flex-start;
    margin-right: auto;
    max-width: 90px;
    min-width: 90px
}

.header__logo img {
    width: 100%;
    object-fit: contain
}

.header__nav {
    flex: 1 0 auto;
    display: flex;
    align-items: flex-start;
    max-width: 80%
}

.header__nav-list {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 32px;
    row-gap: 16px
}

.header__nav-item {
    padding: 10px 16px
}

.header__nav-item > a {
    word-break: break-all;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 136%;
    background: var( --main-nav-color);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: color .2s ease 0s
}

.header__nav-item > span {
    word-break: break-all;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 136%;
    background: var(--M3-sys-dark-primary, linear-gradient(180deg, #bac3ff 0, #99a3fd 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: default
}

.header__nav-item.has-submenu {
    position: relative;
    padding-right: 30px
}

.header__nav-item.has-submenu svg {
    position: absolute;
    top: 12px;
    right: 0;
    width: 19px;
    height: 18px;
    transition: transform .2s ease 0s
}

.header__nav-item.has-submenu .submenu {
    display: none;
    position: absolute;
    width: 224px;
    padding: 8px 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 10px;
    background: #1f1f25;
    right: 50%;
    top: 50px;
    transform: translateX(50%);
    z-index: 99
}

.header__nav-item.has-submenu .submenu::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 20px;
    background: 0 0;
    top: -20px;
    left: 0
}

.header__nav-item.has-submenu .submenu__item {
    width: 100%;
    padding: 16px
}

.header__nav-item.has-submenu .submenu__item a, .header__nav-item.has-submenu .submenu__item span {
    width: 100%;
    display: block;
    text-align: left;
    color: var(--M3-sys-dark-on-surface, #e3e1e9);
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    letter-spacing: .25px
}

.header__nav-item.has-submenu .submenu__item.has-submenu {
    position: relative
}

.header__nav-item.has-submenu .submenu__item.has-submenu::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M9.1665 15.5832L13.7498 10.9998L9.1665 6.4165V15.5832Z' fill='%23E2E2E2'/%3E%3C/svg%3E");
    transition: all .2s ease 0s
}

.header__nav-item.has-submenu .submenu__item.has-submenu .submenu {
    width: 224px;
    display: none;
    position: absolute;
    top: -8px !important;
    right: 0 !important;
    transform: translateX(100%) !important;
    border-radius: 0 10px 10px 10px;
    overflow: hidden;
    background: #1f1f25
}

.header__nav-item.has-submenu .submenu__item.has-submenu .submenu > li {
    width: 100%
}

.header__nav-item.has-submenu .submenu__item.has-submenu .submenu > li:hover {
    background: #34343a;
    color: #00ff42
}

.header__nav-item.has-submenu .submenu__item.has-submenu .submenu > li > a {
    padding: 16px;
    display: block
}

.header__nav-item.has-submenu .submenu__item.has-submenu.active {
    width: 100%;
    flex-direction: column;
    margin: 0;
    padding-left: 0;
    padding-right: 0
}

.header__nav-item.has-submenu .submenu__item.has-submenu.active::after {
    display: none
}

.header__nav-item.has-submenu .submenu__item.has-submenu.active span {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 0;
    padding-left: 0;
    color: var(--M3-sys-dark-on-surface, #e3e1e9);
    font-family: "Days One";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    text-transform: uppercase
}

.header__nav-item.has-submenu .submenu__item.has-submenu.active span::before {
    transform: translateY(2px);
    content: 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='M20 11H7.83L13.42 5.41L12 4L4 12L12 20L13.41 18.59L7.83 13H20V11Z' fill='%23C6C5D0'/%3E%3C/svg%3E")
}

.header__nav-item.has-submenu .submenu__item.has-submenu.active .submenu {
    display: block;
    position: static;
    transform: none !important;
    width: 100%;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none
}

.header__burger {
    display: none;
    position: relative;
    width: 27px;
    height: 21px;
    cursor: pointer
}

.header__burger::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
    transition: all .3s ease 0s
}

.header__burger::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
    transition: all .3s ease 0s
}

.header__burger span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
    transition: all .3s ease 0s
}

.header.burger-active .header__burger span {
    display: none
}

.header.burger-active .header__burger::before {
    transform: rotate(45deg);
    top: 10px;
    right: 5px;
    width: 100%
}

.header.burger-active .header__burger::after {
    transform: rotate(-45deg);
    bottom: 8px;
    right: 5px;
    width: 100%
}

.toc-section__title {
    margin-top: 0;
    padding: 0 16px 0 16px;
    display: flex;
    align-items: center;
    gap: 4px;
    position: relative;
    color: var(--M3-sys-dark-on-surface, #e3e1e9);
    font-family: "Days One";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    text-transform: uppercase;
    cursor: pointer
}

.toc-section__title::after {
    position: absolute;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10' fill='none'%3E%3Cpath d='M16 1.90283L14.12 -8.21774e-08L8 6.18084L1.88 -6.17205e-07L-8.31755e-08 1.90283L8 10L16 1.90283Z' fill='%23C6C5D0'/%3E%3C/svg%3E");
    top: 40%;
    transform: translateX(-50%);
    right: 16px;
    font-size: 0;
    line-height: 0;
    transition: all .2s ease 0s
}

.toc-section__toc {
    position: relative;
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    background: 0 0;
    border-radius: 6px;
    display: flex;
    flex-direction: column
}

.wrapper:has(.toc-section__toc),
.wrapper:has(.blockquote-section) {
    background: #1b1b21
}

.wrapper:has(.cp-hero-section),
.wrapper:has(.pp-hero-section) {
    background: linear-gradient(180deg, #bac3ff 0%, #99a3fd 100%);
}

.toc-section__toc.active .toc-section__title {
    padding: 0 16px 16px 16px;
    border-bottom: 1px solid #46464f
}

.toc-section__toc.active .toc-section__title::after {
    transform: translateY(-25%) rotate(180deg)
}

.toc-section__toc.active .toc-section__toc-list {
    display: flex
}

.toc-section__toc-list {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    background: 0 0
}

.toc-section__toc-item {
    transition: all .3s ease 0s
}

.toc-section__toc-item a {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10px 16px 10px 12px;
    border-radius: 100px;
    text-align: center;
    color: #99a3fd;
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 136%
}

.toc-section__toc-item a::before {
    transition: all .2s ease 0s;
    transform: translateY(3px);
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 13.5C11.4853 13.5 13.5 11.4853 13.5 9C13.5 6.51472 11.4853 4.5 9 4.5C6.51472 4.5 4.5 6.51472 4.5 9C4.5 11.4853 6.51472 13.5 9 13.5Z' fill='%2354f4df'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_59016_33039' x1='9' y1='4.5' x2='9' y2='13.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23BAC3FF'/%3E%3Cstop offset='1' stop-color='%2399A3FD'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")
}

.faq-section__list {
    margin-top: 16px;
    display: flex;
    flex-direction: column
}

.faq-section__item {
    position: relative;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #46464f
}

.faq-section__item.open h3:after {
    transform: rotate(180deg)
}

.faq-section__item.open .faq-section__item-text {
    display: block;
    position: relative
}

.faq-section__item-text {
    display: none;
    padding-bottom: 16px
}

.faq-section__item-text p:first-child {
    margin-top: 0
}

.faq-section h3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    max-width: 100%;
    position: relative;
    padding: 16px 70px 16px 0;
    color: var(--M3-sys-dark-on-surface, #e3e1e9);
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 136%;
    cursor: pointer;
    text-transform: none
}

.faq-section h3::marker {
    content: ""
}

.faq-section h3::after {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px;
    top: 20px;
    transform: translateY(-5px);
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10' fill='none'%3E%3Cpath d='M2.26911e-08 8.09814L1.88 10.001L8 3.82014L14.12 10.001L16 8.09814L8 0.000976658L2.26911e-08 8.09814Z' fill='%23C6C5D0'/%3E%3C/svg%3E");
    transition: all .2s ease 0s
}

.footer {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    gap: 16px
}

.footer__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

.footer__head > img {
    flex: 1 1 auto;
    max-width: 100px;
    object-fit: contain
}

.footer__head-text {
    max-width: 240px;
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 32px;
    font-size: 14px;
    line-height: 136%;
    letter-spacing: .035px
}

.footer__providers {
    padding-top: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #46464f;
    border-top: 1px solid #46464f;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px
}

.footer__providers li img {
    max-height: 32px;
    object-fit: contain
}

.footer__nav {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
    display: grid;
    grid-template-columns:413px 1fr;
    gap: 20px
}

.footer__nav-text-title {
    margin-top: 0;
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 136%;
    background: var(--M3-sys-dark-primary, linear-gradient(180deg, #bac3ff 0, #99a3fd 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.footer__nav-text p {
    color: var(--M3-sys-dark-outline, #90909a);
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    letter-spacing: .25px
}

.footer__nav-text p:first-child {
    margin-top: 0
}

.footer__nav-links {
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr;
    gap: 20px
}

.footer__nav-links li a {
    color: var(--M3-sys-dark-on-surface-variant, #c6c5d0);
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    letter-spacing: .25px
}

.footer__nav-links li a:hover {
    background: var(--M3-sys-dark-primary, linear-gradient(180deg, #bac3ff 0, #99a3fd 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.footer__additional-links {
    padding-top: 32px;
    border-top: 1px solid #46464f;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px
}

.footer__additional-links li a {
    color: var(--M3-sys-dark-on-surface-variant, #c6c5d0);
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    letter-spacing: .25px
}

.footer__additional-links li a:hover {
    background: var(--M3-sys-dark-primary, linear-gradient(180deg, #bac3ff 0, #99a3fd 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.blockquote-section {
    padding-top: 120px !important;
    padding-bottom: 120px !important
}

.cp-hero-section {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    display: grid;
    grid-template-columns:160px 1fr 1fr;
    align-items: center
}

.cp-hero-section > img {
    max-width: 160px;
    object-fit: contain;
    padding-right: 20px;
    border-right: 1px solid #46464f
}

.cp-hero-section p {
    color: var(--M3-sys-dark-on-primary-fixed, #0a164b);
    text-align: center
}

.cp-hero-section__text {
    margin-top: 0;
    padding-right: 20px;
    padding-left: 10px;
    border-right: 1px solid #46464f;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--M3-sys-dark-on-primary-fixed, #0a164b);
    text-align: center;
    font-family: "Days One";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    text-transform: uppercase
}

.cp-hero-section__text span {
    font-size: 25px
}

.cp-hero-section .promocode {
    padding-left: 20px;
    margin-top: 0
}

.galery-section {
    display: grid;
    grid-template-columns:3fr 1fr;
    gap: 10px
}

.galery-section__list {
    width: 100%;
    max-width: 100%;
    margin-top: 16px;
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap
}

.galery-section__list-item {
    min-width: 305px;
    max-width: 305px;
    display: flex;
    border-radius: 10px;
    overflow: hidden
}

.galery-section__list-item > img {
    max-width: 100%;
    object-fit: cover
}

.galery-section .swiper {
    grid-column: 1/-1;
    max-width: 100%;
    overflow: hidden
}

.galery-section .swiper-controls {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    margin-top: 10px
}

.galery-section .swiper-next, .galery-section .swiper-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.galery-section .swiper-next svg, .galery-section .swiper-prev svg {
    width: 16px;
    height: 16px
}

.galery-section .swiper-prev svg {
    transform: translateX(2px)
}

.galery-section .swiper-next {
    transform: rotate(180deg)
}

.galery-section .swiper-next svg {
    transform: translate(2px, 2px)
}

.pp-hero-section {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    display: grid;
    grid-template-columns:2.1fr 1fr;
    column-gap: 20px
}

.pp-hero-section > img {
    max-width: 408px;
    height: auto;
    object-fit: contain;
    grid-column: 2;
    grid-row: 1/4
}

.pp-hero-section h1 {
    grid-column: 1;
    text-align: left
}

.pp-hero-section__rating {
    margin-top: 28px;
    grid-column: 1;
    color: var(--accent-color);
    text-align: center;
    font-family: "Days One";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-self: center;
    gap: 8px;
    --percent: calc(var(--rating, 4.5) / 5 * 100%)
}

.pp-hero-section__rating::before {
    content: "★★★★★";
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(var(--star-color)), to(var(--star-bg)));
    background: linear-gradient(90deg, var(--star-color) var(--percent), var(--star-bg) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 2px
}

.pp-hero-section__rating::after {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "☆☆☆☆☆";
    display: block;
    letter-spacing: 0;
    color: var(--star-color);
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 2px
}

.pp-hero-section > .btn {
    margin-top: 20px;
    grid-column: 1
}

.btn {
    position: relative;
    max-width: 365px;
    padding: 10px 24px;
    gap: 10px;
    border-radius: 100px;
    margin-top: 16px;
    display: block;
    color: #99a3fd;
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 136%;
    transition: all .2s ease 0s;
    text-align: center;
    cursor: pointer;
    overflow: hidden
}

.btn::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(56, 30, 114, 0);
    transition: all .2s ease 0s
}

.btn:hover::before {
    background: rgba(56, 30, 114, .12)
}

.btn svg {
    display: none
}

.btn--primary {
    background: #1b1b21;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .15), 0 1px 2px 0 rgba(0, 0, 0, .3)
}

.btn--secondary {
    background: var(--second-color);
    color:var(--content-button-text-color);
}

.btn--more {
    padding: 10px 16px;
    background: #434659;
    color: #dfe1f9;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 52px
}

.btn--more::after {
    transform: translateY(3px);
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='18' viewBox='0 0 19 18' fill='none'%3E%3Cpath d='M5.75 7.50049L9.5 11.2505L13.25 7.50049L5.75 7.50049Z' fill='%23DFE1F9'/%3E%3C/svg%3E")
}

.btn--transparent {
    border: 1px solid var(--M3-sys-dark-outline, #90909a);
    background: 0 0
}

.btn--transparent:hover {
    background: var(--m-3-state-layers-dark-primary-opacity-012, rgba(208, 188, 255, .12))
}

.btn--full-width {
    width: 100%;
    max-width: 100%
}

.btn--align-center {
    margin-left: auto;
    margin-right: auto
}

.btn--big {
    padding: 16px 32px;
    max-width: 240px;
    width: 100%
}

.btn--with-svg {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px
}

.btn--with-svg svg {
    display: inline-block;
    min-width: 25px;
    max-width: 25px;
    height: 24px
}

.casinos-list {
    width: 100%;
    max-width: 100%;
    margin-top: 52px;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 60px;
    counter-reset: counter
}

.casinos-list._has-more tr:nth-child(n+7) {
    display:none
}

.casinos-list tr {
    display: flex
}

.casinos-list__item {
    width: 100%;
    position: relative;
    border-radius: 16px;
    background: var(--accent-color);
    box-shadow: 0 4px 8px 3px rgba(0, 0, 0, .15), 0 1px 3px 0 rgba(0, 0, 0, .3);
    overflow: hidden;
    counter-increment: counter
}

.casinos-list__item::before {
    position: absolute;
    content: counter(counter);
    top: 10px;
    left: 24px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 3px solid #515b92;
    background: #dee1ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--M3-sys-dark-on-primary, #222c61);
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 136%;
    letter-spacing: .5px;
    z-index: 2
}

.casinos-list__item--first::before {
    border: 3px solid #f7ae0a;
    background: #ffe04f;
    color: #d89f1f
}

.casinos-list__item--first::after {
    position: absolute;
    top: 34px;
    left: 25px;
    content: url("data:image/svg+xml,%3Csvg width='38' height='31' viewBox='0 0 38 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.884 30.0711L12.999 7.49414L24.1577 0.976746L37.0427 23.5537C35.102 24.6871 31.4972 24.0381 29.9374 23.5719C29.7836 26.0227 27.171 28.9258 25.884 30.0711Z' fill='%23515B92'/%3E%3Cpath d='M22.1441 11.3643L18.6855 17.4604L19.7968 19.4058L24.3952 11.3643H22.1441Z' fill='%23325735'/%3E%3Cpath d='M0.333786 23.5535L13.2188 0.976562L24.3775 7.49396L11.4925 30.0709C9.55185 28.9374 8.30506 25.4547 7.92424 23.8551C5.74927 24.9457 1.9577 24.1085 0.333786 23.5535Z' fill='%23BAC3FF'/%3E%3C/svg%3E%0A")
}

.casinos-list__item--second::before {
    border: 3px solid #b7c2c7;
    background: #e7eff8;
    color: #828f95
}

.casinos-list__item--second::after {
    position: absolute;
    top: 34px;
    left: 25px;
    content: url("data:image/svg+xml,%3Csvg width='38' height='31' viewBox='0 0 38 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.884 30.0711L12.999 7.49414L24.1577 0.976746L37.0427 23.5537C35.102 24.6871 31.4972 24.0381 29.9374 23.5719C29.7836 26.0227 27.171 28.9258 25.884 30.0711Z' fill='%23515B92'/%3E%3Cpath d='M22.1441 11.3643L18.6855 17.4604L19.7968 19.4058L24.3952 11.3643H22.1441Z' fill='%23325735'/%3E%3Cpath d='M0.333786 23.5535L13.2188 0.976562L24.3775 7.49396L11.4925 30.0709C9.55185 28.9374 8.30506 25.4547 7.92424 23.8551C5.74927 24.9457 1.9577 24.1085 0.333786 23.5535Z' fill='%23BAC3FF'/%3E%3C/svg%3E%0A")
}

.casinos-list__item--third::before {
    border: 3px solid #e07447;
    background: #f9a66b;
    color: #c0623a
}

.casinos-list__item--third::after {
    position: absolute;
    top: 34px;
    left: 25px;
    content: url("data:image/svg+xml,%3Csvg width='38' height='31' viewBox='0 0 38 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.884 30.0711L12.999 7.49414L24.1577 0.976746L37.0427 23.5537C35.102 24.6871 31.4972 24.0381 29.9374 23.5719C29.7836 26.0227 27.171 28.9258 25.884 30.0711Z' fill='%23515B92'/%3E%3Cpath d='M22.1441 11.3643L18.6855 17.4604L19.7968 19.4058L24.3952 11.3643H22.1441Z' fill='%23325735'/%3E%3Cpath d='M0.333786 23.5535L13.2188 0.976562L24.3775 7.49396L11.4925 30.0709C9.55185 28.9374 8.30506 25.4547 7.92424 23.8551C5.74927 24.9457 1.9577 24.1085 0.333786 23.5535Z' fill='%23BAC3FF'/%3E%3C/svg%3E%0A")
}

.casinos-list__item > img {
    max-width: 100%;
    width: 100%;
    height: 80px;
    object-fit: cover
}

.casinos-list__item-content {
    padding: 16px 24px 24px 24px;
    display: grid;
    grid-template-columns:1fr 1fr;
    column-gap: 20px
}

.casinos-list__item-name {
    margin-top: 0;
    color: var(--M3-sys-dark-on-surface, #e3e1e9);
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 136%
}

.casinos-list__item-rating {
    color: var(--M3-sys-dark-on-surface, #e3e1e9);
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 136%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    justify-self: end;
    align-self: start;
    gap: 8px;
    --percent: calc(var(--rating, 4.5) / 5 * 100%)
}

.casinos-list__item-rating::before {
    content: "★★★★★";
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(var(--star-color)), to(var(--star-bg)));
    background: linear-gradient(90deg, var(--star-color) var(--percent), var(--star-bg) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 2px
}

.casinos-list__item-rating::after {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "☆☆☆☆☆";
    display: block;
    letter-spacing: 0;
    color: var(--star-color);
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 2px
}

.casinos-list__item-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-column: 1/-1;
    margin-top: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 1px solid #46464f;
    border-bottom: 1px solid #46464f;
    text-align: center;
    font-family: "Days One";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    text-transform: uppercase;
    background: var(--M3-sys-dark-primary, linear-gradient(180deg, #bac3ff 0, #99a3fd 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.casinos-list__item-text span {
    font-family: "Noto Sans";
    font-size: 14px;
    font-weight: 600;
    text-transform: none
}

.casinos-list__item-payments {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #46464f;
    grid-column: 1/-1;
    display: flex;
    gap: 10px;
    justify-content: space-between
}

.casinos-list__item-payment {
    flex: 1;
    color: var(--M3-sys-dark-on-surface, #e3e1e9);
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 136%
}

.casinos-list__item-payment-list {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 8px
}

.casinos-list__item-payment-list > li > img {
    max-width: 42px;
    object-fit: contain
}

.casinos-list__item-payout {
    flex: 1;
    color: var(--M3-sys-dark-on-surface, #e3e1e9);
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 136%
}

.casinos-list__item-payout p {
    margin-top: 8px;
    font-size: 14px;
    letter-spacing: .035px
}

.casinos-list__item .btn {
    margin-top: 8px;
    grid-column: 1/-1;
    max-width: unset
}

.benefits-list {
    width: 100%;
    max-width: 100%;
    margin-top: 32px;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 20px
}

.benefits-list__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 16px;
    gap: 16px;
    border-radius: 16px;
    background: var(--accent-color);
    box-shadow: 0 4px 8px 3px rgba(0, 0, 0, .15), 0 1px 3px 0 rgba(0, 0, 0, .3)
}

.benefits-list__item-name {
    margin-top: 0;
    color: var(--M3-sys-dark-on-surface, #e3e1e9);
    text-align: center;
    font-family: "Days One";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    text-transform: uppercase
}

.benefits-list__item-text {
    margin-top: 0;
    color: var(--M3-sys-dark-on-surface-variant, #c6c5d0);
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    letter-spacing: .25px
}

.how-to {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 20px
}

.how-to__item {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.how-to__item > img {
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: contain
}

.how-to__item-text {
    margin-top: 0;
    color: var(--M3-sys-dark-on-surface, #e3e1e9);
    font-family: "Days One";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    text-transform: uppercase
}

.text-image {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    display: grid;
    column-gap: 24px;
    row-gap: 16px;
    grid-template-columns:1fr 1fr
}

.text-image.reversed {
    grid-template-columns:1fr 1.5fr
}

.text-image.reversed .text-image__title {
    order: -3
}

.text-image.reversed .text-image__content {
    grid-column: 2
}

.text-image.reversed > .bonus, .text-image.reversed > .wp-block-table, .text-image.reversed > img {
    order: -2
}

.text-image.without-img .text-image__content {
    grid-column: 1/-1
}

.text-image__title {
    grid-column: 1/-1;
    margin: 0
}

.text-image__content {
    display: flex;
    flex-direction: column
}

.text-image__content > p:first-child {
    margin-top: 0
}

.text-image__content .btn {
    margin-top: 20px;
    padding: 16px
}

.text-image > .wp-block-table {
    max-width: 696px
}

.text-image > img {
    max-width: 100%;
    justify-self: end;
    object-fit: contain
}

.games-list {
    width: 100%;
    max-width: 100%;
    margin-top: 17px;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 8px
}

.games-list__item {
    display: inline-block;
    overflow: hidden
}

.games-list__item-img {
    text-align: center;
    position: relative;
    border-radius: 6px;
    overflow: hidden
}

.games-list__item-img:hover .games-list__item-img-buttons {
    left: 0
}

.games-list__item-img-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: fit-content;
    padding: 27px 16px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .7) 100%);
    left: -100%;
    transition: all .3s ease 0s;
    z-index: 2
}

.games-list__item-img-buttons > p {
    margin-top: 0;
    color: #fbf8ff;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 136%
}

.games-list__item-img-buttons .btn {
    padding: 8px 16px;
    max-width: 100%;
    width: 100%;
    margin-top: 0
}

.games-list__item-img-buttons .btn:first-child {
    margin-top: 22px
}

.games-list__item-img-buttons-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 22px
}

.games-list__item-img-buttons-label-text {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 136%;
    background: var(--M3-sys-dark-primary, linear-gradient(180deg, #bac3ff 0, #99a3fd 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.games-list__item-img-buttons-label-text::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='16' viewBox='0 0 15 16' fill='none'%3E%3Ccircle cx='7.5' cy='8.00049' r='6.83333' stroke='url(%23paint0_linear_59013_4925)' stroke-width='1.33333'/%3E%3Cpath d='M7.5 4.85693C8.04204 4.85693 8.48145 4.41753 8.48145 3.87549C8.48145 3.33345 8.04204 2.89404 7.5 2.89404C6.95796 2.89404 6.51855 3.33345 6.51855 3.87549C6.51855 4.41753 6.95796 4.85693 7.5 4.85693Z' fill='url(%23paint1_linear_59013_4925)'/%3E%3Cpath d='M8.25 13.2505V5.75049H6.75V13.2505H8.25Z' fill='url(%23paint2_linear_59013_4925)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_59013_4925' x1='7.5' y1='0.500488' x2='7.5' y2='15.5005' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23BAC3FF'/%3E%3Cstop offset='1' stop-color='%2399A3FD'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_59013_4925' x1='7.5' y1='2.89404' x2='7.5' y2='13.2505' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23BAC3FF'/%3E%3Cstop offset='1' stop-color='%2399A3FD'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_59013_4925' x1='7.5' y1='2.89404' x2='7.5' y2='13.2505' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23BAC3FF'/%3E%3Cstop offset='1' stop-color='%2399A3FD'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")
}

.games-list__item-img-buttons-label-rating {
    color: var(--M3-sys-dark-on-surface, #e3e1e9);
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 136%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    justify-self: end;
    align-self: start;
    gap: 8px;
    --percent: calc(var(--rating, 4.5) / 5 * 100%)
}

.games-list__item-img-buttons-label-rating::before {
    content: "★★★★★";
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(var(--star-color)), to(var(--star-bg)));
    background: linear-gradient(90deg, var(--star-color) var(--percent), var(--star-bg) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 2px
}

.games-list__item-img-buttons-label-rating::after {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "☆☆☆☆☆";
    display: block;
    letter-spacing: 0;
    color: var(--star-color);
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 2px
}

.games-list__item-img-buttons-label-rating span {
    color: var(--M3-sys-dark-on-surface, #e3e1e9);
    justify-self: end;
    align-self: start;
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 136%
}

.games-list__item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1
}

.wp-block-table {
    margin-top: 32px;
    overflow-x: auto;
    scrollbar-width: thin
}

.wp-block-table.table table {
    width: 100%;
    border-spacing: 0;
    height: auto;
    overflow: auto
}

.wp-block-table.table table thead td, .wp-block-table.table table thead th {
    background: var(--M3-sys-dark-secondary, linear-gradient(180deg, #c3c5dd 0, #afb3e4 100%));
    color: var(--M3-sys-dark-on-tertiary, #44263e);
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 136%;
    text-align: left
}

.wp-block-table.table table thead td:first-child, .wp-block-table.table table thead th:first-child {
    border-radius: 16px 0 0 0
}

.wp-block-table.table table thead td:last-child, .wp-block-table.table table thead th:last-child {
    border-radius: 0 16px 0 0
}

.wp-block-table.table table td, .wp-block-table.table table th {
    padding: 16px;
    text-align: left
}

.wp-block-table.table table td .cell, .wp-block-table.table table th .cell {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap
}

.wp-block-table.table table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 16px
}

.wp-block-table.table table tbody tr:last-child td:last-child {
    border-radius: 0 0 16px 0
}

.wp-block-table.table table tbody tr td {
    position: relative;
    color: var(--M3-sys-dark-on-surface, #e3e1e9);
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    letter-spacing: .25px
}

.wp-block-table.table table tbody tr td:nth-child(2) {
    font-weight: 600
}

.wp-block-table.table table tbody tr td > img {
    max-width: 70px;
    object-fit: contain
}

.wp-block-table.table table tbody tr td > .btn {
    margin-top: 0;
    max-width: 100%;
    width: 100%
}

.blockquote {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 20px
}

.blockquote > img {
    width: auto;
    height: auto;
    min-width: 187px;
    max-width: 187px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 2px solid var(--M3-sys-dark-primary, #bac3ff);
    object-fit: cover
}

.blockquote__name {
    margin-top: 0;
    color: var(--M3-sys-dark-on-surface, #e3e1e9);
    font-family: "Days One";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    text-transform: uppercase;
    white-space: nowrap;
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.blockquote__job {
    margin-top: 8px;
    color: var(--M3-sys-dark-on-surface-variant, #c6c5d0);
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    letter-spacing: .25px
}

.blockquote__job span {
    color: var(--M3-sys-dark-tertiary, #e5bad8);
    font-weight: 600
}

.blockquote__text:last-of-type {
    padding-bottom: 16px;
    border-bottom: 1px solid #46464f
}

.blockquote__additional {
    margin-top: 16px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center
}

.blockquote__links {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap
}

.blockquote__tags {
    display: flex;
    gap: 20px;
    align-items: center;
    color: var(--M3-sys-dark-on-surface, #e3e1e9);
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 136%
}

.blockquote__tags-list {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap
}

.blockquote__tags-list li {
    padding: 6px 16px;
    border-radius: 8px;
    border: 1px solid var(--M3-sys-dark-outline, #90909a)
}

.payments-list {
    width: 100%;
    max-width: 100%;
    margin-top: 17px;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 32px
}

.payments-list__item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    border-radius: 16px;
    background: var(--accent-color);
    box-shadow: 0 4px 8px 3px rgba(0, 0, 0, .15), 0 1px 3px 0 rgba(0, 0, 0, .3)
}

.payments-list__item > img {
    max-width: 56px;
    object-fit: contain
}

.payments-list__item-name {
    margin-top: 0;
    color: var(--M3-sys-dark-on-surface, #e3e1e9);
    font-family: "Days One";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    text-transform: uppercase
}

.payments-list__item-text {
    margin-top: 0;
    line-height: 136%;
    letter-spacing: .035px
}

.wp-block-table {
    margin-top: 24px;
    overflow-x: auto;
    scrollbar-width: thin
}

.wp-block-table.simple-table table {
    width: 100%;
    border-spacing: 0;
    height: auto;
    overflow: auto
}

.wp-block-table.simple-table table td, .wp-block-table.simple-table table th {
    padding: 16px;
    text-align: left
}

.wp-block-table.simple-table table td .cell, .wp-block-table.simple-table table th .cell {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap
}

.wp-block-table.simple-table table tbody tr:nth-child(odd) {
    background: rgba(208, 188, 255, .08)
}

.wp-block-table.simple-table table tbody tr:nth-child(even) {
    background: #1b1b21
}

.wp-block-table.simple-table table tbody tr td {
    position: relative;
    color: var(--M3-sys-dark-tertiary, #e5bad8);
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 136%
}

.wp-block-table.simple-table table tbody tr td:last-child {
    color: var(--M3-sys-dark-on-surface-variant, #c6c5d0);
    font-weight: 400;
    letter-spacing: .25px
}

.wp-block-table.simple-table table tbody tr td > img {
    max-width: 70px;
    object-fit: contain
}

.wp-block-table.simple-table table tbody tr td > .btn {
    margin-top: 0;
    max-width: 100%;
    width: 100%
}

.cp-review {
    display: grid;
    grid-template-columns:2.46fr 1fr;
    align-items: start;
    gap: 20px
}

.cp-review h1 {
    color: var(--M3-sys-dark-on-surface, #e3e1e9);
    text-align: left;
    grid-column: 1/-1
}

.cp-review__content {
    display: grid;
    grid-template-columns:160px 1fr 1fr;
    gap: 20px;
    align-items: center
}

.cp-review__content-rating {
    color: var(--M3-sys-dark-on-surface, #e3e1e9);
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 136%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
    --percent: calc(var(--rating, 4.5) / 5 * 100%)
}

.cp-review__content-rating::before {
    content: "★★★★★";
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(var(--star-color)), to(var(--star-bg)));
    background: linear-gradient(90deg, var(--star-color) var(--percent), var(--star-bg) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 2px
}

.cp-review__content-rating::after {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "☆☆☆☆☆";
    display: block;
    letter-spacing: 0;
    color: var(--star-color);
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 2px
}

.cp-review__content-payout {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--M3-sys-dark-on-surface, #e3e1e9);
    text-align: center;
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    letter-spacing: .25px
}

.cp-review__content-author {
    grid-column: 1/-1;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--M3-sys-dark-on-surface-variant, #c6c5d0);
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    letter-spacing: .25px
}

.cp-review__content-author-img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #bac3ff
}

.cp-review__content-author-img > img {
    width: 100%;
    height: auto;
    object-fit: contain;
    aspect-ratio: 1/1
}

.cp-review__content-author-name {
    grid-column: unset !important
}

.cp-review__content-author-links {
    display: flex;
    align-items: center;
    gap: 8px
}

.cp-review__content-author-links a {
    display: flex;
}

.cp-review__content-author-links svg {
    width: auto;
    max-height: 20px;
}

.cp-review__content p {
    margin-top: 0;
    grid-column: 1/-1
}

.cp-review__payment {
    padding: 16px;
    border-radius: 16px;
    background: var(--accent-color);
    box-shadow: 0 4px 8px 3px rgba(0, 0, 0, .15), 0 1px 3px 0 rgba(0, 0, 0, .3);
    display: grid;
    grid-template-columns:1fr 1fr;
    column-gap: 12px;
    row-gap: 20px
}

.cp-review__payment-item {
    color: var(--M3-sys-dark-tertiary, #e5bad8);
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 136%
}

.cp-review__payment-item-list {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap
}

.cp-review__payment-item-list li > img {
    max-width: 56px;
    object-fit: contain
}

.cp-review__payment-item:first-child {
    padding-right: 11px;
    border-right: 1px solid #46464f
}

.cp-review__payment-item:last-child {
    grid-column: 1/-1;
    padding-top: 16px;
    border-top: 1px solid #46464f
}

.cp-review .wp-block-table, .cp-review h2 {
    grid-column: 1/-1;
    margin-top: 0
}

.promocode {
    position: relative;
    display: grid;
    grid-template-columns:1fr 1.5fr;
    column-gap: 16px;
    row-gap: 20px;
    margin-top: 16px;
    overflow: hidden
}

.promocode__field {
    grid-column: 1;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    border: 2px dashed var(--M3-sys-dark-on-primary-fixed, #0a164b)
}

.promocode__field p {
    margin-top: 0;
    padding: 12px 0;
    background: 0 0;
    color: var(--M3-sys-dark-on-primary-fixed, #0a164b);
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: .1px
}

.promocode__copy-btn {
    padding: 8px 12px;
    background: 0 0;
    word-break: break-all;
    display: inline-flex;
    gap: 5px;
    align-items: center;
    font-family: "Noto Sans";
    font-size: 16px
}

.promocode__copy-btn > svg {
    width: 15px;
    height: 15px;
    transition: all .2s ease 0s
}

.promocode__button {
    display: flex;
    padding: 10px 24px 10px 16px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 100px;
    background: var(--M3-sys-dark-secondary-container, #434659);
    color: var(--M3-sys-dark-on-secondary-container, #dfe1f9);
    text-align: center;
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 136%
}

.promocode > .btn {
    grid-column: 1/-1;
    margin-top: 0
}

.galery {
    width: 100%;
    margin-top: 16px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: thin
}

.galery__item {
    min-width: 200px;
    max-width: 200px
}

.galery__item img {
    width: 100%;
    object-fit: contain;
    pointer-events: none
}

.pros-cons {
    width: 100%;
    margin-top: 47px;
    display: grid;
    grid-template-columns:1fr 1fr;
    align-items: start;
    gap: 20px
}

.pros-cons__cons-list, .pros-cons__pros-list {
    position: relative;
    padding: 32px 24px 24px 24px;
    border-radius: 16px;
    border: 4px solid var(--M3-sys-dark-primary, #bac3ff);
    background: var(--accent-color);
    display: flex;
    flex-direction: column
}

.pros-cons__cons-list li, .pros-cons__pros-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 16px 0;
    border-bottom: 1px solid #46464f;
    color: var(--M3-sys-dark-on-surface, #e3e1e9);
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    letter-spacing: .25px
}

.pros-cons__cons-list li:last-child, .pros-cons__pros-list li:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.pros-cons__pros-list::before {
    position: absolute;
    content: url("data:image/svg+xml,%3Csvg width='70' height='70' viewBox='0 0 70 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M35 67C52.6731 67 67 52.6731 67 35C67 17.3269 52.6731 3 35 3C17.3269 3 3 17.3269 3 35C3 52.6731 17.3269 67 35 67Z' fill='url(%23paint0_linear_59059_5954)' stroke='%23121318' stroke-width='4.8'/%3E%3Cpath d='M33.3281 20.3738C32.7581 20.5913 32.3381 20.9888 32.0606 21.5588L31.8131 22.0613L31.7756 24.4988C31.7306 26.9138 31.7306 26.9438 31.5206 27.5363C31.4081 27.8663 31.1756 28.3688 31.0106 28.6613C30.6281 29.3138 29.7131 30.2288 29.0981 30.5738L28.6331 30.8363L28.6106 39.4613C28.5881 48.0413 28.5881 48.0863 28.4306 48.5513L28.2656 49.0163L28.6556 49.1588C30.3656 49.7963 30.0506 49.7738 38.3006 49.7738C45.3656 49.7738 45.5756 49.7663 46.0481 49.6238C47.5181 49.1663 48.4781 47.5763 48.2081 46.0613C48.1631 45.8138 48.0056 45.3713 47.8631 45.0863L47.5931 44.5613L47.7656 44.4488C48.7181 43.8188 49.2431 42.7163 49.1531 41.5463C49.1156 41.0813 49.0556 40.8638 48.8231 40.4063C48.6656 40.0913 48.5306 39.8138 48.5156 39.7913C48.5081 39.7688 48.6881 39.6188 48.9131 39.4613C49.7006 38.9213 50.0981 38.0963 50.0981 37.0238C50.0981 36.3413 49.9406 35.7863 49.5956 35.2763L49.4231 35.0213L49.8206 34.6688C50.6006 33.9863 50.9756 33.1838 50.9756 32.2238C50.9756 30.7463 49.9856 29.4938 48.5231 29.1113C48.1631 29.0138 47.3456 28.9988 43.5806 28.9988H39.0581L39.0956 28.7513C39.1931 28.0238 39.3506 25.9238 39.3506 25.3463C39.3506 22.9988 37.7606 20.9513 35.4656 20.3663C34.7306 20.1788 33.8156 20.1788 33.3281 20.3738Z' fill='%23222C61'/%3E%3Cpath d='M20.7511 29.0665C20.0611 29.284 19.3711 29.914 19.1236 30.559C18.9961 30.889 18.9886 31.3615 18.9661 39.049C18.9436 47.509 18.9586 47.9215 19.2586 48.514C19.4911 48.964 20.0236 49.444 20.5111 49.639C20.9161 49.7965 21.0361 49.8115 22.9261 49.8115C24.4036 49.8115 25.0036 49.7815 25.2736 49.7065C26.0086 49.4965 26.6986 48.8065 26.9086 48.0715C26.9986 47.7715 27.0136 46.249 27.0136 39.349C27.0136 31.4515 27.0061 30.964 26.8786 30.5965C26.7061 30.1015 26.1736 29.5015 25.6711 29.239L25.2886 29.0365L23.1136 29.0215C21.9211 29.014 20.8561 29.0365 20.7511 29.0665Z' fill='%23222C61'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_59059_5954' x1='35' y1='3' x2='35' y2='67' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23BAC3FF'/%3E%3Cstop offset='1' stop-color='%2399A3FD'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    top: -45px;
    left: 50%;
    transform: translateX(-50%)
}

.pros-cons__pros-list li::before {
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.0039 5.65517L19.3723 4L11.4776 15.0345L5.00391 8.5L3.00391 10.5L11.4776 20L22.0039 5.65517Z' fill='url(%23paint0_linear_59059_5929)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_59059_5929' x1='12.5039' y1='4' x2='12.5039' y2='20' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23BAC3FF'/%3E%3Cstop offset='1' stop-color='%2399A3FD'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A")
}

.pros-cons__cons-list {
    border: 4px solid #ffb4ab
}

.pros-cons__cons-list::before {
    position: absolute;
    content: url("data:image/svg+xml,%3Csvg width='70' height='70' viewBox='0 0 70 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M35 67C52.6731 67 67 52.6731 67 35C67 17.3269 52.6731 3 35 3C17.3269 3 3 17.3269 3 35C3 52.6731 17.3269 67 35 67Z' fill='%23FFB4AB' stroke='%23121318' stroke-width='4.8'/%3E%3Cpath d='M36.6055 49.6643C37.1755 49.4468 37.5955 49.0493 37.873 48.4793L38.1205 47.9768L38.158 45.5393C38.203 43.1243 38.203 43.0943 38.413 42.5018C38.5255 42.1718 38.758 41.6693 38.923 41.3768C39.3055 40.7243 40.2205 39.8093 40.8355 39.4643L41.3005 39.2018L41.323 30.5768C41.3455 21.9968 41.3455 21.9518 41.503 21.4868L41.668 21.0218L41.278 20.8793C39.568 20.2418 39.883 20.2643 31.633 20.2643C24.568 20.2643 24.358 20.2718 23.8855 20.4143C22.4155 20.8718 21.4555 22.4618 21.7255 23.9768C21.7705 24.2243 21.928 24.6668 22.0705 24.9518L22.3405 25.4768L22.168 25.5893C21.2155 26.2193 20.6905 27.3218 20.7805 28.4918C20.818 28.9568 20.878 29.1743 21.1105 29.6318C21.268 29.9468 21.403 30.2243 21.418 30.2468C21.4255 30.2693 21.2455 30.4193 21.0205 30.5768C20.233 31.1168 19.8355 31.9418 19.8355 33.0143C19.8355 33.6968 19.993 34.2518 20.338 34.7618L20.5105 35.0168L20.113 35.3693C19.333 36.0518 18.958 36.8543 18.958 37.8143C18.958 39.2918 19.948 40.5443 21.4105 40.9268C21.7705 41.0243 22.588 41.0393 26.353 41.0393L30.8755 41.0393L30.838 41.2868C30.7405 42.0143 30.583 44.1143 30.583 44.6918C30.583 47.0393 32.173 49.0868 34.468 49.6718C35.203 49.8593 36.118 49.8593 36.6055 49.6643Z' fill='%23690005'/%3E%3Cpath d='M49.1825 40.9716C49.8725 40.7541 50.5625 40.1241 50.81 39.4791C50.9375 39.1491 50.945 38.6766 50.9675 30.9891C50.99 22.5291 50.975 22.1166 50.675 21.5241C50.4425 21.0741 49.91 20.5941 49.4225 20.3991C49.0175 20.2416 48.8975 20.2266 47.0075 20.2266C45.53 20.2266 44.93 20.2566 44.66 20.3316C43.925 20.5416 43.235 21.2316 43.025 21.9666C42.935 22.2666 42.92 23.7891 42.92 30.6891C42.92 38.5866 42.9275 39.0741 43.055 39.4416C43.2275 39.9366 43.76 40.5366 44.2625 40.7991L44.645 41.0016L46.82 41.0166C48.0125 41.0241 49.0775 41.0016 49.1825 40.9716Z' fill='%23690005'/%3E%3C/svg%3E%0A");
    top: -45px;
    left: 50%;
    transform: translateX(-50%)
}

.pros-cons__cons-list li::before {
    content: 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='M17.59 19L19 17.59L13.41 12L19 6.41L17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19Z' fill='%23FFB4AB'/%3E%3C/svg%3E")
}

.how-to-v2 {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    counter-set: counter2
}

.how-to-v2__item {
    position: relative;
    flex: 1;
    color: var(--M3-sys-dark-on-surface, #e3e1e9);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 136%;
    counter-increment: counter2
}

.how-to-v2__item::before {
    content: counter(counter2);
    min-width: 60px;
    min-height: 60px;
    border-radius: 50%;
    background: #1b1b21;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2
}

.how-to-v2__item::after {
    position: absolute;
    content: "";
    top: 30px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #46464f
}

.how-to-v2__item:first-child::after {
    left: unset;
    right: 0;
    width: 50%
}

.how-to-v2__item:last-child::after {
    width: 50%
}

.wp-block-table {
    overflow-x: auto;
    scrollbar-width: thin
}

.wp-block-table:not(.table-vertical):not(:has(th:nth-child(3))):not(.simple-table) {
    margin-top: 32px
}

.wp-block-table:not(.table-vertical):not(:has(th:nth-child(3))):not(.simple-table) table {
    width: 100%;
    border-spacing: 0;
    height: auto;
    overflow: auto
}

.wp-block-table:not(.table-vertical):not(:has(th:nth-child(3))):not(.simple-table) table thead td, .wp-block-table:not(.table-vertical):not(:has(th:nth-child(3))):not(.simple-table) table thead th {
    background: var(--M3-sys-dark-secondary, linear-gradient(180deg, #c3c5dd 0, #afb3e4 100%));
    color: var(--M3-sys-dark-on-tertiary, #44263e);
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 136%;
    text-align: left
}

.wp-block-table:not(.table-vertical):not(:has(th:nth-child(3))):not(.simple-table) table thead td:first-child, .wp-block-table:not(.table-vertical):not(:has(th:nth-child(3))):not(.simple-table) table thead th:first-child {
    border-radius: 16px 0 0 0
}

.wp-block-table:not(.table-vertical):not(:has(th:nth-child(3))):not(.simple-table) table thead td:last-child, .wp-block-table:not(.table-vertical):not(:has(th:nth-child(3))):not(.simple-table) table thead th:last-child {
    border-radius: 0 16px 0 0
}

.wp-block-table:not(.table-vertical):not(:has(th:nth-child(3))):not(.simple-table) table td, .wp-block-table:not(.table-vertical):not(:has(th:nth-child(3))):not(.simple-table) table th {
    padding: 16px;
    text-align: left
}

/*.wp-block-table:not(.table-vertical):not(:has(th:nth-child(3))):not(.simple-table) table td:last-child, .wp-block-table:not(.table-vertical):not(:has(th:nth-child(3))):not(.simple-table) table th:last-child {*/
/*    width: 70%*/
/*}*/

.wp-block-table:not(.table-vertical):not(:has(th:nth-child(3))):not(.simple-table) table td .cell, .wp-block-table:not(.table-vertical):not(:has(th:nth-child(3))):not(.simple-table) table th .cell {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap
}

.wp-block-table:not(.table-vertical):not(:has(th:nth-child(3))):not(.simple-table) table tbody tr:nth-child(odd) td {
    background: #121318
}

.wp-block-table:not(.table-vertical):not(:has(th:nth-child(3))):not(.simple-table) table tbody tr:nth-child(even) td {
    background: #1b1b21
}

.wp-block-table:not(.table-vertical):not(:has(th:nth-child(3))):not(.simple-table) table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 16px
}

.wp-block-table:not(.table-vertical):not(:has(th:nth-child(3))):not(.simple-table) table tbody tr:last-child td:last-child {
    border-radius: 0 0 16px 0
}

.wp-block-table:not(.table-vertical):not(:has(th:nth-child(3))):not(.simple-table) table tbody tr td {
    position: relative;
    color: var(--M3-sys-dark-on-surface, #e3e1e9);
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    letter-spacing: .25px
}

.wp-block-table:not(.table-vertical):not(:has(th:nth-child(3))):not(.simple-table) table tbody tr td:first-child {
    display: flex;
    align-items: center;
    gap: 5px
}

.wp-block-table:not(.table-vertical):not(:has(th:nth-child(3))):not(.simple-table) table tbody tr td:nth-child(2) {
    font-weight: 600
}

.wp-block-table:not(.table-vertical):not(:has(th:nth-child(3))):not(.simple-table) table tbody tr td > img {
    max-width: 70px;
    object-fit: contain
}

.wp-block-table:not(.table-vertical):not(:has(th:nth-child(3))):not(.simple-table) table tbody tr td > .btn {
    margin-top: 0;
    max-width: 100%;
    width: 100%
}

.text-block {
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 20px
}

.text-block__item {
    flex: 1
}

.text-block__item > :first-child {
    margin-top: 0 !important
}

.providers {
    max-width: 100%;
    width: 100%;
    margin-top: 32px
}

.providers-list {
    display: grid;
    grid-template-columns:repeat(5, 1fr);
    align-items: center;
    gap: 20px
}

.providers-list__item {
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.providers-list__item > img {
    max-width: 100%;
    object-fit: contain;
    pointer-events: none
}

.reviews-list {
    width: 100%;
    max-width: 100%;
    margin-top: 32px;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 20px
}

.reviews-list__item {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    border: 1px solid var(--M3-sys-dark-outline-variant, #46464f);
    overflow: hidden;
    background: #121318;
    display: flex;
    flex-direction: column
}

.reviews-list__item > img {
    width: 100%;
    height: 140px;
    object-fit: cover
}

.reviews-list__item-content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 auto
}

.reviews-list__item-content .btn {
    margin-top: 32px
}

.reviews-list__item-content .btn::after {
    position: absolute;
    content: "";
    top: -16px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #46464f
}

.reviews-list__item-name {
    margin-top: 0;
    align-self: flex-start;
    font-family: "Days One";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    text-transform: uppercase;
    background: var(--M3-sys-dark-primary, linear-gradient(180deg, #bac3ff 0, #99a3fd 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.reviews-list__item-text {
    flex: 1 1 auto;
    padding-bottom: 16px;
    border-bottom: 1px solid #46464f
}

.reviews-list__item-rating {
    margin-top: 16px;
    color: var(--M3-sys-dark-on-surface, #e3e1e9);
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 136%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-self: center;
    gap: 8px;
    --percent: calc(var(--rating, 4.5) / 5 * 100%)
}

.reviews-list__item-rating::before {
    content: "★★★★★";
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(var(--star-color)), to(var(--star-bg)));
    background: linear-gradient(90deg, var(--star-color) var(--percent), var(--star-bg) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 2px
}

.reviews-list__item-rating::after {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "☆☆☆☆☆";
    display: block;
    letter-spacing: 0;
    color: var(--star-color);
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 2px
}

.reviews-list__item-rating {
    color: var(--M3-sys-dark-on-surface, #e3e1e9);
    margin-left: auto;
    margin-right: auto;
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 136%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    justify-self: end;
    align-self: start;
    gap: 8px;
    --percent: calc(var(--rating, 4.5) / 5 * 100%)
}

.reviews-list__item-rating::before {
    content: "★★★★★";
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(var(--star-color)), to(var(--star-bg)));
    background: linear-gradient(90deg, var(--star-color) var(--percent), var(--star-bg) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 2px
}

.reviews-list__item-rating::after {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "☆☆☆☆☆";
    display: block;
    letter-spacing: 0;
    color: var(--star-color);
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 2px
}

.reviews-list__item-payout {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 16px
}

.demo {
    position: relative;
    width: 100%;
    height: 550px;
    background-image: url(../img/demo.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.demo > img {
    position: absolute;
    z-index: -1;
}

.demo::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(11, 20, 33, .6) 0, rgba(11, 20, 33, .6) 100%);
}

.demo.active {
    background: #1f1f25
}

.demo.active iframe {
    display: block;
    z-index: 2
}


.demo.active .btn {
    display: none
}

.demo iframe {
    display: none;
    position: absolute;
    top: 0;
    left: 0
}

.pp-review {
    margin-top: 20px;
    display: grid;
    grid-template-columns:2.5fr 1fr;
    align-items: start;
    gap: 20px
}

.pp-review__content {
    display: grid;
    grid-template-columns:160px 1fr 1fr;
    gap: 20px;
    align-items: center
}

.pp-review__content-author {
    grid-column: 1/-1;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--M3-sys-dark-on-surface-variant, #c6c5d0);
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    letter-spacing: .25px
}

.pp-review__content-author-img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #bac3ff
}

.pp-review__content-author-img > img {
    width: 100%;
    height: auto;
    object-fit: contain;
    aspect-ratio: 1/1
}

.pp-review__content-author-links {
    display: flex;
    align-items: center;
    gap: 8px
}

.pp-review__content p {
    margin-top: 0;
    grid-column: 1/-1
}

.pp-review__payment {
    padding: 24px;
    background: var(--accent-color);
    box-shadow: 0 4px 8px 3px rgba(0, 0, 0, .15), 0 1px 3px 0 rgba(0, 0, 0, .3);
    border-radius: 16px;
    overflow: hidden;
    display: grid;
    grid-template-columns:1fr 1fr;
    column-gap: 12px;
    row-gap: 20px
}

.pp-review__payment-item {
    color: var(--M3-sys-dark-tertiary, #e5bad8);
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 136%
}

.pp-review__payment-title {
    grid-column: 1/-1;
    margin-top: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #46464f;
    color: var(--M3-sys-dark-on-surface, #e3e1e9);
    font-family: "Days One";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    text-transform: uppercase
}

.pokies-list {
    width: 100%;
    max-width: 100%;
    margin-top: 32px;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 20px
}

.pokies-list._has-more tr:nth-child(n+9) {
    display:none
}

.pokies-list tr {
    display: flex
}

.pokies-list__item {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background: var(--accent-color);
    box-shadow: 0 4px 8px 3px rgba(0, 0, 0, .15), 0 1px 3px 0 rgba(0, 0, 0, .3);
    overflow: hidden
}

.pokies-list__item > img {
    max-width: 100%;
    width: 100%;
    height: 214px;
    object-fit: cover
}

.pokies-list__item-content {
    padding: 20px 24px 24px 24px;
    display: flex;
    flex-direction: column
}

.pokies-list__item-content > .btn {
    margin-top: 8px
}

.pokies-list__item-content > .btn:first-of-type {
    margin-top: 20px
}

.pokies-list__item-name {
    margin-top: 0;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 136%
}

.pokies-list__item-rating {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    color: var(--M3-sys-dark-on-surface, #e3e1e9);
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 136%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    justify-self: end;
    align-self: start;
    gap: 8px;
    --percent: calc(var(--rating, 4.5) / 5 * 100%)
}

.pokies-list__item-rating::before {
    content: "★★★★★";
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(var(--star-color)), to(var(--star-bg)));
    background: linear-gradient(90deg, var(--star-color) var(--percent), var(--star-bg) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 2px
}

.pokies-list__item-rating::after {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "☆☆☆☆☆";
    display: block;
    letter-spacing: 0;
    color: var(--star-color);
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 2px
}

.pokies-list__item-stats {
    margin-top: 20px;
    display: flex;
    align-items: flex-start
}

.pokies-list__item-stats-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    color: var(--M3-sys-dark-tertiary, #e5bad8);
    text-align: center;
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 136%
}

.pokies-list__item-stats-item:first-child {
    border-right: 1px solid #46464f
}

.pokies-list__item-stats-item span {
    color: var(--M3-sys-dark-on-surface-variant, #c6c5d0);
    font-weight: 400;
    letter-spacing: .25px
}

.links-list {
    max-width: 100%;
    width: 100%;
    margin-top: 16px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    column-gap: 24px;
    row-gap: 24px
}

.links-list__item {
    border-radius: 16px;
    overflow: hidden;
    background: var(--accent-color)
}

.links-list__item:hover .links-list__item-text::after {
    transform: translateY(3px) translateX(5px)
}

.links-list__item a {
    display: grid;
    grid-template-columns:120px minmax(0, auto);
    column-gap: 16px;
    padding: 8px
}

.links-list__item a > img {
    max-width: 120px;
    aspect-ratio: 1/1;
    object-fit: contain;
    grid-row: 1/3
}

.links-list__item a .links-list__item-name {
    margin-top: 0;
    color: var(--M3-sys-dark-on-secondary-container, #dfe1f9);
    font-family: "Days One";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    text-transform: uppercase
}

.links-list__item a .links-list__item-text {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 0;
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 136%;
    background: var(--M3-sys-dark-primary, linear-gradient(180deg, #bac3ff 0, #99a3fd 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.links-list__item a .links-list__item-text::after {
    transition: all .2s ease 0s;
    transform: translateY(3px);
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M9.75 3.75L15 9M15 9L9.75 14.25M15 9L3 9' stroke='url(%23paint0_linear_59076_7449)' stroke-width='2' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_59076_7449' x1='15' y1='9' x2='3' y2='9' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23BAC3FF'/%3E%3Cstop offset='1' stop-color='%2399A3FD'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")
}

.advantages-list {
    max-width: 100%;
    width: 100%;
    margin-top: 17px;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 20px
}

.advantages-list__item {
    position: relative;
    padding: 56px 16px 16px 16px;
    border-radius: 16px;
    background: var(--accent-color);
    box-shadow: 0 4px 8px 3px rgba(0, 0, 0, .15), 0 1px 3px 0 rgba(0, 0, 0, .3);
    display: flex;
    flex-direction: column;
    gap: 10px
}

.advantages-list__item::before {
    position: absolute;
    top: 16px;
    left: 16px;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 24.0005C20.4183 24.0005 24 20.4188 24 16.0005C24 11.5822 20.4183 8.00049 16 8.00049C11.5817 8.00049 8 11.5822 8 16.0005C8 20.4188 11.5817 24.0005 16 24.0005Z' fill='%23ea2a8c'/%3E%3C/svg%3E")
}

.advantages-list__item-name {
    color: var(--M3-sys-dark-on-surface, #e3e1e9);
    font-family: "Days One";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    text-transform: uppercase;
    margin-top: 0;
}

.advantages-list__item-text {
    margin-top: 0
}

.tabs {
    margin-top: 32px;
    overflow: hidden
}

.tabs__header {
    position: relative
}

.tabs__header-list {
    display: flex;
    justify-content: flex-start;
    list-style: none;
    text-align: center;
    overflow-x: auto;
    scrollbar-width: thin;
    padding-bottom: 25px
}

.tabs__header-button {
    position: relative;
    /*width: 100%;*/
    padding: 0 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-wrap: nowrap;
    white-space: nowrap;
    background: 0 0;
    color: var(--M3-sys-dark-on-surface-variant, #c6c5d0);
    text-align: center;
    font-family: "Days One";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    text-transform: uppercase;
    transition: color .3s ease-in-out;
    cursor: pointer
}

.tabs__header-button::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #34343a;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%)
}

.tabs__header-button.active {
    color: var(--M3-sys-dark-on-surface, #e3e1e9)
}

.tabs__header-button.active::before {
    width: 100%;
    height: 3px;
    background: var(--M3-sys-dark-primary, linear-gradient(180deg, #bac3ff 0, #99a3fd 100%))
}

.tabs__content {
    width: 100%;
    margin: 16px auto 0 auto
}

.tabs__item > :first-child {
    margin-top: 0
}

.tabs__item.visually-hidden {
    display: none
}

.breadcrumbs {
    padding: 32px 0 0 0
}

.breadcrumbs__list {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 3px;
    flex-wrap: wrap
}

.breadcrumbs__list li {
    display: flex;
    align-items: center;
    padding-right: 4px;
    gap: 8px
}

.breadcrumbs__list li::after {
    margin: 0 6px;
    transform: translateY(2px);
    display: flex;
    align-items: center;
    justify-content: center;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12' fill='none'%3E%3Cpath d='M1.67713 0L0.25 1.41L4.88563 6L0.25 10.59L1.67713 12L7.75 6L1.67713 0Z' fill='%2346464F'/%3E%3C/svg%3E")
}

.breadcrumbs__list li:first-child a::before {
    display: none
}

.breadcrumbs__list li:last-child::after {
    display: none
}

.breadcrumbs__list li a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--M3-sys-dark-on-surface-variant, #c6c5d0);
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    letter-spacing: .25px
}

.breadcrumbs__list li a::before {
    transform: translateY(3px);
    content: 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 fill-rule='evenodd' clip-rule='evenodd' d='M12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18Z' fill='%23767680'/%3E%3C/svg%3E")
}

.breadcrumbs__list li a:hover {
    background: var(--M3-sys-dark-primary, linear-gradient(180deg, #bac3ff 0, #99a3fd 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.breadcrumbs__list li a:hover > svg {
    fill: #99a3fd
}

.breadcrumbs__list li a > svg {
    fill: #767680
}

.breadcrumbs__list li span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    letter-spacing: .25px;
    background: var(--M3-sys-dark-primary, linear-gradient(180deg, #bac3ff 0, #99a3fd 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: default
}

.breadcrumbs__list li span::before {
    transform: translateY(3px);
    content: 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 fill-rule='evenodd' clip-rule='evenodd' d='M12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18Z' fill='%2354f4df'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_59076_15333' x1='12' y1='6' x2='12' y2='18' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23BAC3FF'/%3E%3Cstop offset='1' stop-color='%2399A3FD'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")
}

.wp-block-table {
    margin-top: 17px;
    overflow-x: auto;
    scrollbar-width: thin
}

.wp-block-table.table-vertical table {
    width: 100%;
    border-spacing: 1px;
    height: auto;
    overflow: auto
}

.wp-block-table.table-vertical table td, .wp-block-table.table-vertical table th {
    padding: 16px;
    text-align: left;
    overflow: hidden;
    color: var(--M3-sys-dark-on-surface, #e3e1e9);
    text-overflow: ellipsis;
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    letter-spacing: .25px
}

.wp-block-table.table-vertical table td:first-child, .wp-block-table.table-vertical table th:first-child {
    background: var(--M3-sys-dark-secondary, linear-gradient(180deg, #c3c5dd 0, #afb3e4 100%));
    color: var(--M3-sys-dark-on-tertiary, #44263e);
    font-weight: 600;
    width: 20%
}

.wp-block-table.table-vertical table td .cell, .wp-block-table.table-vertical table th .cell {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap
}

.wp-block-table.table-vertical table tbody tr:nth-child(odd) {
    background: #121318
}

.wp-block-table.table-vertical table tbody tr:nth-child(even) {
    background: #1b1b21
}

.wp-block-table.table-vertical table tbody tr:first-child td:first-child {
    border-radius: 10px 0 0 0
}

.wp-block-table.table-vertical table tbody tr:first-child td:last-child {
    border-radius: 0 10px 0 0
}

.wp-block-table.table-vertical table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 10px
}

.wp-block-table.table-vertical table tbody tr:last-child td:last-child {
    border-radius: 0 0 10px 0
}

.mobile-button {
    width: 100%;
    position: sticky;
    bottom: 0;
    padding: 8px 16px !important;
    border-radius: 16px 16px 0 0;
    background: var(--M3-sys-dark-primary, linear-gradient(180deg, #bac3ff 0, #99a3fd 100%));
    display: none;
    grid-template-columns:1.8fr 1fr;
    column-gap: 5px;
    z-index: 5
}

.mobile-button__text {
    justify-self: start;
    text-align: left;
    grid-column: 1;
    margin-top: 0;
    color: var(--M3-sys-dark-on-primary, #222c61);
    text-align: center;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 136%
}

.mobile-button__description {
    margin-top: 3px;
    grid-column: 1;
    color: var(--M3-sys-dark-primary-container, #394379);
    justify-self: start;
    text-align: left;
    font-family: "Days One";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    text-transform: uppercase
}

.mobile-button .btn {
    margin-top: 0;
    grid-column: 2;
    grid-row: 1/3;
    padding: 8px;
    border-radius: 8px
}

.up-btn {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 100px;
    right: 150px;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: var(--M3-sys-dark-primary-container, #394379);
    box-shadow: 0 4px 8px 3px rgba(0, 0, 0, .15), 0 1px 3px 0 rgba(0, 0, 0, .3);
    cursor: pointer;
    transition: all .2s ease 0s;
    z-index: 900;
}

.up-btn.hidden {
    opacity: 0;
    pointer-events: none
}

.up-btn::after {
    position: absolute;
    content: 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='M5 11L12 4M12 4L19 11M12 4L12 20' stroke='%23DEE1FF' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")
}

@media (min-width: 768px) {
    .footer__nav-links li:nth-child(-n+4) a {
        font-weight: 600;
        background: var(--M3-sys-dark-primary, linear-gradient(180deg, #bac3ff 0, #99a3fd 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }

    .wp-block-table.table table tbody tr:nth-child(odd) {
        background: #121318
    }

    .wp-block-table.table table tbody tr:nth-child(even) {
        background: #1b1b21
    }

    .galery {
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .galery::-webkit-scrollbar {
        display: none
    }

    .tabs__header-list {
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .tabs__header-list::-webkit-scrollbar {
        display: none
    }
}

@media (min-width: 1280px) and (hover: hover) {
    .header__nav-item.has-submenu:hover svg {
        transform: rotate(-90deg)
    }

    .header__nav-item.has-submenu:hover .submenu {
        display: flex
    }
}

@media (max-width: 1280px) {
    .linked-section {
        grid-template-columns:1fr
    }

    .linked-section > .btn {
        justify-self: center
    }

    .linked-section > :first-child {
        order: -1;
        grid-column: 1/-1
    }

    .linked-section > :nth-child(2) {
        order: 1;
        grid-column: 1/-1
    }

    .header__content {
        position: relative;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap
    }

    .header__logo {
        margin-top: 0
    }

    .header__nav-list {
        flex-wrap: nowrap
    }

    .header__nav-list.active-l3 .header__nav-item.active > a, .header__nav-list.active-l3 .header__nav-item.active > svg {
        display: none
    }

    .header__nav-list.active-l3 .header__nav-item.active .submenu__item:not(.active) {
        display: none
    }

    .header__nav-list.active-l3 .header__nav-item:not(.active) {
        display: none
    }

    .header__nav-item > a {
        text-align: left
    }

    .header__nav-item > span {
        text-align: left
    }

    .header__nav-item.has-submenu svg {
        right: 20px
    }

    .header__nav-item.has-submenu .submenu__item {
        width: 90%
    }

    .header__nav-item.has-submenu .submenu {
        width: 100%;
        position: static;
        transform: none;
        background: 0 0;
        box-shadow: none;
        padding-top: 0
    }

    .header__nav-item.has-submenu .submenu::after, .header__nav-item.has-submenu .submenu::before {
        display: none
    }

    .header__nav-item.has-submenu .submenu li {
        border: none;
        padding-bottom: 10px
    }

    .header__nav-item.has-submenu.active {
        flex-direction: column;
        gap: 10px;
        margin: 0;
        width: 100%;
        padding: 8px 16px
    }

    .header__nav-item.has-submenu.active > a {
        align-self: flex-start;
        padding-left: 0;
        margin-bottom: 20px;
        display: inline-block
    }

    .header__nav-item.has-submenu.active svg {
        transform: rotate(-90deg)
    }

    .header__nav-item.has-submenu.active .submenu {
        display: flex
    }

    .header__nav-item {
        padding: 8px 16px;
        margin: 0;
        width: 100%
    }

    .header__nav {
        background: #0d0e13;
        position: absolute;
        bottom: 0;
        right: 50%;
        transform: translate(50%, calc(100% + 9px));
        height: calc(100vh - var(--height));
        height: calc(100svh - var(--height));
        max-width: 100vw;
        width: 100vw;
        display: none;
        z-index: 5;
        padding-bottom: 20px;
        overflow-y: auto
    }

    .header__nav ul {
        flex-direction: column;
        gap: 10px
    }

    .header__burger {
        display: block
    }

    .header.burger-active .header__nav {
        display: block
    }

    .faq-section__item {
        max-width: unset
    }

    .footer__nav {
        grid-template-columns:1fr;
        margin-top: 28px
    }

    .cp-hero-section {
        grid-template-columns:1fr
    }

    .cp-hero-section > img {
        justify-self: center;
        padding-right: 0;
        border-right: none
    }

    .cp-hero-section__text {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 16px;
        border-right: none;
        border-bottom: 1px solid #46464f;
        margin-top: 16px
    }

    .cp-hero-section .promocode {
        padding-left: 0;
        margin-top: 16px
    }

    .galery-section__list-item {
        min-width: 24%;
        max-width: 24%
    }

    .galery-section .swiper {
        order: 2;
        grid-column: 1/-1
    }

    .casinos-list {
        grid-template-columns:repeat(2, 1fr);
        margin-top: 32px
    }

    .casinos-list__item::before {
        left: 16px
    }

    .casinos-list__item--first::after {
        left: 16px
    }

    .casinos-list__item--second::after {
        left: 16px
    }

    .casinos-list__item--third::after {
        left: 16px
    }

    .casinos-list__item-content {
        padding: 16px
    }

    .how-to {
        grid-template-columns:repeat(2, 1fr)
    }

    .text-image {
        grid-template-columns:1fr
    }

    .text-image.reversed {
        grid-template-columns:1fr
    }

    .text-image.reversed .text-image__content {
        grid-column: 1/-1
    }

    .text-image.reversed > .bonus, .text-image.reversed > .wp-block-table, .text-image.reversed > img {
        grid-column: 1/-1
    }

    .text-image__title {
        order: -2
    }

    .text-image__content {
        display: contents
    }

    .text-image__content > p {
        margin-top: 0
    }

    .text-image__content > ol:not([class]),
    .text-image__content > ul:not([class]),
    .text-image__content > ol.wp-block-list,
    .text-image__content > ul.wp-block-list
    {
        margin-top: 0
    }

    .text-image__content .btn {
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        order: 1
    }

    .text-image > .wp-block-table {
        max-width: 100%;
        width: 100%;
        grid-column: auto;
        grid-row: auto
    }

    .text-image > img {
        max-width: 100%;
        width: 100%;
        max-height: 600px;
        order: -2;
        grid-column: auto;
        grid-row: auto
    }

    .games-list {
        grid-template-columns:repeat(2, 1fr)
    }

    .payments-list {
        grid-template-columns:1fr;
        gap: 20px
    }

    .cp-review {
        grid-template-columns:1fr
    }

    .cp-review__content-author {
        display: grid;
        grid-template-columns:20px 1fr
    }

    .cp-review__content-author-links {
        grid-column: 1/-1
    }

    .cp-review__content-author-time {
        grid-column: 1/-1
    }

    .pros-cons {
        grid-template-columns:1fr;
        gap: 40px
    }

    .how-to-v2 {
        flex-direction: column
    }

    .how-to-v2__item {
        flex-direction: row;
        padding-bottom: 32px
    }

    .how-to-v2__item::after {
        top: 0 !important;
        left: 30px !important;
        height: 100% !important;
        width: 1px !important
    }

    .how-to-v2__item:first-child::after {
        height: 50% !important;
        bottom: 0 !important;
        top: unset !important
    }

    .how-to-v2__item:last-child::after {
        height: 50% !important
    }

    .text-block {
        flex-direction: column
    }

    .providers-list {
        grid-template-columns:repeat(4, 1fr)
    }

    .reviews-list {
        grid-template-columns:repeat(2, 1fr)
    }

    .pp-review {
        grid-template-columns:1fr
    }

    .pp-review__content-author {
        display: grid;
        grid-template-columns:20px 1fr
    }

    .pp-review__content-author-links {
        grid-column: 1/-1
    }

    .pp-review__content-author-time {
        grid-column: 1/-1
    }

    .pokies-list {
        grid-template-columns:repeat(2, 1fr)
    }

    .pokies-list__item-content > .btn {
        max-width: 100%;
        width: 100%
    }

    .links-list {
        grid-template-columns:repeat(2, 1fr);
        gap: 16px
    }

    .advantages-list {
        grid-template-columns:1fr;
        row-gap: 16px
    }

    .up-btn {
        bottom: 150px;
        right: 20px
    }
}

@media (max-width: 1012px) {
    .galery-section__list-item {
        min-width: 33%;
        max-width: 33%
    }
}

@media (max-width: 852px) {
    .blockquote-section {
        padding-top: 56px !important;
        padding-bottom: 56px !important;
        display: grid;
        grid-template-columns:60px minmax(252px, auto);
        grid-template-rows:25px;
        column-gap: 10px;
        align-items: start
    }

    .blockquote {
        display: contents
    }

    .blockquote > img {
        min-width: unset;
        max-width: unset;
        grid-column: 1;
        grid-column: 1/2;
        max-height: 55px
    }

    .blockquote__content {
        display: contents
    }

    .blockquote__name {
        grid-column: 2;
        font-size: 18px
    }

    .blockquote__job {
        grid-column: 2;
        font-size: 14px
    }

    .blockquote__text {
        grid-column: 1/-1;
        line-height: 136%;
        letter-spacing: .035px
    }

    .blockquote__additional {
        grid-column: 1/-1;
        flex-direction: column;
        align-items: flex-start
    }

    .blockquote__tags {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px
    }
}

@media (max-width: 768px) {
    .wrapper.hero-section {
        padding-top: 56px !important;
        padding-bottom: 56px !important
    }

    .header__content {
        gap: 15px
    }

    .header__logo {
        margin-right: 0
    }

    .footer__head-text {
        gap: 10px;
        max-width: 200px
    }

    .footer__providers {
        justify-content: flex-start;
        padding-top: 28px;
        padding-bottom: 28px
    }

    .footer__nav-links {
        grid-template-columns:1fr
    }

    .footer__additional-links {
        padding-top: 28px
    }

    .cp-hero-section > img {
        max-width: 100%;
        width: 100%
    }

    .galery-section__list-item {
        min-width: 47%;
        max-width: 47%
    }

    .pp-hero-section {
        grid-template-columns:1fr;
        padding-top: 56px !important;
        padding-bottom: 56px !important
    }

    .pp-hero-section > img {
        grid-column: 1/-1;
        grid-row: unset;
        order: 1;
        margin-top: 20px;
        max-width: 100%;
        width: 100%
    }

    .pp-hero-section h1 {
        grid-column: 1/-1;
        text-align: center;
        font-size: 40px;
        text-transform: uppercase
    }

    .pp-hero-section__rating::before {
        font-size: 30px
    }

    .pp-hero-section__rating::after {
        font-size: 30px
    }

    .pp-hero-section__rating {
        grid-column: 1/-1;
        margin-left: auto;
        margin-right: auto;
        margin-top: 24px;
        font-size: 18px
    }

    .pp-hero-section > .btn {
        grid-column: 1/-1;
        max-width: 100%;
        width: 100%
    }

    .btn--more {
        width: calc(100% - var(--offsets) * 2);
        margin-top: 28px
    }

    .casinos-list {
        grid-template-columns:1fr;
        gap: 20px;
        margin-top: 28px
    }

    .benefits-list {
        grid-template-columns:1fr
    }

    .how-to {
        grid-template-columns:1fr
    }

    .how-to__item-text {
        font-size: 18px
    }

    .games-list__item-img-buttons .btn:first-child {
        margin-top: 0
    }

    .games-list__item-img-buttons-label {
        margin-top: 0
    }

    .games-list__item-img-buttons-label-text {
        width: 0
    }

    .games-list__item-img-buttons-label-rating span {
        display: none
    }

    .wp-block-table.table table thead {
        display: none
    }

    .wp-block-table.table table tbody tr {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px
    }

    .wp-block-table.table table tbody tr td:first-child {
        display: none
    }

    .wp-block-table.table table tbody tr td:last-child {
        border-radius: 0 0 16px 16px;
        box-shadow: 0 4px 8px 3px rgba(0, 0, 0, .15), 0 1px 3px 0 rgba(0, 0, 0, .3)
    }

    .wp-block-table.table table tbody tr td:nth-child(even) {
        background: #1b1b21;
        border-top: 1px solid #46464f;
        border-bottom: 1px solid #46464f
    }

    .wp-block-table.table table tbody tr td:nth-child(2) {
        background: var(--M3-sys-dark-secondary, linear-gradient(180deg, #c3c5dd 0, #afb3e4 100%));
        border-radius: 16px 16px 0 0;
        color: var(--M3-sys-dark-on-secondary, #2c2f42);
        font-family: "Noto Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 136%
    }

    .wp-block-table.table table tbody tr td {
        font-size: 14px
    }

    .cp-review h1 {
        display: none
    }

    .cp-review__content {
        grid-template-columns:1fr 1fr
    }

    .cp-review__content-payout {
        justify-self: end
    }

    /*.wp-block-table:not(.table-vertical):not(:has(th:nth-child(3))):not(.simple-table) table td:last-child, .wp-block-table:not(.table-vertical):not(:has(th:nth-child(3))):not(.simple-table) table th:last-child {
        width: 50%
    }*/

    .providers-list {
        grid-template-columns:repeat(2, 1fr)
    }

    .reviews-list {
        grid-template-columns:1fr
    }

    .pp-review__content {
        grid-template-columns:1fr 1fr
    }

    .pokies-list {
        grid-template-columns:1fr;
        gap: 20px
    }

    .links-list {
        grid-template-columns:1fr
    }

    .links-list__item a {
        grid-template-columns:60px minmax(0, auto)
    }

    .links-list__item a > img {
        max-width: 60px
    }

    .wp-block-table.table-vertical table td:first-child, .wp-block-table.table-vertical table th:first-child {
        width: 100%
    }

    .wp-block-table.table-vertical table tbody {
        display: flex;
        flex-direction: column;
        gap: 20px
    }

    .wp-block-table.table-vertical table tbody tr {
        display: flex;
        flex-direction: column
    }

    .wp-block-table.table-vertical table tbody tr td:first-child {
        border-radius: 12px 12px 0 0 !important
    }

    .wp-block-table.table-vertical table tbody tr td:last-child {
        border-radius: 0 0 12px 12px !important;
        background: #121318 !important;
        box-shadow: 0 4px 8px 3px rgba(0, 0, 0, .15), 0 1px 3px 0 rgba(0, 0, 0, .3)
    }

    .mobile-button {
        display: grid
    }
}

@media (max-width: 576px) {
    .wrapper {
        margin-top: 56px
    }

    .linked-section {
        row-gap: 16px
    }

    .linked-section > .btn {
        max-width: 100%;
        width: 100%
    }

    h1 {
        font-size: 40px
    }

    h2 {
        font-size: 22px
    }

    h3.margin-big {
        margin-top: 28px
    }

    h3 {
        font-size: 18px
    }

    p {
        font-size: 14px
    }

    p.margin-big {
        margin-top: 28px
    }

    ul:not([class]),
    ul.wp-block-list
    {
        font-size: 16px;
        line-height: 24px
    }

    ul:not([class]) li,
    ul.wp-block-list li {
        font-size: 14px
    }

    :root {
        --offsets: 16px
    }

    .header__logo {
        max-width: 100px
    }

    .toc-section__title {
        font-size: 16px;
        line-height: 24px
    }

    .toc-section__toc.active .toc-section__title::after {
        transform: translateY(-25%) rotate(180deg)
    }

    .faq-section h3 {
        font-size: 14px
    }

    .footer__nav-text p {
        font-size: 14px
    }

    .footer__nav-links li a {
        font-size: 14px
    }

    .footer__additional-links li a {
        font-size: 14px
    }

    .casinos-list__item-content {
        grid-template-columns:1.5fr 1fr
    }

    .casinos-list__item-name {
        font-size: 14px
    }

    .casinos-list__item-rating::before {
        font-size: 19px
    }

    .casinos-list__item-rating::after {
        font-size: 19px
    }

    .casinos-list__item-rating {
        font-size: 14px
    }

    .casinos-list__item-text {
        font-size: 18px
    }

    .casinos-list__item-payment-list > li > img {
        max-width: 38px
    }

    .casinos-list__item-payout p {
        font-size: 13px
    }

    .benefits-list__item {
        padding: 15px
    }

    .benefits-list__item-name {
        font-size: 18px;
        text-align: left
    }

    .benefits-list__item-text {
        font-size: 14px
    }

    .games-list__item-img-buttons {
        padding: 5px;
        gap: 5px
    }

    .games-list__item-img-buttons > p {
        font-size: 14px
    }

    .games-list__item-img-buttons .btn {
        padding: 8px 12px;
        font-size: 14px
    }

    .games-list__item-img-buttons-label-rating::before {
        font-size: 19px
    }

    .games-list__item-img-buttons-label-rating::after {
        font-size: 19px
    }

    .games-list__item-img-buttons-label-rating {
        font-size: 14px
    }

    .payments-list__item-name {
        font-size: 18px
    }

    .wp-block-table.simple-table table td, .wp-block-table.simple-table table th {
        font-size: 14px !important;
        width: 50%
    }

    .cp-review__content-rating::before {
        font-size: 19px
    }

    .cp-review__content-rating::after {
        font-size: 19px
    }

    .cp-review__content-rating {
        font-size: 14px
    }

    .cp-review__content-payout {
        font-size: 14px
    }

    .cp-review__content-author {
        font-size: 14px
    }

    .cp-review__payment-item {
        font-size: 14px
    }

    .cp-review__payment-item-list li > img {
        max-width: 42px
    }

    .promocode {
        grid-template-columns:1.3fr 1fr
    }

    .pros-cons__cons-list, .pros-cons__pros-list {
        padding: 24px 12px 12px 12px
    }

    .pros-cons__cons-list li, .pros-cons__pros-list li {
        font-size: 14px
    }

    .how-to-v2__item {
        padding-bottom: 16px;
        font-size: 14px
    }

    .how-to-v2__item::before {
        min-width: 40px;
        min-height: 40px
    }

    .how-to-v2__item::after {
        padding-bottom: 16px;
        left: 20px !important
    }

    .wp-block-table:not(.table-vertical):not(:has(th:nth-child(3))):not(.simple-table) table {
        border-spacing: 1px
    }

    .wp-block-table:not(.table-vertical):not(:has(th:nth-child(3))):not(.simple-table) table td, .wp-block-table:not(.table-vertical):not(:has(th:nth-child(3))):not(.simple-table) table th {
        font-size: 14px !important;
        padding: 15px
    }

    .wp-block-table:not(.table-vertical):not(:has(th:nth-child(3))):not(.simple-table) table td .cell, .wp-block-table:not(.table-vertical):not(:has(th:nth-child(3))):not(.simple-table) table th .cell {
        flex-direction: column
    }

    .wp-block-table:not(.table-vertical):not(:has(th:nth-child(3))):not(.simple-table) table tbody tr td:first-child {
        flex-direction: column
    }

    .reviews-list__item-content {
        display: grid;
        grid-template-columns:1fr 1fr
    }

    .reviews-list__item-content .btn {
        grid-column: 1/-1
    }

    .reviews-list__item-name {
        grid-column: 1/-1
    }

    .reviews-list__item-text {
        grid-column: 1/-1
    }

    .reviews-list__item-rating::before {
        font-size: 19px
    }

    .reviews-list__item-rating::after {
        font-size: 19px
    }

    .reviews-list__item-rating {
        font-size: 14px
    }

    .reviews-list__item-rating::before {
        font-size: 19px
    }

    .reviews-list__item-rating::after {
        font-size: 19px
    }

    .reviews-list__item-rating {
        font-size: 14px
    }

    .demo {
        height: 220px
    }

    .pp-review__content-author {
        font-size: 14px
    }

    .pp-review__payment {
        padding: 16px
    }

    .pp-review__payment-item {
        font-size: 14px
    }

    .pp-review__payment-title {
        font-size: 18px
    }

    .pokies-list__item-rating::before {
        font-size: 19px
    }

    .pokies-list__item-rating::after {
        font-size: 19px
    }

    .pokies-list__item-rating {
        font-size: 18px
    }

    .links-list__item a .links-list__item-name {
        font-size: 18px
    }

    .links-list__item a .links-list__item-text {
        font-size: 14px
    }

    .advantages-list__item-name {
        font-size: 18px
    }

    .tabs__header-item {
        flex: 1
    }

    .tabs__header-button {
        padding: 0 16px;
        font-size: 14px
    }

    .breadcrumbs__list li a {
        font-size: 14px
    }

    .breadcrumbs__list li span {
        font-size: 14px
    }

    .wp-block-table.table-vertical table td, .wp-block-table.table-vertical table th {
        font-size: 14px
    }
}

@media (hover: hover) {
    .header__nav-item:hover {
        border-radius: 26px;
        background: rgba(208, 188, 255, .12)
    }

    .header__nav-item:hover a {
        color: #00ff42
    }

    .header__nav-item.has-submenu .submenu__item:hover {
        background: #34343a;
        color: #00ff42
    }

    .header__nav-item.has-submenu .submenu__item.has-submenu:hover::after {
        transform: rotate(-90deg) translateX(10px)
    }

    .header__nav-item.has-submenu .submenu__item.has-submenu:hover .submenu {
        display: block
    }

    .toc-section__toc-item a:hover {
        background: var(--m-3-state-layers-dark-primary-opacity-008, rgba(208, 188, 255, .08))
    }
}

.gslide-image img {
    max-height: 80vh!important;
    max-width: 80vw!important;
}