:root {
    --dark-color: #090f1f;
    --blue-color: #131b2d;
    --blue-2-color: #1f2841;
    --blue-3-color: #10abe4;
    --blue-border-color: #1d253c;
    --dark-border-color: #222835;
    --green-color: #00c868;
    --yellow-color: #ffcf3f;
    --violet-color: #7f66ed;
    --grey-color: #8d939d;
    --grey-2-color: #596278;
    --grey-3-color: rgba(255, 255, 255, .2);
    --green-gradient: linear-gradient(70deg, #31bc69 -8%, #089e4e 96%);
    --yellow-gradient: linear-gradient(107deg, #ffca4d 0, #ff9400 100%);
    --blue-gradient: linear-gradient(255deg, #3445e2, #9217e4);
    --blue-hover-gradient: linear-gradient(-100deg, #9217e4, #3445e2);
    --dark-gradient: linear-gradient(92deg, #1e283f, rgba(20, 27, 46, .6));
    --line-gradient: linear-gradient(90deg, rgba(255, 255, 255, .2) 9.92%, transparent);
    --shadow: 0 35px 35px rgba(0, 0, 0, 0.25)
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    src: url(/wp-content/themes/theme/fonts/poppins-v20-latin-regular.woff2)format('woff2')
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    src: url(/wp-content/themes/theme/fonts/poppins-v20-latin-500.woff2)format('woff2')
}

body {
    font-family: Poppins,sans-serif
}

#wm-ipp-base {
    height: 65px;
    padding: 0;
    margin: 0;
    border: none;
    background: 0 0
}

#wm-ipp-print {
    display: none !important
}

@media print {
    #wm-ipp-base {
        display: none !important
    }

    #wm-ipp-print {
        display: block !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

@media all {
    .bonus-block,.overflow-hidden,.toggle-block {
        overflow: hidden
    }

    a,button {
        color: inherit
    }

    button,ul {
        padding: 0
    }

    .\[\&\>span\]\:block>span,.block,.site-header__langs:hover .site-header__langs__list,img {
        display: block
    }

    .bonus-block,.flex-col {
        flex-direction: column
    }

    body,button,figure,h1,h2,h3,p,ul {
        margin: 0
    }

    .opacity-\[\.6\],.site-header__langs .site-header__langs__list ul li a:hover {
        opacity: .6
    }

    .header-menu,.header-menu ul li.current-menu-item,.mb-42,.site-header__langs,.toggle-block .toggle-block__content,.topbar-promo-icon,.topbar-reg-icon,.topbar-reg-icon a {
        position: relative
    }

    .post-entry table,table {
        border-collapse: collapse
    }

    *,::after,::before {
        box-sizing: border-box;
        border: 0 solid;
        --tw-border-spacing-x: 0;
        --tw-border-spacing-y: 0;
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        --tw-scroll-snap-strictness: proximity;
        --tw-ring-offset-width: 0px;
        --tw-ring-offset-color: #fff;
        --tw-ring-color: rgb(59 130 246 / 0.5);
        --tw-ring-offset-shadow: 0 0 #0000;
        --tw-ring-shadow: 0 0 #0000;
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000
    }

    ::after,::before {
        --tw-content: ''
    }

    a {
        text-decoration: inherit
    }

    strong {
        font-weight: bolder
    }

    small {
        font-size: 80%
    }

    table {
        text-indent: 0;
        border-color: inherit
    }

    button {
        font-family: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        font-size: 100%;
        font-weight: inherit;
        line-height: inherit;
        text-transform: none;
        -webkit-appearance: button;
        background-color: transparent;
        background-image: none
    }

    ul {
        list-style: none
    }

    [role=button],button {
        cursor: pointer
    }

    :disabled {
        cursor: default
    }

    img {
        vertical-align: middle;
        max-width: 100%;
        height: auto
    }

    @media(min-width: 768px) {
        .container {
            max-width:768px
        }

        .topbar-reg-icon {
            padding-left: 16px
        }

        .topbar-reg-icon:before {
            background: hsla(0,0%,100%,.2);
            content: "";
            display: block;
            height: 14px;
            left: -8px;
            margin: 0 12px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 1px
        }

        .header-menu ul {
            align-items: center;
            display: flex;
            flex-wrap: wrap;
            font-size: 13px;
            gap: 20px
        }
    }

    @media(min-width: 1300px) {
        .container {
            max-width:1300px;
            padding-right: 20px;
            padding-left: 20px
        }
    }

    .footer-menu ul li:not(:last-child),.mb-10 {
        margin-bottom: 10px
    }

    .header-menu ul li ul li:not(:last-child),.mb-14,.post-entry ul li:not(:last-child) {
        margin-bottom: 14px
    }

    .mb-16 {
        margin-bottom: 16px
    }

    .mb-20 {
        margin-bottom: 20px
    }

    .mb-24,.post-entry p:not(:last-child) {
        margin-bottom: 24px
    }

    .mb-42 {
        margin-bottom: 42px;
        z-index: 100
    }

    .ml-\[50\%\] {
        margin-left: 50%
    }

    .mt-12 {
        margin-top: 12px
    }

    .mt-24 {
        margin-top: 24px
    }

    .mt-32 {
        margin-top: 32px
    }

    .mt-4 {
        margin-top: 4px
    }

    .mt-42 {
        margin-top: 42px
    }

    .inline-block {
        display: inline-block
    }

    .flex {
        display: flex
    }

    .grid {
        display: grid
    }

    .hidden {
        display: none
    }

    .h-14 {
        height: 14px
    }

    .h-16 {
        height: 16px
    }

    .h-24 {
        height: 24px
    }

    .h-32 {
        height: 32px
    }

    .h-\[1px\] {
        height: 1px
    }

    .h-\[26px\] {
        height: 26px
    }

    .min-h-\[300px\] {
        min-height: 300px
    }

    .min-h-\[365px\] {
        min-height: 365px
    }

    .w-14 {
        width: 14px
    }

    .w-16 {
        width: 16px
    }

    .w-24 {
        width: 24px
    }

    .w-32 {
        width: 32px
    }

    .w-\[auto\] {
        width: auto
    }

    .post-entry .wp-block-table table,.w-full {
        width: 100%
    }

    .max-w-\[156px\] {
        max-width: 156px
    }

    .max-w-\[280px\] {
        max-width: 280px
    }

    .max-w-full {
        max-width: 100%
    }

    .translate-x-\[-50\%\] {
        --tw-translate-x: -50%;
        transform: translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))
    }

    .grid-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .grid-cols-\[1fr_max-content\] {
        grid-template-columns: 1fr max-content
    }

    .grid-cols-\[1fr_max-content_max-content\] {
        grid-template-columns: 1fr max-content max-content
    }

    .grid-cols-\[max-content_1fr\] {
        grid-template-columns: max-content 1fr
    }

    .grid-cols-\[max-content_1fr_max-content\] {
        grid-template-columns: max-content 1fr max-content
    }

    .items-center {
        align-items: center
    }

    .justify-around {
        justify-content: space-around
    }

    .gap-10 {
        gap: 10px
    }

    .gap-12 {
        gap: 12px
    }

    .gap-16 {
        gap: 16px
    }

    .gap-20 {
        gap: 20px
    }

    .gap-24 {
        gap: 24px
    }

    .gap-32 {
        gap: 32px
    }

    .gap-42 {
        gap: 42px
    }

    .gap-6 {
        gap: 6px
    }

    .gap-8 {
        gap: 8px
    }

    .rounded-\[10px\] {
        border-radius: 10px
    }

    .rounded-\[4px\] {
        border-radius: 4px
    }

    .rounded-\[8px\] {
        border-radius: 8px
    }

    .border-\[1px\] {
        border-width: 1px
    }

    .border-\[rgba\(255\2c 255\2c 255\2c \.15\)\] {
        border-color: rgba(255,255,255,.15)
    }

    .bg-blue {
        background-color: var(--blue-color)
    }

    .bg-blue-2 {
        background-color: var(--blue-2-color)
    }

    .bg-white {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255/var(--tw-bg-opacity))
    }

    .bg-dark-gradient {
        background-image: var(--dark-gradient)
    }

    .bg-green-gradient {
        background-image: var(--green-gradient)
    }

    .bg-line-gradient {
        background-image: var(--line-gradient)
    }

    .object-contain {
        -o-object-fit: contain;
        object-fit: contain
    }

    .p-42 {
        padding: 42px
    }

    .px-12 {
        padding-left: 12px;
        padding-right: 12px
    }

    .px-16 {
        padding-left: 16px;
        padding-right: 16px
    }

    .container,.px-20,body {
        padding-left: 20px;
        padding-right: 20px
    }

    .px-32 {
        padding-left: 32px;
        padding-right: 32px
    }

    .px-42 {
        padding-left: 42px;
        padding-right: 42px
    }

    .px-8 {
        padding-left: 8px;
        padding-right: 8px
    }

    .py-12 {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .py-24 {
        padding-top: 24px;
        padding-bottom: 24px
    }

    .py-4 {
        padding-top: 4px;
        padding-bottom: 4px
    }

    .py-56 {
        padding-top: 56px;
        padding-bottom: 56px
    }

    .py-6 {
        padding-top: 6px;
        padding-bottom: 6px
    }

    .pt-8,.py-8 {
        padding-top: 8px
    }

    .py-8 {
        padding-bottom: 8px
    }

    .pb-12 {
        padding-bottom: 12px
    }

    .pb-32 {
        padding-bottom: 32px
    }

    .text-\[10px\] {
        font-size: 10px
    }

    .text-\[11px\] {
        font-size: 11px
    }

    .text-\[12px\] {
        font-size: 12px
    }

    .footer-menu ul li,.text-\[13px\] {
        font-size: 13px
    }

    .text-\[14px\] {
        font-size: 14px
    }

    .text-\[15px\] {
        font-size: 15px
    }

    .text-\[30px\] {
        font-size: 30px
    }

    .text-\[32px\] {
        font-size: 32px
    }

    .\[\&\>span\]\:font-\[500\]>span,.font-\[500\] {
        font-weight: 500
    }

    .font-\[600\] {
        font-weight: 600
    }

    .font-\[700\] {
        font-weight: 700
    }

    .uppercase {
        text-transform: uppercase
    }

    .leading-\[1\.1\] {
        line-height: 1.1
    }

    .leading-\[1\.2\] {
        line-height: 1.2
    }

    .text-black {
        --tw-text-opacity: 1;
        color: rgb(52 52 52/var(--tw-text-opacity))
    }

    .text-grey {
        color: var(--grey-color)
    }

    .text-grey-2 {
        color: var(--grey-2-color)
    }

    .\[\&\>a\]\:text-white>a,.\[\&\>span\]\:text-white>span,.text-white {
        --tw-text-opacity: 1;
        color: rgb(255 255 255/var(--tw-text-opacity))
    }

    .opacity-\[\.7\] {
        opacity: .7
    }

    .drop-shadow-md {
        --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
        filter: var(--tw-blur)var(--tw-brightness)var(--tw-contrast)var(--tw-grayscale)var(--tw-hue-rotate)var(--tw-invert)var(--tw-saturate)var(--tw-sepia)var(--tw-drop-shadow)
    }

    .hover\:border-\[rgba\(255\2c 255\2c 255\2c \.25\)\]:hover {
        border-color: rgba(255,255,255,.25)
    }

    .footer-menu ul li a:hover,.hover\:opacity-\[\.86\]:hover {
        opacity: .86
    }

    @media(min-width: 976px) {
        .lg\:flex {
            display:flex
        }

        .lg\:grid.footer {
            display: flex;
            justify-content: space-between
        }

        .lg\:grid {
            display: grid
        }

        .lg\:max-w-\[180px\] {
            max-width: 180px
        }

        .lg\:max-w-\[280px\] {
            max-width: 280px
        }

        .lg\:grid-cols-2 {
            grid-template-columns: repeat(2,minmax(0,1fr))
        }

        .lg\:grid-cols-\[1fr_max-content\] {
            grid-template-columns: 1fr max-content
        }

        .lg\:grid-cols-\[58\%_1fr\] {
            grid-template-columns: 58% 1fr
        }

        .lg\:grid-cols-\[max-content_1fr\] {
            grid-template-columns: max-content 1fr
        }

        .lg\:grid-cols-\[max-content_1fr_160px_1fr_25\%\] {
            grid-template-columns: max-content 1fr 160px 1fr 25%
        }

        .lg\:place-content-end {
            place-content: end
        }

        .lg\:gap-80 {
            gap: 80px
        }
    }

    .\[\&\>span\]\:mb-4>span {
        margin-bottom: 4px
    }

    body {
        background: var(--dark-color);
        color: #fff;
        font-size: 16px;
        line-height: 1.4
    }

    .container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1920px;
        width: 100%
    }

    .h3,h1,h2,h3 {
        font-weight: 600;
        line-height: 1.2
    }

    h1 {
        font-size: 28px
    }

    h2 {
        font-size: 26px
    }

    .h3,h3 {
        font-size: 22px
    }

    .topbar-icon a,.topbar-phone-icon a {
        background: var(--blue-2-color);
        border-radius: 8px;
        display: flex;
        height: 24px;
        place-content: center;
        place-items: center;
        width: 24px
    }

    .topbar-icon a i,.topbar-phone-icon a i {
        background: url(/wp-content/themes/theme/images/lock-icon.svg)50%/contain no-repeat;
        display: inline-block;
        height: 14px;
        width: 14px
    }

    .topbar-phone-icon a i {
        background: url(/wp-content/themes/theme/images/phone-icon.svg)50%/contain no-repeat
    }

    .topbar-reg-icon a {
        background: var(--yellow-gradient);
        border-radius: 50px;
        bottom: 4px;
        font-size: 12px;
        font-weight: 600;
        padding: 4px 28px 5px 50px
    }

    .topbar-reg-icon a:before {
        bottom: 0;
        color: rgba(0,0,0,.3);
        content: "";
        display: inline-block;
        height: 9px;
        margin: auto;
        position: absolute;
        right: 10px;
        top: 0;
        width: 9px
    }

    .topbar-promo-icon a:after,.topbar-promo-icon:before,.topbar-reg-icon a:after {
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        content: ""
    }

    .topbar-reg-icon a:after {
        background-size: contain;
        display: inline-block;
        height: 18px;
        right: 8px;
        width: 18px
    }

    .topbar-reg-icon a i {
        background: url(/wp-content/themes/theme/images/topbar-reg-icon.webp)50%/contain no-repeat;
        bottom: -8px;
        display: block;
        height: 46px;
        left: -6px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top;
        pointer-events: none;
        position: absolute;
        width: 60px
    }

    .topbar-reg-icon a span {
        color: var(--dark-color)
    }

    .topbar-promo-icon {
        padding-right: 16px
    }

    .topbar-promo-icon:before {
        background: hsla(0,0%,100%,.2);
        display: block;
        height: 14px;
        margin: 0 12px;
        right: -16px;
        width: 1px
    }

    .topbar-promo-icon a {
        align-items: center;
        background: var(--blue-color);
        border-radius: 30px 13px 13px 30px;
        display: flex;
        position: relative
    }

    .topbar-promo-icon a:after {
        background-size: contain;
        display: inline-block;
        height: 60px;
        right: -24px;
        width: 60px
    }

    .topbar-promo-icon a .topbar-promo-icon__icon {
        align-items: flex-end;
        background: linear-gradient(86.37deg,#d062ff 2.96%,#7bb0ff 99.68%),linear-gradient(90deg,#ed6ea0,#ec8c69);
        border-radius: 50%;
        box-shadow: 0 5px 15px rgba(201,85,255,.4);
        display: flex;
        height: 28px;
        justify-content: center;
        margin-right: 10px;
        padding-bottom: 7px;
        width: 28px
    }

    .topbar-promo-icon a .topbar-promo-icon__icon i {
        background: url(/wp-content/themes/theme/images/topbar-promo-icon.svg)50%/contain no-repeat;
        display: inline-block;
        height: 16px;
        width: 16px
    }

    .topbar-promo-icon a span {
        color: #fff;
        font-size: 10px;
        font-weight: 600;
        line-height: 13px;
        margin-right: 28px
    }

    .windows-icon {
        background: url(/wp-content/themes/theme/images/windows-icon.svg)50%/contain no-repeat
    }

    .android-icon {
        background: url(/wp-content/themes/theme/images/android-icon.svg)50%/contain no-repeat
    }

    .ios-icon {
        background: url(/wp-content/themes/theme/images/ios-icon.svg)50%/contain no-repeat
    }

    .site-header__langs .site-header__langs__btn {
        color: #fff;
        display: flex;
        font-size: 13px;
        gap: 8px;
        line-height: 1.2;
        padding: 8px 10px;
        place-content: center;
        place-items: center;
        text-align: center;
        text-transform: uppercase
    }

    .site-header__langs .site-header__langs__list {
        border-radius: 5px;
        display: none;
        padding: 16px;
        position: absolute;
        right: -16px;
        top: 100%;
        width: 120px;
        z-index: 999
    }

    .site-header__langs .site-header__langs__list ul li:not(:last-child) {
        margin-bottom: 8px
    }

    .site-header__langs .site-header__langs__list ul li a {
        color: #fff;
        font-size: 13px
    }

    .header-menu {
        flex: auto;
        margin-top: 6px;
        padding-left: 24px
    }

    .header-menu ul li.current-menu-item:after {
        background: linear-gradient(to bottom right,#0095ff,#0855c4);
        border-radius: 4px 4px 0 0;
        bottom: -17px;
        content: "";
        display: inline-block;
        height: 4px;
        left: 0;
        position: absolute;
        width: 100%
    }

    .footer-menu ul li a,.header-menu ul li a {
        color: #fff
    }

    .header-menu ul li a:hover {
        text-shadow: 0 0 10px rgba(0,183,255,.7),0 0 6px rgba(0,149,255,.5),0 0 10px rgba(141,83,233,.7)
    }

    .header-menu ul li ul {
        background: #fff;
        border-radius: 4px;
        box-shadow: var(--shadow);
        display: none;
        left: 50%;
        padding: 20px 16px;
        position: absolute;
        top: 100%;
        transform: translateX(-50%);
        width: 200px;
        z-index: 999
    }

    .header-menu ul li ul li a {
        color: #444
    }

    .header-menu ul li ul li a:hover {
        text-shadow: none
    }

    .header-menu ul li ul li:hover a,.post-entry a {
        color: var(--blue-3-color)
    }

    .header-menu ul li.menu-item-has-children {
        align-items: center;
        background: hsla(218,8%,58%,.3);
        border-radius: 4px;
        display: flex;
        gap: 5px;
        padding: 5px 10px;
        position: relative
    }

    .header-menu ul li .header-menu-child-btn {
        background: url(/wp-content/themes/theme/images/menu-btn-icon.svg)50%/contain no-repeat;
        height: 14px;
        width: 14px
    }

    .faq-block .faq-block__item,.post-entry table tr:nth-child(2n) {
        background: linear-gradient(110deg,#1d2d4f,rgba(63,71,93,.6) 100%);
        border-radius: 8px
    }

    .bonus-small-card-btn {
        align-items: center;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 10px 35px rgba(0,0,0,.2);
        color: #000;
        display: flex;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        height: 45px;
        justify-content: center;
        line-height: 15px;
        margin-top: auto;
        mix-blend-mode: lighten;
        padding: 0 20px;
        text-align: center;
        white-space: nowrap;
        width: 100%
    }

    .hover-drop-shadow-grey-shadow,.hover-drop-shadow-yellow-shadow {
        transition: .25s
    }

    .hover-drop-shadow-grey-shadow:hover,.hover-drop-shadow-yellow-shadow:hover {
        box-shadow: 0 4px 20px rgba(0,0,0,.2);
        transform: scale(1.04)translateZ(0)perspective(1px)
    }

    .bonus-block {
        border-radius: 10px;
        display: flex;
        place-content: center
    }

    .post-entry h1,.post-entry h2,.post-entry h3 {
        line-height: 1.2;
        margin: 0 0 20px
    }

    .post-entry a:hover {
        color: #fff;
        opacity: .76
    }

    .post-entry ul {
        list-style: disc;
        margin-bottom: 30px;
        margin-left: 24px
    }

    .post-entry ul li {
        list-style: disc;
        position: relative
    }

    .post-entry .wp-block-table {
        margin-bottom: 42px
    }

    .post-entry table {
        border-radius: 5px;
        font-size: 15px;
        margin-bottom: 16px;
        overflow: hidden
    }

    .post-entry table tr:first-child {
        border-radius: 5px 10px 0 0
    }

    .post-entry table tr:last-child {
        border-radius: 0 0 10px 10px
    }

    .post-entry table tr td {
        padding: 12px 16px
    }

    .toggle-block .toggle-block__btn {
        position: relative;
        z-index: 555
    }

    .toggle-block:not(.-toggle) .toggle-block__content {
        max-height: 400px
    }

    @media(max-width: 768px) {
        .header-menu ul li:not(:last-child),.max-\[768px\]\:mb-16 {
            margin-bottom:16px
        }

        .max-\[768px\]\:mb-20 {
            margin-bottom: 20px
        }

        .max-\[768px\]\:mt-24 {
            margin-top: 24px
        }

        .max-\[768px\]\:mt-32 {
            margin-top: 32px
        }

        .max-\[768px\]\:block {
            display: block
        }

        .max-\[768px\]\:flex {
            display: flex
        }

        .max-\[768px\]\:grid {
            display: grid
        }

        .header-menu,.max-\[768px\]\:hidden {
            display: none
        }

        .max-\[768px\]\:min-h-\[240px\] {
            min-height: 240px
        }

        .max-\[768px\]\:min-h-\[64px\] {
            min-height: 64px
        }

        .max-\[768px\]\:w-\[160px\] {
            width: 160px
        }

        .max-\[768px\]\:grid-cols-\[1fr_max-content\] {
            grid-template-columns: 1fr max-content
        }

        .max-\[768px\]\:grid-cols-\[1fr_max-content_max-content\] {
            grid-template-columns: 1fr max-content max-content
        }

        .max-\[768px\]\:flex-col {
            flex-direction: column
        }

        .header-menu ul li.menu-item-has-children,.max-\[768px\]\:flex-wrap {
            flex-wrap: wrap
        }

        .max-\[768px\]\:place-content-center {
            place-content: center
        }

        .max-\[768px\]\:gap-12 {
            gap: 12px
        }

        .container,.max-\[768px\]\:px-16 {
            padding-left: 16px;
            padding-right: 16px
        }

        .max-\[768px\]\:px-20 {
            padding-left: 20px;
            padding-right: 20px
        }

        .max-\[768px\]\:py-24 {
            padding-top: 24px;
            padding-bottom: 24px;
            margin-top: 24px
        }

        .max-\[768px\]\:text-center {
            text-align: center
        }

        .h3,.max-\[768px\]\:text-\[20px\],h3 {
            font-size: 20px
        }

        .max-\[768px\]\:text-\[24px\],h2 {
            font-size: 24px
        }

        body {
            padding-left: 0;
            padding-right: 0
        }

        h1 {
            font-size: 26px
        }

        .mob-menu-btn {
            background: url(/wp-content/themes/theme/images/menu-icon.svg)50%/24px no-repeat;
            height: 32px;
            width: 32px
        }

        .header-menu {
            background: var(--blue-2-color);
            height: 100vh;
            left: 0;
            overflow-y: auto;
            padding: 42px 20px;
            position: fixed;
            top: 0;
            width: 260px;
            z-index: 9999
        }

        .header-menu ul li {
            font-size: 15px
        }

        .header-menu ul li.current-menu-item:after {
            border-radius: 4px;
            bottom: -8px
        }

        .header-menu ul li ul {
            box-shadow: none;
            left: unset;
            margin-top: 16px;
            position: relative;
            top: unset;
            transform: unset;
            width: 100%
        }

        .post-entry .wp-block-table {
            margin-bottom: 24px;
            margin-right: -20px;
            overflow-x: auto;
            padding-bottom: 4px;
            width: 100%
        }

        .post-entry .wp-block-table table {
            width: 800px
        }

        .toggle-block:not(.-toggle) .toggle-block__content {
            margin-bottom: -20px
        }
    }

    .toggle-block:not(.-toggle) .toggle-block__content:before {
        background: linear-gradient(0deg,#060606 0,hsla(0,0%,100%,0));
        bottom: -100px;
        content: "";
        display: inline-block;
        height: 320px;
        left: -20px;
        position: absolute;
        width: calc(100% + 40px);
        z-index: 5
    }

    .faq-block .faq-block__item {
        padding: 20px;
        position: relative
    }

    .faq-block .faq-block__item:not(:last-child) {
        margin-bottom: 16px
    }

    .faq-block .faq-block__item:before {
        background-image: linear-gradient(255deg,#00b7ff,#8d53e9);
        border-radius: 12px;
        content: "";
        height: 100%;
        inset: 0 auto 0 0;
        position: absolute;
        width: 6px
    }

    .faq-block .faq-block__item.-toggle .faq-block__title:after {
        background: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjZmZmZiIgZD0iTTAgMGgxNHYySDB6Ii8+PC9zdmc+)50% no-repeat
    }

    .faq-block .faq-block__item.-toggle .faq-block__text {
        display: block
    }

    .faq-block .faq-block__title {
        font-size: 22px;
        font-weight: 500;
        padding-right: 64px;
        position: relative
    }

    .faq-block .faq-block__title:after {
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 7.929H7.429V13.5H5.57V7.929H0V6.07h5.571V.5H7.43v5.571H13V7.93Z' fill='%23ffff'/%3E%3C/svg%3E")50% no-repeat;
        content: "";
        display: inline-block;
        height: 24px;
        position: absolute;
        right: 0;
        width: 24px
    }

    .faq-block .faq-block__text {
        display: none;
        margin-top: 20px
    }

    .footer-menu.-grid ul {
        grid-column-gap: 20px;
        max-height: 220px;
        flex-direction: column;
        display: flex;
        flex-wrap: wrap
    }

    @media(max-width: 440px) {
        .footer-menu.-grid ul {
            max-height:320px
        }
    }

    .table-of-content {
        border: 1px solid var(--grey-color);
        border-radius: 4px;
        margin-bottom: 24px;
        overflow: hidden
    }

    .table-of-content__title {
        background: var(--grey-color);
        color: var(--dark-color);
        font-size: 20px !important;
        font-weight: 700;
        padding: 12px 54px 12px 16px;
        position: relative
    }

    .table-of-content__title:after {
        background: url(/wp-content/themes/theme/images/toc-icon-d.svg)50%/contain no-repeat;
        content: "";
        display: inline-block;
        height: 24px;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        width: 24px
    }

    .table-of-content__lists {
        display: none;
        padding: 20px 16px
    }

    .table-of-content__lists ul {
        list-style: disc;
        margin-bottom: 0 !important
    }

    .table-of-content__lists ul li {
        list-style: disc;
        margin-left: 0 !important
    }

    .table-of-content__lists ul li:not(:last-child) {
        margin-bottom: 12px
    }

    .table-of-content__lists ul li:before {
        content: none
    }

    .table-of-content__lists ul li a {
        color: #fff !important
    }

    .table-of-content__lists ul li a:hover {
        color: var(--blue-3-color) !important
    }
}

.header-menu ul li.menu-item-has-children.-toggle>ul,.header-menu.-toggle,.sh-btn-slv,.table-of-content.-toggle .table-of-content__lists {
    display: block
}

.toggle-block__content.opened:before {
    background: 0 0 !important
}

.table-of-content.-toggle {
    border: 1px solid var(--blue-3-color)
}

.table-of-content.-toggle .table-of-content__title {
    background: var(--blue-3-color);
    color: #fff
}

html {
    scroll-behavior: smooth
}

.content table,.toggle-block__content table {
    width: 100%
}

.content img,.toggle-block__content img {
    display: block;
    margin: 10px auto;
    max-width: 100%;
    height: auto
}

.sh-btn-slv {
    width: max-content;
    margin: 20px auto;
    background: #48bf62;
    border-radius: 10px;
    padding: 10px 20px
}

.header {
    width: 100%;
    position: relative;
    top: 0;
    transition: top .3s
}

.header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000
}

.fixed-app {
    position: fixed;
    bottom: 10px;
    z-index: 999;
    width: 320px;
    height: 60px;
    left: calc(50vw - 160px);
    padding: 10px;
    background: linear-gradient(110deg,#1d2d4f,rgba(63,71,93,.8) 100%);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    gap: 10;
    justify-content: center;
    align-items: center
}

.fixed-app .text-box {
    padding: 0 10px
}

.fixed-app .download-btn {
    background-image: var(--green-gradient);
    color: rgb(255 255 255/var(--tw-text-opacity));
    border-radius: 8px;
    padding: 10px;
    font-weight: 700;
    cursor: pointer
}