/* Block: categories-list (categories-list) */
.g-e6605ba9 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-e6605ba9 .g-506312c7 { position: relative; text-decoration: none; background-color: var(--color-surface); flex: 0 0 calc((100% - (var(--size-s) * 4)) / 5); padding: var(--size-s) var(--size-s) 90px; border-radius: var(--b-radius); text-align: left; overflow-wrap: break-word; text-wrap: balance; min-height: 156px; transition: .2s ease-in-out filter; }
.g-e6605ba9 .g-506312c7:hover { filter: brightness(0.96); }
.g-e6605ba9 .g-506312c7:hover .g-97e8bc09 { opacity: 1; }
.g-e6605ba9 .g-24f13ca6 { position: relative; z-index: 1; }
.g-e6605ba9 .g-97e8bc09 { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-506312c7 { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-97e8bc09 { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-506312c7 { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-97e8bc09 { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-51ee98fa { padding: var(--size-m) 0 var(--section-padding); }
.g-51ee98fa .g-e531710b { display: inline-flex; justify-content: flex-start; align-items: center; padding: var(--size-xxs) var(--size-s); background-color: var(--color-surface); border-radius: var(--b-radius); gap: var(--size-xs); }
.g-51ee98fa .g-0012dd8d { margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-e531710b { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-0012dd8d { margin-top: var(--size-xs); text-align: center; }
 }

/* 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-e3ddff60 { 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-3a597909 { display: block; }
.g-501906d0 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-e3ddff60 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-501906d0 { gap: var(--size-xxs); }
.g-d09f4939 { width: 100%; }
 }

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

/* Block: footer (footer) */
.g-fb633827 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-310cf4b5 { 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-310cf4b5.g-34b1cef9 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-5b5ab0d7 { margin-top: var(--section-padding); background-color: var(--color-primary); color: var(--color-text-light); }
.g-3e99afff { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); }
.g-10a64242 { max-width: 563px; }
.g-ab16c38b { max-width: 465px; }
.g-0010b458 { margin-top: var(--size-xs); }
.g-46fdab8b { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-afd9ab7c { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-094bfd44 { 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-094bfd44:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-7c92b665 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-9a550dfa { transform: scale(1.2); margin-right: var(--size-xs); }
.g-e657fdbe { background-color: var(--color-secondary); color: var(--color-text-light); padding: var(--size-xl) 0 var(--size-m); }
.g-f378cd9d { display: flex; justify-content: space-between; align-items: center; }
.g-17cf0760 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-e91c07c1 { 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-10a64242 { max-width: 550px; }
.g-ab16c38b { max-width: 550px; }
 }@media screen and (max-width: 870px) { .g-f378cd9d { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-17cf0760 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-e91c07c1 { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-6ed98656 { order: 3; }
 }@media screen and (max-width: 576px) { .g-3e99afff { gap: var(--size-m); }
.g-46fdab8b { flex-direction: column; gap: var(--size-xxs); }
.g-afd9ab7c { width: 100%; }
.g-094bfd44 { width: 100%; }
.g-17cf0760 { flex-direction: column; align-items: flex-start; }
 }

/* Block: header (header) */
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a,
#header-nav-sidebar .menu-item a,
#header-nav-sidebar .page_item a {
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    padding: var(--size-xxs);
    display: flex;
    align-items: center;
}
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a {
    height: 100%;
    justify-content: center;
}
#header-nav-sidebar .menu-item a,
#header-nav-sidebar .page_item a {
    height: 50px;
    justify-content: flex-start;
}
#header-nav-desktop .menu-item a:hover,
#header-nav-desktop .page_item a:hover,
#header-nav-sidebar .menu-item a:hover,
#header-nav-sidebar .page_item a:hover {
    color: var(--color-primary);
}
#header-nav-desktop .current-menu-item a,
#header-nav-desktop .current_page_item a,
#header-nav-sidebar .current-menu-item a,
#header-nav-sidebar .current_page_item a {
    color: var(--color-primary);
}
#header-nav-desktop .current-menu-item a::after,
#header-nav-desktop .current_page_item a::after {
    content: "";
    display: block;
    background-color: var(--color-primary);
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -1px;
}
#header-nav-sidebar .current-menu-item a::after,
#header-nav-sidebar .current_page_item a::after {
    content: "";
    display: block;
    background-color: var(--color-primary);
    position: absolute;
    top: 0;
    left: calc(-1 * var(--wrapper-padding));
    width: 4px;
    height: 100%;
    bottom: 0;
}
@media screen and (max-width: 870px) {
    #header-nav-desktop .menu-item a,
    #header-nav-desktop .page_item a {
        justify-content: flex-start;
    }
}

.g-ad5a7137 { position: sticky; top: 0; z-index: 5; border-bottom: 1px solid var(--color-text); }
.g-112b35df { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-e228aa5a { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-eef9070e { font-size: 34px; margin-right: var(--size-xxs); }
.g-e0ff8e09 { font-size: 24px; font-weight: 600; }
.g-29f6bfd8 { display: flex; justify-content: flex-end; align-items: center; gap: clamp(0.75rem, 8.59375vw + -3.375rem, 3.5rem); height: 100%; }
.g-f882d4ae { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; margin-right: var(--size-m); }
.g-f882d4ae:hover { opacity: 0.7; }
.g-f882d4ae svg { fill: var(--color-text); }
.g-13343ad1 { display: none; }
.g-90f8c323 { position: fixed; z-index: 6; width: 100%; height: 100%; top: 0; left: 0; clip-path: polygon(0 0, 0 0, 0 0, 0 0); }
.g-4f7e56b5 { clip-path: inherit; }
.g-4f7e56b5 .g-0ee79f07 { background-color: rgba(0, 0, 0, 0.2); }
.g-4f7e56b5 .g-cb04910f { opacity: 1; transform: translateX(0); }
.g-64e7a1eb { height: 80px; display: flex; justify-content: flex-start; align-items: center; }
.g-81a16391 { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; }
.g-81a16391:hover { opacity: 0.7; }
.g-81a16391 svg { fill: var(--color-text); }
.g-0ee79f07 { transition: 0.3s background-color ease-in-out; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0, 0, 0, 0); }
.g-cb04910f { display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column; min-width: 260px; width: 100%; max-width: 30%; height: 100%; box-shadow: 4px 0px 20px rgba(23, 23, 28, 0.1); opacity: 0; transform: translateX(-100%); transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out; padding: 0 var(--size-m) 0 var(--wrapper-padding); }
@media screen and (max-width: 375px) { .g-f882d4ae { margin-right: var(--size-xxs); }
 }@media screen and (max-width: 768px) { .g-eef9070e { font-size: 28px; }
.g-e0ff8e09 { font-size: 20px; }
 }@media screen and (max-width: 870px) { .g-112b35df { justify-content: flex-start; }
.g-29f6bfd8 { gap: var(--size-m); }
.g-cd0dc834 { display: none; }
.g-13343ad1 { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-41e6bfc2 { padding: var(--size-xl) 0; }
.g-696aeb31 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-c156845b { margin-top: var(--size-s); }
.g-6c439057 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-c156845b { margin-top: var(--size-xs); }
.g-6c439057 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-ab858a37 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-d9a2e335 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-07ee5e11 { text-align: center; margin-top: var(--size-xl); }
.g-d616e47c { text-align: center; margin-top: var(--size-s); }
.g-ed09c518 { text-align: center; }
@media screen and (max-width: 768px) { .g-07ee5e11 { margin-top: var(--size-m); }
 }

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

/* Block: page-header (page-header) */
.g-c4f48232 { padding: var(--size-m) 0 50px; }
.g-2e5b96b9 { margin-top: var(--size-m); padding: var(--size-s) var(--size-s) var(--size-m); text-align: center; }
.g-8b23c056 { margin-top: var(--size-xs); }
@media screen and (max-width: 576px) { .g-2e5b96b9 { margin-top: var(--size-xs); }
 }

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

.g-ec2ea194 .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-ec2ea194 .page-numbers:hover {
    box-shadow: 0px 0px 0px 1px var(--color-secondary);
}

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-4239ebdd { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-4239ebdd .g-a288bc1f { position: relative; text-decoration: none; }
.g-4239ebdd .g-fd225baa { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-4239ebdd .g-5180bf17 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-4239ebdd .g-5180bf17 img { width: 100%; height: 100%; object-fit: cover; }
.g-4239ebdd .g-95d3f77a { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-4239ebdd .g-ccd3e6ef { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-4239ebdd .g-303bba97 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-4239ebdd .g-d03e08ce { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-ce7d530b { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-ce7d530b .g-a288bc1f { position: relative; text-decoration: none; }
.g-ce7d530b .g-fd225baa { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-ce7d530b .g-5180bf17 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-ce7d530b .g-5180bf17 img { width: 100%; height: 100%; object-fit: cover; }
.g-ce7d530b .g-95d3f77a { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-ce7d530b .g-ccd3e6ef { 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-ce7d530b .g-303bba97 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-ce7d530b .g-d03e08ce { 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-fd225baa { 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-40f85265 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-40f85265 blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-40f85265 .g-3a5c69d3 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-40f85265 .g-502c552c { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-40f85265 .g-0b3b3a90 { margin-top: var(--size-m); }
.g-40f85265 .g-85562847 { 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-40f85265 .g-9947b209 { display: block; text-decoration: none; }
.g-40f85265 .g-9947b209:hover { text-decoration: underline; }
.g-40f85265 .g-a8e2295a { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-40f85265 { grid-template-columns: 1fr; }
.g-40f85265 .g-39de20fc { display: none; }
.g-40f85265 .g-0b3b3a90 { margin-top: var(--size-s); }
.g-40f85265 .g-85562847 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-40f85265 blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-f6710e1a { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); margin-top: var(--size-m); }
.g-14ed0697 { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; }
.g-80463a0e { display: flex; align-items: center; justify-content: center; }
.g-9d876e8f { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); flex-wrap: wrap; }
.g-7339ec98 { padding: 8px 16px; height: 37px; border-radius: 37px; background-color: var(--color-surface); display: flex; justify-content: flex-start; align-items: center; gap: 8px; text-decoration: none; transition: filter .2s ease-in-out; }
.g-7339ec98:hover { filter: brightness(0.96); }
.g-5e186036 { margin-top: var(--size-m); }
.g-9f8c472d { margin-top: var(--size-s); margin-bottom: auto; }
.g-4095e77a { margin-top: var(--size-s); }
@media screen and (max-width: 1024px) { .g-f6710e1a { grid-template-columns: 1fr; }
.g-14ed0697 { max-width: 70%; }
.g-80463a0e { max-width: 70%; display: block; }
.g-7339ec98 { height: 30px; }
 }@media screen and (max-width: 768px) { .g-f6710e1a { gap: var(--size-m); }
.g-14ed0697 { max-width: 100%; }
.g-80463a0e { max-width: 100%; }
.g-9f8c472d { margin-top: var(--size-xs); }
 }

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

/* Block: recommendation (recommendation) */
.g-baa851fa { text-align: center; }
.g-a48ec470 { position: relative; }
.g-1dba9ab5 { position: absolute; top: 50%; z-index: 10; margin-top: -16px; 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-1dba9ab5:hover { background-color: var(--color-primary); }
.g-e6455fc4 { left: -42px; }
.g-5ef21fe0 { right: -42px; }
@media screen and (max-width: 1024px) { .g-dccdee96 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-1dba9ab5 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-54462761 { text-align: center; max-width: 430px; margin: 0 auto; }
.g-8062d0bd { margin-top: var(--size-xl); }
.g-42d9a56d { max-width: 430px; margin-inline: auto; text-align: center; }

/* Block: searchform (searchform) */
.g-3baca9e9 { position: relative; display: inline-block; width: 100%; }
.g-3baca9e9 .g-cdd460e2 { 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-3baca9e9 .g-56c61ce1 { 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-3baca9e9 .g-e068e245 { 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-3baca9e9 .g-e068e245:hover { opacity: .7; }
.g-3baca9e9 .g-d402f952 { border: 0; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-3baca9e9 .g-d402f952:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-c663ed11 { padding: var(--size-xl) 0; }
.g-9a1277bb { max-width: 565px; margin: 0 auto; text-align: center; }
.g-59be2e4a { margin-top: var(--size-s); }
.g-a58c6849 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-59be2e4a { margin-top: var(--size-xs); }
.g-a58c6849 { margin-top: var(--size-s); }
 }

/* Block: front-page::about--0 (about) */
.g-43c6bab5 { display: flex; align-items: center; gap: var(--size-m); }
.g-c9a4b4f9 { flex: 1; }
.g-d30456b1 { flex: 1; }
@media screen and (max-width: 768px) { .g-43c6bab5 { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-d30456b1 { text-align: center; }
 }

/* Block: front-page::categories-list (categories-list) */
.g-074e6e55 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-074e6e55 .g-0e03af0b { position: relative; text-decoration: none; background-color: var(--color-surface); flex: 0 0 calc((100% - (var(--size-s) * 4)) / 5); padding: var(--size-s) var(--size-s) 90px; border-radius: var(--b-radius); text-align: left; overflow-wrap: break-word; text-wrap: balance; min-height: 156px; transition: .2s ease-in-out filter; }
.g-074e6e55 .g-0e03af0b:hover { filter: brightness(0.96); }
.g-074e6e55 .g-0e03af0b:hover .g-44aa4312 { opacity: 1; }
.g-074e6e55 .g-e9c1bfd7 { position: relative; z-index: 1; }
.g-074e6e55 .g-44aa4312 { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-0e03af0b { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-44aa4312 { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-0e03af0b { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-44aa4312 { font-size: 56px; }
 }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-5a71b8a2 { display: flex; justify-content: flex-start; position: relative; z-index: 1; }
.g-a2a15ff9 { 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-98302a50 { padding: clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.g-2fd88b19 { display: flex; justify-content: flex-start; align-items: center; }
.g-bcba16f8 { 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-59d85cd4 { display: flex; flex-direction: column; }
.g-d29f30d8 { margin-top: -100px; height: clamp(32rem, 13.28125vw + 25.625rem, 36.25rem); }
.g-dbc5ecd4 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-5a71b8a2 { flex-direction: column-reverse; }
.g-a2a15ff9 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-29d3a0a0 { width: 100%; display: flex; justify-content: space-between; gap: var(--size-s); }
.g-29d3a0a0 .g-2fd88b19 { margin-top: 0; }
.g-2fd88b19 { align-items: flex-start; flex-direction: column; flex: 1; }
.g-bcba16f8 { margin-right: 0; }
.g-59d85cd4 { margin-top: var(--size-xs); }
.g-d29f30d8 { height: clamp(38.75rem, -27.4809160305vw + 45.1908396947rem, 32rem); }
 }@media screen and (max-width: 576px) { .g-a2a15ff9 { text-align: center; }
.g-29d3a0a0 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-2fd88b19 { align-items: center; }
.g-5ad6d1bf { margin: 0 auto; }
 }

/* Block: about-page::text--0 (text) */
.g-580794e6 { column-count: 2; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-b376a3ab { text-align: center; }
.g-580794e6 { column-count: 1; }
 }

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

/* Block: benefits::highlights--0 (highlights) */
.g-0e71b3f9 { position: relative; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); padding-left: var(--wrapper-padding); }
.g-e9b3d0b9 { flex: 0 1 560px; }
.g-c454d0fa { flex: 1 1 630px; }
.g-9fa2e926 { flex: 1; }
.g-b4d1110e { display: flex; gap: var(--size-s); flex-wrap: wrap; }
.g-2bba535f { flex: 1; }
.g-7b723221 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); }
.g-213f7a5a { 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: 768px) { .g-0e71b3f9 { padding: 0 var(--wrapper-padding); flex-direction: column-reverse; }
.g-e9b3d0b9 { flex: auto; }
.g-c454d0fa { flex: auto; width: 100%; }
.g-b4d1110e { margin-top: var(--size-s); }
.g-2bba535f { flex: 1 1 calc(50% - var(--size-s) / 2); }
 }@media screen and (max-width: 1024px) { .g-7b723221 { align-items: flex-start; flex-direction: column; gap: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-e9b3d0b9 { text-align: center; }
.g-b4d1110e { flex-direction: column; }
.g-2bba535f { flex: auto; text-align: center; }
.g-7b723221 { align-items: center; }
 }

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

/* Block: benefits::about--0 (about) */
.g-cb7eca6b { display: flex; align-items: center; gap: var(--size-m); }
.g-320cd24a { flex: 1; }
.g-e149feac { position: relative; padding: var(--size-m); }
.g-e149feac::before { content: ""; display: block; position: absolute; top: 0; right: -50%; left: 0; width: 150%; height: 100%; background-color: var(--color-surface); margin-bottom: var(--size-s); z-index: -1; border-radius: var(--b-radius); }
.g-e7d095d7 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 870px) { .g-cb7eca6b { flex-direction: column; align-items: stretch; }
.g-320cd24a { flex: auto; }
.g-e149feac { padding: var(--size-m) var(--size-s); }
.g-e149feac::before { top: 0; right: 0; left: 0; width: 100%; height: 100%; }
 }@media screen and (max-width: 576px) { .g-e149feac { text-align: center; }
 }

/* Block: benefits::text--1 (text) */
.g-40f7efc8 { column-count: 2; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-2e231ec1 { text-align: center; }
.g-40f7efc8 { column-count: 1; }
 }

/* Block: benefits::reviews--0 (reviews) */
.g-de86bc18 { display: flex; align-items: stretch; gap: var(--size-s); overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; padding-bottom: 10px; }
.g-de86bc18 li { flex: 1; }
.g-1debef1b { padding: var(--size-m); min-width: 270px; height: 100%; }
.g-72fbbc42 { display: flex; justify-content: center; }
@media screen and (max-width: 576px) { .g-de86bc18 { flex-direction: column; }
.g-1debef1b { text-align: center; min-width: auto; }
 }