/* Block: categories-list (categories-list) */
.g-1ce754a8 { display: inline-flex; flex-wrap: wrap; gap: var(--size-m); }
.g-1ce754a8 .g-7aad1cbb { text-decoration: none; background-color: var(--color-surface); min-height: 54px; padding: 8px 32px; border-radius: 54px; text-align: left; transition: .2s ease-in-out filter; }
.g-1ce754a8 .g-7aad1cbb:hover { filter: brightness(0.96); }
.g-1ce754a8 .g-05ba12ed { display: flex; justify-content: flex-start; align-items: center; gap: 16px; height: 100%; }
.g-1ce754a8 .g-80f7835e { font-size: 28px; }
@media screen and (max-width: 1024px) { .g-1ce754a8 { gap: var(--size-s); }
.g-7aad1cbb { min-height: 50px; padding: 8px 24px; }
 }@media screen and (max-width: 768px) { .g-1ce754a8 { gap: var(--size-xs); }
.g-7aad1cbb { min-height: 40px; padding: 8px 16px; }
.g-05ba12ed { gap: 8px; }
 }

/* Block: category-header (category-header) */
.g-a55fcf1e { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-s); background-color: var(--color-surface); border-radius: var(--b-radius); max-width: 700px; margin: var(--size-m) auto var(--section-padding); }
.g-a55fcf1e .g-be78d56f { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-a55fcf1e .g-9d3c795a { margin-top: var(--size-s); text-align: center; }
@media screen and (max-width: 576px) { .g-be78d56f { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-9d3c795a { 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-5fe0a563 { 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-8830ef38 { display: block; }
.g-ecff92be { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-5fe0a563 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-ecff92be { gap: var(--size-xxs); }
.g-837e26f8 { width: 100%; }
 }

/* Block: featured-posts (featured-posts) */
.g-3615c48f { display: grid; grid-template-columns: minmax(0, 1fr) 564px; gap: var(--size-s); align-items: start; }
.g-fbdb88ac { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); }
.g-20d97056 { margin: 32px 0; height: 1px; border: 0; border-top: 1px solid var(--color-surface); }
.g-38247e0f { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-3615c48f { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-3615c48f { grid-template-columns: 1fr; gap: var(--size-l); }
 }@media screen and (max-width: 576px) { .g-fbdb88ac { gap: var(--size-xs); }
 }

/* Block: footer (footer) */
.g-1765cc7f { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-e33535da { 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-e33535da.g-40b61db7 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-ae7e1e1c { margin-top: var(--section-padding); }
.g-6193ea12 { 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-6500a317 { max-width: 510px; }
.g-d9b818ab { max-width: 430px; }
.g-e58f0de1 { margin-top: var(--size-xs); }
.g-733144ed { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-860b7db4 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-e844d3ee { 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-e844d3ee:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-099af030 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-f221ddc3 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-af9c2449 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-1c139dfa { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-fa2ffd5e { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-ca33df39 { 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-6193ea12 { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-6500a317 { max-width: initial; }
.g-d9b818ab { max-width: initial; }
.g-af9c2449 { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-1c139dfa { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-fa2ffd5e { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-ca33df39 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-cf1eba7a { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-6193ea12 { gap: var(--size-m); }
.g-733144ed { flex-direction: column; gap: var(--size-xxs); }
.g-860b7db4 { width: 100%; }
.g-e844d3ee { width: 100%; }
.g-fa2ffd5e { flex-direction: column; align-items: flex-start; }
 }

/* Block: header (header) */
#navigation-modal li {
    list-style: none;
}
#navigation-modal .menu-item,
#navigation-modal .page_item {
    transition: color .2s ease-out;
}
#navigation-modal .menu-item:hover,
#navigation-modal .menu-item a:hover,
#navigation-modal .page_item:hover,
#navigation-modal .page_item a:hover {
    color: var(--color-primary);
}
#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-2cc92084 { position: sticky; top: 0; background-color: var(--color-secondary); color: var(--color-text-light); z-index: 5; }
.g-4435bb1e { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-68a2d702 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-9d56811b { font-size: 36px; margin-right: var(--size-xs); }
.g-4385fffc { font-size: 24px; font-weight: 600; }
.g-e31d70d2 { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-xs); }
.g-fc185035 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); transition: opacity 0.2s ease; }
.g-fc185035:hover { opacity: 0.7; }
.g-f7b3452f { display: none; flex-direction: column; gap: 5px; border: 0; background-color: transparent; padding: 10px; }
.g-ad9843be { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-5174b3c2 { position: absolute; right: 0; bottom: 0; transform: translateY(100%); background-color: var(--color-surface); width: 260px; padding: var(--size-m); box-shadow: 0 4px 20px var(--input-bg); display: none; }
.g-5174b3c2.g-548d1fe0 { display: block; }
.g-e31d70d2 { gap: var(--size-m); flex-direction: column; align-items: flex-start; color: var(--color-text); }
.g-f7b3452f { display: flex; cursor: pointer; }
 }@media screen and (max-width: 576px) { .g-5174b3c2 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-623729ae { padding: var(--section-padding) 0; }
.g-c884bff5 { display: flex; }
.g-4a2e73ec { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-9dce1e93 { width: 100%; height: 100%; }
.g-ac33942a { flex: 1; border-radius: 0 var(--b-radius) var(--b-radius) 0; background-color: var(--color-primary); color: var(--color-text-light); display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-f1013600 { margin-top: var(--size-s); }
.g-e310c49e { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-c884bff5 { flex-direction: column-reverse; }
.g-4a2e73ec { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-9dce1e93 { height: 350px; }
.g-ac33942a { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-9dce1e93 { height: auto; }
.g-ac33942a { padding: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-62d9c928 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-afd04307 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-6b639ba2 { text-align: center; margin-top: var(--size-xl); }
.g-a51ccfdc { text-align: center; margin-top: var(--size-s); }
.g-02a9521c { text-align: center; }
@media screen and (max-width: 768px) { .g-6b639ba2 { margin-top: var(--size-m); }
 }

/* Block: page-content (page-content) */
.g-574bdfdf { 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-574bdfdf { padding: var(--size-xs); }
 }

/* Block: page-header (page-header) */
.g-b92715d1 { position: relative; padding: var(--size-xl) 0; background-color: var(--color-secondary); color: var(--color-text-light); }
.g-7d6e5ed1 { margin-top: var(--size-xl); text-align: center; }
.g-2c8208d6 { margin-top: var(--size-xs); }
@media screen and (max-width: 768px) { .g-b92715d1 { padding-bottom: 45px; }
 }@media screen and (max-width: 576px) { .g-b92715d1 { padding-bottom: 35px; }
.g-7d6e5ed1 { margin-top: var(--size-xs); }
 }

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

.g-f13e458e .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;
    border: 1px solid var(--color-secondary);
}

.g-f13e458e .page-numbers:hover {
    text-decoration: underline;
}

.g-f13e458e .prev {
    left: calc(var(--size-xs) * -1);
    transform: translateX(-100%);
}

.g-f13e458e .prev::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: var(--color-secondary);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 0C24.8366 0 32 7.16344 32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16C0 7.16344 7.16344 0 16 0ZM14.0537 10.2197C13.7608 9.92683 13.2851 9.92683 12.9922 10.2197L8.21973 14.9932C7.92683 15.2861 7.92683 15.7608 8.21973 16.0537L12.9922 20.8271C13.2851 21.12 13.7608 21.12 14.0537 20.8271C14.3466 20.5343 14.3465 20.0585 14.0537 19.7656L10.5605 16.2734H24.75C25.1642 16.2734 25.5 15.9376 25.5 15.5234C25.5 15.1092 25.1642 14.7735 24.75 14.7734H10.5605L14.0537 11.2812C14.3466 10.9884 14.3465 10.5126 14.0537 10.2197Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 0C24.8366 0 32 7.16344 32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16C0 7.16344 7.16344 0 16 0ZM14.0537 10.2197C13.7608 9.92683 13.2851 9.92683 12.9922 10.2197L8.21973 14.9932C7.92683 15.2861 7.92683 15.7608 8.21973 16.0537L12.9922 20.8271C13.2851 21.12 13.7608 21.12 14.0537 20.8271C14.3466 20.5343 14.3465 20.0585 14.0537 19.7656L10.5605 16.2734H24.75C25.1642 16.2734 25.5 15.9376 25.5 15.5234C25.5 15.1092 25.1642 14.7735 24.75 14.7734H10.5605L14.0537 11.2812C14.3466 10.9884 14.3465 10.5126 14.0537 10.2197Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
}

.g-f13e458e .next {
    right: calc(var(--size-xs) * -1);
    transform: translateX(100%);
}

.g-f13e458e .next::after {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: var(--color-secondary);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 32C7.16344 32 -6.26248e-07 24.8366 -1.39876e-06 16C-2.17128e-06 7.16345 7.16344 1.21761e-06 16 4.4509e-07C24.8366 -3.27426e-07 32 7.16344 32 16C32 24.8366 24.8366 32 16 32ZM17.9463 21.7803C18.2392 22.0732 18.7149 22.0732 19.0078 21.7803L23.7803 17.0068C24.0732 16.7139 24.0732 16.2392 23.7803 15.9463L19.0078 11.1729C18.7149 10.88 18.2392 10.88 17.9463 11.1729C17.6534 11.4657 17.6535 11.9415 17.9463 12.2344L21.4395 15.7266L7.25 15.7266C6.83583 15.7266 6.50003 16.0624 6.5 16.4766C6.5 16.8908 6.83581 17.2265 7.25 17.2266L21.4395 17.2266L17.9463 20.7188C17.6534 21.0116 17.6535 21.4874 17.9463 21.7803Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 32C7.16344 32 -6.26248e-07 24.8366 -1.39876e-06 16C-2.17128e-06 7.16345 7.16344 1.21761e-06 16 4.4509e-07C24.8366 -3.27426e-07 32 7.16344 32 16C32 24.8366 24.8366 32 16 32ZM17.9463 21.7803C18.2392 22.0732 18.7149 22.0732 19.0078 21.7803L23.7803 17.0068C24.0732 16.7139 24.0732 16.2392 23.7803 15.9463L19.0078 11.1729C18.7149 10.88 18.2392 10.88 17.9463 11.1729C17.6534 11.4657 17.6535 11.9415 17.9463 12.2344L21.4395 15.7266L7.25 15.7266C6.83583 15.7266 6.50003 16.0624 6.5 16.4766C6.5 16.8908 6.83581 17.2265 7.25 17.2266L21.4395 17.2266L17.9463 20.7188C17.6534 21.0116 17.6535 21.4874 17.9463 21.7803Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
}

.g-f13e458e .prev,
.g-f13e458e .next {
    border: 0;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
}

.g-f13e458e .current {
    background-color: var(--color-secondary);
    color: var(--color-text-light);
}

@media screen and (max-width: 768px) {
    .g-f13e458e .prev {
        left: 0;
        transform: none;
    }

    .g-f13e458e .next {
        right: 0;
        transform: none;
    }

    .g-f13e458e .prev,
    .g-f13e458e .next {
        position: static;
        margin-top: 0;
    }
}

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

/* Block: post-card (post-card) */
.g-a779621f { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-a779621f .g-f94fe2d5 { position: relative; text-decoration: none; }
.g-a779621f .g-83b9facd { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-a779621f .g-15cea682 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-a779621f .g-15cea682 img { width: 100%; height: 100%; object-fit: cover; }
.g-a779621f .g-d0e0eb31 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-a779621f .g-5deb5731 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-a779621f .g-33ac4654 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-a779621f .g-8ba350c3 { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-0a187e9a { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-0a187e9a .g-f94fe2d5 { position: relative; text-decoration: none; }
.g-0a187e9a .g-83b9facd { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-0a187e9a .g-15cea682 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-0a187e9a .g-15cea682 img { width: 100%; height: 100%; object-fit: cover; }
.g-0a187e9a .g-d0e0eb31 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-0a187e9a .g-5deb5731 { border-top: 1px solid var(--color-text); margin-top: var(--size-xxs); padding-top: var(--size-xxs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-0a187e9a .g-33ac4654 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-0a187e9a .g-8ba350c3 { margin-top: var(--size-xxs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
@media screen and (max-width: 576px) { .g-83b9facd { gap: 0 4px; }
 }

/* 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-07837100 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-07837100 blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-07837100 .g-040fee1d { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-07837100 .g-6a6ec5d8 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-07837100 .g-c64d65e3 { margin-top: var(--size-m); }
.g-07837100 .g-60c279eb { 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-07837100 .g-4c6c8044 { display: block; text-decoration: none; }
.g-07837100 .g-4c6c8044:hover { text-decoration: underline; }
.g-07837100 .g-5fed225a { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-07837100 { grid-template-columns: 1fr; }
.g-07837100 .g-04741b78 { display: none; }
.g-07837100 .g-c64d65e3 { margin-top: var(--size-s); }
.g-07837100 .g-60c279eb { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-07837100 blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-11dd8efa { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-834a3a09 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-253175d6 { text-decoration: none; }
.g-253175d6:hover { text-decoration: underline; }
.g-d722b022 { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-aa4da006 { margin-top: var(--size-s); }
.g-8d798373 { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-11dd8efa { gap: var(--size-xs); }
.g-d722b022 { margin-top: var(--size-s); }
.g-8d798373 { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-c9994451 { text-align: center; }
.g-09c0d9e5 { position: relative; }
.g-bd0287e7 { 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-bd0287e7:hover { color: var(--color-primary); }
.g-e6ba05df { left: -42px; }
.g-4906463c { right: -42px; }
@media screen and (max-width: 1024px) { .g-8a34508f { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-bd0287e7 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-5c86b292 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-5c86b292 .g-064c5cd7 { text-align: center; max-width: 500px; margin: 0 auto; }
.g-5c86b292 .g-64749ecb { margin-top: var(--size-m); }
.g-caac4ca8 { margin-top: var(--size-xl); }
.g-907603cc { margin: var(--size-m) auto 0; max-width: 500px; text-align: center; }
@media screen and (max-width: 768px) { .g-5c86b292 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-7599570d { position: relative; display: inline-block; width: 100%; height: 48px; border-radius: 48px; background-color: var(--color-primary); padding: 4px 0; margin-top: 10px; }
.g-7599570d .g-ccf3ff5f { color: var(--color-text); position: absolute; top: 50%; transform: translateY(-50%); left: 4px; width: calc(100% - 56px); height: 40px; border-radius: 44px; background-color: var(--color-surface); border: 0; padding: var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-7599570d .g-f051c2b0 { position: absolute; right: 0; top: 0; height: 100%; border: 0; width: 52px; border-radius: 48px; cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-7599570d .g-f051c2b0:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-44545062 { position: fixed; bottom: 30px; right: 30px; display: none; background-color: var(--color-primary); border: none; width: 50px; height: 50px; border-radius: var(--b-radius); cursor: pointer; z-index: 4; }
.g-44545062 svg { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-44545062 { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-9995c951 { padding: var(--section-padding) 0; }
.g-2652d998 { display: flex; }
.g-026cbc8f { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-5c1d6e85 { width: 100%; height: 100%; }
.g-43c92c38 { flex: 1; border-radius: 0 var(--b-radius) var(--b-radius) 0; background-color: var(--color-primary); color: var(--color-text-light); display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-b5f2dd72 { margin-top: var(--size-s); }
.g-e117d62d { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-2652d998 { flex-direction: column-reverse; }
.g-026cbc8f { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-5c1d6e85 { height: 350px; }
.g-43c92c38 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-5c1d6e85 { height: auto; }
.g-43c92c38 { padding: var(--size-s); }
 }

/* Block: front-page::faq--0 (faq) */
.g-b5d19811 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-aba4201e { flex: 0 0 45%; position: relative; }
.g-fd1fe1bb { flex: 1; position: relative; z-index: 1; }
.g-739f70fc { user-select: none; }
.g-739f70fc[open] .g-61bff8df { transform: rotate(45deg); }
.g-d6be5803 { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-d6be5803::-webkit-details-marker { display: none; }
.g-61bff8df { 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-61bff8df svg { fill: var(--color-primary); }
.g-36cb1ed8 { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-d6be5803 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-61bff8df { width: 24px; height: 24px; }
.g-61bff8df svg { width: 16px; height: 16px; }
.g-36cb1ed8 { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-b5d19811 { align-items: center; flex-direction: column; gap: var(--size-m); }
.g-aba4201e { flex: 0; }
.g-fd1fe1bb { margin-left: 0; max-width: 70%; }
 }@media screen and (max-width: 576px) { .g-aba4201e { text-align: center; }
.g-fd1fe1bb { max-width: inherit; width: 100%; }
 }

/* Block: front-page::categories-list (categories-list) */
.g-bc40a5ed { display: inline-flex; flex-wrap: wrap; gap: var(--size-m); }
.g-bc40a5ed .g-4de193d2 { text-decoration: none; background-color: var(--color-surface); min-height: 54px; padding: 8px 32px; border-radius: 54px; text-align: left; transition: .2s ease-in-out filter; }
.g-bc40a5ed .g-4de193d2:hover { filter: brightness(0.96); }
.g-bc40a5ed .g-b69b25f8 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; height: 100%; }
.g-bc40a5ed .g-26c1f84d { font-size: 28px; }
@media screen and (max-width: 1024px) { .g-bc40a5ed { gap: var(--size-s); }
.g-4de193d2 { min-height: 50px; padding: 8px 24px; }
 }@media screen and (max-width: 768px) { .g-bc40a5ed { gap: var(--size-xs); }
.g-4de193d2 { min-height: 40px; padding: 8px 16px; }
.g-b69b25f8 { gap: 8px; }
 }

/* Block: front-page::featured-posts (featured-posts) */
.g-9e765ae0 { display: grid; grid-template-columns: minmax(0, 1fr) 564px; gap: var(--size-s); align-items: start; }
.g-833fc513 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); }
.g-c5cb76ef { margin: 32px 0; height: 1px; border: 0; border-top: 1px solid var(--color-surface); }
.g-3c486e9c { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-9e765ae0 { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-9e765ae0 { grid-template-columns: 1fr; gap: var(--size-l); }
 }@media screen and (max-width: 576px) { .g-833fc513 { gap: var(--size-xs); }
 }

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

/* Block: contacts-page::page-content--0 (page-content) */
.g-384fdee0 { 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-384fdee0 { padding: var(--size-xs); }
 }

/* Block: contacts-page::form--0 (form) */
.g-d833398b { display: flex; justify-content: flex-start; position: relative; z-index: 1; }
.g-b0930e52 { width: clamp(23.125rem, 29.2682926829vw + 7.2103658537rem, 30.625rem); flex-shrink: 0; padding: clamp(2rem, 5.8536585366vw + -1.1829268293rem, 3.5rem) var(--size-s) clamp(2rem, 5.8536585366vw + -1.1829268293rem, 3.5rem) clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-1139157e { padding: clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.g-1b5e7e2b { display: flex; justify-content: flex-start; align-items: center; }
.g-f3e367d5 { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; margin-right: var(--size-m); }
.g-24bbbf6c { display: flex; flex-direction: column; }
.g-196fc8e1 { margin-top: -100px; height: clamp(32rem, 13.28125vw + 25.625rem, 36.25rem); }
.g-8ac57cf6 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-d833398b { flex-direction: column-reverse; }
.g-b0930e52 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-9ffedddd { width: 100%; display: flex; justify-content: space-between; gap: var(--size-s); }
.g-9ffedddd .g-1b5e7e2b { margin-top: 0; }
.g-1b5e7e2b { align-items: flex-start; flex-direction: column; flex: 1; }
.g-f3e367d5 { margin-right: 0; }
.g-24bbbf6c { margin-top: var(--size-xs); }
.g-196fc8e1 { height: clamp(38.75rem, -27.4809160305vw + 45.1908396947rem, 32rem); }
 }@media screen and (max-width: 576px) { .g-b0930e52 { text-align: center; }
.g-9ffedddd { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-1b5e7e2b { align-items: center; }
.g-db59a5c0 { margin: 0 auto; }
 }

/* Block: about-page::about--0 (about) */
.g-30398b8b { padding: 0; }
@media screen and (max-width: 1280px) { .g-52447ad2 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-30398b8b { padding: 0 var(--wrapper-padding); }
.g-dfb850fd { column-count: 1; }
.g-52447ad2 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-dfb850fd { text-align: center; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-38b92a94 { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, 1fr); gap: var(--size-s); }
.g-467cc844 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-467cc844::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); }
.g-58d4ad1c { position: relative; grid-row: span 2; min-height: 350px; padding: var(--size-s) var(--size-s) var(--size-m); }
.g-496fa264 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); }
.g-2cd3e686 { padding: var(--size-s) var(--size-s) var(--size-m); }
.g-dfc88081 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-b29f7bf4 { 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-467cc844 { position: static; border-radius: var(--b-radius); overflow: hidden; height: auto; }
.g-467cc844::after { display: none; }
.g-58d4ad1c { border-radius: 0; padding: 0; display: flex; flex-direction: column-reverse; gap: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-38b92a94 { grid-template-columns: 1fr; grid-template-rows: auto; }
.g-58d4ad1c { text-align: center; }
.g-496fa264 { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 576px) { .g-74bc3b23 { color: var(--color-text); }
.g-496fa264 { grid-template-columns: 1fr; }
.g-2cd3e686 { padding: var(--size-xs); }
.g-dfc88081 { 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-a3921ae4 { 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-a3921ae4 { padding: var(--size-xs); }
 }

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

/* Block: expertise::reviews--0 (reviews) */
.g-f55ecab6 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); }
.g-92c11c91 { padding: var(--size-m); box-shadow: var(--shadow); }
.g-c418cc34 svg { fill: var(--color-text); }
@media screen and (max-width: 768px) { .g-f55ecab6 { grid-template-columns: 1fr; }
 }

/* Block: expertise::process--0 (process) */
.g-fbf7dcec { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-0fcf6e3a { flex: 1; }
.g-3be7df56 { flex: 1; position: relative; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-51e4fa06 { display: flex; justify-content: flex-start; align-items: flex-start; border-bottom: 1px solid var(--color-secondary); gap: var(--size-s); padding-bottom: var(--size-xs); }
.g-11b66895 { flex: 0 0 50px; font-size: 40px; line-height: 130%; font-weight: 500; }
@media screen and (max-width: 870px) { .g-fbf7dcec { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-0fcf6e3a { text-align: center; }
.g-11b66895 { font-size: 32px; flex: 0 0 35px; }
 }

/* Block: expertise::about--1 (about) */
.g-0ee1db62 { padding: 0; }
@media screen and (max-width: 1280px) { .g-e2bdd7f1 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-0ee1db62 { padding: 0 var(--wrapper-padding); }
.g-13f3d92d { column-count: 1; }
.g-e2bdd7f1 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-13f3d92d { text-align: center; }
 }

/* Block: expertise::text--0 (text) */
.g-330f59b4 { column-count: 2; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-9db4ea63 { text-align: center; }
.g-330f59b4 { column-count: 1; }
 }