/* Block: categories-list (categories-list) */
.g-c90b2cd6 { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-c90b2cd6 .g-603e460a { 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-c90b2cd6 .g-603e460a: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-c90b2cd6 .g-603e460a:hover .g-9e004153 { opacity: 1; }
.g-c90b2cd6 .g-e6e669d1 { position: relative; z-index: 1; }
.g-c90b2cd6 .g-9e004153 { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-c90b2cd6 .g-bfe5065e { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-c90b2cd6 .g-bfe5065e .g-9e004153 { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-603e460a { min-height: 144px; padding-bottom: 82px; }
.g-9e004153 { font-size: 72px; }
.g-bfe5065e { padding-bottom: 120px; min-height: 159px; }
.g-bfe5065e .g-9e004153 { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-c90b2cd6 { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-603e460a { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-9e004153 { font-size: 56px; right: 16px; bottom: 16px; }
.g-bfe5065e { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-bfe5065e .g-9e004153 { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-4dfc1643 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-m) 0 var(--section-padding); }
.g-4dfc1643 .g-5128eb71 { background-color: var(--color-surface); border-radius: var(--b-radius); text-align: center; padding: var(--size-s); }
.g-4dfc1643 .g-75094ec6 { font-size: 80px; }
.g-4dfc1643 .g-f8e05a04 { margin-top: var(--size-xs); }
.g-4dfc1643 .g-26c3115a { text-align: center; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-5128eb71 { padding: var(--size-xs); }
.g-75094ec6 { font-size: 64px; }
.g-26c3115a { 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-3fdaae46 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-e13057df { display: block; }
.g-882a53a5 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-64306bb7 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-d403ef3c { width: 100%; }
@media screen and (max-width: 768px) { .g-3fdaae46 { padding: var(--size-s); }
.g-882a53a5 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-64306bb7 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-d403ef3c { width: auto; }
 }@media screen and (max-width: 576px) { .g-64306bb7 { gap: var(--size-xxs); }
 }

/* Block: featured-posts (featured-posts) */
.g-7867865d { margin-top: var(--size-m); }
.g-ac87a75e { margin-top: var(--size-m); }
.g-83075428 { margin-top: var(--size-xl); }
.g-026c0239 { align-items: stretch; }
.g-dbc93d21 { height: auto; }
.g-b36eed4c { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-b36eed4c .g-21bd1b32 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-b36eed4c .g-69088cff { background: var(--color-primary); transform: scale(1.2); }
.g-2887c676 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

/* Block: footer (footer) */
.g-8c9f20fa { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-eccfaa7c { 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-eccfaa7c.g-14f25f15 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-19116c85 { margin-top: var(--section-padding); background-color: var(--color-primary); color: var(--color-text-light); }
.g-97d76a00 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); }
.g-75f7d62f { max-width: 563px; }
.g-5b40c0f8 { max-width: 465px; }
.g-4a1c167a { margin-top: var(--size-xs); }
.g-c78506ea { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-ea444f64 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-6783f8df { 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-6783f8df:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-5dde8ef2 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-e6023635 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-65fa9bb7 { background-color: var(--color-secondary); color: var(--color-text-light); padding: var(--size-xl) 0 var(--size-m); }
.g-abcafe91 { display: flex; justify-content: space-between; align-items: center; }
.g-b8c490af { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-a7db1dee { 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-75f7d62f { max-width: 550px; }
.g-5b40c0f8 { max-width: 550px; }
 }@media screen and (max-width: 870px) { .g-abcafe91 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-b8c490af { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-a7db1dee { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-416419ea { order: 3; }
 }@media screen and (max-width: 576px) { .g-97d76a00 { gap: var(--size-m); }
.g-c78506ea { flex-direction: column; gap: var(--size-xxs); }
.g-ea444f64 { width: 100%; }
.g-6783f8df { width: 100%; }
.g-b8c490af { 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-82e706c8 { position: relative; z-index: 5; }
.g-60efda17 { display: flex; justify-content: center; align-items: center; height: 85px; }
.g-1fe67930 { position: sticky; top: -1px; z-index: 5; }
.g-efdcf8ff { display: flex; justify-content: center; align-items: center; height: 85px; position: relative; }
.g-efdcf8ff::after { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 75%; height: 1px; background-color: var(--color-text-light); }
.g-8bbdb46e { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; margin: 0 auto; }
.g-3e3d4b7a { font-size: 34px; margin-right: var(--size-xxs); }
.g-1bc4b01b { font-size: 24px; font-weight: 600; }
.g-0a678304 { display: block; }
.g-2830caf9 { display: flex; justify-content: flex-end; align-items: center; gap: clamp(0.75rem, 8.59375vw + -3.375rem, 3.5rem); }
.g-acc478db { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); }
.g-acc478db:hover { text-decoration: underline; }
.g-6fc67535 { display: none; flex-direction: column; gap: 5px; border: 0; padding: 12px; border-radius: var(--b-radius); cursor: pointer; }
.g-2dacd2eb { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-82e706c8 { position: sticky; top: 0; }
.g-60efda17 { justify-content: space-between; height: 65px; }
.g-2048e51b { top: 65px; height: 0; }
.g-efdcf8ff::after { display: none; }
.g-8bbdb46e { margin: 0; }
.g-0a678304 { 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-0a678304.g-ff465c37 { display: block; }
.g-2830caf9 { gap: var(--size-m); flex-direction: column; align-items: center; color: var(--color-text); }
.g-6fc67535 { display: flex; }
 }@media screen and (max-width: 576px) { .g-3e3d4b7a { font-size: 28px; }
.g-1bc4b01b { font-size: 20px; }
.g-0a678304 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-607b982f { padding: var(--section-padding) 0; }
.g-86ea6945 { display: flex; }
.g-bc929819 { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-aee25995 { margin-top: var(--size-s); }
.g-23a61fb6 { margin-top: var(--size-m); }
.g-487e7fdd { flex: 1; }
.g-e34b35b6 { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-86ea6945 { flex-direction: column; }
.g-bc929819 { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-e34b35b6 { height: 400px; }
 }@media screen and (max-width: 576px) { .g-bc929819 { padding-bottom: var(--size-m); }
.g-e34b35b6 { height: auto; }
 }

/* Block: page-404 (page-404) */
.g-1e3e5076 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-dd29b935 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-d2f4f2f9 { text-align: center; margin-top: var(--size-xl); }
.g-724833df { text-align: center; margin-top: var(--size-s); }
.g-949f326e { text-align: center; }
@media screen and (max-width: 768px) { .g-d2f4f2f9 { margin-top: var(--size-m); }
 }

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

/* Block: page-header (page-header) */
.g-b74c3a3d { position: relative; padding: 80px 0; color: var(--color-text-light); }
.g-12a4f813 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-92045c97 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-92045c97::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-124dfe7f { border-left: 3px solid var(--color-primary); padding-left: var(--size-s); max-width: 650px; }
@media screen and (max-width: 768px) { .g-b74c3a3d { padding-bottom: 50px; }
 }@media screen and (max-width: 576px) { .g-b74c3a3d { padding-bottom: 40px; }
 }

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-6579205e { width: 100%; position: relative; border-radius: var(--b-radius); overflow: hidden; color: var(--color-text-light); min-height: 368px; }
.g-6579205e .g-3f76a85d { padding: 24px; position: absolute; inset: 0; width: 100%; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-6579205e .g-3f76a85d:hover .g-02f6100e { transform: translateY(0); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.g-6579205e .g-64838fe1 { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; background-color: var(--color-surface); }
.g-6579205e .g-64838fe1::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.g-6579205e .g-64838fe1 img { width: 100%; height: 100%; object-fit: cover; }
.g-6579205e .g-02f6100e { margin-top: auto; transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(46px); }
.g-6579205e .g-9d9a1a45 { display: inline-flex; flex-wrap: wrap; gap: 4px 8px; }
.g-6579205e .g-c4e88e4e { 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-6579205e .g-c924778a { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-6579205e .g-304a7743 { display: flex; justify-content: space-between; align-items: flex-end; height: 25px; margin-top: 16px; }
.g-6579205e .g-c92ac4d6 { display: flex; align-items: center; gap: 8px; }
.g-6579205e .g-c92ac4d6:hover { text-decoration: underline; }
.g-6579205e .g-c92ac4d6 svg { margin-left: 8px; fill: currentColor; }
.g-6579205e .g-8b819d76 { white-space: nowrap; opacity: 0.8; }
.g-99f4b5eb { min-height: 600px; }
.g-99f4b5eb .g-3f76a85d { padding: 48px 40px; }
.g-99f4b5eb .g-02f6100e { transform: none; }
@media screen and (max-width: 870px) { .g-99f4b5eb { min-height: 368px; }
.g-99f4b5eb .g-3f76a85d { padding: 24px; }
.g-99f4b5eb .g-02f6100e { 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-55b1856e { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-55b1856e blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-55b1856e .g-8c24e744 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-55b1856e .g-622c70ab { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-55b1856e .g-d826c609 { margin-top: var(--size-m); }
.g-55b1856e .g-6339138a { 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-55b1856e .g-306285ce { display: block; text-decoration: none; }
.g-55b1856e .g-306285ce:hover { text-decoration: underline; }
.g-55b1856e .g-62a6d45e { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-55b1856e { grid-template-columns: 1fr; }
.g-55b1856e .g-776325f3 { display: none; }
.g-55b1856e .g-d826c609 { margin-top: var(--size-s); }
.g-55b1856e .g-6339138a { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-55b1856e blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-63526578 { position: relative; height: 800px; }
.g-617e8d67 { height: 100%; display: flex; flex-direction: column; }
.g-463a57e8 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-463a57e8::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-8e9a3f30 { width: 100%; height: 100%; }
.g-b29c896c { margin-top: auto; position: relative; bottom: 0; padding: 56px var(--wrapper-padding) 32px; margin-left: calc(-1 * var(--wrapper-padding)); width: 90%; max-width: 1000px; border-radius: var(--b-radius); z-index: 1; }
.g-333e2ed3 { position: absolute; top: 0; left: var(--wrapper-padding); transform: translateY(-50%); display: inline-flex; justify-content: flex-start; align-items: center; height: 53px; border-radius: var(--b-radius); padding: 8px 32px; background-color: var(--color-primary); gap: var(--size-s); flex-wrap: wrap; }
.g-02a4f9dc { text-decoration: none; }
.g-02a4f9dc:hover { text-decoration: underline; }
.g-3f0d0e04 { display: block; width: 4px; height: 4px; border-radius: 50%; background-color: var(--color-text-light); }
.g-af8ab9a3 { margin-top: var(--size-m); }
.g-6be8f0a9 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-333e2ed3 { padding: 8px 16px; height: 40px; gap: var(--size-xs); }
.g-af8ab9a3 { margin-top: var(--size-s); }
.g-6be8f0a9 { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-63526578 { height: 700px; }
.g-b29c896c { width: 95%; }
.g-333e2ed3 { gap: var(--size-xxs); height: auto; }
 }@media screen and (max-width: 576px) { .g-8e9a3f30 { aspect-ratio: auto; height: 100%; }
 }

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

/* Block: recommendation (recommendation) */
.g-ede55ec8 { text-align: center; }
.g-fcfdf17c { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-608f572b { background-color: var(--color-secondary); display: flex; justify-content: center; align-items: center; border-radius: var(--size-l); padding: 8px; gap: 16px; }
.g-2f75366d { width: var(--size-l); height: var(--size-l); border-radius: 50%; border: 0; padding: 0; background-color: transparent; display: flex; justify-content: center; align-items: center; cursor: pointer; }
.g-2f75366d:hover { background-color: var(--color-primary); }
@media screen and (max-width: 768px) { .g-fcfdf17c { margin-top: var(--size-m); }
.g-608f572b { border-radius: var(--size-m); }
.g-2f75366d { width: var(--size-m); height: var(--size-m); }
 }

/* Block: search (search) */
.g-51a8b4ed { text-align: center; max-width: 430px; margin: 0 auto; }
.g-efe1e40f { margin-top: var(--size-xl); }
.g-2ddc32ef { max-width: 430px; margin-inline: auto; text-align: center; }

/* Block: searchform (searchform) */
.g-5168c8cf { position: relative; display: inline-block; width: 100%; }
.g-5168c8cf .g-27e4b8dd { 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-5168c8cf .g-a8b9e6b3 { 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-5168c8cf .g-16fcda22 { 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-5168c8cf .g-16fcda22:hover { opacity: .7; }
.g-5168c8cf .g-c93cdaa0 { border: 0; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-5168c8cf .g-c93cdaa0:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-83b56b9c { 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-83b56b9c svg { fill: var(--color-text-light); }
.g-95fdeac6 { visibility: visible; opacity: 1; }
@media screen and (max-width: 768px) { .g-83b56b9c { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-e86b633b { padding: var(--section-padding) 0; }
.g-f76f2efb { display: flex; }
.g-f04329ad { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-cdcc23c2 { margin-top: var(--size-s); }
.g-4c10ea7e { margin-top: var(--size-m); }
.g-a5b443e4 { flex: 1; }
.g-7ca6ebbe { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-f76f2efb { flex-direction: column; }
.g-f04329ad { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-7ca6ebbe { height: 400px; }
 }@media screen and (max-width: 576px) { .g-f04329ad { padding-bottom: var(--size-m); }
.g-7ca6ebbe { height: auto; }
 }

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

/* Block: front-page::categories-list (categories-list) */
.g-e12e6282 { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-e12e6282 .g-a3d1cb53 { 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-e12e6282 .g-a3d1cb53: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-e12e6282 .g-a3d1cb53:hover .g-c3affa3e { opacity: 1; }
.g-e12e6282 .g-b0d27ee1 { position: relative; z-index: 1; }
.g-e12e6282 .g-c3affa3e { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-e12e6282 .g-a385862a { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-e12e6282 .g-a385862a .g-c3affa3e { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-a3d1cb53 { min-height: 144px; padding-bottom: 82px; }
.g-c3affa3e { font-size: 72px; }
.g-a385862a { padding-bottom: 120px; min-height: 159px; }
.g-a385862a .g-c3affa3e { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-e12e6282 { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-a3d1cb53 { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-c3affa3e { font-size: 56px; right: 16px; bottom: 16px; }
.g-a385862a { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-a385862a .g-c3affa3e { font-size: 56px; }
 }

/* Block: front-page::featured-posts (featured-posts) */
.g-81f7b1bc { margin-top: var(--size-m); }
.g-1565d04d { margin-top: var(--size-m); }
.g-22795fa6 { margin-top: var(--size-xl); }
.g-48173dcd { align-items: stretch; }
.g-00c560c5 { height: auto; }
.g-31448f61 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-31448f61 .g-70f098fc { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-31448f61 .g-b432f390 { background: var(--color-primary); transform: scale(1.2); }
.g-997b826d { 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-60b7f351 { margin: var(--section-padding) 0; }

/* Block: contacts-page::page-content--0 (page-content) */
.g-4bb1ca4b { margin: var(--section-padding) 0; }

/* Block: contacts-page::form--0 (form) */
.g-e68b44fb { display: flex; justify-content: flex-start; align-items: center; position: relative; gap: var(--size-s); z-index: 1; }
.g-cb275de2 { padding: var(--size-m); flex: 0 0 60%; display: flex; flex-direction: column; justify-content: center; }
.g-f092e4e2 { display: flex; justify-content: flex-start; }
.g-1000c50f { padding: var(--size-xl); flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.g-704f1874 { display: flex; justify-content: flex-start; align-items: center; }
.g-81d635e6 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-right: var(--size-m); }
.g-3df82a4d { fill: var(--color-text); }
.g-bd608797 { stroke: var(--color-text); }
.g-daef340f { stroke: var(--color-text); }
.g-0109539d { display: flex; flex-direction: column; }
.g-b16334c5 { flex: 0 0 50%; height: 383px; }
.g-60732c72 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-e68b44fb { flex-direction: column; }
.g-cb275de2 { width: 100%; flex: 0 0 auto; }
.g-f092e4e2 { flex-direction: column; }
.g-1000c50f { width: 100%; padding: var(--size-m); var(--wrapper-padding); }
.g-3db3ac94 { width: 100%; display: flex; justify-content: space-between; }
.g-704f1874 { margin-top: 0; align-items: flex-start; flex-direction: column; }
.g-81d635e6 { margin-right: 0; }
.g-0109539d { margin-top: var(--size-xs); }
.g-b16334c5 { height: 429px; width: 100%; flex: 0 0 auto; }
 }@media screen and (max-width: 576px) { .g-cb275de2 { padding: var(--size-xs); }
.g-3db3ac94 { flex-direction: column; align-items: center; gap: var(--size-s); margin-top: var(--size-s); }
.g-704f1874 { align-items: center; }
.g-0109539d { text-align: center; }
.g-b16334c5 { height: 370px; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-7a2d4e88 { min-height: 700px; display: flex; flex-direction: column; padding: var(--size-xl) 0; }
.g-4b8cb1cf { padding: 0 var(--wrapper-padding); }
.g-118f6d79 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-118f6d79::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); }
.g-1b970478 { width: 50%; }
.g-d2656881 { display: flex; gap: var(--size-s); flex-wrap: wrap; padding: var(--size-s); margin-top: auto; }
.g-7fc3b235 { flex: 1; }
.g-3690dc1f { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-642b4492 { flex-shrink: 0; width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 32px; }
@media screen and (max-width: 768px) { .g-d07ed9f0 { padding: var(--section-padding); 0 }
.g-7a2d4e88 { padding: 0; min-height: auto; gap: var(--size-m); }
.g-4b8cb1cf { display: flex; flex-direction: column-reverse; }
.g-118f6d79 { position: relative; margin-top: var(--size-m); }
.g-118f6d79::after { display: none; }
.g-1b970478 { width: 100%; color: var(--color-text-dark); }
.g-7fc3b235 { flex: 1 1 calc(50% - var(--size-s) / 2); }
 }@media screen and (max-width: 1024px) { .g-3690dc1f { align-items: flex-start; flex-direction: column; gap: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-1b970478 { text-align: center; }
.g-d2656881 { flex-direction: column; }
.g-7fc3b235 { flex: auto; text-align: center; }
.g-3690dc1f { align-items: center; }
 }

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

/* Block: approach::text--0 (text) */
.g-833c1972 { column-count: 2; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-52a76209 { text-align: center; }
.g-833c1972 { column-count: 1; }
 }

/* Block: approach::process--0 (process) */
.g-016d2aa5 { width: 60%; }
.g-5332f34a { flex: 1; position: relative; display: flex; gap: var(--size-s); }
.g-5332f34a::before { content: ""; position: absolute; top: 135px; left: 0; width: 100%; height: 3px; background-color: var(--color-primary); }
.g-260f67ab { flex: 1; }
.g-b39fe2d6 { position: relative; height: 100%; }
.g-b39fe2d6::before { content: ""; width: 16px; height: 16px; position: absolute; left: 50%; margin-left: -8px; top: 128px; background-color: var(--color-primary); border-radius: 50%; }
.g-0a67d236 { font-size: 80px; line-height: 130%; font-weight: 500; margin-bottom: 72px; text-align: center; }
@media screen and (max-width: 870px) { .g-7bf4b31e { flex-direction: column; }
.g-016d2aa5 { width: 100%; }
.g-5332f34a { flex-direction: column; }
.g-5332f34a::before { top: 0; left: 80px; width: 2px; height: 100%; }
.g-b39fe2d6 { display: flex; justify-content: flex-start; align-items: center; }
.g-b39fe2d6::before { margin-left: 0; top: 50%; margin-top: -8px; left: 73px; }
.g-0a67d236 { text-align: left; margin-bottom: 0; font-size: 40px; flex: 0 0 110px; }
 }@media screen and (max-width: 576px) { .g-016d2aa5 { text-align: center; }
.g-5332f34a::before { left: 57px; }
.g-b39fe2d6::before { left: 50px; }
.g-0a67d236 { font-size: 32px; flex: 0 0 75px; }
 }

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

/* Block: approach::faq--0 (faq) */
.g-643746f5 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-7fa11bc3 { flex: 0 0 45%; position: relative; }
.g-093685b8 { flex: 1; position: relative; z-index: 1; }
.g-392a384f { user-select: none; }
.g-392a384f[open] .g-37d5102d { transform: rotate(45deg); }
.g-ec3cda7f { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-ec3cda7f::-webkit-details-marker { display: none; }
.g-37d5102d { 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-37d5102d svg { fill: var(--color-primary); }
.g-9a1d28ec { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-ec3cda7f { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-37d5102d { width: 24px; height: 24px; }
.g-37d5102d svg { width: 16px; height: 16px; }
.g-9a1d28ec { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-643746f5 { align-items: center; flex-direction: column; gap: var(--size-m); }
.g-7fa11bc3 { flex: 0; }
.g-093685b8 { margin-left: 0; max-width: 70%; }
 }@media screen and (max-width: 576px) { .g-7fa11bc3 { text-align: center; }
.g-093685b8 { max-width: inherit; width: 100%; }
 }