@charset "UTF-8";
* {
    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, theme61-footer, theme61-header, nav {
    display: block
}

body, html {
    min-height: 100%;
    width: 100%;
    -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 {
    vertical-align: top
}

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

.theme61-wrapper {
    position: relative;
    width: 100%;
    max-width: calc(var(--width-container) + var(--offsets, 20px) * 2);
    margin: var(--theme61-wrapper-margin) auto;
    padding: 0 var(--offsets, 20px)
}

.theme61-section-hero {
    background: var(--M3-sys-dark-surface-container, #22142b);
    max-width: var(--width-container);
    padding: 48px 64px;
    border-radius: 16px;
}

.theme61-wrapper > :first-child {
    margin-top: 0
}

.theme61-wrapper:not(.theme61-text-image) > .btn {
    margin-top: 20px
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 16px
}

* + .wp-block-heading {
    margin-top: 20px
}

.wp-block-heading[id] {
    scroll-margin-top: 120px;
}

h1 {
    font-weight: 600;
    font-size: 3.5625rem;
    line-height: 4rem;
    letter-spacing: 0
}

h2 {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 32px
}

h3 {
    font-size: 1.375rem;
    line-height: 1.75rem;
    font-weight: 600;
    letter-spacing: 0
}

a {
    color: var(--M3-sys-dark-on-surface-variant, #c8c4cc)
}

p:not([class]) {
    margin-top: 16px
}

p:not([class]):first-child {
    margin-top: 0
}

* + .wp-block-list {
    margin-top: 20px;
}

.wp-block-list ul, .wp-block-list ol {
    margin-top: 16px;
}

ol.wp-block-list a, ol:not([class]) a, p:not([class]) a, ul.wp-block-list a, ul:not([class]) a {
    color: var(--M3-sys-dark-primary, #ea0b51);
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: opacity
}

ol.wp-block-list a:active, ol:not([class]) a:active, p:not([class]) a:active, ul.wp-block-list a:active, ul:not([class]) a:active {
    opacity: .6
}

img, svg {
    max-width: 100%;
    height: auto;
    width: auto;
}

ol.wp-block-list, ol:not([class]), ul.wp-block-list, ul:not([class]) {
    list-style: none
}

ol.wp-block-list:not(:first-child), ol:not([class]):not(:first-child), ul.wp-block-list:not(:first-child), ul:not([class]):not(:first-child) {
    /*margin-top: 20px*/
}

ol.wp-block-list > li, ol:not([class]) > li, ul.wp-block-list > li, ul:not([class]) > li {
    position: relative;
    color: var(--M3-sys-dark-on-surface-variant, #c8c4cc)
}

ol.wp-block-list > li:not(:last-child), ol:not([class]) > li:not(:last-child), ul.wp-block-list > li:not(:last-child), ul:not([class]) > li:not(:last-child) {
    margin-bottom: 20px
}

ol.wp-block-list > li .theme61-list-custom__title, ol:not([class]) > li .theme61-list-custom__title, ul.wp-block-list > li .theme61-list-custom__title, ul:not([class]) > li .theme61-list-custom__title {
    display: block;
    margin-bottom: 8px;
    font-size: 1.375rem;
    line-height: 1.75rem;
    font-weight: 600;
    letter-spacing: 0;
    color: var(--M3-sys-dark-on-surface, #eadcf3)
}

ol.wp-block-list > li::before, ol:not([class]) > li::before, ul.wp-block-list > li::before, ul:not([class]) > li::before {
    position: absolute;
    left: 0;
    top: 0
}

ul.wp-block-list > li, ul:not([class]) > li {
    padding-left: 48px;
    min-height: 32px
}

ul.wp-block-list > li::before, ul:not([class]) > li::before {
    content: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m29.34 7.54-3.51-2.207-10.526 14.713-8.631-8.713L4.006 14l11.298 12.666z" fill="%23D8BAFB"/></svg>');
    display: block;
    width: 32px;
    height: 32px;
    transform-origin: top left
}

ol.wp-block-list, ol:not([class]) {
    counter-reset: custom-counter
}

ol.wp-block-list > li, ol:not([class]) > li {
    counter-increment: custom-counter;
    padding-left: 48px;
    min-height: 32px
}

ol.wp-block-list > li::before, ol:not([class]) > li::before {
    content: counter(custom-counter);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    margin: 2px;
    background: var(--M3-sys-dark-secondary, #d8bafb);
    line-height: 1;
    font-size: 1.125rem;
    font-weight: 400;
    text-align: center;
    color: var(--M3-sys-dark-on-secondary, #3c255a)
}

.wp-block-table, .wp-block-table {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.wp-block-table a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--M3-sys-dark-primary, #ea0b51);
}

.wp-block-table img {
    max-width: 25px;
}

.wp-block-table td > img {
    margin: 0 5px;
    max-width: 25px;
}

.wp-block-table::-webkit-scrollbar, .wp-block-table::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none
}

.wp-block-table:not(:first-child), .wp-block-table:not(:first-child) {
    margin-top: 32px
}

.wp-block-table table, .wp-block-table table {
    min-width: 900px
}

.scrolling table {
    user-select: none
}

.table-rows:has(td:nth-child(5):last-child) td:not(:first-child) {
    width: 21.25%
}

.table-rows:has(td:nth-child(4):last-child) td:not(:first-child) {
    width: 28.3333333333%
}

.table-rows:has(td:nth-child(3):last-child) td:not(:first-child) {
    width: 42.5%
}

.table-rows .wp-block-table table td {
    height: 80px
}

.wp-block-table table td ul, .wp-block-table table td ol {
    margin-top: 16px;
}

.table-rows td {
    padding-block: 16px;
    padding-inline: 16px
}

.table-rows td:first-child {
    width: 197px;
    white-space: nowrap;
    padding: 16px 32px;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    letter-spacing: 0;
    background: var(--M3-sys-dark-surface-container, #22142b)
}

.table-rows.wp-block-table table th {
    background: var(--M3-sys-dark-surface-container, #22142b);
    padding: 16px 32px;
}

.table-rows td:nth-child(2) {
    padding-left: 32px
}

.table-rows td:last-child {
    padding-right: 32px
}

.wp-block-table td a {
    white-space: nowrap;
}

.wp-block-table:not(.table-rows) thead {
    background: var(--M3-sys-dark-surface-container, #22142b)
}

.wp-block-table:not(.table-rows):has(td:nth-child(4):last-child) td:not(:first-child) {
    width: 33.3333333333%
}

.wp-block-table:not(.table-rows):has(td:nth-child(5):last-child) td:not(:first-child) {
    width: 25%
}

.wp-block-table:not(.table-rows):has(td:nth-child(6):last-child) td:not(:first-child) {
    width: 20%
}

.wp-block-table:not(.table-rows) td, .wp-block-table:not(.table-rows) th {
    padding-block: 16px;
    padding-inline: 32px
}

.wp-block-table:not(.table-rows) td:first-child, .wp-block-table:not(.table-rows) th:first-child {
    padding-left: 32px
}

.wp-block-table:not(.table-rows) td:last-child, .wp-block-table:not(.table-rows) th:last-child {
    padding-right: 32px
}

.wp-block-table:not(.table-rows) td:not(:first-child), .wp-block-table:not(.table-rows) th:not(:first-child) {
    padding-left: 16px
}

.wp-block-table:not(.table-rows) td:not(:last-child), .wp-block-table:not(.table-rows) th:not(:last-child) {
    padding-right: 16px
}

.wp-block-table:not(.table-rows) tbody tr:nth-of-type(even) {
    background: var(--M3-sys-dark-surface-container-low, #14091c)
}

.wp-block-table:not(.table-rows) th {
    padding-block: 20px;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    letter-spacing: 0
}

.wp-block-table:not(.table-rows) td:first-child {
    font-size: .875rem
}

.wp-block-table table {
    width: 100%;
    table-layout: auto;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 16px;
    background: var(--M3-sys-dark-surface, #0e0017);
    box-shadow: 0 4px 8px 3px rgba(0, 0, 0, .15), 0 1px 3px 0 rgba(0, 0, 0, .3)
}

.wp-block-table table .overflow {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.wp-block-table table td, .wp-block-table table th {
    color: var(--M3-sys-dark-on-surface, #eadcf3)
}

.wp-block-table table td span, .wp-block-table table th span {
    color: var(--M3-sys-dark-on-surface-variant, #c8c4cc)
}

.wp-block-table table td {
    height: 80px;
    padding: 10px;
}

.wp-block-table table th {
    height: 84px;
    font-size: 500;
    text-align: left;
    padding: 10px;
    background: #22142b;
}

.wp-block-table table tr :is(td,th) {
    border-bottom: 1px solid var(--M3-sys-dark-outline-variant, #4a3c53)
}

.wp-block-table table tbody tr:last-child * {
    border-bottom: 0
}

.wp-block-table table .cell {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    white-space: nowrap
}


@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-Light.woff2) format("woff2"), url(../fonts/Roboto-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

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

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/Roboto-ExtraLight.woff2) format("woff2"), url(../fonts/Roboto-ExtraLight.woff) format("woff");
    font-weight: 200;
    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
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/Roboto-SemiBold.woff2) format("woff2"), url(../fonts/Roboto-SemiBold.woff) format("woff");
    font-weight: 600;
    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-Thin.woff2) format("woff2"), url(../fonts/Roboto-Thin.woff) format("woff");
    font-weight: 100;
    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
}

.no-scroll {
    overflow: hidden
}

@supports not selector(::-webkit-scrollbar) {
    body, html {
        scrollbar-width: 8px;
        scrollbar-color: var(--M3-sys-dark-primary, #ea0b51) transparent
    }
}

body::-webkit-scrollbar, html::-webkit-scrollbar {
    width: 8px
}

body::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: var(--M3-sys-dark-primary, #ea0b51)
}

body::-webkit-scrollbar-track, html::-webkit-scrollbar-track {
    background: 0 0
}

html {
    font: 400 var(--font-default)/1.5 -apple-system, Roboto, BlinkMacSystemFont, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    letter-spacing: .4px
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--M3-sys-dark-surface, #0e0017);
    color: var(--M3-sys-dark-on-surface, #eadcf3);
    overflow-x: hidden
}

main {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch
}

:root {
    --offsets: 20px;
    --theme61-wrapper-margin: 40px;
    --width-container: 1280px;
    --font-default: 16px;
    --M3-sys-dark-primary: #ea0b51;
    --M3-sys-dark-on-primary: #fff;
    --M3-sys-dark-primary-container: #be003f;
    --M3-sys-dark-on-primary-container: #ffdadc;
    --M3-sys-dark-primary-fixed: #ffdadc;
    --M3-sys-dark-primary-fixed-dim: #ffb2b9;
    --M3-sys-dark-on-primary-fixed: #40000f;
    --M3-sys-dark-on-primary-fixed-variant: #72333b;
    --M3-sys-dark-secondary: #d8bafb;
    --M3-sys-dark-on-secondary: #3c255a;
    --M3-sys-dark-secondary-container: #533b72;
    --M3-sys-dark-on-secondary-container: #eedcff;
    --M3-sys-dark-secondary-fixed: #eedcff;
    --M3-sys-dark-secondary-fixed-dim: #d8bafb;
    --M3-sys-dark-on-secondary-fixed: #260d44;
    --M3-sys-dark-on-secondary-fixed-variant: #533b72;
    --M3-sys-dark-tertiary: #f6bc70;
    --M3-sys-dark-on-tertiary: #462b00;
    --M3-sys-dark-tertiary-container: #643f00;
    --M3-sys-dark-on-tertiary-container: #ffddb6;
    --M3-sys-dark-tertiary-fixed: #ffddb6;
    --M3-sys-dark-on-tertiary-fixed: #f6bc70;
    --M3-sys-dark-on-tertiary-fixed: #2a1800;
    --M3-sys-dark-on-tertiary-fixed-variant: #643f00;
    --M3-sys-dark-error: #ff5449;
    --M3-sys-dark-on-error: #fff;
    --M3-sys-dark-error-container: #93000a;
    --M3-sys-dark-on-error-container: #ffdad6;
    --M3-sys-dark-surface-dim: #180a21;
    --M3-sys-dark-surface: #0e0017;
    --M3-sys-dark-surface-bright: #4a3c53;
    --M3-sys-dark-surface-container-lowest: #0a0012;
    --M3-sys-dark-surface-container-low: #14091c;
    --M3-sys-dark-surface-container: #22142b;
    --M3-sys-dark-surface-container-high: #2c1e35;
    --M3-sys-dark-surface-container-highest: #403249;
    --M3-sys-dark-on-surface: #eadcf3;
    --M3-sys-dark-on-surface-variant: #c8c4cc;
    --M3-sys-dark-outline: #9a8ca3;
    --M3-sys-dark-outline-variant: #4a3c53;
    --M3-sys-dark-inverse-surface: #eadcf3;
    --M3-sys-dark-inverse-on-surface: #36283f;
    --M3-sys-dark-inverse-primary: #67001e;
    --M3-sys-dark-scrim: #040007;
    --M3-sys-dark-shadow: #040007;
    --m-3-state-layers-dark-on-primary-opacity-008: rgba(56, 30, 114, 0.08);
    --m-3-state-layers-dark-on-primary-opacity-012: rgba(56, 30, 114, 0.12);
    --m-3-state-layers-dark-on-surface-opacity-012: rgba(230, 224, 233, 0.12)
}

.theme61-header {
    --theme61-header-height: 60px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    max-width: calc(var(--width-container) + var(--offsets, 20px) * 2);
    padding: 8px var(--offsets, 20px);
    margin: 0 auto;
    background: var(--M3-sys-dark-surface-container-low, #14091c);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 32px;
    row-gap: 8px
}

.theme61-header::before {
    content: "";
    z-index: -1;
    width: 100vw;
    height: 100%;
    position: absolute;
    left: calc((100vw - 100%) / -2);
    pointer-events: none;
    top: 0;
    background: var(--M3-sys-dark-surface-container-low, #14091c);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3), 0 1px 3px 1px rgba(0, 0, 0, .15)
}

.theme61-header__logo:is(a) {
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: opacity
}

.theme61-header__logo:is(a):active {
    opacity: .6
}

.theme61-header__logo img {
    max-width: 300px;
    max-height: 44px;
    object-fit: contain
}

.theme61-header__nav {
    z-index: 5;
    margin-left: auto
}

.theme61-header__burger {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 18px 15px;
    cursor: pointer;
    border-radius: 50%;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background;
}

.theme61-header__burger:active {
    background: var(--m-3-state-layers-dark-primary-opacity-012, rgba(208, 188, 255, .12))
}

.theme61-header__burger span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .2s ease .2s, background .2s
}

.theme61-header__burger span, .theme61-header__burger::after, .theme61-header__burger::before {
    width: 18px;
    height: 2px;
    background-color: #c8c4cc
}

.theme61-header__burger::after, .theme61-header__burger::before {
    content: "";
    position: absolute
}

.theme61-header__burger::before {
    top: 18px;
    transition: top .3s ease .3s, transform .3s ease-out .1s, background .2s
}

.theme61-header__burger::after {
    bottom: 18px;
    transition: bottom .3s ease .3s, transform .3s ease-out .1s, background .2s
}

.theme61-header__btns {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px
}

.theme61-header-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 32px;
    flex-wrap: wrap
}

.theme61-header-menu__link.theme61-header-menu__link-current {
    /*background: var(--m-3-state-layers-dark-primary-opacity-012, rgba(208, 188, 255, .12));*/
}

.theme61-header-menu .submenu {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start
}

@supports not selector(::-webkit-scrollbar) {
    .theme61-header-menu .submenu {
        scrollbar-width: thin;
        scrollbar-color: var(--M3-sys-dark-surface-bright, #4a3c53) transparent
    }
}

.theme61-header-menu .submenu::-webkit-scrollbar {
    width: 4px
}

.theme61-header-menu .submenu::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: var(--M3-sys-dark-surface-bright, #4a3c53);
    border-radius: 9px;
    border: 4px solid transparent
}

.theme61-header-menu .submenu::-webkit-scrollbar-track {
    background: 0 0;
    border-radius: 9px
}

.theme61-header-menu .submenu a, .theme61-header-menu .submenu span {
    color: var(--M3-sys-dark-on-surface, #eadcf3)
}

.theme61-header-menu .item {
    position: relative;
    display: flex;
    flex-direction: row;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background
}

.theme61-header-menu .item.parent {
    cursor: pointer;
    gap: 8px
}

.theme61-header-menu .item a, .theme61-header-menu .item span {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    transition-property: background, color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background, color
}

.theme61-header-menu .item span {
    cursor: auto;
}

.theme61-header-menu .item a img, .theme61-header-menu .item span img {
    max-width: 24px;
}

.theme61-header-menu .item svg {
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: transform
}

.theme61-header.menu-active .theme61-header__burger:before {
    top: 23px;
    transform: rotate(45deg);
    transition: top .2s ease, transform .2s ease-out .2s
}

.theme61-header.menu-active .theme61-header__burger span {
    opacity: 0
}

.theme61-header.menu-active .theme61-header__burger::after {
    bottom: 23px;
    transform: rotate(-45deg);
    transition: bottom .2s ease, transform .2s ease-out .2s
}

.theme61-header__lang {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    z-index: 10;
    width: max-content;
    /*margin-left: auto;*/
    padding: 12px;
    border-radius: var(--Corner_radius-3, 8px);
    background: var(--Color-background-neutral-on-surface, rgba(255, 255, 255, .06));
    cursor: pointer;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    z-index: 500;
}

.theme61-header__lang.active .theme61-header__lang-list {
    display: block
}

.theme61-header__lang.active > svg {
    transform: rotate(-180deg)
}

.theme61-header__lang img, .theme61-header__lang svg {
    max-width: 24px;
    max-height: 24px;
    object-fit: contain
}

.theme61-header__lang > svg {
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.theme61-header__lang-list {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    width: 159px;
    max-width: 193px;
    max-height: 300px;
    border-radius: var(--Corner_radius-3, 8px);
    background: var(--M3-sys-dark-surface-container, #221e24);
    overflow-y: auto;
    overflow-x: clip
}

@supports not selector(::-webkit-scrollbar) {
    .theme61-header__lang-list,
    .theme61-winners__list,
    .theme61-sidebar-menu__wrap {
        scrollbar-width: thin;
        scrollbar-color: var(--Color-interaction-pressed, rgba(255, 255, 255, .14)) transparent
    }
}

.theme61-header__lang-list::-webkit-scrollbar,
.theme61-winners__list::-webkit-scrollbar,
.theme61-sidebar-menu__wrap::-webkit-scrollbar {
    width: 4px
}

.theme61-header__lang-list::-webkit-scrollbar-thumb,
.theme61-winners__list::-webkit-scrollbar-thumb,
.theme61-sidebar-menu__wrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: var(--Color-interaction-pressed, rgba(255, 255, 255, .14));
    border-radius: 9px;
    border: 4px solid transparent
}

.theme61-header__lang-list::-webkit-scrollbar-track,
.theme61-winners__list::-webkit-scrollbar-track,
.theme61-sidebar-menu__wrap::-webkit-scrollbar-track {
    background: 0 0;
    border-radius: 9px
}

.theme61-header__lang-list li {
    z-index: 1
}

.theme61-header__lang-item {
    display: flex
}

.theme61-header__lang-link {
    width: 100%;
    padding: 12px;
    color: var(--Color-text-default, #fff);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    position: relative;
}


.theme61-header__lang-list-link::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    content: "";
}

.theme61-header__lang-link.current {
    background: var(--Color-interaction-hovered, rgba(255, 255, 255, .06));
    pointer-events: none
}

.theme61-header__lang-link:not(.current):active {
    background: var(--Color-interaction-hovered, rgba(255, 255, 255, .06))
}

.theme61-footer {
    position: relative;
    width: 100%;
    max-width: calc(var(--width-container) + var(--offsets, 20px) * 2);
    margin: var(--theme61-wrapper-margin) auto 0;
    padding: 80px var(--offsets, 20px);
    display: grid;
    grid-template-columns:413px 1fr;
    row-gap: 32px;
    column-gap: 20px
}

.theme61-footer::before {
    content: "";
    width: 100vw;
    height: 100%;
    background: var(--M3-sys-dark-surface-container-low, #14091c);
    position: absolute;
    top: 0;
    left: calc((100vw - 100%) / -2);
    z-index: -2;
    pointer-events: none
}

.theme61-footer a.theme61-footer__logo {
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: opacity
}

.theme61-footer a.theme61-footer__logo:active {
    opacity: .6
}

.theme61-footer__logo {
    position: relative
}

.theme61-footer__logo img, .theme61-footer__logo svg {
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
    margin-right: auto
}

.theme61-footer__copyright {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 32px;
    margin: 0;
    color: var(--M3-sys-dark-on-surface-variant, #c8c4cc)
}

.theme61-footer__copyright img, .theme61-footer__copyright svg {
    max-width: 48px;
    max-height: 48px
}

.theme61-footer__external-links {
    grid-column: 1/-1;
    padding-block: 32px;
    border-top: 1px solid var(--M3-sys-dark-outline-variant, #4a3c53);
    border-bottom: 1px solid var(--M3-sys-dark-outline-variant, #4a3c53);
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap
}

.theme61-footer__external-links img, .theme61-footer__external-links svg {
    max-height: 50px
}

.theme61-footer__text {
    color: var(--M3-sys-dark-outline, #9a8ca3)
}

.theme61-footer__text strong {
    display: block;
    color: var(--M3-sys-dark-on-surface, #eadcf3);
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    letter-spacing: 0
}

.theme61-footer__nav {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 20px;
    grid-column: 2;
}

.theme61-footer__nav-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start
}

.theme61-footer__nav-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-wrap: wrap
}

.theme61-footer__nav-list li {
    display: flex
}

.theme61-footer__nav-list a {
    display: block;
    color: var(--M3-sys-dark-on-surface-variant, #c8c4cc);
    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: color
}

.theme61-footer__nav-list .theme61-footer__nav-list-link--current.inactive {
    color: var(--M3-sys-dark-on-surface, #eadcf3);
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    letter-spacing: 0
}

.theme61-footer__nav-list a:active {
    color: var(--M3-sys-dark-primary, #ea0b51)
}

.theme61-footer__nav-list .theme61-footer__nav-list-link--current.inactive {
    /*color: var(--M3-sys-dark-primary, #ea0b51)*/
}

.theme61-footer__menu {
    grid-column: 1/-1;
    padding-top: 32px;
    border-top: 1px solid var(--M3-sys-dark-outline-variant, #4a3c53)
}

.theme61-footer__menu-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    grid-column: 1;
    grid-column: 1/-1;
    padding-top: 32px;
    border-top: 1px solid var(--M3-sys-dark-outline-variant, #4a3c53)
}

.theme61-footer__menu-list-link {
    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: color
}

.theme61-footer__menu-list-link:active {
    color: var(--M3-sys-dark-primary, #ea0b51)
}


.theme61-footer__providers, .theme61-footer__social {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    grid-column: 1 / -1;
    padding-top: 32px;
    border-top: 1px solid var(--M3-sys-dark-outline-variant, #4a3c53);
}

.theme61-footer__providers img, .theme61-footer__providers svg, .theme61-footer__social img, .theme61-footer__social svg {
    max-height: 48px
}

.theme61-footer__dmca {
    display: inline-flex;
    align-items: center;
}

.theme61-footer__dmca-image {
    max-height: 30px;
}

.theme61-text-image {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}

* + .theme61-text-image {
    margin-top: 32px;
}

.theme61-text-image img {
    border-radius: 16px;
}

.theme61-text-image.reversed .theme61-text-image__content {
    order: 2;
}


/*.theme61-text-image img {*/
/*    max-width: 100%;*/
/*    width: 100%*/
/*}*/

/*.theme61-text-image h1 {*/
/*    margin-bottom: 0*/
/*}*/

/*.theme61-text-image h1 + p:not([class]) {*/
/*    margin-top: 24px*/
/*}*/

/*.theme61-text-image .btn {*/
/*    margin-top: 24px*/
/*}*/

/*.theme61-text-image > * {*/
/*    grid-column: 1/2*/
/*}*/

.theme61-faq__list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px;
    flex: 1
}

* + .theme61-faq {
    margin-top: 8px;
}

.theme61-faq {
    border-radius: 16px;
    background: var(--M3-sys-dark-surface-container-low, #14091c)
}

.theme61-faq[data-open] {
    padding-bottom: 16px
}

.theme61-faq[data-open] .theme61-faq__title svg {
    transform: rotate(-180deg)
}

.theme61-faq .theme61-faq__answer {
    display: none;
}

.theme61-faq[data-open] .theme61-faq__answer {
    display: block;
}

.theme61-faq .theme61-faq__title {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 16px;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    letter-spacing: 0;
    cursor: pointer;
    list-style: none;
    margin: 0;
}

.theme61-faq .theme61-faq__title::marker {
    content: ""
}

.theme61-faq .theme61-faq__title::-webkit-details-marker {
    display: none
}

.theme61-faq .theme61-faq__title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    pointer-events: none;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background
}

.theme61-faq .theme61-faq__title svg {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: transform;
    transform-origin: center center
}

.theme61-faq p {
    margin-inline: 16px;
    color: var(--M3-sys-dark-on-surface-variant, #c8c4cc)
}

.theme61-faq p:first-of-type {
    margin-top: 0;
    padding-top: 8px;
    border-top: 1px solid var(--M3-sys-dark-outline-variant, #4a3c53)
}

.theme61-breadcrumbs {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 32px auto 0;
    max-width: var(--width-container)
}

.theme61-breadcrumbs__list {
    width: max-content;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 8px
}

.theme61-breadcrumbs li {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.theme61-breadcrumbs li:not(:last-child) {
    padding-right: 34px
}

.theme61-breadcrumbs li:not(:last-child)::after {
    content: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.677 3 5.25 4.41 9.886 9 5.25 13.59 6.677 15l6.073-6z" fill="%234A3C53"/></svg>');
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translate(0, -50%);
    width: 18px;
    height: 18px
}

.theme61-breadcrumbs li:last-child a, .theme61-breadcrumbs li:last-child span {
    color: var(--M3-sys-dark-primary, #ea0b51)
}

.theme61-breadcrumbs a, .theme61-breadcrumbs span {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: var(--M3-sys-dark-on-surface-variant, #c8c4cc);
    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: color
}

.theme61-breadcrumbs a:active {
    color: var(--M3-sys-dark-primary, #ea0b51)
}

.btn {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 24px;
    width: max-content;
    max-width: 100%;
    border-radius: 100px;
    background: 0 0;
    transition-property: background, box-shadow, color, border-color, opacity;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background, box-shadow, color, border-color, opacity;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    color: var(--M3-sys-dark-on-primary, #fff)
}

.btn svg {
    max-width: 24px;
    max-height: 24px
}

.btn:has(svg) {
    padding: 10px 24px 10px 16px
}

.btn::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    border-radius: 100px;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background
}

.btn--primary {
    background: var(--M3-sys-dark-primary, #ea0b51)
}

.btn--primary:active::after {
    background: var(--m-3-state-layers-dark-on-primary-opacity-012, rgba(56, 30, 114, .12))
}

.btn--primary.disabled, .btn--primary[disabled] {
    opacity: .38;
    background: rgba(230, 224, 233, .5)
}

.btn--primary.disabled svg, .btn--primary[disabled] svg {
    opacity: .24
}

.btn--secondary {
    border: 1px solid var(--M3-sys-dark-outline, #9a8ca3);
    padding: 9px 23px
}

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

.btn--secondary.disabled, .btn--secondary[disabled] {
    opacity: .38
}

.btn--secondary.disabled svg, .btn--secondary[disabled] svg {
    opacity: .24
}

.theme61-content-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.theme61-content-buttons.align-center {
    justify-content: center;
}

.theme61-content-buttons.align-right {
    justify-content: flex-end;
}

.theme61-content-buttons.align-left {
    justify-content: flex-start;
}

* + .theme61-toc {
    margin-top: 20px;
}

.theme61-toc {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    transition-property: box-shadow;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: box-shadow;
    max-width: var(--width-container);
    padding: 0;
    border-radius: 16px;
    overflow: hidden
}

.theme61-toc.active {
    box-shadow: 0 4px 8px 3px rgba(0, 0, 0, .15), 0 1px 3px 0 rgba(0, 0, 0, .3)
}

.theme61-toc.active .theme61-toc__title {
    border-radius: 16px 16px 0 0
}

.theme61-toc.active .theme61-toc__title::after {
    transform: rotate(-180deg)
}

.theme61-toc-auto ol {
    display: none;
}

.theme61-toc.active .theme61-toc__nav, .theme61-toc-auto.active ol {
    display: block
}


.theme61-toc__title {
    position: relative;
    margin: 0;
    border-radius: 16px;
    padding: 24px 32px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: var(--M3-sys-dark-surface-container, #22142b);
    color: var(--M3-sys-dark-on-surface, #eadcf3);
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 600;
    letter-spacing: 0
}

.theme61-toc__title::after {
    content: url('data:image/svg+xml,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M32 20.903 30.12 19 24 25.18 17.88 19 16 20.903 24 29z" fill="%23C8C4CC"/></svg>');
    display: block;
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: transform
}

.theme61-toc__title::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 36px;
    border-radius: 50%;
    display: block;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background
}

.theme61-toc__title:active::before {
    background: var(--m-3-state-layers-dark-on-surface-variant-opacity-012, rgba(202, 196, 208, .12))
}

.theme61-toc__nav, .theme61-toc-auto ol {
    background: var(--M3-sys-dark-surface-container-low, #14091c);
    padding: 16px 32px;
    width: 100%;
    display: none;
    margin-top: 0;
}


.theme61-toc__list, .theme61-toc-auto.active ol {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 8px
}

.theme61-toc__item {
    position: relative;
    display: flex;
    flex-direction: row
}

.theme61-toc__item a, .theme61-toc-auto a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 100px;
    color: var(--M3-sys-dark-on-primary, #fff);
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    letter-spacing: 0;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background
}

.theme61-toc__item a:active, .theme61-toc-auto a:active {
    background: var(--m-3-state-layers-dark-primary-opacity-012, rgba(208, 188, 255, .12))
}

.theme61-toc-auto ol:not([class]) a {
    color: var(--M3-sys-dark-on-primary, #fff);
    width: fit-content;
}

.theme61-toc-auto ol:not([class]) > li {
    padding-left: 0;
}

.theme61-toc-auto ol:not([class]) > li:not(:last-child) {
    margin-bottom: 0;

}

.theme61-toc-auto ol:not([class]) li::before {
    content: none;
}

.theme61-mob-btn {
    position: sticky;
    left: 0;
    bottom: 0;
    z-index: 80;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    width: 100%;
    padding: 8px;
    border-radius: var(--Corner_radius-3, 8px) var(--Corner_radius-3, 8px) 0 0;
    background: var(--M3-sys-dark-surface-container-low, #14091c);
}

.theme61-mob-btn--v2 {
    background: var(--M3-sys-dark-surface-container, #22142b);
}

.theme61-mob-btn .btn {
    min-width: fit-content;
}

.theme61-mob-btn.active {
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 8px
}

.theme61-mob-btn.active > .btn {
    width: 100%;
    max-width: 100%;
    margin-top: 8px
}

.theme61-mob-btn.active .theme61-mob-btn__content {
    display: flex
}

.theme61-mob-btn.active .theme61-mob-btn__close {
    display: flex
}

.theme61-mob-btn > .btn {
    margin-left: auto;
    padding: 12px 16px
}

.theme61-mob-btn__text span {
    color: var(--M3-sys-dark-primary, #ea0b51);;
    font-weight: 700;
}

.theme61-mob-btn .theme61-mob-btn__main {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding-block: 8px;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: .4px
}

.theme61-mob-btn .theme61-mob-btn__main span {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    letter-spacing: 0;
    color: red
}

.theme61-mob-btn .theme61-mob-btn__close {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    display: none;
    margin-left: auto;
    cursor: pointer;
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: opacity
}

.theme61-mob-btn .theme61-mob-btn__close:active {
    opacity: .6
}

.theme61-mob-btn .theme61-mob-btn__close::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.04 2.626A1 1 0 0 0 2.627 4.04L6.586 8l-3.96 3.959a1 1 0 0 0 1.415 1.414l3.958-3.959 3.96 3.96a1 1 0 0 0 1.414-1.415L9.413 8l3.96-3.959a1 1 0 1 0-1.415-1.414L8 6.585z" fill="%23fff"/></svg>');
    display: block;
    width: 16px;
    height: 16px
}

.theme61-mob-btn .theme61-mob-btn__content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px;
    margin-top: 16px;
    display: none
}

.theme61-mob-btn .theme61-mob-btn__content p {
    margin: 0;
    color: red
}

.theme61-mob-btn .theme61-mob-btn__content .btn--promo {
    width: 100%
}

.theme61-mob-btn .theme61-mob-btn__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.theme61-mob-btn img, .theme61-mob-btn svg {
    max-width: 150px;
    max-height: 50px
}

.theme61-scroll-to-top {
    position: fixed;
    bottom: 100px;
    right: 15px;
    z-index: 55;
    opacity: 10;
    visibility: hidden;
}

.theme61-scroll-to-top__button {
    position: relative;
    width: 46px;
    height: 46px;
    min-width: 46px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: var(--Corner_radius-3, 8px);
    background: var(--M3-sys-dark-primary);
    color: var(--M3-sys-dark-on-primary);
    overflow: hidden;
    font-size: 20px;
    line-height: 20px;
}

.theme61-page-404__title {
    text-align: center;
    font-size: 100px;
    line-height: normal;
}

.theme61-page-404__subtitle {
    text-align: center;
    font-size: 24px;
}

.theme61-page-404__link {
    margin: auto;
}

@media (min-width: 576px) {
    .theme61-mob-btn {
        display: none
    }
}


@media (min-width: 1240px) {
    .theme61-header__burger {
        display: none
    }

    .theme61-header-menu > .item.parent, .theme61-header-menu > .item:not(.parent) > a, .theme61-header-menu > .item:not(.parent) > span {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 10px 12px;
        border-radius: 100px
    }

    .theme61-header-menu > .item.parent:active, .theme61-header-menu > .item:not(.parent) > a:active, .theme61-header-menu > .item:not(.parent) > span:active {
        background: var(--m-3-state-layers-dark-primary-opacity-012, rgba(208, 188, 255, .12))
    }

    .theme61-header-menu > .item > a, .theme61-header-menu > .item > span {
        color: var(--M3-sys-dark-on-primary, #fff);
        text-align: center
    }

    .theme61-header-menu > .item > svg {
        width: 18px;
        height: 18px;
        min-width: 18px;
        min-height: 18px;
        transform: rotate(90deg)
    }

    .theme61-header-menu > .item > svg path {
        fill: #fff
    }

    .theme61-header-menu > .item.current.parent, .theme61-header-menu > .item.current:not(.parent) > a, .theme61-header-menu > .item.current:not(.parent) > span {
        background: var(--m-3-state-layers-dark-primary-opacity-012, rgba(208, 188, 255, .12))
    }

    .theme61-header-menu > .item.parent {
        padding: 10px 16px
    }

    .theme61-header-menu > .item:nth-child(1) {
        z-index: 49
    }

    .theme61-header-menu > .item:nth-child(2) {
        z-index: 48
    }

    .theme61-header-menu > .item:nth-child(3) {
        z-index: 47
    }

    .theme61-header-menu > .item:nth-child(4) {
        z-index: 46
    }

    .theme61-header-menu > .item:nth-child(5) {
        z-index: 45
    }

    .theme61-header-menu > .item:nth-child(6) {
        z-index: 44
    }

    .theme61-header-menu > .item:nth-child(7) {
        z-index: 43
    }

    .theme61-header-menu > .item:nth-child(8) {
        z-index: 42
    }

    .theme61-header-menu > .item:nth-child(9) {
        z-index: 41
    }

    .theme61-header-menu > .item:nth-child(10) {
        z-index: 40
    }

    .theme61-header-menu > .item:nth-child(11) {
        z-index: 39
    }

    .theme61-header-menu > .item:nth-child(12) {
        z-index: 38
    }

    .theme61-header-menu > .item:nth-child(13) {
        z-index: 37
    }

    .theme61-header-menu > .item:nth-child(14) {
        z-index: 36
    }

    .theme61-header-menu > .item:nth-child(15) {
        z-index: 35
    }

    .theme61-header-menu > .item:nth-child(16) {
        z-index: 34
    }

    .theme61-header-menu > .item:nth-child(17) {
        z-index: 33
    }

    .theme61-header-menu > .item:nth-child(18) {
        z-index: 32
    }

    .theme61-header-menu > .item:nth-child(19) {
        z-index: 31
    }

    .theme61-header-menu > .item:nth-child(20) {
        z-index: 30
    }

    .theme61-header-menu > .item:nth-child(21) {
        z-index: 29
    }

    .theme61-header-menu > .item:nth-child(22) {
        z-index: 28
    }

    .theme61-header-menu > .item:nth-child(23) {
        z-index: 27
    }

    .theme61-header-menu > .item:nth-child(24) {
        z-index: 26
    }

    .theme61-header-menu > .item:nth-child(25) {
        z-index: 25
    }

    .theme61-header-menu > .item:nth-child(26) {
        z-index: 24
    }

    .theme61-header-menu > .item:nth-child(27) {
        z-index: 23
    }

    .theme61-header-menu > .item:nth-child(28) {
        z-index: 22
    }

    .theme61-header-menu > .item:nth-child(29) {
        z-index: 21
    }

    .theme61-header-menu > .item:nth-child(30) {
        z-index: 20
    }

    .theme61-header-menu > .item:nth-child(31) {
        z-index: 19
    }

    .theme61-header-menu > .item:nth-child(32) {
        z-index: 18
    }

    .theme61-header-menu > .item:nth-child(33) {
        z-index: 17
    }

    .theme61-header-menu > .item:nth-child(34) {
        z-index: 16
    }

    .theme61-header-menu > .item:nth-child(35) {
        z-index: 15
    }

    .theme61-header-menu > .item:nth-child(36) {
        z-index: 14
    }

    .theme61-header-menu > .item:nth-child(37) {
        z-index: 13
    }

    .theme61-header-menu > .item:nth-child(38) {
        z-index: 12
    }

    .theme61-header-menu > .item:nth-child(39) {
        z-index: 11
    }

    .theme61-header-menu > .item:nth-child(40) {
        z-index: 10
    }

    .theme61-header-menu > .item:nth-child(41) {
        z-index: 9
    }

    .theme61-header-menu > .item:nth-child(42) {
        z-index: 8
    }

    .theme61-header-menu > .item:nth-child(43) {
        z-index: 7
    }

    .theme61-header-menu > .item:nth-child(44) {
        z-index: 6
    }

    .theme61-header-menu > .item:nth-child(45) {
        z-index: 5
    }

    .theme61-header-menu > .item:nth-child(46) {
        z-index: 4
    }

    .theme61-header-menu > .item:nth-child(47) {
        z-index: 3
    }

    .theme61-header-menu > .item:nth-child(48) {
        z-index: 2
    }

    .theme61-header-menu > .item:nth-child(49) {
        z-index: 1
    }

    .theme61-header-menu > .item:nth-child(50) {
        z-index: 0
    }

    .theme61-header-menu .item {
        justify-content: space-between
    }

    .theme61-header-menu .item.parent::before {
        content: "";
        width: 100%;
        height: 16px;
        position: absolute;
        top: 100%;
        left: 0;
        transform: translate(0, -4px);
        display: none
    }

    .theme61-header-menu .item_left > .submenu {
        left: unset;
        right: 0
    }

    .theme61-header-menu .item_left > .submenu > .item {
        flex-direction: row-reverse
    }

    .theme61-header-menu .item_left > .submenu > .item a, .theme61-header-menu .item_left > .submenu > .item span {
        flex-direction: row-reverse
    }

    .theme61-header-menu .item_left > .submenu > .item > svg {
        transform: rotate(180deg)
    }

    .theme61-header-menu .item_left > .submenu .submenu {
        left: 0;
        transform: translateX(-100%)
    }

    .theme61-header-menu .submenu {
        position: absolute;
        top: calc(100% + 12px);
        left: 0;
        width: 224px;
        display: none;
        padding-block: 8px;
        border-radius: 4px;
        background: var(--M3-sys-dark-surface-container-low, #14091c);
        box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .15), 0 1px 2px 0 rgba(0, 0, 0, .3)
    }

    .theme61-header-menu .submenu .submenu {
        overflow-y: auto;
        overflow-x: clip;
        max-height: 300px;
        top: -8px;
        left: calc(100% - 1px);
        transform: translateX(0)
    }

    @supports not selector(::-webkit-scrollbar) {
        .theme61-header-menu .submenu .submenu {
            scrollbar-width: thin;
            scrollbar-color: rgba(255, 255, 255, .14) transparent
        }
    }.theme61-header-menu .submenu .submenu::-webkit-scrollbar {
         width: 4px
     }

    .theme61-header-menu .submenu .submenu::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: rgba(255, 255, 255, .14);
        border-radius: 9px;
        border: 4px solid transparent
    }

    .theme61-header-menu .submenu .submenu::-webkit-scrollbar-track {
        background: 0 0;
        border-radius: 9px
    }

    .theme61-header-menu .submenu .item.parent, .theme61-header-menu .submenu .item:not(.parent) > a, .theme61-header-menu .submenu .item:not(.parent) > span {
        padding: 16px;
        min-height: 56px;
        text-align: left
    }

    .theme61-header-menu .submenu .item.parent:active, .theme61-header-menu .submenu .item:not(.parent) > a:active, .theme61-header-menu .submenu .item:not(.parent) > span:active {
        background: var(--m-3-state-layers-dark-on-surface-opacity-012, rgba(230, 224, 233, .12))
    }

    .theme61-header-menu .submenu .item.parent > a:active {
        color: var(--M3-sys-dark-on-primary, #fff)
    }

    .theme61-header-menu .submenu .item:not(.parent) a, .theme61-header-menu .submenu .item:not(.parent) span {
        width: 100%
    }

    .theme61-header-menu .submenu .item.current.parent, .theme61-header-menu .submenu .item.current:not(.parent) > a, .theme61-header-menu .submenu .item.current:not(.parent) > span {
        background: var(--m-3-state-layers-dark-primary-opacity-012, rgba(208, 188, 255, .12))
    }
}

.theme61-header-menu > .item:not(.parent) > span, .submenu__item-link.submenu__link.submenu__link--current, .submenu__item.item.parent:has(.submenu__item-link.submenu__link.submenu__link--current), .item.parent.js-menu__item:has(.submenu__item-link.submenu__link.submenu__link--current) {
    background: var(--m-3-state-layers-dark-primary-opacity-012, rgba(208, 188, 255, .12))
}

.theme61-header-menu .parent > svg, .theme61-header .submenu .parent > svg {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}

.theme61-header-menu .parent:hover > svg, .theme61-header .submenu .parent:hover > svg {
    transform: rotate(-90deg);
}

@media (min-width: 1240px) and (any-hover: hover) {
    .theme61-header-menu > .item.parent:hover, .theme61-header-menu > .item:not(.parent) > a:hover {
        background: var(--m-3-state-layers-dark-primary-opacity-012, rgba(208, 188, 255, .12))
    }

    .theme61-header-menu > .item.parent:focus, .theme61-header-menu > .item:not(.parent) > a:focus {
        background: var(--m-3-state-layers-dark-primary-opacity-012, rgba(208, 188, 255, .12))
    }

    .theme61-header-menu > .item.parent:hover > svg {
        transform: rotate(-90deg)
    }

    .theme61-header-menu .item.parent:hover::before {
        display: block
    }

    .theme61-header-menu .item.parent:hover > .submenu {
        display: flex
    }

    .theme61-header-menu .submenu .item.parent:hover, .theme61-header-menu .submenu .item:not(.parent) > a:hover {
        background: var(--m-3-state-layers-dark-on-surface-opacity-012, rgba(230, 224, 233, .12))
    }

    .theme61-header-menu .submenu .item.parent:focus, .theme61-header-menu .submenu .item:not(.parent) > a:focus, .theme61-header-menu .submenu .item:not(.parent) > span:focus {
        background: var(--m-3-state-layers-dark-on-surface-opacity-012, rgba(230, 224, 233, .12))
    }

    .theme61-header-menu .submenu .item.parent > a:hover {
        color: var(--M3-sys-dark-on-primary, #fff)
    }

    .theme61-header-menu .submenu .item.parent > a:focus {
        color: var(--M3-sys-dark-on-primary, #fff)
    }
}

@media (max-width: 1424px) {
    .theme61-header::before {
        display: none
    }
}

@media (max-width: 1320px) {
    .theme61-breadcrumbs {
        padding-inline: var(--offsets, 20px);
        max-width: 100%
    }

    .theme61-section-hero {
        margin-inline: var(--offsets, 20px);
        max-width: calc(100% - var(--offsets, 20px) * 2);
        padding: 16px
    }
}

@media (max-width: 1239.9px) {
    .theme61-header {
        flex-wrap: wrap;
        /*justify-content: space-between;*/
    }

    .theme61-header__lang {
        margin-left: auto;
    }

    .theme61-header__burger {
        order: 2;
    }

    .theme61-header:not(:has(.theme61-header__lang)) .theme61-header__btns {
        margin-left: auto;
    }

    .theme61-header__nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: calc(100svh - var(--theme61-header-height));
        margin-left: 0;
        padding-bottom: 20px;
        overflow-y: auto;
        overflow-x: hidden;
        background: var(--M3-sys-dark-surface-container-lowest, #0a0012)
    }

    @supports not selector(::-webkit-scrollbar) {
        .theme61-header__nav {
            scrollbar-width: thin;
            scrollbar-color: var(--M3-sys-dark-surface-bright, #4a3c53) transparent
        }
    }.theme61-header__nav::-webkit-scrollbar {
         width: 4px
     }

    .theme61-header__nav::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: var(--M3-sys-dark-surface-bright, #4a3c53);
        border-radius: 9px;
        border: 4px solid transparent
    }

    .theme61-header__nav::-webkit-scrollbar-track {
        background: 0 0;
        border-radius: 9px
    }

    .theme61-header__btns {
        /*margin-left: auto*/
    }

    .theme61-header-menu {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0
    }

    .theme61-header-menu > .item.parent > svg {
        transform: rotate(90deg)
    }

    .theme61-header-menu > .item.parent.active > svg {
        transform: rotate(-90deg)
    }

    .theme61-header-menu .item {
        flex-wrap: wrap
    }

    .theme61-header-menu .item.parent, .theme61-header-menu .item:not(.parent) > a, .theme61-header-menu .item:not(.parent) > span {
        padding: 16px;
        width: 100%;
        min-height: 56px
    }

    .theme61-header-menu .item svg {
        margin-left: auto;
        width: 24px;
        height: 24px;
        min-width: 24px;
        min-height: 24px
    }

    .theme61-header-menu .item.parent.active {
        position: relative
    }

    .theme61-header-menu .item.parent.active > .submenu {
        display: flex
    }

    .theme61-header-menu .item.parent {
        gap: 12px
    }

    .theme61-header-menu .item.parent > a, .theme61-header-menu .item.parent > span {
        max-width: calc(100% - 36px)
    }

    .theme61-header-menu .item.parent > a:active {
        color: var(--M3-sys-dark-on-primary, #fff)
    }

    .theme61-header-menu .item.parent::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: 0 0;
        transition-property: background;
        transition-duration: .3s;
        transition-timing-function: ease-in-out;
        transition-delay: 0s;
        will-change: background
    }

    .theme61-header-menu .item.parent.current::before {
        background: var(--m-3-state-layers-dark-on-surface-opacity-012, rgba(230, 224, 233, .12))
    }

    .theme61-header-menu .item.parent:active::before {
        background: var(--m-3-state-layers-dark-on-surface-opacity-012, rgba(230, 224, 233, .12))
    }

    .theme61-header-menu .item:not(.parent) a:active, .theme61-header-menu .item:not(.parent) span:active {
        background: var(--m-3-state-layers-dark-on-surface-opacity-012, rgba(230, 224, 233, .12))
    }

    .theme61-header-menu .item.current:not(.parent) a, .theme61-header-menu .item.current:not(.parent) > span {
        background: var(--m-3-state-layers-dark-primary-opacity-012, rgba(208, 188, 255, .12))
    }

    .theme61-header-menu .item a, .theme61-header-menu .item span {
        color: var(--M3-sys-dark-on-surface, #eadcf3)
    }

    .theme61-header-menu .submenu {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        background: var(--M3-sys-dark-surface-container-lowest, #0a0012);
        display: none;
        margin-top: 4px;
        margin-inline: -16px;
        margin-bottom: -16px;
        width: calc(100% + 32px);
        max-width: calc(100% + 32px)
    }

    .theme61-header-menu .submenu .item {
        width: 100%;
        z-index: 1
    }

    .theme61-header-menu .submenu .item.parent, .theme61-header-menu .submenu .item:not(.parent) > a, .theme61-header-menu .submenu .item:not(.parent) > span {
        padding: 16px 16px 16px 28px
    }

    .theme61-header-menu .submenu .item.parent.active {
        position: fixed;
        top: var(--theme61-header-height);
        left: 0;
        bottom: 0;
        right: 0;
        background: var(--M3-sys-dark-surface-container-lowest, #0a0012);
        flex-direction: column;
        z-index: 10;
        margin-left: 0;
        transition-duration: 0s;
        gap: 0;
        padding: 8px 16px
    }

    .theme61-header-menu .submenu .item.parent.active::before {
        height: 64px;
        background: 0 0
    }

    .theme61-header-menu .submenu .item.parent.active:active:has(.submenu:not(:hover))::before {
        background: var(--m-3-state-layers-dark-on-surface-opacity-012, rgba(230, 224, 233, .12))
    }

    .theme61-header-menu .submenu .item.parent.active > :is(a,span) {
        align-items: center;
        height: 48px;
        font-size: 1.125rem;
        line-height: 1.5rem;
        font-weight: 600
    }

    .theme61-header-menu .submenu .item.parent.active > :is(a,span)::before {
        content: url('data:image/svg+xml,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M32 23H19.83l5.59-5.59L24 16l-8 8 8 8 1.41-1.41L19.83 25H32z" fill="%23C8C4CC"/></svg>');
        display: block;
        width: 48px;
        height: 48px
    }

    .theme61-header-menu .submenu .item.parent.active > a:active {
        color: var(--M3-sys-dark-on-surface, #eadcf3)
    }

    .theme61-header-menu .submenu .item.parent.active > svg {
        display: none
    }

    .theme61-header-menu .submenu .item.parent.active .submenu {
        overflow-y: auto;
        height: calc(100% - 64px);
        padding-top: 0;
        z-index: 0
    }

    .theme61-header-menu .submenu .item.parent.active .submenu::before {
        display: none
    }

    .theme61-header-menu .submenu .item.parent.active .submenu .item.parent, .theme61-header-menu .submenu .item.parent.active .submenu .item:not(.parent) > a, .theme61-header-menu .submenu .item.parent.active .submenu .item:not(.parent) > span {
        padding: 16px
    }

    .theme61-header:not(.menu-active) .theme61-header__nav {
        display: none
    }

    .theme61-footer {
        grid-template-columns:auto auto
    }

    .theme61-footer__text {
        grid-column: 1/-1
    }

    .theme61-footer__nav {
        grid-column: 1/-1
    }

    .theme61-toc__list, .theme61-toc-auto.active ol {
        grid-template-columns:repeat(3, 1fr)
    }
}

@media (max-width: 1239.9px) and (any-hover: hover) {
    .theme61-header-menu .item.parent > a:hover {
        color: var(--M3-sys-dark-on-primary, #fff)
    }

    .theme61-header-menu .item.parent > a:focus {
        color: var(--M3-sys-dark-on-primary, #fff)
    }

    .theme61-header-menu .item.parent:hover::before {
        background: var(--m-3-state-layers-dark-on-surface-opacity-012, rgba(230, 224, 233, .12))
    }

    .theme61-header-menu .item.parent:focus::before {
        background: var(--m-3-state-layers-dark-on-surface-opacity-012, rgba(230, 224, 233, .12))
    }

    .theme61-header-menu .item:not(.parent) a:hover, .theme61-header-menu .item:not(.parent) span:hover {
        background: var(--m-3-state-layers-dark-on-surface-opacity-012, rgba(230, 224, 233, .12))
    }

    .theme61-header-menu .item:not(.parent) a:focus, .theme61-header-menu .item:not(.parent) span:focus {
        background: var(--m-3-state-layers-dark-on-surface-opacity-012, rgba(230, 224, 233, .12))
    }

    .theme61-header-menu .submenu .item.parent.active:hover:has(.submenu:not(:hover))::before {
        background: var(--m-3-state-layers-dark-on-surface-opacity-012, rgba(230, 224, 233, .12))
    }

    .theme61-header-menu .submenu .item.parent.active:focus:has(.submenu:not(:hover))::before {
        background: var(--m-3-state-layers-dark-on-surface-opacity-012, rgba(230, 224, 233, .12))
    }

    .theme61-header-menu .submenu .item.parent.active > a:hover {
        color: var(--M3-sys-dark-on-surface, #eadcf3)
    }

    .theme61-header-menu .submenu .item.parent.active > a:focus {
        color: var(--M3-sys-dark-on-surface, #eadcf3)
    }
}

@media (max-width: 991.9px) {
    .theme61-footer__nav {
        grid-template-columns:repeat(2, 1fr)
    }

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

    .theme61-text-image img {
        width: 100%
    }

    .theme61-text-image.reversed .theme61-text-image__content {
        display: contents;
    }

    .theme61-text-image.reversed > img {
        order: -1;
        margin: 0;
    }

    .theme61-text-image.reversed h2.wp-block-heading {
        order: -1;
        margin: 0;
    }

    .theme61-footer__menu-list, .theme61-footer__providers, .theme61-footer__social, .theme61-footer__dmca {
        grid-column: 1/-1;
    }
    .theme61-header__lang-list {
        left: auto;
        right: 0;
    }

}

@media (max-width: 767.9px) {
    .theme61-header {
        --theme61-header-height: 116px;
        column-gap: 10px;
        padding-block: 8px
    }

    .theme61-header__btns {
        justify-content: center;
        width: 100%;
        margin-left: 0
    }

    .theme61-header__btns .btn {
        flex: 1
    }

    .theme61-header__burger {
        order: -1;
    }

    .theme61-text-image .btn {
        width: 100%
    }

    .theme61-breadcrumbs {
        margin-top: 28px
    }

    .theme61-toc__list, .theme61-toc-auto.active ol {
        grid-template-columns:repeat(2, 1fr)
    }

}

@media (max-width: 575.9px) {
    .theme61-content-buttons .btn {
        width: 100%
    }

    .table-rows.wp-block-table table th {
        padding: 16px 24px;
    }

    .theme61-footer__providers, .theme61-footer__social, .theme61-footer__menu-list {
        padding-top: 28px;
    }

    .theme61-footer__logo img, .theme61-footer__logo svg {
        height: 48px;
    }

    .theme61-footer__external-links img, .theme61-footer__external-links svg {
        max-height: 32px;
    }

    .theme61-text-image.reversed h2.wp-block-heading + * {
        margin-top: 0;
    }

    .theme61-text-image.reversed .theme61-content-buttons {
        margin-top: 0;
    }

    h1 {
        font-size: 2.25rem;
        line-height: 2.75rem
    }

    h2 {
        font-size: 1.5rem;
        line-height: 2rem
    }

    h2 {
        margin-bottom: 20px
    }

    h3 {
        font-size: 1.125rem;
        line-height: 1.5rem
    }

    p:not([class]) {
        margin-top: 12px
    }

    p.small {
        font-size: .75rem;
        line-height: 1rem
    }

    ol.wp-block-list > li .theme61-list-custom__title, ol:not([class]) > li .theme61-list-custom__title, ul.wp-block-list > li .theme61-list-custom__title, ul:not([class]) > li .theme61-list-custom__title {
        font-size: 1.125rem;
        line-height: 1.5rem
    }

    ol.wp-block-list > li:not(:last-child), ol:not([class]) > li:not(:last-child), ul.wp-block-list > li:not(:last-child), ul:not([class]) > li:not(:last-child) {
        margin-bottom: 16px
    }

    ol.wp-block-list:not(:first-child), ol:not([class]):not(:first-child), ul.wp-block-list:not(:first-child), ul:not([class]):not(:first-child) {
        /*margin-top: 16px*/
    }

    ul.wp-block-list > li, ul:not([class]) > li {
        padding-left: 40px;
        min-height: 24px
    }

    ul.wp-block-list > li::before, ul:not([class]) > li::before {
        transform: scale(.75)
    }

    .wp-block-table:not(:first-child), .wp-block-table:not(:first-child) {
        margin-top: 20px
    }

    .table-rows td:first-child {
        padding: 16px 24px
    }

    .wp-block-table:not(.table-rows) td, .wp-block-table:not(.table-rows) th {
        padding-block: 12px;
        padding-inline: 24px
    }

    .wp-block-table:not(.table-rows) td:first-child, .wp-block-table:not(.table-rows) th:first-child {
        padding-left: 24px
    }

    .wp-block-table:not(.table-rows) td:last-child, .wp-block-table:not(.table-rows) th:last-child {
        padding-right: 24px
    }

    .wp-block-table:not(.table-rows) td:not(:first-child), .wp-block-table:not(.table-rows) th:not(:first-child) {
        padding-left: 12px
    }

    .wp-block-table:not(.table-rows) td:not(:last-child), .wp-block-table:not(.table-rows) th:not(:last-child) {
        padding-right: 12px
    }

    .wp-block-table table th {
        height: 72px
    }

    .wp-block-table table td {
        height: 64px
    }

    :root {
        --theme61-wrapper-margin: 20px;
        --offsets: 16px
    }

    .theme61-footer {
        padding-block: 40px;
        row-gap: 28px
    }

    .theme61-footer__copyright {
        gap: 16px
    }

    .theme61-footer__copyright img, .theme61-footer__copyright svg {
        max-width: 32px;
        max-height: 32px
    }

    .theme61-footer__external-links {
        gap: 16px;
        justify-content: flex-start;
        padding-block: 28px
    }

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

    .theme61-footer__menu {
        padding-top: 28px
    }

    * + .theme61-text-image {
        margin-top: 28px
    }

    .theme61-text-image .btn, .theme61-text-image h1 + p:not([class]) {
        /*margin-top: 20px*/
    }

    .theme61-breadcrumbs li:not(:last-child) {
        padding-right: 26px
    }

    .theme61-breadcrumbs li:not(:last-child)::after {
        right: 4px
    }

    .theme61-toc__title {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .theme61-toc__title {
        padding: 16px
    }

    .theme61-toc__title::before {
        right: 20px
    }

    .theme61-toc__nav, .theme61-toc-auto ol {
        padding: 16px
    }

    .theme61-toc__list, .theme61-toc-auto.active ol {
        grid-template-columns:1fr;
        row-gap: 16px
    }

    .theme61-toc__item a {
        padding: 8px 12px
    }

    .theme61-footer__providers, .theme61-footer__social {
        grid-column: 1/-1;
    }
}

@media (any-hover: hover) {
    ol.wp-block-list a:hover, ol:not([class]) a:hover, p:not([class]) a:hover, ul.wp-block-list a:hover, ul:not([class]) a:hover {
        /*opacity: .6*/
    }

    ol.wp-block-list a:focus, ol:not([class]) a:focus, p:not([class]) a:focus, ul.wp-block-list a:focus, ul:not([class]) a:focus {
        /*opacity: .6*/
    }

    .theme61-header__logo:is(a):hover {
        opacity: .6
    }

    .theme61-header__logo:is(a):focus {
        opacity: .6
    }

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

    .theme61-header__burger:focus {
        background: var(--m-3-state-layers-dark-primary-opacity-012, rgba(208, 188, 255, .12))
    }

    .theme61-footer a.theme61-footer__logo:hover {
        opacity: .6
    }

    .theme61-footer a.theme61-footer__logo:focus {
        opacity: .6
    }

    .theme61-footer__nav-list a:hover {
        color: var(--M3-sys-dark-on-surface, #eadcf3)
    }

    .theme61-footer__nav-list a:hover.theme61-footer__nav-list-link--current.inactive {
        color: var(--M3-sys-dark-on-surface, #eadcf3)
    }

    .theme61-footer__nav-list a:focus {
        color: var(--M3-sys-dark-primary, #ea0b51)
    }

    .theme61-footer__nav-list a:focus.theme61-footer__nav-list-link--current.inactive {
        color: var(--M3-sys-dark-primary, #ea0b51)
    }

    .theme61-footer__menu-list-link:hover {
        color: var(--M3-sys-dark-on-surface, #eadcf3)
    }

    .theme61-footer__menu-list-link:focus {
        color: var(--M3-sys-dark-primary, #ea0b51)
    }

    .theme61-faq .theme61-faq__title:hover::after {
        background: var(--m-3-state-layers-dark-on-surface-variant-opacity-008, rgba(202, 196, 208, .08))
    }

    .theme61-breadcrumbs a:hover {
        color: var(--M3-sys-dark-primary, #ea0b51)
    }

    .theme61-breadcrumbs a:focus {
        color: var(--M3-sys-dark-primary, #ea0b51)
    }

    .btn--primary:hover {
        box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .15), 0 1px 2px 0 rgba(0, 0, 0, .3)
    }

    .btn--primary:hover::after {
        background: var(--m-3-state-layers-dark-on-primary-opacity-008, rgba(56, 30, 114, .08))
    }

    .btn--primary:focus::after {
        background: var(--m-3-state-layers-dark-on-primary-opacity-012, rgba(56, 30, 114, .12))
    }

    .btn--secondary:hover::after {
        background: var(--m-3-state-layers-dark-primary-opacity-008, rgba(208, 188, 255, .08))
    }

    .btn--secondary:focus {
        border-color: var(--M3-sys-dark-primary, #ea0b51);
        background: var(--m-3-state-layers-dark-primary-opacity-012, rgba(208, 188, 255, .12))
    }

    .theme61-toc__title:hover::before {
        background: var(--m-3-state-layers-dark-on-surface-variant-opacity-008, rgba(202, 196, 208, .08))
    }

    .theme61-toc__title:focus::before {
        background: var(--m-3-state-layers-dark-on-surface-variant-opacity-012, rgba(202, 196, 208, .12))
    }

    .theme61-toc__item a:hover, .theme61-toc-auto ol:not([class]) a:hover {
        background: var(--m-3-state-layers-dark-primary-opacity-008, rgba(208, 188, 255, .08))
    }

    .theme61-toc__item a:focus, .theme61-toc-auto ol:not([class]) a:focus {
        background: var(--m-3-state-layers-dark-primary-opacity-012, rgba(208, 188, 255, .12))
    }

    .theme61-mob-btn .theme61-mob-btn__close:hover {
        opacity: .6
    }

    .theme61-mob-btn .theme61-mob-btn__close:focus {
        opacity: .6
    }
}