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

.theme65-wrapper {
    position: relative;
    width: 100%;
    max-width: calc(var(--width-container));
    margin: var(--wrapper-margin) auto;
    padding: 32px;
    border-radius: 20px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(32, 32, 32, 0) 49.78%, var(--BG, #202020) 100%), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="120" height="120" viewBox="0 0 120 120" fill="none"><path d="M60 30 30 60l30 30 30-30zm0 60-30 30 30 30 30-30zm0-120L30 0l30 30L90 0z" stroke="%23373838"/><circle cx="60" cy="30" r="3" fill="%23373838"/><circle cx="90" cy="60" r="3" fill="%23373838"/><circle cx="90" cy="120" r="3" fill="%23373838"/><circle cx="90" r="3" fill="%23373838"/><circle cx="30" cy="60" r="3" fill="%23373838"/><circle cx="30" cy="120" r="3" fill="%23373838"/><circle cx="30" r="3" fill="%23373838"/><circle cy="30" r="3" fill="%23373838"/><circle cx="120" cy="30" r="3" fill="%23373838"/><circle cx="60" cy="90" r="3" fill="%23373838"/><circle cy="90" r="3" fill="%23373838"/><circle cx="120" cy="90" r="3" fill="%23373838"/><path d="m0 30-30 30L0 90l30-30zm0 60-30 30 30 30 30-30zM0-30-30 0 0 30 30 0zm120 60L90 60l30 30 30-30zm0 60-30 30 30 30 30-30zm0-120L90 0l30 30 30-30z" stroke="%23373838"/></svg>') var(--BG, #202020) top left/60px 60px repeat;
    border: 1px solid var(--bg-second, rgba(255, 255, 255, .1))
}

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

.theme65-wrapper:has(.theme65-toc) {
    padding: 0;
    border: none;
}

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

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

.wp-block-heading {
    scroll-margin-top: 80px;
}

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

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

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

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

* + p {
    margin-top: 16px;
}

p {
    line-height: normal;
}

.theme65-text-image p {
    line-height: 24px;
}

a {
    color: var(--Primary, #0bca6a);
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: opacity
}

a:active {
    opacity: .6
}

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

.wp-block-list .wp-block-list {
    margin-top: 5px;
}

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-block: 4px;
    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
}

ul.wp-block-list > li::before, ul:not([class]) > li::before {
    content: "";
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4px;
    height: 4px;
    background-color: var(--Text-and-Heading, #fff);
    border-radius: 50%;
    margin: 4px
}

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

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: 12px;
    top: 4px;
    width: 24px;
    height: 24px;
    line-height: 1;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: var(--Text-and-Heading, #fff);
    border: 1px solid currentColor
}

.wp-block-table {
    margin-top: 16px;
    overflow: scroll;
    overflow-x: auto;
}

table:not([class]) {
    width: 100%;
    table-layout: auto;
    border-spacing: 0;
    overflow: hidden;
    min-width: 500px;
}

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

.wp-block-table a {
    /*display: inline-flex;*/
    /*align-items: center;*/
    /*gap: 10px;*/
}

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

table {
    width: 100%;
    table-layout: auto;
    border-spacing: 0;
    border-radius: 6px;
    border: 1px solid var(--bg-second, rgba(255, 255, 255, .1));
    background: var(--bg-table);
}

table td, table th {
    padding: 12px
}

table td {
    color: var(--Text-and-Heading, #fff)
}

table th {
    font-weight: 700
}

table :is(th,td):not(:last-child) {
    border-right: 1px solid var(--bg-second, rgba(255, 255, 255, .1))
}

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

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

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

.no-scroll {
    overflow: hidden
}

body, html {
    font: 400 var(--font-default)/1.6 -apple-system, Roboto, BlinkMacSystemFont, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif
}

@supports not selector(::-webkit-scrollbar) {
    body, html {
        scrollbar-width: 8px;
        scrollbar-color: #0bca6a transparent
    }
}

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

body::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #0bca6a
}

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

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--BG, #202020);
    color: var(--Text-and-Heading, #fff);
    overflow-x: hidden
}

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

:root {
    --offsets: 120px;
    --width-container: 1440px;
    --wrapper-margin: 20px;
    --font-default: 15px;
    --fonts: -apple-system, Roboto, BlinkMacSystemFont, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    --font-text: 400 var(--font-default, 1rem)/1.5rem var(--fonts);
    --font-h1: 900 1.8rem/2.2rem var(--fonts);
    --font-h2: 700 1.6rem/1.86rem var(--fonts);
    --font-h3: 700 1.33rem/1.53rem var(--fonts);
    --font-second: 400 .93rem/1.06rem var(--fonts);
    --BG: #202020;
    --Primary: #0bca6a;
    --Text-and-Heading: #fff;
    --bg-table: rgba(0, 0, 0, .5);
    --bg-second: rgba(255, 255, 255, .1);
    --Text-and-Heading-second: #c2c2c2;
    --color-button: #fff;
    --Color-border-default: rgba(255, 255, 255, .14));
}

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

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

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

.theme65-header {
    --height: 56px;
    --theme65-header-padding: 10px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 0 auto;
    width: 100%;
    max-width: calc(var(--width-container) + var(--theme65-header-padding) * 2);
    padding: var(--theme65-header-padding);
    background: var(--BG, #202020)
}

.theme65-header a.theme65-header__logo {
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: opacity
}

.theme65-header a.theme65-header__logo:active {
    opacity: .6
}


.theme65-header__logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.theme65-header__logo img {
    max-width: 200px;
    max-height: 70px;
    object-fit: contain
}

.theme65-header__lang {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 10;
    border-radius: 5px;
    background: var(--BG, rgba(255, 255, 255, .1));
    font: var(--font-second);
    cursor: pointer;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background;
}

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

.theme65-header:not(:has(.theme65-header__nav)) .theme65-header__lang {
    margin-left: auto;
}

.theme65-header:has(.theme65-header__menu) .theme65-header__btns {
    margin-left: 0;
}

.theme65-header__lang.active::after {
    transform: rotate(-180deg);
    filter: grayscale(1) brightness(1.5)
}

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

.theme65-header__lang::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 d="m4 6 4 6 4-6z" fill="%230BCA6A"/></svg>');
    width: 16px;
    height: 16px;
    display: block;
    transition-property: transform, filter;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: transform, filter
}

.theme65-header__lang img {
    width: 24px;
    height: 20px;
    border-radius: 3px;
    object-fit: cover
}

.theme65-header__lang > img {
    margin-right: 4px
}

.theme65-header__lang-list {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    max-width: 200px;
    max-height: 300px;
    overflow: hidden auto;
    border-radius: 20px;
    border: 1px solid var(--Stroke, rgba(0, 0, 0, .1));
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="120" height="120" viewBox="0 0 120 120" fill="none"><path d="M60 30 30 60l30 30 30-30zm0 60-30 30 30 30 30-30zm0-120L30 0l30 30L90 0z" stroke="%23373838"/><circle cx="60" cy="30" r="3" fill="%23373838"/><circle cx="90" cy="60" r="3" fill="%23373838"/><circle cx="90" cy="120" r="3" fill="%23373838"/><circle cx="90" r="3" fill="%23373838"/><circle cx="30" cy="60" r="3" fill="%23373838"/><circle cx="30" cy="120" r="3" fill="%23373838"/><circle cx="30" r="3" fill="%23373838"/><circle cy="30" r="3" fill="%23373838"/><circle cx="120" cy="30" r="3" fill="%23373838"/><circle cx="60" cy="90" r="3" fill="%23373838"/><circle cy="90" r="3" fill="%23373838"/><circle cx="120" cy="90" r="3" fill="%23373838"/><path d="m0 30-30 30L0 90l30-30zm0 60-30 30 30 30 30-30zM0-30-30 0 0 30 30 0zm120 60L90 60l30 30 30-30zm0 60-30 30 30 30 30-30zm0-120L90 0l30 30 30-30z" stroke="%23373838"/></svg>') var(--BG, #202020) top left/60px 60px repeat;
    padding: 20px
}

@supports not selector(::-webkit-scrollbar) {
    .theme65-header__lang-list {
        scrollbar-width: thin;
        scrollbar-color: rgba(208, 216, 232, .3098039216) transparent
    }
}

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

.theme65-header__lang-list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(208, 216, 232, .3098039216);
    border-radius: 9px;
    border: 4px solid transparent
}

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

.theme65-header__lang-item {
    display: flex
}

.theme65-header__lang-item:not(:last-child) {
    margin-bottom: 10px
}

.theme65-header__lang-link {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    color: var(--Text-and-Heading-second, #c2c2c2);
    padding: 10px;
    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: color
}

.theme65-header__lang-link img {
    margin-right: 8px
}

.theme65-header__lang-link:not(.current):active {
    color: var(--Primary, #0bca6a)
}

.theme65-header__nav {
    z-index: 5;
    margin-inline: auto
}

.theme65-header__burger {
    position: relative;
    width: 36px;
    height: 36px;
    cursor: pointer;
    order: -1
}

.theme65-header__burger::after, .theme65-header__burger::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.theme65-header__burger::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36" fill="none"><path d="M8 12h20M8 18h20M8 24h12" stroke="%23fff" stroke-width="2" stroke-linecap="round"/></svg>');
    display: block;
    width: 36px;
    height: 36px
}

.theme65-header__burger::before {
    content: "";
    width: 46px;
    height: 46px;
    border-radius: 50%;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background
}

.theme65-header__burger:active::before {
    background: var(--Stroke, rgba(255, 255, 255, .08))
}

.theme65-header .theme65-header-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap
}

.theme65-header-menu__link img, .theme65-header-menu__link svg {
    max-width: 20px;
    max-height: 20px;
}

.theme65-header-menu__link {
    display: flex;
    align-items: center;
    gap: 5px;
}

.theme65-header .theme65-header-menu a, .theme65-header .theme65-header-menu span {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--Text-and-Heading, #fff);
    font: var(--font-second);
    transition-property: background, color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background, color
}

.theme65-header .theme65-header-menu span {
    color: var(--Primary, #0bca6a);
}

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

.theme65-header .theme65-header-menu .item.parent {
    display: flex;
    flex-direction: row;
    align-items: center
}

.theme65-header-menu .item.parent:has(.submenu__link--current) .theme65-header-menu__link {
    color: var(--Primary, #0bca6a);
}

.theme65-header .theme65-header-menu .item.parent::after {
    content: "";
    display: block;
    background: 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 d="m4 6 4 6 4-6z" fill="%230BCA6A"/></svg>') center/contain no-repeat;
    width: 16px;
    height: 16px;
    transition-property: transform, filter;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: transform, filter
}

.theme65-header .theme65-header-menu .item.current.parent, .theme65-header .theme65-header-menu .item.current:not(.parent) > :is(a,span) {
    color: var(--Primary, #0bca6a)
}

.theme65-header .theme65-header-menu .item.current.parent > :is(a,span), .theme65-header .theme65-header-menu .item.current:not(.parent) > :is(a,span) > :is(a,span) {
    color: var(--Primary, #0bca6a)
}

.theme65-header .theme65-header-menu .submenu {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%
}

@supports not selector(::-webkit-scrollbar) {
    .theme65-header .theme65-header-menu .submenu {
        scrollbar-width: thin;
        scrollbar-color: rgba(208, 216, 232, .3098039216) transparent
    }
}

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

.theme65-header .theme65-header-menu .submenu::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(208, 216, 232, .3098039216);
    border-radius: 9px;
    border: 4px solid transparent
}

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

.theme65-header .theme65-header-menu .submenu a, .theme65-header .theme65-header-menu .submenu span {
    width: 100%;
    padding: 10px 20px;
    color: var(--Text-and-Heading-second, #c2c2c2)
}

.theme65-header .theme65-header-menu .submenu span {
    color: var(--Primary, #0bca6a);
}

.theme65-header.menu-active .theme65-header__burger::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36" fill="none"><path d="m12 24 12-12m-12 0 12 12" stroke="%23fff" stroke-width="2" stroke-linecap="round"/></svg>')
}

* + .theme65-custom-image {
    margin-top: 20px;
}

.theme65-custom-image {
    display: flex;
    justify-content: center;
}

.theme65-header__btns {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap: 12px;
}


.theme65-header__btns .btn {
    font: var(--font-second);
    font-size: line-height(16);
    padding: 10px 20px
}

.theme65-footer {
    position: relative;
    display: grid;
    place-items: flex-start;
    grid-template-columns:1fr 1fr;
    gap: 0px 44px;
    width: 100%;
    max-width: calc(var(--width-container));
    margin: var(--wrapper-margin) auto 0;
    padding: 32px;
    background: var(--BG, #202020);
    border-radius: 20px 20px 0 0;
    border: 1px solid var(--bg-second, rgba(255, 255, 255, .1))
}

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

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

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

.theme65-footer__dmca {
    grid-column: 1/-1;
    margin: 20px auto 0 auto;
}

.theme65-footer__providers, .theme65-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));
}

.theme65-footer__social {
    border-bottom: 1px solid var(--Color-border-default, rgba(255, 255, 255, .14));
}

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

.theme65-footer__social img, .theme65-footer__social svg {
    max-height: 30px
}

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

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

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

.theme65-footer__main, .theme65-footer__nav {
    width: 100%
}

.theme65-footer__main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px
}

.theme65-footer__main p {
    margin-top: 0;
    line-height: 1.2
}

.theme65-footer__logo {
    position: relative
}

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

.theme65-footer__nav-list {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 8px;
    width: 100%
}

.theme65-footer__nav-list a, .theme65-footer__nav-list li {
    width: 100%
}

.theme65-footer__nav-list a {
    display: block;
    color: var(--Primary, #0bca6a);
    padding-block: 4px;
    font: var(--font-second);
    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: color
}

.theme65-footer__nav-list a:active {
    color: var(--Text-and-Heading, #fff);
}

.theme65-footer__copyright {
    grid-column: 1/-1;
    text-align: center;
    color: var(--Text-and-Heading, #fff);
    place-self: center
}

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

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

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

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

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

.theme65-section-hero p {
    line-height: 1.2rem
}

.theme65-section-hero h1 {
    text-align: center
}

.theme65-section-hero .btn {
    min-width: 320px
}

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

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

.theme65-faq {
    position: relative;
    border-radius: 20px;
    border: 1px solid var(--bg-second, rgba(255, 255, 255, .1))
}

.theme65-faq__title + p {
    margin-top: -10px
}

.theme65-faq p {
    color: var(--Text-and-Heading, #fff);
    font-size: 1rem;
    line-height: 1.2rem;
    padding-inline: 20px
}

.theme65-faq[data-open] {
    padding-bottom: 20px
}

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

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

.theme65-faq[data-open] .theme65-faq__title svg path {
    fill: #fff
}

.theme65-faq__title {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    padding: 20px;
    color: var(--Text-and-Heading, #fff);
    font-size: 1.3333333333rem;
    font-weight: 700;
    line-height: 1.5333333333rem;
    cursor: pointer;
    margin: 0;
    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: color;
    list-style: none
}

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

.theme65-faq__title svg path {
    transition-property: fill;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: fill
}

* + .theme65-faq {
    margin-top: 10px;
}

/*.theme65-faq summary::marker {*/
/*    content: ""*/
/*}*/

/*.theme65-faq summary::-webkit-details-marker {*/
/*    display: none*/
/*}*/

.theme65-breadcrumbs {
    width: 100%;
    margin: 4px auto;
    max-width: var(--width-container)
}

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

.theme65-breadcrumbs li {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px
}

.theme65-breadcrumbs li:not(:last-child) {
    padding-right: 24px
}

.theme65-breadcrumbs li:not(:last-child)::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 d="m5 12 6-4-6-4z" fill="%230BCA6A"/></svg>');
    display: block;
    position: absolute;
    top: calc(50% - 3px);
    right: 4px;
    transform: translate(0, -50%);
    width: 16px;
    height: 16px
}

.theme65-breadcrumbs li:last-child a, .theme65-breadcrumbs li:last-child span {
    color: var(--Text-and-Heading-second, #c2c2c2)
}

.theme65-breadcrumbs a, .theme65-breadcrumbs span {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 8px;
    font: var(--font-second);
    color: var(--Text-and-Heading, #fff);
    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: color
}

.theme65-breadcrumbs a:active {
    color: var(--Text-and-Heading-second, #c2c2c2)
}

.btn {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 15px 30px;
    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: 10px;
    text-align: center;
    font-size: 1.0666666667rem;
    font-weight: 600;
    line-height: 1
}

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

.btn.disabled, .btn[disabled] {
    filter: grayscale(1);
    pointer-events: none
}

.btn:active {
    opacity: .6
}

.btn--primary {
    color: var(--color-button, #fff);
    background: var(--Primary, #0bca6a)
}

.btn--primary svg {
    fill: var(--color-button, #fff);;
}

.btn--secondary {
    color: var(--Primary, #0bca6a);
    border: 1px solid var(--Primary, #0bca6a)
}

.btn--secondary svg {
    fill: var(--Primary, #0bca6a);
}

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

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

.theme65-text-image img {
    border-radius: 6px;
    width: 100%;
    order: 2;
}

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

.content-img {
    display: grid;
    column-gap: 32px;
    grid-auto-columns: 1fr
}

.content-img:not(:first-child) {
    margin-top: 60px
}

.content-img > * {
    margin: 0
}

.content-img > :not([class]) {
    margin: 0
}

.content-img img {
    width: 100%;
    max-width: 100%
}

.content-img h2, .content-img h3 {
    text-align: center
}

* + .theme65-toc {
    margin-top: 16px;
}

.theme65-toc {
    padding: 0;
    background: var(--BG, #202020);
    border: 1px solid var(--bg-second, rgba(255, 255, 255, .1));
    border-radius: 20px;
}

.theme65-toc::after {
    display: none
}

.theme65-toc.active .theme65-toc__title::after {
    transform: rotate(-180deg);
    filter: grayscale(1) brightness(1.5)
}

.theme65-toc.active .theme65-toc__nav, .theme65-toc-auto.active ol {
    display: flex;
	
}

.theme65-toc__title {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin: 0;
    padding: 20px;
    font-size: 1.3333333333rem;
    font-weight: 700;
    line-height: 1.5333333333rem;
    cursor: pointer
}

.theme65-toc__title::after {
    content: "";
    display: block;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="17" viewBox="0 0 16 17" fill="none"><path d="m4 6.5 4 6 4-6z" fill="%230BCA6A"/></svg>') center/100% no-repeat;
    width: 16px;
    height: 16px;
    transition-property: transform, filter;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: transform, filter
}

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

.theme65-toc__nav, .theme65-toc-auto ol {
    padding: 0 20px 20px;
    display: none
}

.theme65-toc__list, .theme65-toc-auto ol {
    display: flex;
    flex-direction: row;
	gap: 24px;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: wrap
}

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

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

.theme65-toc__item a {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    padding: 4px 8px;
    font-size: 1rem;
    line-height: 1.2rem;
    color: var(--Headings, #fff);
    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: color
}

.theme65-toc__item a::before {
    content: "";
    background: 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 d="m5 12 6-4-6-4z" fill="%230BCA6A"/></svg>') center/100% no-repeat;
    display: block;
    width: 16px;
    height: 16px
}

.theme65-toc__item a:active {
    color: var(--Primary, #0bca6a)
}

.theme65-mob-btn {
    position: sticky;
    left: 0;
    bottom: 8px;
    z-index: 80;
    border-radius: 20px;
    border: 1px solid var(--bg-second, rgba(255, 255, 255, .1));
    background: var(--BG, #202020);
    padding: 10px;
    margin: 10px;
    width: calc(100% - 20px);
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--Text-and-Heading, #fff);
    font-size: .8rem;
    line-height: .9333333333rem;
    visibility: hidden;
}

.theme65-mob-btn__content span {
    color: var(--Primary, #0bca6a);
}

.theme65-mob-btn img, .theme65-mob-btn svg {
    max-width: 100px;
    max-height: 44px
}

.theme65-mob-btn .btn {
    padding: 10px 20px;
    margin-left: auto;
    min-width: max-content;
    font-size: .9333333333rem;
    font-weight: 600;
    line-height: 1.0666666667rem
}

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

.theme65-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(--Primary, #0bca6a);
    color: var(--Text-and-Heading, #fff);
    overflow: hidden;
    font-size: 20px;
    line-height: 20px;
}

.theme65-header__lang-list-item {
    position: relative;
}

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

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

@media (min-width: 768px) {
    .content-img:has(img:not(:first-child):not(:last-child)) {
        grid-template-columns:repeat(2, 1fr)
    }

    .content-img > * {
        grid-column: 1/2
    }

    .content-img > *, .content-img > :not([class]) {
        margin: 0;
        margin-top: 16px
    }

    .content-img > :first-child, .content-img > :not([class]):first-child {
        margin-top: 0
    }

    .content-img > :is(h2), .content-img > :not([class]):is(h2) {
        margin-bottom: 4px
    }

    .content-img img {
        grid-column: 2/3;
        grid-row: 2/50
    }

    .content-img img:first-child:last-child {
        grid-column: unset;
        grid-row: unset;
        margin: 0
    }

    .content-img h2, .content-img h3 {
        grid-column: 1/-1
    }

    .content-img.reverse:has(img) > * {
        grid-column: 2/3
    }

    .content-img.reverse:has(img) img {
        grid-column: 1/2
    }
}

@media (min-width: 1112.1px) {
    .theme65-header__lang-list {
        box-shadow: 0 0 11px -3px #777
    }

    .theme65-header__lang {
        width: 72px;
        height: 30px;
        min-width: max-content;
        padding: 5px
    }

    .theme65-header__menu {
        display: contents
    }

    .theme65-header__burger {
        display: none
    }

    .theme65-header .theme65-header-menu > .item.parent, .theme65-header .theme65-header-menu > .item:not(.parent) > :is(a,span) {
        padding: 10px
    }

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

    .theme65-header .theme65-header-menu > .item.parent::after {
        /*margin-left: 5px*/
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .theme65-header .theme65-header-menu .submenu {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: max-content;
        max-width: 210px;
        max-height: 300px;
        overflow-y: auto;
        padding: 20px;
        display: none;
        box-shadow: 0 0 11px -3px #777;
        gap: 10px;
        border-radius: 20px;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="120" height="120" viewBox="0 0 120 120" fill="none"><path d="M60 30 30 60l30 30 30-30zm0 60-30 30 30 30 30-30zm0-120L30 0l30 30L90 0z" stroke="%23373838"/><circle cx="60" cy="30" r="3" fill="%23373838"/><circle cx="90" cy="60" r="3" fill="%23373838"/><circle cx="90" cy="120" r="3" fill="%23373838"/><circle cx="90" r="3" fill="%23373838"/><circle cx="30" cy="60" r="3" fill="%23373838"/><circle cx="30" cy="120" r="3" fill="%23373838"/><circle cx="30" r="3" fill="%23373838"/><circle cy="30" r="3" fill="%23373838"/><circle cx="120" cy="30" r="3" fill="%23373838"/><circle cx="60" cy="90" r="3" fill="%23373838"/><circle cy="90" r="3" fill="%23373838"/><circle cx="120" cy="90" r="3" fill="%23373838"/><path d="m0 30-30 30L0 90l30-30zm0 60-30 30 30 30 30-30zM0-30-30 0 0 30 30 0zm120 60L90 60l30 30 30-30zm0 60-30 30 30 30 30-30zm0-120L90 0l30 30 30-30z" stroke="%23373838"/></svg>') var(--BG, #202020) top left/60px 60px repeat
    }
}

@media (min-width: 1112.1px) and (any-hover: hover) {
    .theme65-header .theme65-header-menu > .item.parent:hover::after {
        transform: rotate(-180deg);
        filter: grayscale(1) brightness(1.5)
    }

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

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

@media (max-width: 1680px) {
    .theme65-wrapper {
        margin-inline: var(--offsets, 120px);
        max-width: calc(100% - var(--offsets, 120px) * 2)
    }

    .theme65-header {
        margin-inline: calc(var(--offsets, 120px) - var(--theme65-header-padding));
        max-width: calc(100% - (var(--offsets, 120px) - var(--theme65-header-padding)) * 2)
    }

    .theme65-footer {
        margin-inline: var(--offsets, 120px);
        max-width: calc(100% - var(--offsets, 120px) * 2)
    }

    .theme65-breadcrumbs {
        margin-inline: var(--offsets, 160px);
        max-width: calc(100% - var(--offsets, 120px) * 2)
    }
}

@media (max-width: 1280px) {
    .theme65-wrapper {
        max-width: var(--width-container);
        margin-inline: auto
    }

    :root {
        --offsets: 20px;
        --width-container: 1040px
    }

    .theme65-header {
        max-width: calc(var(--width-container) + var(--theme65-header-padding) * 2);
        margin-inline: auto
    }

    .theme65-footer {
        max-width: var(--width-container);
        margin-inline: auto
    }

    .theme65-breadcrumbs {
        max-width: var(--width-container);
        margin-inline: auto
    }
}

@media (max-width: 1112px) {
    .theme65-header__lang {
        width: 100%;
        gap: 4px;
        flex-wrap: wrap;
        padding: 10px
    }

    .theme65-header__lang::after {
        margin-left: auto
    }

    .theme65-header__lang-list {
        width: calc(100% + 20px);
        height: calc(100dvh - var(--height) - 75px);
        height: auto;
        margin-inline: -1px;
        max-width: unset;
        background: 0 0;
        border-radius: 0 0 5px 5px;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        order: 200;
        padding: 20px 0 0;
        border: 0
    }

    .theme65-header__menu {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
        position: absolute;
        top: 100%;
        left: calc((100vw - 100%) / -2);
        width: 100dvw;
        height: calc(100dvh - var(--height));
        background: var(--BG, #202020);
        padding-inline: calc((100vw - 100%) / 2);
        padding-bottom: 32px
    }

    .theme65-header__nav {
        width: 100%;
        overflow-y: auto;
        overflow-x: hidden
    }

    @supports not selector(::-webkit-scrollbar) {
        .theme65-header__nav {
            scrollbar-width: thin;
            scrollbar-color: rgba(208, 216, 232, .3098039216) transparent
        }
    }.theme65-header__nav::-webkit-scrollbar {
         width: 4px
     }

    .theme65-header__nav::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: rgba(208, 216, 232, .3098039216);
        border-radius: 9px;
        border: 4px solid transparent
    }

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

    .theme65-header .theme65-header-menu {
        flex-direction: column;
        align-items: stretch;
        gap: 10px
    }

    .theme65-header .theme65-header-menu .item.parent {
        flex-wrap: wrap
    }

    .theme65-header .theme65-header-menu .item.parent::after {
        order: 2;
        margin-left: auto
    }

    .theme65-header .theme65-header-menu .item.parent > a, .theme65-header .theme65-header-menu .item.parent > span {
        margin-right: 5px
    }

    .theme65-header .theme65-header-menu .item.parent.active::after {
        transform: rotate(-180deg);
        filter: grayscale(1) brightness(1.5)
    }

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

    .theme65-header .theme65-header-menu > .item > :is(a,span) {
        padding: 10px
    }

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

    .theme65-header .theme65-header-menu .submenu {
        order: 3;
        position: relative;
        top: 0;
        left: 0;
        margin-top: 5px;
        display: none
    }

    .theme65-header:not(.menu-active) .theme65-header__lang, .theme65-header:not(.menu-active) .theme65-header__menu, .theme65-header:not(.menu-active) .theme65-header__nav {
        display: none
    }

    .theme65-header__btns {
        margin-left: auto
    }

    .theme65-header:has(.theme65-header__menu) .theme65-header__btns {
        margin-left: auto;
    }
}

@media (max-width: 1080px) {
    .theme65-wrapper {
        margin-inline: var(--offsets, 20px);
        max-width: calc(100% - var(--offsets, 20px) * 2)
    }

    .theme65-footer {
        margin-inline: var(--offsets, 20px);
        max-width: calc(100% - var(--offsets, 20px) * 2)
    }
}

@media (max-width: 1040px) {
    .theme65-header {
        max-width: 100%
    }

    .theme65-header__menu {
        padding-inline: 10px
    }

    .theme65-breadcrumbs {
        max-width: calc(100% - 20px);
        margin-inline: 10px
    }
}

@media (max-width: 1023px) {
    .theme65-text-image {
        display: block;
    }

    .theme65-text-image .theme65-text-image__content {
        margin-top: 20px;
    }

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

    .theme65-content-buttons {
        margin-top: 16px;
    }
}

@media (max-width: 767.9px) {
    .theme65-header {
        --height: 102px;
        flex-wrap: wrap
    }

    .theme65-header__burger {
        order: unset;
        margin-left: auto
    }

    .theme65-header__btns {
        width: 100%;
        gap: 10px
    }

    .theme65-header__btns .btn {
        flex: 1
    }

    .theme65-footer {
        grid-template-columns:1fr;
        gap: 0
    }

    .theme65-footer__main {
        gap: 20px;
        align-items: center
    }

    .theme65-footer__nav {
        padding-top: 20px;
        margin-top: 20px;
        border-top: 1px solid rgba(255, 255, 255, .08)
    }

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

    .content-img {
        row-gap: 16px
    }

    .content-img:not(:first-child) {
        margin-top: 40px
    }

    .content-img .btn {
        width: 100%
    }

    .content-img.reverse img {
        order: -1
    }

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

@media (max-width: 575.9px) {
    .theme65-wrapper {
        padding: 16px
    }

    .theme65-wrapper:not(.theme65-section-hero) > .btn {
        width: 100%
    }

    :root {
        --offsets: 10px
    }

    .theme65-footer {
        padding: 16px
    }

    .theme65-footer__nav-list {
        grid-template-columns:1fr
    }

    .theme65-footer__copyright {
        font-size: .9333333333rem;
        line-height: 1.0666666667rem
    }

    .theme65-section-hero {
        margin-block: 10px;
        padding: 20px
    }

    .theme65-section-hero .btn {
        min-width: unset;
        width: 100%
    }

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

}

@media (any-hover: hover) {
    a:hover {
        opacity: .6
    }

    a:focus {
        opacity: .6
    }

    .theme65-header a.theme65-header__logo:hover {
        opacity: .6
    }

    .theme65-header a.theme65-header__logo:focus {
        opacity: .6
    }

    .theme65-header__lang:not(.active):hover {
        background: rgba(255, 255, 255, .3)
    }

    .theme65-header__lang-link:not(.current):hover {
        color: var(--Primary, #0bca6a)
    }

    .theme65-header__lang-link:not(.current):focus {
        color: var(--Primary, #0bca6a)
    }

    .theme65-header__burger:hover::before {
        background: var(--Stroke, rgba(255, 255, 255, .08))
    }

    .theme65-header__burger:focus::before {
        background: var(--Stroke, rgba(255, 255, 255, .08))
    }

    .theme65-header .theme65-header-menu .item.parent:not(.active):hover, .theme65-header .theme65-header-menu .item:not(.parent) > :is(a):hover {
        color: var(--Primary, #0bca6a)
    }

    .theme65-header .theme65-header-menu .item.parent:not(.active):hover > :is(a,span), .theme65-header .theme65-header-menu .item:not(.parent) > :is(a):hover > :is(a) {
        color: var(--Primary, #0bca6a)
    }

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

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

    .theme65-footer__nav-list a:hover {
        color: var(--Text-and-Heading, #fff);
    }

    .theme65-footer__nav-list a:focus {
        color: var(--Text-and-Heading, #fff);
    }

    .theme65-faq .theme65-faq__title:hover {
        color: var(--Primary, #0bca6a)
    }

    .theme65-breadcrumbs a:hover {
        color: var(--Text-and-Heading-second, #c2c2c2)
    }

    .theme65-breadcrumbs a:focus {
        color: var(--Text-and-Heading-second, #c2c2c2)
    }

    .btn:hover {
        opacity: .6
    }

    .btn:focus {
        opacity: .6
    }

    .theme65-toc__title:hover::before {
        background-color: rgba(255, 255, 255, .2)
    }

    .theme65-toc__item a:hover {
        color: var(--Primary, #0bca6a)
    }

    .theme65-toc__item a:focus {
        color: var(--Primary, #0bca6a)
    }
}

@media (hover: none) and (pointer: coarse) {
    .theme65-header .theme65-header-menu .item.parent:not(.active):active, .theme65-header .theme65-header-menu .item:not(.parent) > :is(a,span):active {
        color: var(--Primary, #0bca6a)
    }

    .theme65-header .theme65-header-menu .item.parent:not(.active):active > :is(a,span), .theme65-header .theme65-header-menu .item:not(.parent) > :is(a,span):active > :is(a,span) {
        color: var(--Primary, #0bca6a)
    }
}


.theme65-page-404__title {
    font-size: 80px;
    text-align: center;
    margin: 20px;
    line-height: normal;
}

.theme65-page-404__subtitle {
    text-align: center;
    font-size: 20px;
}

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