/* Block: categories-list (categories-list) */
.g-2565c230 { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-2565c230 .g-652f0e82 { position: relative; text-decoration: none; background: linear-gradient(180deg, var(--color-surface) 0%, transparent 100%); border-radius: var(--b-radius); padding: 24px 24px 150px; min-height: 178px; overflow-wrap: break-word; word-break: break-word; text-wrap: balance; grid-column: span 2; transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-2565c230 .g-652f0e82:hover { background: linear-gradient(180deg, var(--color-surface) 0%, var(--color-surface) 100%); box-shadow: inset var(--shadow); transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-2565c230 .g-652f0e82:hover .g-ebb9d64e { opacity: 1; }
.g-2565c230 .g-61c144d1 { position: relative; z-index: 1; }
.g-2565c230 .g-ebb9d64e { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-2565c230 .g-54e37734 { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-2565c230 .g-54e37734 .g-ebb9d64e { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-652f0e82 { min-height: 144px; padding-bottom: 82px; }
.g-ebb9d64e { font-size: 72px; }
.g-54e37734 { padding-bottom: 120px; min-height: 159px; }
.g-54e37734 .g-ebb9d64e { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-2565c230 { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-652f0e82 { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-ebb9d64e { font-size: 56px; right: 16px; bottom: 16px; }
.g-54e37734 { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-54e37734 .g-ebb9d64e { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-e583dcd6 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-m) 0 var(--section-padding); }
.g-e583dcd6 .g-eee23809 { background-color: var(--color-surface); border-radius: var(--b-radius); text-align: center; padding: var(--size-s); }
.g-e583dcd6 .g-430eeae5 { font-size: 80px; }
.g-e583dcd6 .g-9e81953a { margin-top: var(--size-xs); }
.g-e583dcd6 .g-ed703f28 { text-align: center; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-eee23809 { padding: var(--size-xs); }
.g-430eeae5 { font-size: 64px; }
.g-ed703f28 { margin-top: var(--size-xs); }
 }

/* Block: comments (comments) */
.comments-block .comments {
    list-style: none;
    padding: 0;
}

.comments-block .comments ul {
    padding: 0;
}

.comments-block .comment {
    list-style: none;
}

.comments-block .comments-title,
.comments-block .comment-reply-title {
    font-size: clamp(1.5rem, 0.8839779006vw + 1.2928176796rem, 2rem);
    font-weight: 600;
    line-height: 120%;
    margin-bottom: var(--size-m);
}

.comments-block .comment-body,
.comments-block .comment-respond {
    margin-top: var(--size-m);
    background-color: var(--color-surface);
    padding: var(--size-s);
    border-radius: var(--b-radius);
}

.comments-block .comment-content {
    margin-top: var(--size-s);
}

.comments-block .comment-metadata {
    margin-top: var(--size-xxs);
}

.comments-block .avatar {
    border-radius: 50%;
    margin-right: var(--size-xs);
}

.comments-block .comment-form {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: var(--size-xs);
}

.comments-block .comment-form p {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: var(--size-xxs);
}

.comments-block .comment-form input[type="email"],
.comments-block .comment-form input[type="text"],
.comments-block .comment-form input[type="url"],
.comments-block .comment-form textarea {
    width: 100%;
    border: 0;
    border-radius: var(--b-radius);
    font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem);
    font-weight: 400;
    line-height: 120%;
    color: var(--color-text);
    background-color: var(--color-bg);
    outline: none;
}

.comments-block .comment-form input[type="email"],
.comments-block .comment-form input[type="text"],
.comments-block .comment-form input[type="url"] {
    height: var(--size-l);
}

.comments-block .comment-form textarea {
    min-height: 130px;
    resize: vertical;
}

.comments-block .comment-form .submit {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--color-text-light);
    padding: 9px 75px;
    min-height: var(--size-l);
    text-decoration: none;
    font-size: 18px;
    border: 0;
    cursor: pointer;
    background-color: var(--color-primary);
    border-radius: var(--b-radius);
}

.comments-block p.comment-form-cookies-consent {
    flex-direction: row;
    align-items: center;
}

/* Block: cookie (cookie) */
.g-d09407ab { display: none; position: fixed; bottom: 30px; left: var(--wrapper-padding); width: calc(100% - var(--wrapper-padding) * 2); max-width: 600px; padding: var(--size-m); z-index: 3; }
.g-950cbe3c { display: block; }
.g-0abff72f { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-d09407ab { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-0abff72f { gap: var(--size-xxs); }
.g-427a9c0b { width: 100%; }
 }

/* Block: featured-posts (featured-posts) */
.g-b4deccbe { margin-top: var(--size-m); }
.g-fbdde7e5 { margin-top: var(--size-m); }
.g-fb3ed08c { margin-top: var(--size-xl); }
.g-fb38ae4a { align-items: stretch; }
.g-cbfaacee { height: auto; }
.g-fd196bdc { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-fd196bdc .g-21625bf9 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-fd196bdc .g-a7d9ed56 { background: var(--color-primary); transform: scale(1.2); }
.g-2eef5f52 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

/* Block: footer (footer) */
.g-31178813 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-42bed5a3 { text-align: center; position: fixed; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%) scale(0.7); padding: var(--size-xs) var(--size-s); border-radius: 14px; background: var(--color-secondary); box-shadow: var(--shadow); color: var(--color-text-light); opacity: 0; visibility: hidden; transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease; z-index: 1000; }
.g-42bed5a3.g-1e7ef143 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-c3545073 { margin-top: var(--section-padding); }
.g-7644dead { background-color: var(--color-primary); color: var(--color-text-light); border-radius: var(--b-radius); padding: var(--size-xl); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); margin-bottom: var(--size-xl); }
.g-8d3271fc { max-width: 510px; }
.g-b4cfa50a { max-width: 430px; }
.g-1ade01d5 { margin-top: var(--size-xs); }
.g-1174b342 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-a798358a { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-8ca76e66 { flex: 1; cursor: pointer; border: 0; background-color: var(--color-secondary); color: var(--text-light); height: 40px; border-radius: 40px; padding: 10px 24px; transition: transform 0.1s ease-in-out; }
.g-8ca76e66:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-1fedb81e { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-b107354a { transform: scale(1.2); margin-right: var(--size-xs); }
.g-a7012472 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-ba57ce60 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-5f52fdec { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-1d4ca21b { margin-top: var(--size-xl); display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-7644dead { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-8d3271fc { max-width: initial; }
.g-b4cfa50a { max-width: initial; }
.g-a7012472 { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-ba57ce60 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-5f52fdec { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-1d4ca21b { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-97b97871 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-7644dead { gap: var(--size-m); }
.g-1174b342 { flex-direction: column; gap: var(--size-xxs); }
.g-a798358a { width: 100%; }
.g-8ca76e66 { width: 100%; }
.g-5f52fdec { flex-direction: column; align-items: flex-start; }
 }

/* Block: header (header) */
#navigation-modal .menu-item a,
#navigation-modal .page_item a {
    text-decoration: none;
}
#navigation-modal .menu-item a:hover,
#navigation-modal .page_item a:hover {
    text-decoration: underline;
}
#navigation-modal .current-menu-item,
#navigation-modal .current_page_item,
#navigation-modal .current-menu-item a,
#navigation-modal .current_page_item a {
    color: var(--color-primary);
}

.g-3399ff81 { position: relative; z-index: 5; }
.g-72ef85a4 { display: flex; justify-content: center; align-items: center; height: 85px; }
.g-d22c9120 { position: sticky; top: -1px; z-index: 5; }
.g-630bdf4b { display: flex; justify-content: center; align-items: center; height: 85px; position: relative; }
.g-630bdf4b::after { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 75%; height: 1px; background-color: var(--color-text-light); }
.g-58d3daad { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; margin: 0 auto; }
.g-11c0db00 { font-size: 34px; margin-right: var(--size-xxs); }
.g-8c1d573f { font-size: 24px; font-weight: 600; }
.g-83d2dc31 { display: block; }
.g-5bf08818 { display: flex; justify-content: flex-end; align-items: center; gap: clamp(0.75rem, 8.59375vw + -3.375rem, 3.5rem); }
.g-3667f3cc { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); }
.g-3667f3cc:hover { text-decoration: underline; }
.g-cb745751 { display: none; flex-direction: column; gap: 5px; border: 0; padding: 12px; border-radius: var(--b-radius); cursor: pointer; }
.g-8a3264c1 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-3399ff81 { position: sticky; top: 0; }
.g-72ef85a4 { justify-content: space-between; height: 65px; }
.g-e6b9b3e9 { top: 65px; height: 0; }
.g-630bdf4b::after { display: none; }
.g-58d3daad { margin: 0; }
.g-83d2dc31 { position: absolute; right: 0; bottom: 75px; transform: translateY(100%); background-color: var(--color-surface); width: 260px; padding: var(--size-m); border-radius: var(--size-xxs); display: none; }
.g-83d2dc31.g-ffa91723 { display: block; }
.g-5bf08818 { gap: var(--size-m); flex-direction: column; align-items: center; color: var(--color-text); }
.g-cb745751 { display: flex; }
 }@media screen and (max-width: 576px) { .g-11c0db00 { font-size: 28px; }
.g-8c1d573f { font-size: 20px; }
.g-83d2dc31 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-43e6c327 { padding: var(--section-padding) 0; }
.g-1b025be3 { display: flex; }
.g-9a43cfb9 { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-2b71b3be { margin-top: var(--size-s); }
.g-5ecc7e6e { margin-top: var(--size-m); }
.g-eeb08d33 { flex: 1; }
.g-17b6ba68 { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-1b025be3 { flex-direction: column; }
.g-9a43cfb9 { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-17b6ba68 { height: 400px; }
 }@media screen and (max-width: 576px) { .g-9a43cfb9 { padding-bottom: var(--size-m); }
.g-17b6ba68 { height: auto; }
 }

/* Block: page-404 (page-404) */
.g-83d132bf { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-b6432c27 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-b53f50d8 { position: relative; padding: var(--size-xl) 0; }
.g-eac33724 { text-align: center; }
.g-3ec65163 { text-align: center; margin-top: var(--size-s); }
.g-a429593f { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-a429593f { flex-direction: column; gap: var(--size-xs); }
 }

/* Block: page-content (page-content) */
.g-5103f512 { margin: var(--section-padding) 0; }

/* Block: page-header (page-header) */
.g-8b1ad78e { position: relative; padding: var(--size-m) 0 80px; overflow: hidden; color: var(--color-text-light); }
.g-fea8b5c1 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-fea8b5c1::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 3.41%, #191917 94.77%); }
.g-4d2865ee { max-width: 670px; margin: var(--size-m) auto 0; text-align: center; }
.g-496cc91c { margin-top: var(--size-xs); }
@media screen and (max-width: 768px) { .g-8b1ad78e { padding-bottom: 50px; }
 }@media screen and (max-width: 576px) { .g-8b1ad78e { padding-bottom: 40px; }
 }

/* Block: pagination (pagination) */
.g-ddb34fef .nav-links {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.g-ddb34fef .page-numbers {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    border-radius: 32px;
    min-width: 32px;
    text-decoration: none;
    font-weight: 500;
}

.g-ddb34fef .page-numbers:hover {
    box-shadow: 0px 0px 0px 1px var(--color-secondary);
}

.g-ddb34fef .prev {
    left: 0;
    transform: translateX(calc(-100% - 44px));
    color: var(--color-secondary);
}

.g-ddb34fef .prev::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='white'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='white'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
}

.g-ddb34fef .next {
    right: 0;
    transform: translateX(calc(100% + 44px));
    color: var(--color-secondary);
}

.g-ddb34fef .next::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='white'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='white'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
    transform: scale(-1);
}

.g-ddb34fef .prev,
.g-ddb34fef .next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
        color: var(--color-text);
}

.g-ddb34fef .prev,
.g-ddb34fef .next,
.g-ddb34fef .current {
    box-shadow: 0px 0px 0px 1px var(--color-text);
}

@media screen and (max-width: 768px) {
    .g-ddb34fef .prev,
    .g-ddb34fef .next {
        position: static;
        margin-top: 0;
        transform: none;
    }
}

@media screen and (max-width: 576px) {
    .g-ddb34fef .prev::before,
    .g-ddb34fef .next::after {
        display: none;
    }
}

.g-ddb34fef { display: flex; justify-content: center; padding: var(--size-l) 0 var(--size-xl); }
@media screen and (max-width: 768px) { .g-ddb34fef { padding: var(--size-m) 0 var(--size-l); }
 }

/* Block: post-card (post-card) */
.g-8759cd30 { width: 100%; position: relative; border-radius: var(--b-radius); overflow: hidden; color: var(--color-text-light); min-height: 368px; }
.g-8759cd30 .g-a2e68c1f { padding: 24px; position: absolute; inset: 0; width: 100%; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-8759cd30 .g-a2e68c1f:hover .g-eb5cbfb3 { transform: translateY(0); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.g-8759cd30 .g-cf22c586 { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; background-color: var(--color-surface); }
.g-8759cd30 .g-cf22c586::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.g-8759cd30 .g-cf22c586 img { width: 100%; height: 100%; object-fit: cover; }
.g-8759cd30 .g-eb5cbfb3 { margin-top: auto; transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(46px); }
.g-8759cd30 .g-c574a093 { display: inline-flex; flex-wrap: wrap; gap: 4px 8px; }
.g-8759cd30 .g-527190a9 { background-color: rgba(0, 0, 0, 0.4); height: 28px; border-radius: 28px; padding: 4px 8px; display: flex; justify-content: center; align-items: center; white-space: nowrap; }
.g-8759cd30 .g-ccfbc94c { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-8759cd30 .g-f2773c58 { display: flex; justify-content: space-between; align-items: flex-end; height: 25px; margin-top: 16px; }
.g-8759cd30 .g-12664235 { display: flex; align-items: center; gap: 8px; }
.g-8759cd30 .g-12664235:hover { text-decoration: underline; }
.g-8759cd30 .g-12664235 svg { margin-left: 8px; fill: currentColor; }
.g-8759cd30 .g-53b80bf0 { white-space: nowrap; opacity: 0.8; }
.g-e99c9f24 { min-height: 600px; }
.g-e99c9f24 .g-a2e68c1f { padding: 48px 40px; }
.g-e99c9f24 .g-eb5cbfb3 { transform: none; }
@media screen and (max-width: 870px) { .g-e99c9f24 { min-height: 368px; }
.g-e99c9f24 .g-a2e68c1f { padding: 24px; }
.g-e99c9f24 .g-eb5cbfb3 { transform: translateY(46px); }
 }

/* Block: post-content (post-content) */
[id^="anchor-"] {
    scroll-margin-top: calc(var(--header-height, 0px) + 15px);
}

.post-navigation-wrapper .nav-links {
    margin-top: var(--size-xl);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--size-xl);
}

.post-navigation-wrapper .nav-links .post-navigation-link {
    gap: var(--size-xxs);
}

.post-navigation-wrapper .nav-links .nav-next {
    margin-left: auto;
        text-align: right;
}

.g-d05c250d { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-d05c250d blockquote { position: relative; background-color: var(--color-surface); border-radius: var(--b-radius); padding: 40px var(--size-s) var(--size-s); margin-top: 40px; }
.g-d05c250d blockquote::before { content: ''; position: absolute; top: 0; left: calc(var(--size-s) + 15px); transform: translateY(-50%); display: inline-flex; width: 85px; height: 49px; flex-shrink: 0; background-color: var(--color-primary); mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85 49' fill='none'%3E%3Cpath d='M14.9095 16.6105C18.0479 16.6088 23.2388 16.3158 27.4553 18.1206C40.0116 23.495 38.7245 38.0452 32.1596 43.7914C14.908 58.8919 -9.64319 38.4949 3.93569 16.6105C9.92309 6.96098 19.4084 1.79441 30.5917 0C24.3222 3.0201 14.9095 12.25 14.9095 16.6105Z' fill='black'/%3E%3Cpath d='M62.2327 16.6105C65.3711 16.6088 70.562 16.3158 74.7786 18.1206C87.3349 23.495 86.0478 38.0452 79.4829 43.7914C62.2313 58.8919 37.6801 38.4949 51.2589 16.6105C57.2463 6.96098 66.7316 1.79441 77.9149 0C71.6454 3.0201 62.2327 12.25 62.2327 16.6105Z' fill='black'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85 49' fill='none'%3E%3Cpath d='M14.9095 16.6105C18.0479 16.6088 23.2388 16.3158 27.4553 18.1206C40.0116 23.495 38.7245 38.0452 32.1596 43.7914C14.908 58.8919 -9.64319 38.4949 3.93569 16.6105C9.92309 6.96098 19.4084 1.79441 30.5917 0C24.3222 3.0201 14.9095 12.25 14.9095 16.6105Z' fill='black'/%3E%3Cpath d='M62.2327 16.6105C65.3711 16.6088 70.562 16.3158 74.7786 18.1206C87.3349 23.495 86.0478 38.0452 79.4829 43.7914C62.2313 58.8919 37.6801 38.4949 51.2589 16.6105C57.2463 6.96098 66.7316 1.79441 77.9149 0C71.6454 3.0201 62.2327 12.25 62.2327 16.6105Z' fill='black'/%3E%3C/svg%3E"); }
.g-d05c250d .g-1734b596 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-d05c250d .g-81ab34cd { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-d05c250d .g-8cefcdbe { margin-top: var(--size-m); }
.g-d05c250d .g-baa11318 { margin-top: var(--size-m); color: var(--color-text-description); display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 16px; }
.g-d05c250d .g-5d90f78f { display: flex; justify-content: flex-start; align-items: flex-start; text-decoration: none; gap: 8px; }
.g-d05c250d .g-5d90f78f::before { content: var(--toc-number) '.'; flex-shrink: 0; font-weight: 600; text-decoration: none; width: 16px; }
.g-d05c250d .g-5d90f78f:hover { color: var(--color-text); }
.g-d05c250d .g-b775c62c { font-weight: bold; }
.g-d05c250d .g-b775c62c::before { color: var(--color-primary); background-color: currentColor; mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16ZM7.46484 11.5352C7.66011 11.7304 7.97661 11.7304 8.17188 11.5352L11.3535 8.35352C11.5488 8.15825 11.5488 7.84175 11.3535 7.64648L8.17188 4.46484C7.97661 4.26962 7.66009 4.26959 7.46484 4.46484C7.26959 4.66009 7.26962 4.97661 7.46484 5.17188L9.79297 7.5H5C4.72389 7.50002 4.50002 7.72389 4.5 8C4.5 8.27613 4.72388 8.49998 5 8.5H9.79297L7.46484 10.8281C7.26959 11.0234 7.26962 11.3399 7.46484 11.5352Z' fill='black'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16ZM7.46484 11.5352C7.66011 11.7304 7.97661 11.7304 8.17188 11.5352L11.3535 8.35352C11.5488 8.15825 11.5488 7.84175 11.3535 7.64648L8.17188 4.46484C7.97661 4.26962 7.66009 4.26959 7.46484 4.46484C7.26959 4.66009 7.26962 4.97661 7.46484 5.17188L9.79297 7.5H5C4.72389 7.50002 4.50002 7.72389 4.5 8C4.5 8.27613 4.72388 8.49998 5 8.5H9.79297L7.46484 10.8281C7.26959 11.0234 7.26962 11.3399 7.46484 11.5352Z' fill='black'/%3E%3C/svg%3E"); }
@media screen and (max-width: 1024px) { .g-d05c250d { grid-template-columns: 1fr; }
.g-d05c250d .g-d19907a1 { display: none; }
.g-d05c250d .g-8cefcdbe { margin-top: var(--size-s); }
.g-d05c250d .g-baa11318 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-d05c250d blockquote { padding: 30px var(--size-s) var(--size-s); margin-top: 30px; }
.g-d05c250d blockquote::before { left: var(--size-s); transform: translateY(-50%) scale(.7); }
 }

/* Block: post-header (post-header) */
.g-3f8d30e4 { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-e223fbd2 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-71d6bc62 { text-decoration: none; }
.g-71d6bc62:hover { text-decoration: underline; }
.g-ccc92864 { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-a87b61c8 { margin-top: var(--size-s); }
.g-2a15c173 { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-3f8d30e4 { gap: var(--size-xs); }
.g-ccc92864 { margin-top: var(--size-s); }
.g-2a15c173 { margin-top: var(--size-m); }
 }

/* Block: posts-list (posts-list) */
.g-5a929f3c { display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); }
@media screen and (max-width: 1024px) { .g-5a929f3c { grid-template-columns: repeat(2, 1fr); }
 }@media screen and (max-width: 768px) { .g-5a929f3c { grid-template-columns: 1fr; }
 }

/* Block: recommendation (recommendation) */
.g-f8b30af7 { text-align: center; }
.g-b165963d { position: relative; }
.g-f0bfc475 { position: absolute; top: 50%; z-index: 10; margin-top: -16px; width: 32px; height: 32px; border: 0; padding: 0; background-color: transparent; display: flex; justify-content: center; align-items: center; cursor: pointer; color: var(--color-text); }
.g-f0bfc475:hover { color: var(--color-primary); }
.g-eab7e657 { left: -42px; }
.g-8e0ac81e { right: -42px; }
@media screen and (max-width: 1024px) { .g-e8db4f79 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-f0bfc475 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-1406ac04 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-1406ac04 .g-75eee477 { text-align: center; max-width: 500px; margin: 0 auto; }
.g-1406ac04 .g-8290da99 { margin-top: var(--size-m); }
.g-e915d6d4 { margin-top: var(--size-xl); }
.g-b3c7312a { margin: var(--size-m) auto 0; max-width: 500px; text-align: center; }
@media screen and (max-width: 768px) { .g-1406ac04 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-b12e9b34 { position: relative; display: inline-block; width: 100%; }
.g-b12e9b34 .g-2354fad5 { color: var(--color-text); width: 100%; background-color: var(--color-surface); height: 48px; border-radius: 48px; border: 0; box-shadow: 0 0 0 2px var(--color-surface), inset 0 0 0 3px var(--color-primary); padding: var(--size-xxs) 150px var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-b12e9b34 .g-3c3574dc { position: absolute; right: 0; top: 0; height: 100%; border: 0; border-radius: 48px; background-color: var(--color-primary); color: var(--color-text-light); cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0 32px; transition: opacity .2s ease-in-out; }
.g-b12e9b34 .g-3c3574dc:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-0593db74 { position: fixed; bottom: 0; opacity: 0; right: 30px; opacity: 0; transform: translateY(100%); background-color: var(--color-primary); border: none; width: 60px; height: 60px; border-radius: 50%; cursor: pointer; transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out; z-index: 4; }
.g-e2f7de39 { fill: var(--color-text-light); }
.g-df738428 { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-0593db74 { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-809de662 { padding: var(--section-padding) 0; }
.g-f1c07177 { display: flex; }
.g-e8d68c4c { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-29074297 { margin-top: var(--size-s); }
.g-67fc4a11 { margin-top: var(--size-m); }
.g-377fa39d { flex: 1; }
.g-ddd39250 { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-f1c07177 { flex-direction: column; }
.g-e8d68c4c { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-ddd39250 { height: 400px; }
 }@media screen and (max-width: 576px) { .g-e8d68c4c { padding-bottom: var(--size-m); }
.g-ddd39250 { height: auto; }
 }

/* Block: front-page::faq--0 (faq) */
.g-4550d28f { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-96f64f11 { flex: 0 0 45%; position: relative; }
.g-858fd607 { flex: 1; position: relative; z-index: 1; }
.g-2175a082 { user-select: none; }
.g-2175a082[open] .g-8783e22d { transform: rotate(45deg); }
.g-7c36f4b9 { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-7c36f4b9::-webkit-details-marker { display: none; }
.g-8783e22d { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; background-color: var(--color-bg); border-radius: 50%; margin-left: var(--size-xs); }
.g-8783e22d svg { fill: var(--color-primary); }
.g-5ebcdd86 { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-7c36f4b9 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-8783e22d { width: 24px; height: 24px; }
.g-8783e22d svg { width: 16px; height: 16px; }
.g-5ebcdd86 { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-4550d28f { align-items: center; flex-direction: column; gap: var(--size-m); }
.g-96f64f11 { flex: 0; }
.g-858fd607 { margin-left: 0; max-width: 70%; }
 }@media screen and (max-width: 576px) { .g-96f64f11 { text-align: center; }
.g-858fd607 { max-width: inherit; width: 100%; }
 }

/* Block: front-page::categories-list (categories-list) */
.g-12cc7549 { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-12cc7549 .g-530cabf6 { position: relative; text-decoration: none; background: linear-gradient(180deg, var(--color-surface) 0%, transparent 100%); border-radius: var(--b-radius); padding: 24px 24px 150px; min-height: 178px; overflow-wrap: break-word; word-break: break-word; text-wrap: balance; grid-column: span 2; transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-12cc7549 .g-530cabf6:hover { background: linear-gradient(180deg, var(--color-surface) 0%, var(--color-surface) 100%); box-shadow: inset var(--shadow); transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-12cc7549 .g-530cabf6:hover .g-c6f997b5 { opacity: 1; }
.g-12cc7549 .g-f14f03a7 { position: relative; z-index: 1; }
.g-12cc7549 .g-c6f997b5 { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-12cc7549 .g-e3d5a586 { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-12cc7549 .g-e3d5a586 .g-c6f997b5 { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-530cabf6 { min-height: 144px; padding-bottom: 82px; }
.g-c6f997b5 { font-size: 72px; }
.g-e3d5a586 { padding-bottom: 120px; min-height: 159px; }
.g-e3d5a586 .g-c6f997b5 { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-12cc7549 { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-530cabf6 { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-c6f997b5 { font-size: 56px; right: 16px; bottom: 16px; }
.g-e3d5a586 { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-e3d5a586 .g-c6f997b5 { font-size: 56px; }
 }

/* Block: front-page::featured-posts (featured-posts) */
.g-f63e622f { margin-top: var(--size-m); }
.g-af596f83 { margin-top: var(--size-m); }
.g-2a60e56d { margin-top: var(--size-xl); }
.g-39ad290c { align-items: stretch; }
.g-2dc4527b { height: auto; }
.g-274e1efa { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-274e1efa .g-8c92bf75 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-274e1efa .g-23a0ba44 { background: var(--color-primary); transform: scale(1.2); }
.g-f8da467c { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

/* Block: front-page::page-content--0 (page-content) */
.g-0fd2c041 { margin: var(--section-padding) 0; }

/* Block: contacts-page::page-content--0 (page-content) */
.g-6e68454a { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-m); margin: var(--section-padding) 0; }
@media screen and (max-width: 768px) { .g-6e68454a { padding: var(--size-xs); }
 }

/* Block: contacts-page::form--0 (form) */
.g-7d9d3006 { position: relative; z-index: 1; }
.g-3a644b85 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-fff1432d { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-e0b814a3 { flex: 0 0 660px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-4968fda0 { position: relative; z-index: 1; transform: translateY(50%); padding: var(--size-xs); }
.g-b15301f1 { width: 100%; display: flex; justify-content: space-evenly; align-items: flex-start; gap: var(--size-m); flex-wrap: wrap; }
.g-f6f39ba5 { flex: 1; display: flex; align-items: center; flex-direction: column; text-align: center; }
.g-d8acd6cd { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
.g-ddb9a8a4 { fill: var(--color-text); }
.g-d0dcc9a4 { stroke: var(--color-text); }
.g-95bbef68 { stroke: var(--color-text); }
.g-b894e4f2 { display: flex; flex-direction: column; }
.g-18c99317 { width: 100%; height: 370px; }
@media screen and (max-width: 1024px) { .g-3a644b85 { flex-direction: column; }
.g-ceffefe5 { margin-top: 0; }
.g-e0b814a3 { flex: 1; }
.g-18c99317 { height: 430px; }
 }@media screen and (max-width: 768px) { .g-b894e4f2 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-fff1432d { align-items: center; text-align: center; }
.g-e0b814a3 { padding: var(--size-s); }
.g-4968fda0 { transform: translateY(var(--size-xl)); }
.g-b15301f1 { flex-direction: column; align-items: center; }
.g-18c99317 { height: 370px; }
 }

/* Block: about-page::about--0 (about) */
.g-7f209655 { position: relative; display: flex; align-items: center; gap: var(--size-m); min-height: 550px; padding: var(--size-xl); }
.g-cf687af5 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; }
.g-fe2fdebf { position: relative; z-index: 2; width: 60%; margin-left: auto; padding: var(--size-m); }
@media screen and (max-width: 870px) { .g-fe2fdebf { width: 100%; }
 }@media screen and (max-width: 576px) { .g-7f209655 { padding: 0; flex-direction: column-reverse; }
.g-cf687af5 { position: static; border-radius: 0; width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }
.g-fe2fdebf { text-align: center; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-ee412408 { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, 1fr); gap: var(--size-s); }
.g-3ae20e70 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-3ae20e70::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); }
.g-6a5ff428 { position: relative; grid-row: span 2; min-height: 350px; padding: var(--size-s) var(--size-s) var(--size-m); }
.g-f846ebb6 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); }
.g-a29fa6b2 { padding: var(--size-s) var(--size-s) var(--size-m); }
.g-9313bb54 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-813523e1 { flex-shrink: 0; width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
@media screen and (max-width: 870px) { .g-3ae20e70 { position: static; border-radius: var(--b-radius); overflow: hidden; height: auto; }
.g-3ae20e70::after { display: none; }
.g-6a5ff428 { border-radius: 0; padding: 0; display: flex; flex-direction: column-reverse; gap: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-ee412408 { grid-template-columns: 1fr; grid-template-rows: auto; }
.g-6a5ff428 { text-align: center; }
.g-f846ebb6 { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 576px) { .g-82f608aa { color: var(--color-text); }
.g-f846ebb6 { grid-template-columns: 1fr; }
.g-a29fa6b2 { padding: var(--size-xs); }
.g-9313bb54 { flex-direction: column-reverse; justify-content: flex-start; align-items: flex-start; gap: var(--size-xs); }
 }

/* Block: about-page::page-content--0 (page-content) */
.g-9ed70cf3 { margin: var(--section-padding) 0; }