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

/* Block: category-header (category-header) */
.g-4091c586 { 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-4091c586 .g-1415f7a9 { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-4091c586 .g-9566c031 { margin-top: var(--size-s); text-align: center; }
@media screen and (max-width: 576px) { .g-1415f7a9 { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-9566c031 { 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-2ebe98b7 { 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-301cce6a { display: block; }
.g-e2b0ba92 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-2ebe98b7 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-e2b0ba92 { gap: var(--size-xxs); }
.g-c689b193 { width: 100%; }
 }

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

/* Block: footer (footer) */
.g-4e96e167 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-13e4edd3 { 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-13e4edd3.g-da457aac { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-12de1bf2 { margin-top: var(--section-padding); }
.g-f4b93fd8 { border-radius: var(--b-radius); padding: var(--size-m); }
.g-e48ff49c { 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-e6032f0b { max-width: 524px; }
.g-d8cf7527 { max-width: 450px; }
.g-14fcd06e { margin-top: var(--size-xs); }
.g-3a64094c { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-1ee924ae { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-90c787dc { 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-90c787dc:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-9617d1c8 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-cfdc76c1 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-db7a2e03 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; }
.g-92728177 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); margin-top: var(--size-m); }
.g-a6c65cd1 { 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-e6032f0b { max-width: initial; }
.g-d8cf7527 { max-width: initial; }
 }@media screen and (max-width: 870px) { .g-92728177 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-a6c65cd1 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-b95494bc { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-e48ff49c { gap: var(--size-m); }
.g-3a64094c { flex-direction: column; gap: var(--size-xxs); }
.g-1ee924ae { width: 100%; }
.g-90c787dc { width: 100%; }
.g-92728177 { flex-direction: column; align-items: center; }
 }

/* 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-f03c83b4 { position: relative; z-index: 5; }
.g-6e9c4e0d { display: flex; justify-content: center; align-items: center; height: 85px; }
.g-90f5fe2c { position: sticky; top: -1px; z-index: 5; }
.g-af5a91e5 { display: flex; justify-content: center; align-items: center; height: 85px; position: relative; }
.g-af5a91e5::after { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 75%; height: 1px; background-color: var(--color-text-light); }
.g-e012a2d0 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; margin: 0 auto; }
.g-6404f8eb { font-size: 34px; margin-right: var(--size-xxs); }
.g-80ffa41f { font-size: 24px; font-weight: 600; }
.g-11dd4b50 { display: block; }
.g-cac53637 { display: flex; justify-content: flex-end; align-items: center; gap: clamp(0.75rem, 8.59375vw + -3.375rem, 3.5rem); }
.g-cdfc3a10 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); }
.g-cdfc3a10:hover { text-decoration: underline; }
.g-d4ca69a9 { display: none; flex-direction: column; gap: 5px; border: 0; padding: 12px; border-radius: var(--b-radius); cursor: pointer; }
.g-1075f668 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-f03c83b4 { position: sticky; top: 0; }
.g-6e9c4e0d { justify-content: space-between; height: 65px; }
.g-11662936 { top: 65px; height: 0; }
.g-af5a91e5::after { display: none; }
.g-e012a2d0 { margin: 0; }
.g-11dd4b50 { 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-11dd4b50.g-da58157e { display: block; }
.g-cac53637 { gap: var(--size-m); flex-direction: column; align-items: center; color: var(--color-text); }
.g-d4ca69a9 { display: flex; }
 }@media screen and (max-width: 576px) { .g-6404f8eb { font-size: 28px; }
.g-80ffa41f { font-size: 20px; }
.g-11dd4b50 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-162157e5 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-dd97e2cf { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-36685739 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-36685739::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, #191917 100%); }
.g-f9a60049 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; padding: var(--wrapper-padding); justify-content: flex-end; align-items: center; flex-direction: column; padding-top: 150px; padding-bottom: 150px; }
.g-804204af { max-width: 760px; text-align: center; }
.g-6bac2ff4 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-162157e5 { min-height: 500px; }
.g-f9a60049 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-804204af { text-align: left; }
.g-e1e9560e { margin-top: var(--size-xs); }
.g-6bac2ff4 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-ee394207 { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-97849658 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-b583782b { position: relative; padding: var(--size-xl) 0; }
.g-2dc7b89b { text-align: center; }
.g-0eeb9cee { text-align: center; margin-top: var(--size-s); }
.g-b6421681 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-b6421681 { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

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

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

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

.g-35e2b130 .prev::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L1.97846 5.35541C1.9909 5.40959 1.99994 5.46543 1.99994 5.52338C1.99994 5.58133 1.9909 5.63718 1.97846 5.69135L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L1.97846 5.35541C1.9909 5.40959 1.99994 5.46543 1.99994 5.52338C1.99994 5.58133 1.9909 5.63718 1.97846 5.69135L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
}

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

.g-35e2b130 .next::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M0.21967 0.21967C0.512563 -0.0732234 0.9883 -0.0732234 1.28119 0.21967L6.05365 4.99311C6.34655 5.286 6.34655 5.76076 6.05365 6.05365L1.28119 10.8271C0.9883 11.12 0.512563 11.12 0.21967 10.8271C-0.0732234 10.5342 -0.0732234 10.0585 0.21967 9.76557L4.29487 5.69135C4.28243 5.63718 4.27338 5.58133 4.27338 5.52338C4.27338 5.46543 4.28243 5.40959 4.29487 5.35541L0.21967 1.28119C-0.0732234 0.9883 -0.0732234 0.512563 0.21967 0.21967Z' 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='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M0.21967 0.21967C0.512563 -0.0732234 0.9883 -0.0732234 1.28119 0.21967L6.05365 4.99311C6.34655 5.286 6.34655 5.76076 6.05365 6.05365L1.28119 10.8271C0.9883 11.12 0.512563 11.12 0.21967 10.8271C-0.0732234 10.5342 -0.0732234 10.0585 0.21967 9.76557L4.29487 5.69135C4.28243 5.63718 4.27338 5.58133 4.27338 5.52338C4.27338 5.46543 4.28243 5.40959 4.29487 5.35541L0.21967 1.28119C-0.0732234 0.9883 -0.0732234 0.512563 0.21967 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
}

.g-35e2b130 .prev,
.g-35e2b130 .next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    font-size: 0;
    border-radius: 50%;
    transition: .2s background-color ease-out, .2s color ease-out;
}

.g-35e2b130 .prev:hover,
.g-35e2b130 .next:hover {
    background-color: var(--color-secondary);
    color: var(--color-text-light);
}

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

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

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

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

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

/* Block: post-card (post-card) */
.g-9a8b838d { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-9a8b838d .g-ba4cb375 { position: relative; text-decoration: none; }
.g-9a8b838d .g-fbffa563 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-9a8b838d .g-c8462e83 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-9a8b838d .g-c8462e83 img { width: 100%; height: 100%; object-fit: cover; }
.g-9a8b838d .g-8b219f6d { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-9a8b838d .g-c685cbea { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-9a8b838d .g-ea14b116 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-9a8b838d .g-97b19095 { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-4f315c0c { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-4f315c0c .g-ba4cb375 { position: relative; text-decoration: none; }
.g-4f315c0c .g-fbffa563 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-4f315c0c .g-c8462e83 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-4f315c0c .g-c8462e83 img { width: 100%; height: 100%; object-fit: cover; }
.g-4f315c0c .g-8b219f6d { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-4f315c0c .g-c685cbea { 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-4f315c0c .g-ea14b116 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-4f315c0c .g-97b19095 { 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-fbffa563 { 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-37143a90 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-37143a90 blockquote { position: relative; background-color: var(--color-surface); border-radius: var(--b-radius); padding: 40px var(--size-s) var(--size-s); margin-top: 40px; }
.g-37143a90 blockquote::before { content: ''; position: absolute; top: 0; left: calc(var(--size-s) + 15px); transform: translateY(-50%); display: inline-flex; width: 85px; height: 49px; flex-shrink: 0; background-color: var(--color-primary); mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85 49' fill='none'%3E%3Cpath d='M14.9095 16.6105C18.0479 16.6088 23.2388 16.3158 27.4553 18.1206C40.0116 23.495 38.7245 38.0452 32.1596 43.7914C14.908 58.8919 -9.64319 38.4949 3.93569 16.6105C9.92309 6.96098 19.4084 1.79441 30.5917 0C24.3222 3.0201 14.9095 12.25 14.9095 16.6105Z' fill='black'/%3E%3Cpath d='M62.2327 16.6105C65.3711 16.6088 70.562 16.3158 74.7786 18.1206C87.3349 23.495 86.0478 38.0452 79.4829 43.7914C62.2313 58.8919 37.6801 38.4949 51.2589 16.6105C57.2463 6.96098 66.7316 1.79441 77.9149 0C71.6454 3.0201 62.2327 12.25 62.2327 16.6105Z' fill='black'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85 49' fill='none'%3E%3Cpath d='M14.9095 16.6105C18.0479 16.6088 23.2388 16.3158 27.4553 18.1206C40.0116 23.495 38.7245 38.0452 32.1596 43.7914C14.908 58.8919 -9.64319 38.4949 3.93569 16.6105C9.92309 6.96098 19.4084 1.79441 30.5917 0C24.3222 3.0201 14.9095 12.25 14.9095 16.6105Z' fill='black'/%3E%3Cpath d='M62.2327 16.6105C65.3711 16.6088 70.562 16.3158 74.7786 18.1206C87.3349 23.495 86.0478 38.0452 79.4829 43.7914C62.2313 58.8919 37.6801 38.4949 51.2589 16.6105C57.2463 6.96098 66.7316 1.79441 77.9149 0C71.6454 3.0201 62.2327 12.25 62.2327 16.6105Z' fill='black'/%3E%3C/svg%3E"); }
.g-37143a90 .g-9bce0f4b { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-37143a90 .g-d4251a45 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-37143a90 .g-d4c94d88 { margin-top: var(--size-m); }
.g-37143a90 .g-1b25f20e { 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-37143a90 .g-57fbef18 { display: flex; justify-content: flex-start; align-items: flex-start; text-decoration: none; gap: 8px; }
.g-37143a90 .g-57fbef18::before { content: var(--toc-number) '.'; flex-shrink: 0; font-weight: 600; text-decoration: none; width: 16px; }
.g-37143a90 .g-57fbef18:hover { color: var(--color-text); }
.g-37143a90 .g-a7ecfb27 { font-weight: bold; }
.g-37143a90 .g-a7ecfb27::before { color: var(--color-primary); background-color: currentColor; mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16ZM7.46484 11.5352C7.66011 11.7304 7.97661 11.7304 8.17188 11.5352L11.3535 8.35352C11.5488 8.15825 11.5488 7.84175 11.3535 7.64648L8.17188 4.46484C7.97661 4.26962 7.66009 4.26959 7.46484 4.46484C7.26959 4.66009 7.26962 4.97661 7.46484 5.17188L9.79297 7.5H5C4.72389 7.50002 4.50002 7.72389 4.5 8C4.5 8.27613 4.72388 8.49998 5 8.5H9.79297L7.46484 10.8281C7.26959 11.0234 7.26962 11.3399 7.46484 11.5352Z' fill='black'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16ZM7.46484 11.5352C7.66011 11.7304 7.97661 11.7304 8.17188 11.5352L11.3535 8.35352C11.5488 8.15825 11.5488 7.84175 11.3535 7.64648L8.17188 4.46484C7.97661 4.26962 7.66009 4.26959 7.46484 4.46484C7.26959 4.66009 7.26962 4.97661 7.46484 5.17188L9.79297 7.5H5C4.72389 7.50002 4.50002 7.72389 4.5 8C4.5 8.27613 4.72388 8.49998 5 8.5H9.79297L7.46484 10.8281C7.26959 11.0234 7.26962 11.3399 7.46484 11.5352Z' fill='black'/%3E%3C/svg%3E"); }
@media screen and (max-width: 1024px) { .g-37143a90 { grid-template-columns: 1fr; }
.g-37143a90 .g-99e87547 { display: none; }
.g-37143a90 .g-d4c94d88 { margin-top: var(--size-s); }
.g-37143a90 .g-1b25f20e { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-37143a90 blockquote { padding: 30px var(--size-s) var(--size-s); margin-top: 30px; }
.g-37143a90 blockquote::before { left: var(--size-s); transform: translateY(-50%) scale(.7); }
 }

/* Block: post-header (post-header) */
.g-6e447cac { position: relative; height: 800px; }
.g-744d10f5 { height: 100%; display: flex; flex-direction: column; }
.g-0878b1b7 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-0878b1b7::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-eb742145 { width: 100%; height: 100%; }
.g-a7efafc8 { 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-9824a7d8 { 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-431e78e4 { text-decoration: none; }
.g-431e78e4:hover { text-decoration: underline; }
.g-1a85fffd { display: block; width: 4px; height: 4px; border-radius: 50%; background-color: var(--color-text-light); }
.g-35a5e80e { margin-top: var(--size-m); }
.g-8e78c846 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-9824a7d8 { padding: 8px 16px; height: 40px; gap: var(--size-xs); }
.g-35a5e80e { margin-top: var(--size-s); }
.g-8e78c846 { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-6e447cac { height: 700px; }
.g-a7efafc8 { width: 95%; }
.g-9824a7d8 { gap: var(--size-xxs); height: auto; }
 }@media screen and (max-width: 576px) { .g-eb742145 { aspect-ratio: auto; height: 100%; }
 }

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

/* Block: recommendation (recommendation) */
.g-5d25ac2b { text-align: center; }
.g-b4fccffc { position: relative; }
.g-3cca59b3 { 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-3cca59b3:hover { color: var(--color-primary); }
.g-67b45f33 { left: -42px; }
.g-cd0b5bbf { right: -42px; }
@media screen and (max-width: 1024px) { .g-f2438bee { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-3cca59b3 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-e76f94f0 { text-align: center; max-width: 430px; margin: 0 auto; }
.g-f30b3297 { margin-top: var(--size-xl); }
.g-66e6d697 { max-width: 430px; margin-inline: auto; text-align: center; }

/* Block: searchform (searchform) */
.g-e9e259da { position: relative; display: inline-block; width: 100%; }
.g-e9e259da .g-ee9a3e80 { 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) 48px; font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; color: var(--color-text); }
.g-e9e259da .g-ee9a3e80:focus + .g-318842b7 { opacity: 1; }
.g-e9e259da .g-3a6a24f8 { position: absolute; left: 0; top: 0; height: 100%; width: 48px; border: 0; background-color: transparent; cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; }
.g-e9e259da .g-3a6a24f8:hover { opacity: .7; }
.g-e9e259da .g-9e75cdad { fill: var(--color-primary); }
.g-e9e259da .g-318842b7 { position: absolute; right: 0; top: 0; height: 100%; border: 0; width: 48px; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; opacity: 0; font-size: 32px; }
.g-e9e259da .g-318842b7:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-d6dc2a4b { position: fixed; bottom: 0; opacity: 0; right: 35px; transform: translateY(100%); background-color: var(--color-primary); border: none; width: 40px; height: 62px; border-radius: 20px; cursor: pointer; z-index: 4; transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out; }
.g-8ca7c53d { fill: var(--color-text-light); }
.g-b22d4d7a { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-d6dc2a4b { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-0ddca2e2 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-0a5a4f29 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-ed684d45 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-ed684d45::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, #191917 100%); }
.g-c5155e7e { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; padding: var(--wrapper-padding); justify-content: flex-end; align-items: center; flex-direction: column; padding-top: 150px; padding-bottom: 150px; }
.g-ba7020ab { max-width: 760px; text-align: center; }
.g-897daa3a { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-0ddca2e2 { min-height: 500px; }
.g-c5155e7e { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-ba7020ab { text-align: left; }
.g-81d190a6 { margin-top: var(--size-xs); }
.g-897daa3a { margin-top: var(--size-s); }
 }

/* Block: front-page::faq--0 (faq) */
.g-f4a30bba { position: relative; gap: var(--size-s); }
.g-f4a30bba * { flex: 1; }
.g-dea9cd8b { width: 80%; margin-inline: auto; }
.g-74c56cf4 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; background-color: var(--color-secondary); border-radius: 50%; margin-right: var(--size-xl); color: var(--color-text-light); }
.g-ecd9cbb3 { user-select: none; }
.g-ecd9cbb3[open] .g-68230fb2 { transform: scaleY(1); }
.g-43510364 { display: flex; justify-content: flex-start; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-43510364::-webkit-details-marker { display: none; }
.g-68230fb2 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-left: auto; border-radius: 50%; background-color: var(--color-bg); transform: scaleY(-1); }
.g-68230fb2 svg { fill: var(--color-primary); }
.g-7bd9bc38 { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-43510364 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-7bd9bc38 { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-f4a30bba { flex-direction: column; }
.g-dea9cd8b { width: 100%; margin-top: var(--size-m); }
.g-74c56cf4 { margin-right: var(--size-s); }
 }

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-ae5cd1d4 { display: flex; justify-content: flex-start; align-items: center; position: relative; gap: var(--size-s); z-index: 1; }
.g-d95ba5b2 { padding: var(--size-m); flex: 0 0 60%; display: flex; flex-direction: column; justify-content: center; }
.g-234de013 { display: flex; justify-content: flex-start; }
.g-41fa12a2 { padding: var(--size-xl); flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.g-770ae9bb { display: flex; justify-content: flex-start; align-items: center; }
.g-6a4e16f2 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-right: var(--size-m); }
.g-544396ac { fill: var(--color-text); }
.g-dbd41439 { stroke: var(--color-text); }
.g-d8728c3a { stroke: var(--color-text); }
.g-ea8b17e3 { display: flex; flex-direction: column; }
.g-243fdd73 { flex: 0 0 50%; height: 383px; }
.g-341bd207 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-ae5cd1d4 { flex-direction: column; }
.g-d95ba5b2 { width: 100%; flex: 0 0 auto; }
.g-234de013 { flex-direction: column; }
.g-41fa12a2 { width: 100%; padding: var(--size-m); var(--wrapper-padding); }
.g-84f40e7e { width: 100%; display: flex; justify-content: space-between; }
.g-770ae9bb { margin-top: 0; align-items: flex-start; flex-direction: column; }
.g-6a4e16f2 { margin-right: 0; }
.g-ea8b17e3 { margin-top: var(--size-xs); }
.g-243fdd73 { height: 429px; width: 100%; flex: 0 0 auto; }
 }@media screen and (max-width: 576px) { .g-d95ba5b2 { padding: var(--size-xs); }
.g-84f40e7e { flex-direction: column; align-items: center; gap: var(--size-s); margin-top: var(--size-s); }
.g-770ae9bb { align-items: center; }
.g-ea8b17e3 { text-align: center; }
.g-243fdd73 { height: 370px; }
 }

/* Block: about-page::text--0 (text) */
.g-3971c5ea { padding: var(--size-xl); }
@media screen and (max-width: 768px) { .g-3971c5ea { text-align: center; padding: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-3971c5ea { padding: var(--size-s); }
 }

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

/* Block: reassurance::text--0 (text) */
.g-111bee79 { column-count: 2; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-540f6ba8 { text-align: center; }
.g-111bee79 { column-count: 1; }
 }

/* Block: reassurance::faq--0 (faq) */
.g-8dd3f41d { position: relative; gap: var(--size-s); }
.g-8dd3f41d * { flex: 1; }
.g-262947a0 { width: 80%; margin-inline: auto; }
.g-0496b638 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; background-color: var(--color-secondary); border-radius: 50%; margin-right: var(--size-xl); color: var(--color-text-light); }
.g-98a2d3a3 { user-select: none; }
.g-98a2d3a3[open] .g-55bfd29f { transform: scaleY(1); }
.g-42052bb6 { display: flex; justify-content: flex-start; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-42052bb6::-webkit-details-marker { display: none; }
.g-55bfd29f { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-left: auto; border-radius: 50%; background-color: var(--color-bg); transform: scaleY(-1); }
.g-55bfd29f svg { fill: var(--color-primary); }
.g-36b25f3a { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-42052bb6 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-36b25f3a { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-8dd3f41d { flex-direction: column; }
.g-262947a0 { width: 100%; margin-top: var(--size-m); }
.g-0496b638 { margin-right: var(--size-s); }
 }

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