/* Block: categories-list (categories-list) */
.g-8d771d57 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-8d771d57 .g-ae420576 { text-decoration: none; background-color: var(--color-surface); flex-grow: 1; flex-shrink: 1; flex-basis: calc((100% - (var(--size-s) * 4)) / 5); min-width: 210px; display: flex; justify-content: center; align-items: center; flex-direction: column; gap: var(--size-xxs); padding: 16px; border-radius: var(--b-radius); text-align: center; hyphens: auto; overflow-wrap: break-word; word-break: normal; text-wrap: balance; transition: .2s ease-in-out filter; }
.g-8d771d57 .g-ae420576:hover { filter: brightness(0.96); }

/* Block: category-header (category-header) */
.g-b7e35d56 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-m) 0 var(--section-padding); }
.g-b7e35d56 .g-1fe121f8 { background-color: var(--color-surface); border-radius: var(--b-radius); text-align: center; padding: var(--size-s); }
.g-b7e35d56 .g-ffd2104a { font-size: 80px; }
.g-b7e35d56 .g-5f455a77 { margin-top: var(--size-xs); }
.g-b7e35d56 .g-3a037a64 { text-align: center; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-1fe121f8 { padding: var(--size-xs); }
.g-ffd2104a { font-size: 64px; }
.g-3a037a64 { 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-6845f5c2 { 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-c4cdee06 { display: block; }
.g-c20f8e73 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-6845f5c2 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-c20f8e73 { gap: var(--size-xxs); }
.g-aefaaa49 { width: 100%; }
 }

/* Block: featured-posts (featured-posts) */
.g-925d0393 { display: grid; grid-template-columns: minmax(0, 1fr) 466px; gap: var(--size-s); align-items: start; }
.g-184efcf2 { margin: 32px 0; height: 1px; border: 0; border-top: 1px solid var(--color-surface); }
.g-399f92ff { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-925d0393 { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-925d0393 { grid-template-columns: 1fr; gap: var(--size-l); }
 }

/* Block: footer (footer) */
.g-e16a0bb8 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-01dedd22 { 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-01dedd22.g-6148541d { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-166aaf8d { margin-top: var(--section-padding); }
.g-8fe17b7d { border-radius: var(--b-radius); padding: var(--size-m); }
.g-d40360ce { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); padding-bottom: var(--size-m); border-bottom: 1px solid var(--color-surface); margin-bottom: var(--size-m); }
.g-5198f20c { max-width: 524px; }
.g-bf4361c0 { max-width: 450px; }
.g-dd968c1c { margin-top: var(--size-xs); }
.g-c219fa92 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-ec7a2737 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-db14ef10 { 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-db14ef10:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-9e981dc1 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-b2fa3aad { transform: scale(1.2); margin-right: var(--size-xs); }
.g-95313ce8 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; }
.g-25dcee9b { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); margin-top: var(--size-m); }
.g-795a6798 { margin: var(--size-m) 0; display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-5198f20c { max-width: initial; }
.g-bf4361c0 { max-width: initial; }
 }@media screen and (max-width: 870px) { .g-25dcee9b { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-795a6798 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-d2d1f5bf { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-d40360ce { gap: var(--size-m); }
.g-c219fa92 { flex-direction: column; gap: var(--size-xxs); }
.g-ec7a2737 { width: 100%; }
.g-db14ef10 { width: 100%; }
.g-25dcee9b { flex-direction: column; align-items: center; }
 }

/* 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-3bc6d72f { position: sticky; top: 0; background-color: var(--color-secondary); color: var(--color-text-light); z-index: 5; }
.g-27478d85 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-9245d6d7 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-11d9563e { font-size: 36px; margin-right: var(--size-xs); }
.g-aa6edbff { font-size: 24px; font-weight: 600; }
.g-d7135b46 { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-xs); }
.g-9a4d7371 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); transition: opacity 0.2s ease; }
.g-9a4d7371:hover { opacity: 0.7; }
.g-11ea03cb { display: none; flex-direction: column; gap: 5px; border: 0; background-color: transparent; padding: 10px; }
.g-ba1e7ca4 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-dbeaa333 { 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-dbeaa333.g-db222077 { display: block; }
.g-d7135b46 { gap: var(--size-m); flex-direction: column; align-items: flex-start; color: var(--color-text); }
.g-11ea03cb { display: flex; cursor: pointer; }
 }@media screen and (max-width: 576px) { .g-dbeaa333 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-8289a46f { padding: var(--size-xl) 0; }
.g-b4eb532e { max-width: 565px; margin: 0 auto; text-align: center; }
.g-aa491292 { margin-top: var(--size-s); }
.g-b9bd88a2 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-aa491292 { margin-top: var(--size-xs); }
.g-b9bd88a2 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-69c6a897 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-42af29a3 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-caa1984d { text-align: center; margin-top: var(--size-xl); }
.g-2934a3d8 { text-align: center; margin-top: var(--size-s); }
.g-6c14caa8 { text-align: center; }
@media screen and (max-width: 768px) { .g-caa1984d { margin-top: var(--size-m); }
 }

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

/* Block: page-header (page-header) */
.g-acf5bed1 { position: relative; padding: var(--size-m) 0 80px; overflow: hidden; color: var(--color-text-light); }
.g-2edbce9c { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-2edbce9c::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-015cb55d { max-width: 670px; margin: var(--size-m) auto 0; text-align: center; }
.g-605293a5 { margin-top: var(--size-xs); }
@media screen and (max-width: 768px) { .g-acf5bed1 { padding-bottom: 50px; }
 }@media screen and (max-width: 576px) { .g-acf5bed1 { padding-bottom: 40px; }
 }

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

.g-c17d8076 .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-c17d8076 .page-numbers:hover {
    text-decoration: underline;
}

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

.g-c17d8076 .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-c17d8076 .next {
    right: calc(var(--size-xs) * -1);
    transform: translateX(100%);
}

.g-c17d8076 .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-c17d8076 .prev,
.g-c17d8076 .next {
    border: 0;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
}

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

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

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

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

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

/* Block: post-card (post-card) */
.g-4866aa21 { position: relative; overflow: hidden; height: 100%; }
.g-4866aa21 .g-401e5361 { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-4866aa21 .g-3a334b84 { height: 100%; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-4866aa21 .g-3a334b84 img { width: 100%; height: 100%; object-fit: cover; }
.g-4866aa21 .g-7ce92360 { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-4866aa21 .g-4c8386a7 { margin-top: var(--size-xs); display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-4866aa21 .g-2d5a55b4 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-4866aa21 .g-0513ff7d { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-4866aa21 .g-47ef392f { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: var(--size-s); }
.g-4866aa21 .g-3a21e2f6 { display: flex; align-items: center; gap: 8px; }
.g-4866aa21 .g-3a21e2f6:hover { text-decoration: underline; }
.g-4866aa21 .g-6f00053e { white-space: nowrap; opacity: 0.8; }
.g-4866aa21 .g-8ad13f19 { margin-top: var(--size-s); }
.g-4866aa21 .g-848bdc9c { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-7dbb47f2 { position: relative; overflow: hidden; height: 100%; }
.g-7dbb47f2 .g-401e5361 { position: relative; height: 100%; text-decoration: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.g-7dbb47f2 .g-3a334b84 { flex-shrink: 0; width: 147px; height: 147px; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; }
.g-7dbb47f2 .g-3a334b84 img { width: 100%; height: 100%; object-fit: cover; }
.g-7dbb47f2 .g-7ce92360 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-7dbb47f2 .g-4c8386a7 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-7dbb47f2 .g-2d5a55b4 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-7dbb47f2 .g-0513ff7d { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-7dbb47f2 .g-47ef392f { margin-top: 16px; width: 100%; display: flex; justify-content: space-between; align-items: center; }
.g-7dbb47f2 .g-8ad13f19 { margin-top: 16px; }
.g-7dbb47f2 .g-848bdc9c { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-4c8386a7 { gap: 0 4px; }
.g-3179296d { flex-direction: column-reverse; }
.g-721b90af { width: 100%; height: auto; aspect-ratio: 16/10; }
.g-6ba08b46 { width: 100%; }
 }

/* 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-0843442b { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-0843442b blockquote { border-left: 3px solid var(--color-primary); background-color: var(--color-surface); padding: var(--size-s) var(--size-xs); }
.g-0843442b .g-190be097 { padding: var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-0843442b .g-1ac5fa5f { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-0843442b .g-8b0ea9f4 { margin-top: var(--size-m); }
.g-0843442b .g-323a6370 { 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-0843442b .g-7797915b { display: block; text-decoration: none; }
.g-0843442b .g-7797915b:hover { text-decoration: underline; }
.g-0843442b .g-942b8e4f { transform: translateX(16px); color: var(--color-text); font-weight: bold; }
@media screen and (max-width: 1024px) { .g-0843442b { grid-template-columns: 1fr; }
.g-0843442b .g-8548f090 { order: 1; }
.g-0843442b .g-a12cf615 { order: 2; }
.g-0843442b .g-8b0ea9f4 { margin-top: var(--size-s); }
.g-0843442b .g-323a6370 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }

/* Block: post-header (post-header) */
.g-c7243fbd { position: relative; }
.g-cb519b46 { width: 100%; }
.g-905ee9d3 { position: relative; display: flex; flex-direction: column; }
.g-81b8d8f9 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-81b8d8f9::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-a8990742 { width: 100%; height: 100%; }
.g-7239b766 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-73ee3a78 { display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; margin: auto; padding: var(--size-xl) 0; max-width: 800px; }
.g-28029344 { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-s); flex-wrap: wrap; }
.g-5c1a240b { display: flex; justify-content: center; align-items: center; border-radius: var(--b-radius); height: 40px; padding: 8px 32px; background-color: var(--color-primary); text-decoration: none; }
.g-5c1a240b:hover { text-decoration: underline; }
.g-b6c37485 { margin-top: var(--size-m); }
.g-c0f8bccf { white-space: nowrap; }
@media screen and (max-width: 1024px) { .g-905ee9d3 { padding-bottom: 40px; }
.g-28029344 { gap: var(--size-xxs); }
.g-5c1a240b { height: 31px; padding: 8px 16px; }
.g-b6c37485 { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-73ee3a78 { padding-bottom: 0; }
.g-5c1a240b { padding: 8px; }
 }@media screen and (max-width: 576px) { .g-905ee9d3 { padding-bottom: 24px; aspect-ratio: auto; height: auto; }
.g-a8990742 { aspect-ratio: auto; height: 100%; }
.g-73ee3a78 { margin: var(--size-xl) auto; }
 }

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

/* Block: recommendation (recommendation) */
.g-c51f03e0 { text-align: center; }
.g-4a868dde { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-4c1d986d { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-8a3d4a0f { width: 32px; height: 32px; border-radius: 50%; border: 0; padding: 0; background-color: var(--color-primary); display: flex; justify-content: center; align-items: center; cursor: pointer; }
.g-8a3d4a0f:hover { background-color: var(--color-primary); }
.g-ecec7d01 { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-4a868dde { margin-top: var(--size-m); }
 }

/* Block: search (search) */
.g-c10b5e6f { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-c10b5e6f .g-f57befa7 { margin-top: var(--size-m); max-width: 600px; }
.g-4ad0827d { margin-top: var(--size-xl); }
.g-f678dd87 { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-c10b5e6f { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-0a688dec { position: relative; display: inline-block; width: 100%; }
.g-0a688dec .g-7c7fd8f8 { color: var(--color-text); width: 100%; background-color: var(--color-surface); height: 48px; border-radius: 48px; border: 0; box-shadow: inset 0 0 0 2px var(--color-primary); padding: var(--size-xxs) 85px var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-0a688dec .g-cde57af4 { position: absolute; right: 0; top: 0; height: 100%; z-index: 1; display: flex; justify-content: flex-end; align-items: center; padding: 8px; gap: 8px; }
.g-0a688dec .g-dfd5a1b8 { border: 0; width: 32px; height: 32px; border-radius: 50%; background-color: var(--color-primary); cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; }
.g-0a688dec .g-dfd5a1b8:hover { opacity: .7; }
.g-0a688dec .g-6930cdb9 { border: 0; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-0a688dec .g-6930cdb9:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-3fe84dbb { position: fixed; bottom: 30px; right: 30px; opacity: 0; background-color: var(--color-primary); border: none; width: 60px; height: 60px; border-radius: 50%; cursor: pointer; visibility: hidden; transition: 0.3s opacity ease-in-out; z-index: 4; }
.g-3fe84dbb svg { fill: var(--color-text-light); }
.g-caec90c2 { visibility: visible; opacity: 1; }
@media screen and (max-width: 768px) { .g-3fe84dbb { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-4931425f { padding: var(--size-xl) 0; }
.g-656666b4 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-c9113a0e { margin-top: var(--size-s); }
.g-a2361871 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-c9113a0e { margin-top: var(--size-xs); }
.g-a2361871 { margin-top: var(--size-s); }
 }

/* Block: front-page::faq--0 (faq) */
.g-ab9367e3 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-9880b030 { flex: 0 0 45%; position: relative; }
.g-6c12e8ed { flex: 1; position: relative; z-index: 1; }
.g-94736ea0 { user-select: none; }
.g-94736ea0[open] .g-078db570 { transform: rotate(45deg); }
.g-94b1ff38 { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-94b1ff38::-webkit-details-marker { display: none; }
.g-078db570 { 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-078db570 svg { fill: var(--color-primary); }
.g-87e9f6d2 { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-94b1ff38 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-078db570 { width: 24px; height: 24px; }
.g-078db570 svg { width: 16px; height: 16px; }
.g-87e9f6d2 { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-ab9367e3 { align-items: center; flex-direction: column; gap: var(--size-m); }
.g-9880b030 { flex: 0; }
.g-6c12e8ed { margin-left: 0; max-width: 70%; }
 }@media screen and (max-width: 576px) { .g-9880b030 { text-align: center; }
.g-6c12e8ed { max-width: inherit; width: 100%; }
 }

/* Block: front-page::categories-list (categories-list) */
.g-620449d2 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-620449d2 .g-5b10bdbd { text-decoration: none; background-color: var(--color-surface); flex-grow: 1; flex-shrink: 1; flex-basis: calc((100% - (var(--size-s) * 4)) / 5); min-width: 210px; display: flex; justify-content: center; align-items: center; flex-direction: column; gap: var(--size-xxs); padding: 16px; border-radius: var(--b-radius); text-align: center; hyphens: auto; overflow-wrap: break-word; word-break: normal; text-wrap: balance; transition: .2s ease-in-out filter; }
.g-620449d2 .g-5b10bdbd:hover { filter: brightness(0.96); }

/* Block: front-page::featured-posts (featured-posts) */
.g-8ac8f9bf { display: grid; grid-template-columns: minmax(0, 1fr) 466px; gap: var(--size-s); align-items: start; }
.g-778ee2cf { margin: 32px 0; height: 1px; border: 0; border-top: 1px solid var(--color-surface); }
.g-3627459e { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-8ac8f9bf { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-8ac8f9bf { grid-template-columns: 1fr; gap: var(--size-l); }
 }

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

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

/* Block: contacts-page::form--0 (form) */
.g-1bfe9639 { display: flex; justify-content: flex-start; position: relative; z-index: 1; }
.g-3fafbb18 { 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-61033db5 { padding: clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.g-dfb02faf { display: flex; justify-content: flex-start; align-items: center; }
.g-4532fe26 { 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-78b575e2 { display: flex; flex-direction: column; }
.g-14a0cc02 { margin-top: -100px; height: clamp(32rem, 13.28125vw + 25.625rem, 36.25rem); }
.g-d53954cc { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-1bfe9639 { flex-direction: column-reverse; }
.g-3fafbb18 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-7efc095d { width: 100%; display: flex; justify-content: space-between; gap: var(--size-s); }
.g-7efc095d .g-dfb02faf { margin-top: 0; }
.g-dfb02faf { align-items: flex-start; flex-direction: column; flex: 1; }
.g-4532fe26 { margin-right: 0; }
.g-78b575e2 { margin-top: var(--size-xs); }
.g-14a0cc02 { height: clamp(38.75rem, -27.4809160305vw + 45.1908396947rem, 32rem); }
 }@media screen and (max-width: 576px) { .g-3fafbb18 { text-align: center; }
.g-7efc095d { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-dfb02faf { align-items: center; }
.g-5c432130 { margin: 0 auto; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-5a551ea2 { position: relative; display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-2cbbc92f { flex: 1; }
.g-8397bd0d { flex: 1; display: flex; flex-direction: column; gap: var(--size-m); }
.g-3a000a45 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-s); }
.g-f7be70f8 { 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-5a551ea2 { flex-direction: column; gap: var(--size-m); }
.g-2cbbc92f { text-align: center; }
 }@media screen and (max-width: 576px) { .g-8397bd0d { gap: var(--size-s); }
.g-3a000a45 { flex-direction: column; gap: var(--size-xxs); }
 }

/* Block: about-page::text--0 (text) */
.g-0c217a71 { text-align: center; }

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

/* Block: approach::text--0 (text) */
.g-d83eadcd { text-align: center; }

/* Block: approach::process--0 (process) */
.g-828092d4 { width: 60%; }
.g-d1556a19 { flex: 1; position: relative; display: flex; gap: var(--size-l); }
.g-d0d25438 { flex: 1; }
.g-01c500a9 { position: relative; }
.g-01c500a9::before { content: ""; position: absolute; top: 0; left: calc(-1 * var(--size-l) / 2); width: 1px; height: 100%; background-color: var(--color-primary); }
.g-561d2509::before { display: none; }
@media screen and (max-width: 870px) { .g-9e52542e { flex-direction: column; }
.g-828092d4 { width: 100%; }
.g-d1556a19 { display: grid; grid-template-columns: 1fr 1fr; }
.g-d1556a19::before { content: ""; position: absolute; top: 0; left: 50%; width: 1px; height: 100%; background-color: var(--color-primary); }
.g-d1556a19::after { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background-color: var(--color-primary); }
.g-01c500a9::before { display: none; }
 }@media screen and (max-width: 576px) { .g-828092d4 { text-align: center; }
.g-d1556a19 { margin-top: var(--size-m); gap: var(--size-m); grid-template-columns: 1fr; }
.g-d1556a19::before { display: none; }
.g-d1556a19::after { display: none; }
.g-01c500a9::before { left: 0; top: calc(-1 * var(--size-m) / 2); display: block; height: 1px; width: 100%; }
.g-561d2509::before { display: none; }
 }

/* Block: approach::about--0 (about) */
.g-a27bf2b5 { display: flex; align-items: center; gap: var(--size-m); }
.g-21aff84b { flex: 1; }
.g-ec2ff707 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-a27bf2b5 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-ddd0ef96 { text-align: center; }
 }

/* Block: approach::text--1 (text) */
.g-9ebd2c17 { padding: var(--size-xl); }
@media screen and (max-width: 768px) { .g-9ebd2c17 { text-align: center; padding: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-9ebd2c17 { padding: var(--size-s); }
 }

/* Block: approach::about--1 (about) */
.g-d0e1c78a { padding: 0; }
@media screen and (max-width: 1280px) { .g-746a212d { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-d0e1c78a { padding: 0 var(--wrapper-padding); }
.g-9af54d77 { column-count: 1; }
.g-746a212d { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-9af54d77 { text-align: center; }
 }