@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, footer, 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
}

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

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

.theme62-wrapper:not(.theme62-section-hero) > .btn {
    margin-top: 16px
}

.outlined-block, .theme62-wrapper > .theme62-wrapper {
    padding: var(--offsets, 20px);
    border-radius: var(--Corner_radius-4, 16px);
    border: 1px solid var(--Color-border-default, rgba(255, 255, 255, .14))
}

.theme62-wrapper > .theme62-wrapper {
    margin: 0;
}

.theme62-page-404 .theme62-wrapper {
    text-align: center;
}

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

.theme62-page-404__link:hover {
    color: var(--Color-text-inverse, #0f152c);
    opacity: .6;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 16px;
    color: var(--Color-text-default, #fff)
}

h1 {
    font: var(--font-h1);
    text-transform: uppercase;
    letter-spacing: -.6px
}

h2 {
    font: var(--font-h2);
    text-transform: uppercase;
    letter-spacing: -.6px
}

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

h2.wp-block-heading {
    padding-block: 16px;
    margin-bottom: 24px;
    text-align: center;
    border-top: 1px solid var(--Color-border-default, rgba(255, 255, 255, .14));
    border-bottom: 1px solid var(--Color-border-default, rgba(255, 255, 255, .14))
}

h3 {
    font: var(--font-h3);
}

p, .theme62-section-hero p {
    margin-top: 16px;
    color: var(--Color-text-subtlest, #cfd0ce)
}

p:first-child {
    margin-top: 0
}

.has-text-align-center {
    text-align: center;
}

.has-text-align-left {
    text-align: left;
}

.has-text-align-right {
    text-align: right;
}

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

a {
    color: var(--Color-text-link-default, var(--palette-primary-primary300))
}

a:active {
    color: var(--Color-text-link-pressed, var(--palette-primary-primary400))
}

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

ol.wp-block-list, ol:not([class]), ul.wp-block-list, ul:not([class]) {
    margin-top: 16px;
    list-style: none
}

ol.wp-block-list > li, ol:not([class]) > li, ul.wp-block-list > li, ul:not([class]) > li {
    position: relative;
    padding-left: 16px
}

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: -3px
}

ol.theme62-list-custom.wp-block-list > .theme62-list-custom__item::before {
    top: 0px
}

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

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

ul.wp-block-list > li::before, ul:not([class]) > li::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="m12 2 1.457 8.543L22 12l-8.543 1.457L12 22l-1.457-8.543L2 12l8.543-1.457z" fill="%23FCE767"/></svg>');
    display: block;
    width: 24px;
    height: 24px
}

ol.wp-block-list, ol:not([class]) {
    counter-reset: custom-counter;
    column-gap: 20px
}

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

ol.wp-block-list > li:not(:first-child), ol:not([class]) > li:not(:first-child) {
    margin-top: 24px
}

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: 36px;
    height: 36px;
    font: var(--font-second);
    line-height: 1;
    text-align: center;
    color: var(--Color-text-default, #fff);
    border: 2px solid currentColor
}

.wp-block-table ol.wp-block-list > li::before, .wp-block-table ol:not([class]) > li::before {
    width: 30px;
    height: 30px;
    top: -3px;
}

.wp-block-table ol.wp-block-list > li, .wp-block-table ol:not([class]) > li {
    padding-left: 40px;
}

.wp-block-table ol.wp-block-list > li:not(:first-child), .wp-block-table ol:not([class]) > li:not(:first-child) {
    margin-top: 10px;
}

* + .wp-block-table {
    margin-top: 24px;

}

.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;
}

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

.wp-block-table table {
    min-width: 500px
}

.scrolling table {
    user-select: none
}

.theme62-content-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 24px;
    width: 100%;
}

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

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

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

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

.table-rows td:first-child {
    width: 100px;
    white-space: nowrap;
    padding: 16px 16px 16px 24px;
    font: var(--font-second);
    border-right: 1px solid var(--Color-border-default, rgba(255, 255, 255, .14))
}

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

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

.table-rows td:nth-child(n+2):not(:last-child) {
    padding-right: 10px
}

.table-rows td:nth-child(n+3) {
    padding-left: 10px
}

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

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

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

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

.wp-block-table:not(.table-rows) td {
    padding-block: 28px 16px
}

.wp-block-table th {
    padding-block: 20px;
    font: var(--font-second);
}

table {
    width: 100%;
    table-layout: auto;
    border-spacing: 0;
    border-radius: var(--Corner_radius-4, 16px);
    border: 1px solid var(--Color-border-default, rgba(255, 255, 255, .14))
}

table td, table th {
    color: var(--Color-text-default, #fff)
}

table th {
    font-weight: 600;
    text-align: left
}

table tr :is(td,th) {
    border-bottom: 1px solid var(--Color-border-default, rgba(255, 255, 255, .14))
}

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

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

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

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

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

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

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

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

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

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

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

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

.no-scroll {
    overflow: hidden
}

@supports not selector(::-webkit-scrollbar) {
    body, html {
        scrollbar-width: 8px;
        scrollbar-color: var(--Color-background-primary, #8afbc6) transparent
    }
}

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

body::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: var(--Color-background-primary, #8afbc6)
}

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

/*html {*/
/*    font: var(--font-text);*/
/*}*/

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--Elevation-surface, #0c1123);
    color: var(--Color-text-subtlest, #cfd0ce);
    font: var(--font-text);
    overflow-x: hidden
}

main {
    flex-grow: 1
}

:root {
    --offsets: 20px;
    --width-container: 1392px;
    --wrapper-margin: 56px;
    --font-default: 16px;
    --fonts: -apple-system, DMSans, BlinkMacSystemFont, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    --font-text: 400 var(--font-default, 1rem)/1.5rem var(--fonts);
    --font-h1: 700 3rem/4rem var(--fonts);
    --font-h2: 600 2rem/2.5rem var(--fonts);
    --font-h3: 600 1.5rem/2rem var(--fonts);
    --font-second: 600 1.125rem/1.5rem var(--fonts);
    --Color-text-default: #ffffff;
    --Color-text-subtlest: #cfd0ce;
    --Color-text-disabled: rgba(255 255 255 / 0.24);
    --Color-text-selected: #8afbc6;
    --Color-text-accent-primary: #8afbc6;
    --Color-text-link-default: #8afbc6;
    --Color-text-inverse: #0f152c;
    --Color-text-link-hovered: #67bc94;
    --Color-text-link-pressed: #8afbc6;
    --Color-icon-default: #ffffff;
    --palette-primary-primary400: #96fccc;
    --palette-primary-primary300: #8afbc6;
    --Color-border-default: rgba(255 255 255 / 0.14);
    --Color-border-bold: rgba(255 255 255 / 0.88);
    --Color-border-disabled: rgba(255 255 255 / 0.09);
    --Elevation-surface: #0c1123;
    --Elevation-high: rgba(255 255 255 / 0.06);
    --Color-background-primary: #8afbc6;
    --Color-background-secondary: #fce767;
    --Color-background-disabled: rgba(255 255 255 / 0.09);
    --Color-interaction-hovered: rgba(255 255 255 / 0.06);
    --Color-interaction-pressed: rgba(255 255 255 / 0.14);
    --palette-dark-dark500: #3f4456;
    --palette-dark-dark400: #272d42;
    --Color-background-neutral-on-surface: rgba(255 255 255 / 0.06);
    --Elevation-low: #060812;
    --Palette-Dark-Dark400: #272d42;
    --Color-interaction-hovered-inverse: rgba(255 255 255 / 0.14);
    --Color-interaction-pressed-inverse: rgba(255 255 255 / 0.24)
}

.theme62-header {
    --height: 74px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    max-width: calc(var(--width-container) + 32px);
    padding: 12px 16px;
    margin: 0 auto;
    background: var(--Elevation-surface, #0c1123);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    row-gap: 10px
}

.theme62-header::before {
    content: "";
    z-index: -1;
    width: 100vw;
    height: 100%;
    position: absolute;
    left: calc((100vw - 100%) / -2);
    pointer-events: none;
    top: 0;
    background: var(--Elevation-surface, #0c1123)
}

.theme62-header__logo img {
    max-width: 300px;
    max-height: 50px
}

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

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

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

.theme62-header__nav {
    z-index: 5;
    margin-left: 38px
}

.theme62-header__burger {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 12px 9px;
    margin: 4px;
    cursor: pointer;
    border-radius: var(--Corner_radius-3, 8px);
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background
}

.theme62-header__burger:active {
    background: var(--Color-interaction-pressed, rgba(250, 250, 251, .14))
}

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

.theme62-header__burger span, .theme62-header__burger::after, .theme62-header__burger::before {
    width: 18px;
    height: 2px;
    background-color: #fff;
    border-radius: 5px
}

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

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

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

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

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

.theme62-header:not(:has(.theme62-header__lang)) .theme62-header__burger {
    margin-left: auto;
}

.theme62-header__lang {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    z-index: 10;
    margin-left: auto;
    padding: 12px;
    border-radius: var(--Corner_radius-3, 8px);
    background: var(--Color-background-neutral-on-surface, rgba(255, 255, 255, .06));
    color: var(--Color-text-default, #fff);
    cursor: pointer;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background
}

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

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

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

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

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

.theme62-header__lang-list {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    width: 193px;
    max-width: 200px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: clip;
    border-radius: var(--Corner_radius-3, 8px);
    background: var(--Palette-Dark-Dark400, #272d42)
}

@supports not selector(::-webkit-scrollbar) {
    .theme62-header__lang-list {
        scrollbar-width: thin;
        scrollbar-color: rgba(255, 255, 255, .14) transparent
    }
}

.theme62-header__lang-list::-webkit-scrollbar {
    width: 4px
}

.theme62-header__lang-list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(255, 255, 255, .14);
    border-radius: 9px;
    border: 4px solid transparent
}

.theme62-header__lang-list::-webkit-scrollbar-track {
    background: 0 0;
    border-radius: 9px
}

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

.theme62-header__lang-list-item {
    padding: 12px;
    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;
    will-change: background
}

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

.theme62-header__lang-list-item :not(.current):active {
    background: var(--Color-interaction-pressed, rgba(255, 255, 255, .14))
}

.theme62-header__lang-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    width: 100%;
    color: var(--Color-text-default, #fff)
}

.theme62-header .theme62-header-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    column-gap: 16px;
    row-gap: 0;
    flex-wrap: wrap
}

.theme62-header .theme62-header-menu .submenu {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    color: var(--Color-text-default, #fff)
}

@supports not selector(::-webkit-scrollbar) {
    .theme62-header .theme62-header-menu .submenu {
        scrollbar-width: thin;
        scrollbar-color: var(--palette-dark-dark500) transparent
    }
}

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

.theme62-header .theme62-header-menu .submenu::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: var(--palette-dark-dark500);
    border-radius: 9px;
    border: 4px solid transparent
}

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

.theme62-header .theme62-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
}

.theme62-header .theme62-header-menu .item.parent {
    cursor: pointer
}

.theme62-header .theme62-header-menu .item.parent, .theme62-header .theme62-header-menu .item:not(.parent) a, .theme62-header .theme62-header-menu .item:not(.parent) span {
    display: flex;
    flex-direction: row;
    align-items: center
}

.theme62-header .theme62-header-menu .item.parent:active, .theme62-header .theme62-header-menu .item:not(.parent) a:active, .theme62-header .theme62-header-menu .item:not(.parent) span:active {
    color: var(--Color-background-primary, #8afbc6)
}

.theme62-header .theme62-header-menu .item.parent:active > a, .theme62-header .theme62-header-menu .item.parent:active > span, .theme62-header .theme62-header-menu .item:not(.parent) a:active > a, .theme62-header .theme62-header-menu .item:not(.parent) a:active > span, .theme62-header .theme62-header-menu .item:not(.parent) span:active > a, .theme62-header .theme62-header-menu .item:not(.parent) span:active > span {
    color: var(--Color-background-primary, #8afbc6)
}

.theme62-header .theme62-header-menu .item.current {
    color: var(--Color-background-primary, #8afbc6)
}

.theme62-header .theme62-header-menu .item.current > a, .theme62-header .theme62-header-menu .item.current > span {
    color: var(--Color-background-primary, #8afbc6)
}

.theme62-header .theme62-header-menu .item a, .theme62-header .theme62-header-menu .item span {
    display: flex;
    flex-direction: row;
    align-items: center;
    transition-property: background, color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background, color;
    padding: 10px 8px;
    color: var(--Color-text-default, #fff);
    font: var(--font-second);
}

.theme62-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),
.theme62-header-menu .item.parent:has(.submenu__link--current) .theme62-header-menu__link {
    color: var(--Color-background-primary, #8afbc6);
}

.theme62-header .theme62-header-menu .item span {
    color: var(--Color-background-primary, #8afbc6);
}

.theme62-header .theme62-header-menu .item a img, .theme62-header .theme62-header-menu .item span img {
    max-width: 24px;
    margin-right: 5px;
}

.theme62-header .theme62-header-menu .item svg {
    max-width: 20px;
    max-height: 20px;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: transform;
    transform: rotate(90deg);
}

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

.theme62-header.menu-active .theme62-header__burger:before {
    top: 17px;
    transform: rotate(45deg);
    transition: top .3s ease .1s, transform .3s ease-out .5s
}

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

.theme62-header.menu-active .theme62-header__burger::after {
    bottom: 17px;
    transform: rotate(-45deg);
    transition: bottom .3s ease .1s, transform .3s ease-out .5s
}

.theme62-footer {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: calc(var(--width-container) + var(--offsets, 20px) * 2);
    margin: 0 auto var(--wrapper-margin);
    padding: 16px var(--offsets, 20px) 0
}

.theme62-footer__dmca {
    margin-top: 10px;
}

.theme62-footer::before {
    content: "";
    width: calc(100% - var(--offsets, 20px) * 2);
    height: 1px;
    background-color: var(--Color-border-default, rgba(255, 255, 255, .14));
    position: absolute;
    top: 0;
    left: var(--offsets, 20px)
}

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

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

.theme62-footer__logo {
    position: relative
}

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

.theme62-footer__nav {
    padding-top: 24px;
    margin-top: 16px;
    border-top: 1px solid var(--Color-border-default, rgba(255, 255, 255, .14));
    width: 100%
}

.theme62-footer__nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap
}

.theme62-footer__nav-list-item {
    display: flex
}

.theme62-footer__nav-list a, .theme62-footer__nav-list span {
    display: block;
    color: var(--Color-text-default, #fff);
    padding: 10px 8px;
    font: var(--font-second);
    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: color
}

.theme62-footer__nav-list span {
    color: var(--Color-background-primary, #8afbc6)
}

.theme62-footer__nav-list a:active {
    color: var(--Color-text-accent-primary, #8afbc6)
}

.theme62-footer__external-links {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap
}

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

.theme62-footer__text {
    text-align: center
}

.theme62-footer__external-links, .theme62-footer__text {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--Color-border-default, rgba(255, 255, 255, .14))
}

.theme62-footer__copyright {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 13px;
    margin-top: 24px
}

.theme62-footer__menu-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    grid-column: 1;
    grid-column: 1/-1;
    padding-top: 32px;
    padding-bottom: 32px;
    border-top: 1px solid var(--Color-border-default, rgba(255, 255, 255, .14));
    width: 100%;
    margin-top: 20px;
}

.theme62-footer__providers, .theme62-footer__social {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    grid-column: 1 / -1;
    padding-top: 32px;
    padding-bottom: 32px;
    border-top: 1px solid var(--Color-border-default, rgba(255, 255, 255, .14));
}

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

.theme62-footer__copyright img, .theme62-footer__copyright svg {
    max-width: 40px;
    max-height: 40px
}

.theme62-section-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-block: 0 0;
    padding-block: 120px 64px;
    width: 100%;
    max-width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.theme62-section-hero img {
    max-width: 100%
}

.theme62-section-hero__image {
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
}

.theme62-section-hero > * {
    max-width: 922px;
    width: 100%;
}

.theme62-section-hero::before {
    content: attr(data-bg);
    position: absolute;
    top: 0;
    left: calc((100vw - 100%) / -2);
    width: 100vw;
    height: 100%;
    max-width: 100vw;
    z-index: -10;
}

.theme62-section-hero h1 {
    text-align: center;
    margin: 0
}

.theme62-section-hero p {
    text-align: center
}

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

.theme62-faq {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 24px;
    margin-top: 24px;
    place-items: flex-start
}

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

.theme62-text-image .theme62-faq__item {
    width: 100%;
}

.theme62-faq__item {
    position: relative;
    padding: 24px;
    border-radius: var(--Corner_radius-4, 16px);
    border: 1px solid var(--Color-border-input-default, rgba(255, 255, 255, .14));
    width: 100%;
}

.theme62-faq__item p {
    color: var(--Color-text-subtlest, #cfd0ce);
    /*padding-inline: 8px*/
}

.theme62-faq__item[data-open] .theme62-faq__answer-title {
    color: var(--Color-text-default, #fff)
}

.theme62-faq__item[data-open] .theme62-faq__answer-title svg {
    transform: rotate(-180deg)
}

.theme62-faq__item .theme62-faq__answer-title {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px;
    font: var(--font-second);
    font-weight: 500;
    color: var(--Color-text-subtlest, #cfd0ce);
    cursor: pointer;
    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: color;
    list-style: none
}

.theme62-faq__title {
    font-weight: 500;
}

.theme62-faq__item[data-open] .theme62-faq__answer p {
    display: block;
}

.theme62-faq__item .theme62-faq__answer p {
    display: none;
}

.theme62-faq__item .theme62-faq__answer-title svg {
    width: 16px;
    height: 16px;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: transform
}

.theme62-faq__item .theme62-faq__answer-title svg path {
    stroke: currentColor;
    transition-property: stroke;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: stroke
}

.theme62-faq__item .theme62-faq__answer-title::marker {
    content: ""
}

.theme62-faq__item .theme62-faq__answer-title::-webkit-details-marker {
    display: none
}

.theme62-breadcrumbs {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 64px auto 24px;
    max-width: var(--width-container)
}

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

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

.theme62-breadcrumbs li:not(:last-child) {
    padding-right: 56px
}

.theme62-breadcrumbs li:not(:last-child)::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="24" viewBox="0 0 25 24" fill="none"><path d="M4.5 12h16m0 0-5.177-5m5.177 5-5.177 5" stroke="%23fff" stroke-width="2" stroke-linecap="round"/></svg>');
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translate(0, -50%);
    width: 24px;
    height: 24px
}

.theme62-breadcrumbs li:last-child a, .theme62-breadcrumbs li:last-child .theme62-breadcrumbs__link--no-active {
    color: var(--Color-text-selected, #8afbc6)
}

.theme62-breadcrumbs a, .theme62-breadcrumbs .theme62-breadcrumbs__link--no-active {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 6px 8px;
    border-radius: var(--Corner_radius-2, 4px);
    background: var(--Elevation-high, rgba(255, 255, 255, .06));
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.25rem;
    font-weight: 600;
    color: var(--Color-text-default, #fff);
    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: color;
    gap: 3px;
}

.theme62-breadcrumbs a:active {
    color: var(--Color-text-selected, #8afbc6)
}

.btn {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    width: max-content;
    max-width: 100%;
    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;
    border-radius: 16px;
    font: var(--font-second);
    text-align: center
}

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

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

.btn.disabled, .btn[disabled] {
    background: var(--Color-background-disabled, rgba(255, 255, 255, .09));
    color: var(--Color-text-disabled, rgba(255, 255, 255, .24));
    border-color: var(--Color-border-disabled, rgba(255, 255, 255, .09))
}

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

.btn--primary:active, .btn--secondary:active {
    box-shadow: 0 4px 6px 0 rgba(34, 39, 44, .15)
}

.btn--primary:active::after, .btn--secondary:active::after {
    background: var(--Color-interaction-pressed-inverse, rgba(255, 255, 255, .24))
}

.btn--primary {
    background: var(--Color-background-primary, #8afbc6);
    color: var(--Color-text-inverse, #0f152c)
}

.btn--secondary {
    background: var(--Color-background-secondary, #fce767);
    color: var(--Color-text-inverse, #0f152c)
}

.btn--elevated:active, .btn--promo:active {
    box-shadow: 0 4px 6px 0 rgba(34, 39, 44, .15)
}

.btn--elevated:active::after, .btn--promo:active::after {
    background: var(--Color-interaction-pressed, rgba(255, 255, 255, .14))
}

.btn--elevated {
    color: var(--Color-text-default, #fff);
    background: var(--Color-background-neutral-on-surface, rgba(255, 255, 255, .06));
    box-shadow: 0 2px 3px 0 rgba(34, 39, 44, .15)
}

.btn--promo {
    color: var(--Color-text-default, #fff);
    background: var(--Color-background-neutral-on-surface, rgba(255, 255, 255, .06));
    box-shadow: 0 2px 3px 0 rgba(34, 39, 44, .15);
    border: 1px dashed var(--Color-icon-default, #fff)
}

.btn--outlined {
    border: 1px solid var(--Color-border-bold, rgba(255, 255, 255, .88));
    color: var(--Color-text-default, #fff)
}

.btn--outlined:active::after {
    background: var(--Color-interaction-pressed, rgba(255, 255, 255, .14))
}

.btn--text {
    padding: 8px;
    color: var(--Color-text-default, #fff)
}

.btn--text:active {
    color: var(--Color-text-accent-primary, #8afbc6)
}


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

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

.theme62-text-image img {
    border-radius: 16px;
    width: 100%;
}

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

.theme62-text-image h2.wp-block-heading {
    padding: 0;
    margin-bottom: 16px;
    border: none;
    text-align: left;
}

.theme62-toc {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 24px 24px 20px;
    border-radius: var(--Corner_radius-4, 16px);
    border: 1px solid var(--Color-border-default, rgba(255, 255, 255, .14));
    max-width: var(--width-container);
    width: 100%;
}

.theme62-toc__title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    color: var(--Color-text-default, #fff);
    margin: 0
}

.theme62-toc__nav, .theme62-toc-auto ol {
    padding-top: 16px;
    border-top: 1px solid var(--Color-border-default, rgba(255, 255, 255, .14));
    margin-top: 16px
}

.theme62-toc-auto ol li {
    padding: 0;
    min-height: auto;
}

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

.theme62-toc-auto ol:not([class]) > li:not(:first-child) {
    margin-top: 0;
}

.theme62-toc__list, .theme62-toc-auto ol {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 7px;
    overflow-y: auto;
    max-height: 169px;
    padding-right: 13px;
    margin-right: -21px
}

@supports not selector(::-webkit-scrollbar) {
    .theme62-toc__list, .theme62-toc-auto ol {
        scrollbar-width: thin;
        scrollbar-color: var(--palette-dark-dark500) transparent
    }
}

.theme62-toc__list::-webkit-scrollbar, .theme62-toc-auto ol::-webkit-scrollbar {
    width: 8px
}

.theme62-toc__list::-webkit-scrollbar-thumb, .theme62-toc-auto ol::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: var(--palette-dark-dark500);
    border-radius: 9px;
    border: 8px solid transparent
}

.theme62-toc__list::-webkit-scrollbar-track, .theme62-toc-auto ol::-webkit-scrollbar-track {
    background: 0 0;
    border-radius: 9px
}

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

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

.theme62-toc a {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px;
    font: var(--font-second);
    color: var(--Color-text-subtlest, #cfd0ce);
    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: color
}

.theme62-toc a:active {
    color: var(--Color-text-default, #fff)
}

.theme62-toc a:active::after {
    opacity: 1
}

.theme62-toc a::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M3 9h12m0 0-3.882-3.75M15 9l-3.882 3.75" stroke="%23fff" stroke-width="2" stroke-linecap="round"/></svg>');
    width: 18px;
    height: 18px;
    opacity: .8;
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: opacity
}

.theme62-mob-btn {
    position: sticky;
    left: 0;
    bottom: 0;
    z-index: 80;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 0 8px;
    visibility: hidden;
    border-radius: var(--Corner_radius-3, 8px);
    background: var(--primary-gradient, linear-gradient(91deg, #131a30 1.66%, #263f3b 99.78%));
    box-shadow: 0 -4px 0 0 #8afbc6 inset, -29px 23px 32px 0 rgba(21, 21, 21, .5)
}

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

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

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

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

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

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

.theme62-mob-btn .theme62-mob-btn__main span {
    font: var(--font-second);
    color: var(--Color-text-default, #fff)
}

.theme62-mob-btn .theme62-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
}

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

.theme62-mob-btn .theme62-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
}

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

.theme62-mob-btn .theme62-mob-btn__content p {
    margin: 0;
    color: var(--Color-text-subtlest, #cfd0ce)
}

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

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

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

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

.theme62-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(--Color-background-primary, #8afbc6);
    color: var(--Color-text-inverse, #0f152c);
    overflow: hidden;
    font-size: 20px;
    line-height: 20px;
}

.theme62-comments {
    padding: var(--offsets, 20px);
    border-radius: var(--Corner_radius-4, 16px);
    border: 1px solid var(--Color-border-default, rgba(255, 255, 255, .14));
    margin-top: 16px;
}

.theme62-comments__author {
    margin-bottom: 0;
}

.theme62-comments-form {
    margin-bottom: 8px
}

.theme62-comments-form__form {
    display: grid;
    grid-template-columns: 420px auto;
    gap: 20px 44px;
    border-radius: 12px;
    background: var(--block-color);
    box-shadow: 0 4px 32px -4px rgba(16, 16, 16, .08);
    padding: 24px
}

.theme62-comments-form__field {
    grid-column: 1
}

.theme62-comments-form__field-textarea {
    grid-row: 1/span 3;
    grid-column: 2
}

.theme62-comments-form__field {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.theme62-comments-form__alert {
    display: none
}

.theme62-comments-form__alert.success {
    display: flex;
    margin: auto;
    text-align: center;
    grid-column: 1/-1;
}

.theme62-comments-form__button {
    grid-row: 4;
    grid-column: 1/-1;
    width: fit-content;
    margin: auto
}

.theme62-comments-form__input, .theme62-comments-form__textarea {
    border: 1px solid var(--Color-interaction-pressed-inverse);
    padding: 10px 12px;
    background: 0 0;
    border: 1px solid var(--Color-border-default, rgba(255, 255, 255, .14));
    color: var(--Color-text-default, #fff);
    border-radius: 16px;
}

.theme62-comments-form__input::placeholder, .theme62-comments-form__textarea::placeholder {
    color: var(--subtext)
}

.theme62-comments-form__input:focus, .theme62-comments-form__textarea:focus {
    border: 1px solid var(--Color-background-primary, #8afbc6)
}

.theme62-comments-form__textarea {
    resize: none;
    width: 100%;
    height: 100%
}

.theme62-comments-form__label {
    color: var(--heading);
    font-size: 15px;
    font-weight: 400;
    line-height: 24px
}

.star-rating {
    width: fit-content;
    padding: 8px 12px;
    padding: var(--offsets, 20px);
    border-radius: var(--Corner_radius-4, 16px);
    border: 1px solid var(--Color-border-default, rgba(255, 255, 255, .14));
}

.star-rating s {
    font-size: 24px;
    line-height: 36px;
    text-decoration: none;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer
}

.star-rating s.active::before, .star-rating s.rated::before, .star-rating s:hover::before {
    content: "★";
    color: #ef6702
}

.star-rating s::before {
    content: "☆";
    color: #9a9a9a;
    margin-left: 12px
}

.star-first::before {
    margin-left: 0 !important
}

.theme62-comments {
    display: grid;
    gap: 12px
}

.theme62-comment__author:before {
    content: none
}


.theme62-comments__rating-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    margin-top: 12px;
    font-size: 14px
}

.theme62-comment__rating {
    display: flex;
    align-items: center;
    gap: 4px
}

.theme62-comment {
    border-radius: 12px;
    padding: 24px
}

.theme62-comment__rating-stars {
    display: flex;
    align-items: center
}

@media (max-width: 991.9px) {
    .theme62-comments-form__form {
        grid-template-columns:1fr;
        padding: 16px
    }
}

@media (max-width: 991.9px) {
    .theme62-comments-form__field-textarea {
        grid-row: 4;
        grid-column: 1;
        height: 185px
    }
}

@media (max-width: 991.9px) {
    .theme62-comments-form__button {
        grid-row: 5
    }
}

@media (max-width: 991.9px) {
    .theme62-comment {
        padding: 16px
    }
}

@media (max-width: 991.9px) {
    .theme62-comment__author {
        margin-bottom: 8px
    }
}

@media (max-width: 991.9px) {
    .theme62-comment__content {
        margin-top: 8px
    }
}

.theme62-comments-form__alert.error {
    display: flex;
    justify-content: center;
    grid-column: 1/-1;
}

.theme62-comments-form__field.error input, .theme62-comments-form__field.error textarea {
    border-color: red
}

.theme62-comments-form__alert.success {
    color: green
}

.theme62-comments-form__alert.error {
    color: red;
    border: none
}

.theme62-comments-form__alert.success {
    color: green
}


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

@media (min-width: 992px) {
    .theme62-list-custom {
        columns: 2;
        column-gap: 20px
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .theme62-header .theme62-header-menu .submenu {
        position: absolute;
        top: calc(100% + 8px);
        left: 0;
        width: max-content;
        max-width: 210px;
        max-height: 300px;
        overflow-y: auto;
        overflow-x: hidden;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 8px;
        display: none;
        padding: 8px;
        border-radius: 8px;
        background: var(--Elevation-surface, #0c1123)
    }

    .theme62-header .theme62-header-menu .submenu .item a, .theme62-header .theme62-header-menu .submenu .item span {
        width: 100%
    }
}

@media (min-width: 1240px) and (any-hover: hover) {
    .theme62-header .theme62-header-menu .item.parent:hover::before {
        display: block
    }

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

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

    .theme62-breadcrumbs {
        padding-inline: 16px
    }
}

@media (max-width: 1239.9px) {
    .theme62-header {
        flex-wrap: wrap
    }

    .theme62-header__nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: calc(100svh - var(--height));
        padding: 8px;
        margin-left: 0;
        overflow-y: auto;
        overflow-x: hidden;
        background: var(--Elevation-low, #060812)
    }

    @supports not selector(::-webkit-scrollbar) {
        .theme62-header__nav {
            scrollbar-width: thin;
            scrollbar-color: var(--palette-dark-dark500) transparent
        }
    }.theme62-header__nav::-webkit-scrollbar {
         width: 4px
     }

    .theme62-header__nav::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: var(--palette-dark-dark500);
        border-radius: 9px;
        border: 4px solid transparent
    }

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

    .theme62-header .theme62-header-menu {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 16px
    }

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

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

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

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

    .theme62-header .theme62-header-menu .item > svg {
        margin-left: auto
    }

    .theme62-header .theme62-header-menu .submenu {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        display: none;
        padding: 8px
    }

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

    .theme62-section-hero {
        background-position: 50% 0;
        background-size: 100% auto
    }
}

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

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

@media (max-width: 767.9px) {
    .theme62-header {
        --height: 130px
    }

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

    .theme62-header__btns .btn {
        flex: 1
    }

    .theme62-header__lang {
        margin-left: auto
    }

    .theme62-header__lang-list {
        width: 100%;
        max-width: 100px
    }

    .theme62-section-hero {
        margin-top: 0;
        padding-block: 64px 36px
    }

    .theme62-faq {
        grid-template-columns:1fr;
        row-gap: 8px
    }

    .theme62-breadcrumbs {
        margin: 16px auto
    }
}

@media (max-width: 575.9px) {
    .theme62-wrapper:not(.theme62-section-hero) > .btn {
        width: 100%
    }

    * + .theme62-text-image {
        margin-top: 16px;
    }

    .outlined-block {
        padding: 16px
    }

    :root {
        --font-h1: 700 2rem / 2.125rem var(--fonts);
        --font-h2: 600 1.5rem / 2rem var(--fonts);
        --font-h3: 600 1.25rem / 1.75rem var(--fonts);
        --font-second: 600 1rem / 1.375rem var(--fonts);
    }

    h2 {
        letter-spacing: 0
    }

    h2.wp-block-heading {
        margin-bottom: 16px
    }

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

    * + .wp-block-table {
        margin-top: 16px
    }


    .table-rows td:first-child {
        padding: 16px;
        width: 156px;
        white-space: normal
    }

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

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


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

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

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

    body {
        font-size: .9375rem;
        line-height: 1.375rem
    }

    :root {
        --wrapper-margin: 36px;
        --offsets: 16px
    }

    .theme62-header {
        column-gap: 10px
    }


    .theme62-footer__nav {
        padding-top: 16px
    }

    .theme62-footer__external-links, .theme62-footer__text {
        margin-top: 16px;
        padding-top: 16px
    }

    .theme62-footer__copyright {
        margin-top: 16px
    }

    .theme62-section-hero p {
        text-align: left
    }

    .theme62-section-hero .btn {
        width: 100%
    }

    .theme62-faq {
        margin-top: 16px
    }

    .theme62-faq__item {
        padding: 16px
    }


    .theme62-breadcrumbs a, .theme62-breadcrumbs span {
        font-size: .75rem
    }

    .theme62-content-buttons .btn {
        width: 100%;
        max-width: 100%;
    }

    .theme62-toc {
        padding: 16px;
        padding-bottom: 27px
    }

    .theme62-toc__title {
        font-size: 1.25rem;
        line-height: 1.75rem
    }

    .theme62-toc__list, .theme62-toc-auto ol {
        margin-right: -13px;
        padding-right: 4px
    }

    .theme62-mob-btn .theme62-mob-btn__main {
        font-size: .9375rem;
        line-height: 1.375rem
    }

    .theme62-text-image:not(.reversed) .theme62-text-image__content {
        display: contents;
    }

    .theme62-text-image:not(.reversed) img {
        order: -1;
        margin-bottom: 16px;
    }

    .theme62-text-image:not(.reversed) h2.wp-block-heading {
        order: -5;
    }

    .theme62-text-image:not(.reversed) {
        gap: 0;
    }

    .theme62-text-image:not(.reversed) .wp-block-heading + p {
        margin-top: 0;
    }
}

@media (max-width: 1239.9px) and (min-width: 768px) {
    .theme62-header__burger {
        order: 100
    }
}

@media (any-hover: hover) {
    a:hover {
        color: var(--Color-text-link-hovered, var(--palette-primary-primary400))
    }

    a:focus {
        color: var(--Color-text-link-pressed, var(--palette-primary-primary400))
    }

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

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

    .theme62-header__burger:hover {
        background: var(--Color-interaction-hovered, rgba(255, 255, 255, .06))
    }

    .theme62-header__burger:focus {
        background: var(--Color-interaction-pressed, rgba(250, 250, 251, .14))
    }

    .theme62-header__lang:hover {
        background: var(--Color-interaction-pressed, rgba(255, 255, 255, .14))
    }

    .theme62-header__lang-list-item :not(.current):hover {
        background: var(--Color-interaction-hovered, rgba(255, 255, 255, .06))
    }

    .theme62-header__lang-list-item :not(.current):focus {
        background: var(--Color-interaction-pressed, rgba(255, 255, 255, .14))
    }

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

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

    .theme62-header .theme62-header-menu .item.parent:hover, .theme62-header .theme62-header-menu .item:not(.parent) a:hover {
        color: var(--Color-background-primary, #8afbc6)
    }

    .theme62-header .theme62-header-menu .item.parent:hover > a, .theme62-header .theme62-header-menu .item.parent:hover > span, .theme62-header .theme62-header-menu .item:not(.parent) a:hover > a, .theme62-header .theme62-header-menu .item:not(.parent) a:hover > span > a > span {
        color: var(--Color-background-primary, #8afbc6)
    }

    .theme62-header .theme62-header-menu .item.parent:focus, .theme62-header .theme62-header-menu .item:not(.parent) a:focus, .theme62-header .theme62-header-menu .item:not(.parent) span:focus {
        color: var(--Color-background-primary, #8afbc6)
    }

    .theme62-header .theme62-header-menu .item.parent:focus > a, .theme62-header .theme62-header-menu .item.parent:focus > span, .theme62-header .theme62-header-menu .item:not(.parent) a:focus > a, .theme62-header .theme62-header-menu .item:not(.parent) a:focus > span, .theme62-header .theme62-header-menu .item:not(.parent) span:focus > a, .theme62-header .theme62-header-menu .item:not(.parent) span:focus > span {
        color: var(--Color-background-primary, #8afbc6)
    }

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

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

    .theme62-footer__nav-list a:hover {
        color: var(--Color-text-accent-primary, #8afbc6)
    }

    .theme62-footer__nav-list a:focus {
        color: var(--Color-text-accent-primary, #8afbc6)
    }

    .theme62-faq__item .theme62-faq__answer-title:hover {
        color: var(--Color-text-default, #fff)
    }

    .theme62-breadcrumbs a:hover {
        color: var(--Color-text-selected, #8afbc6)
    }

    .theme62-breadcrumbs a:focus {
        color: var(--Color-text-selected, #8afbc6)
    }

    .btn--primary:hover, .btn--secondary:hover {
        box-shadow: 0 2px 3px 0 rgba(34, 39, 44, .15)
    }

    .btn--primary:hover::after, .btn--secondary:hover::after {
        background: var(--Color-interaction-hovered-inverse, rgba(255, 255, 255, .14))
    }

    .btn--primary:focus, .btn--secondary:focus {
        box-shadow: 0 4px 6px 0 rgba(34, 39, 44, .15)
    }

    .btn--primary:focus::after, .btn--secondary:focus::after {
        background: var(--Color-interaction-pressed-inverse, rgba(255, 255, 255, .24))
    }

    .btn--elevated:hover, .btn--promo:hover {
        box-shadow: 0 4px 6px 0 rgba(34, 39, 44, .15)
    }

    .btn--elevated:hover::after, .btn--promo:hover::after {
        background: var(--Color-interaction-hovered, rgba(255, 255, 255, .06))
    }

    .btn--elevated:focus, .btn--promo:focus {
        box-shadow: 0 4px 6px 0 rgba(34, 39, 44, .15)
    }

    .btn--elevated:focus::after, .btn--promo:focus::after {
        background: var(--Color-interaction-pressed, rgba(255, 255, 255, .14))
    }

    .btn--outlined:hover::after {
        background: var(--Color-interaction-hovered, rgba(255, 255, 255, .06))
    }

    .btn--outlined:focus::after {
        background: var(--Color-interaction-pressed, rgba(255, 255, 255, .14))
    }

    .btn--text:hover {
        color: var(--Color-text-accent-primary, #8afbc6)
    }

    .btn--text:focus {
        color: var(--Color-text-accent-primary, #8afbc6)
    }

    .theme62-toc a:hover {
        color: var(--Color-text-default, #fff)
    }

    .theme62-toc a:hover::after {
        opacity: 1
    }

    .theme62-toc a:focus {
        color: var(--Color-text-default, #fff)
    }

    .theme62-toc a:focus::after {
        opacity: 1
    }

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

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

