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

/* Block: category-header (category-header) */
.g-843e0cd5 { padding: var(--size-m) 0 var(--section-padding); }
.g-843e0cd5 .g-774e6423 { 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-843e0cd5 .g-08900b42 { margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-774e6423 { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-08900b42 { 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-a797c7c5 { 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-781dea47 { display: block; }
.g-cd57b111 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-a797c7c5 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-cd57b111 { gap: var(--size-xxs); }
.g-29e483bd { width: 100%; }
 }

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

/* Block: footer (footer) */
.g-6aafc239 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-71480993 { 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-71480993.g-199bd96b { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-5315a52e { margin-top: var(--section-padding); }
.g-c3a5cf5c { background-color: var(--color-primary); color: var(--color-text-light); border-radius: var(--b-radius); padding: var(--size-xl); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); margin-bottom: var(--size-xl); }
.g-9daea14e { max-width: 510px; }
.g-80aa76a3 { max-width: 430px; }
.g-6aec530d { margin-top: var(--size-xs); }
.g-4bd875b4 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-38a7eb9e { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-6429be6e { 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-6429be6e:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-afad99a1 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-a6b1e807 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-556c40f4 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-b7285de8 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-78cfd79a { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-5c4fd620 { 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-c3a5cf5c { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-9daea14e { max-width: initial; }
.g-80aa76a3 { max-width: initial; }
.g-556c40f4 { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-b7285de8 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-78cfd79a { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-5c4fd620 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-78e8eed2 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-c3a5cf5c { gap: var(--size-m); }
.g-4bd875b4 { flex-direction: column; gap: var(--size-xxs); }
.g-38a7eb9e { width: 100%; }
.g-6429be6e { width: 100%; }
.g-78cfd79a { 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-d16c2df4 { position: sticky; top: 0; z-index: 5; border-bottom: 1px solid var(--color-text); }
.g-34150916 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-bc52b288 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-55546c71 { font-size: 34px; margin-right: var(--size-xxs); }
.g-7aabf02d { font-size: 24px; font-weight: 600; }
.g-ee649d4f { display: flex; justify-content: flex-end; align-items: center; gap: clamp(0.75rem, 8.59375vw + -3.375rem, 3.5rem); height: 100%; }
.g-be71f36b { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; margin-right: var(--size-m); }
.g-be71f36b:hover { opacity: 0.7; }
.g-be71f36b svg { fill: var(--color-text); }
.g-e165a551 { display: none; }
.g-e30aae90 { 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-a6691b14 { clip-path: inherit; }
.g-a6691b14 .g-129d8db8 { background-color: rgba(0, 0, 0, 0.2); }
.g-a6691b14 .g-6623dd7a { opacity: 1; transform: translateX(0); }
.g-d15cf0e1 { height: 80px; display: flex; justify-content: flex-start; align-items: center; }
.g-c03b1f2a { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; }
.g-c03b1f2a:hover { opacity: 0.7; }
.g-c03b1f2a svg { fill: var(--color-text); }
.g-129d8db8 { 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-6623dd7a { 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-be71f36b { margin-right: var(--size-xxs); }
 }@media screen and (max-width: 768px) { .g-55546c71 { font-size: 28px; }
.g-7aabf02d { font-size: 20px; }
 }@media screen and (max-width: 870px) { .g-34150916 { justify-content: flex-start; }
.g-ee649d4f { gap: var(--size-m); }
.g-0e06f58e { display: none; }
.g-e165a551 { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-96b6ab4f { padding: var(--section-padding) 0; }
.g-c79ec78d { display: flex; }
.g-caf3133e { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-9a304e64 { margin-top: var(--size-s); }
.g-a83c00ff { margin-top: var(--size-m); }
.g-9a0e3a0b { flex: 1; }
.g-992365ae { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-c79ec78d { flex-direction: column; }
.g-caf3133e { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-992365ae { height: 400px; }
 }@media screen and (max-width: 576px) { .g-caf3133e { padding-bottom: var(--size-m); }
.g-992365ae { height: auto; }
 }

/* Block: page-404 (page-404) */
.g-049358d4 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-e5ee0f62 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-786750a5 { text-align: center; margin-top: var(--size-xl); }
.g-71676993 { text-align: center; margin-top: var(--size-s); }
.g-7ca7f7b8 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-786750a5 { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-7ca7f7b8 { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-1c55188b { padding: var(--size-m) 0 50px; }
.g-28848071 { margin-top: var(--size-m); padding: var(--size-s) var(--size-s) var(--size-m); text-align: center; }
.g-f61bfe3d { margin-top: var(--size-xs); }
@media screen and (max-width: 576px) { .g-28848071 { margin-top: var(--size-xs); }
 }

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

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

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

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

.g-c5196f02 .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-c5196f02 .prev,
.g-c5196f02 .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-c5196f02 .prev:hover,
.g-c5196f02 .next:hover {
    background-color: var(--color-secondary);
    color: var(--color-text-light);
}

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

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

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

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

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

/* Block: post-card (post-card) */
.g-913697f2 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-913697f2 .g-88563450 { position: relative; text-decoration: none; }
.g-913697f2 .g-7a340030 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-913697f2 .g-25bf76a1 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-913697f2 .g-25bf76a1 img { width: 100%; height: 100%; object-fit: cover; }
.g-913697f2 .g-8dbdd5b0 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-913697f2 .g-b10f58d5 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-913697f2 .g-388b5133 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-913697f2 .g-e1a5176a { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-93448043 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-93448043 .g-88563450 { position: relative; text-decoration: none; }
.g-93448043 .g-7a340030 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-93448043 .g-25bf76a1 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-93448043 .g-25bf76a1 img { width: 100%; height: 100%; object-fit: cover; }
.g-93448043 .g-8dbdd5b0 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-93448043 .g-b10f58d5 { 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-93448043 .g-388b5133 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-93448043 .g-e1a5176a { 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-7a340030 { 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-44a65d34 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-44a65d34 blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-44a65d34 .g-10be3b3c { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-44a65d34 .g-9abe75ba { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-44a65d34 .g-407c1d85 { margin-top: var(--size-m); }
.g-44a65d34 .g-b90c014c { 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-44a65d34 .g-0f78ca01 { display: block; text-decoration: none; }
.g-44a65d34 .g-0f78ca01:hover { text-decoration: underline; }
.g-44a65d34 .g-d8bf233c { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-44a65d34 { grid-template-columns: 1fr; }
.g-44a65d34 .g-49affb34 { display: none; }
.g-44a65d34 .g-407c1d85 { margin-top: var(--size-s); }
.g-44a65d34 .g-b90c014c { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-44a65d34 blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-366f5b5d { position: relative; height: 800px; }
.g-74c8a12d { height: 100%; display: flex; flex-direction: column; }
.g-6594781c { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-6594781c::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-6f4f75e3 { width: 100%; height: 100%; }
.g-03b95c91 { 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-80c1d985 { 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-de29bd34 { text-decoration: none; }
.g-de29bd34:hover { text-decoration: underline; }
.g-53c645a0 { display: block; width: 4px; height: 4px; border-radius: 50%; background-color: var(--color-text-light); }
.g-4e5f3a12 { margin-top: var(--size-m); }
.g-28f50bae { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-80c1d985 { padding: 8px 16px; height: 40px; gap: var(--size-xs); }
.g-4e5f3a12 { margin-top: var(--size-s); }
.g-28f50bae { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-366f5b5d { height: 700px; }
.g-03b95c91 { width: 95%; }
.g-80c1d985 { gap: var(--size-xxs); height: auto; }
 }@media screen and (max-width: 576px) { .g-6f4f75e3 { aspect-ratio: auto; height: 100%; }
 }

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

/* Block: recommendation (recommendation) */
.g-31a62b1b { text-align: center; }
.g-c6c2e575 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-7660f4e8 { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-1e51f330 { 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-1e51f330:hover { background-color: var(--color-primary); }
.g-af9a2567 { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-c6c2e575 { margin-top: var(--size-m); }
 }

/* Block: search (search) */
.g-e1fb49af { margin-top: var(--size-m); max-width: 600px; }
.g-0658f161 { margin-top: var(--size-m); max-width: 600px; }
.g-4d937170 { margin-top: var(--size-xl); }

/* Block: searchform (searchform) */
.g-e63491e4 { position: relative; display: inline-block; width: 100%; }
.g-e63491e4 .g-5ecdebcc { 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-e63491e4 .g-5e8c209a { 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-e63491e4 .g-75e703c4 { 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-e63491e4 .g-75e703c4:hover { opacity: .7; }
.g-e63491e4 .g-9882fca1 { border: 0; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-e63491e4 .g-9882fca1:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-e3c47f7c { 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-ef68bf76 { fill: var(--color-text-light); }
.g-b46744b5 { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-e3c47f7c { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-79f3f01e { padding: var(--section-padding) 0; }
.g-8e716d62 { display: flex; }
.g-a2584e13 { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-66c6d440 { margin-top: var(--size-s); }
.g-d3198372 { margin-top: var(--size-m); }
.g-b8786291 { flex: 1; }
.g-fc205c8c { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-8e716d62 { flex-direction: column; }
.g-a2584e13 { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-fc205c8c { height: 400px; }
 }@media screen and (max-width: 576px) { .g-a2584e13 { padding-bottom: var(--size-m); }
.g-fc205c8c { height: auto; }
 }

/* Block: front-page::text--0 (text) */
.g-06999a4b { text-align: center; }

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-3bf9812d { display: flex; justify-content: flex-start; position: relative; z-index: 1; }
.g-23747bd5 { 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-1ae13466 { padding: clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.g-29f4abe1 { display: flex; justify-content: flex-start; align-items: center; }
.g-bc4aa3a7 { 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-cb339d61 { display: flex; flex-direction: column; }
.g-7f9a6c35 { margin-top: -100px; height: clamp(32rem, 13.28125vw + 25.625rem, 36.25rem); }
.g-ff1c86c5 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-3bf9812d { flex-direction: column-reverse; }
.g-23747bd5 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-2830a045 { width: 100%; display: flex; justify-content: space-between; gap: var(--size-s); }
.g-2830a045 .g-29f4abe1 { margin-top: 0; }
.g-29f4abe1 { align-items: flex-start; flex-direction: column; flex: 1; }
.g-bc4aa3a7 { margin-right: 0; }
.g-cb339d61 { margin-top: var(--size-xs); }
.g-7f9a6c35 { height: clamp(38.75rem, -27.4809160305vw + 45.1908396947rem, 32rem); }
 }@media screen and (max-width: 576px) { .g-23747bd5 { text-align: center; }
.g-2830a045 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-29f4abe1 { align-items: center; }
.g-5d83ced9 { margin: 0 auto; }
 }

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

/* Block: expertise::reviews--0 (reviews) */
.g-35dcd962 { display: flex; gap: var(--size-s); overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; padding: var(--size-xl) 20px; margin-inline: -20px; }
.g-7f3e65f2 { width: 50%; }
.g-5e90609b { min-width: 270px; height: 100%; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.g-75f08abd { padding: var(--size-s) var(--size-m); }
.g-55a75e07 { transform: scale(1.2); }
.g-ecb9e5d6 { padding: var(--size-s) var(--size-m); margin-top: auto; }
.g-26d50151 svg { fill: var(--color-text); }
@media screen and (max-width: 1024px) { .g-35dcd962 { padding: 20px 20px 10px; }
.g-55a75e07 { transform: none; }
 }@media screen and (max-width: 768px) { .g-7f3e65f2 { width: 100%; }
 }@media screen and (max-width: 576px) { .g-35dcd962 { flex-direction: column; overflow: initial; padding: 0; margin-inline: 0; }
.g-5e90609b { text-align: center; }
 }

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

/* Block: expertise::about--0 (about) */
.g-e68de907 { display: flex; align-items: center; gap: var(--size-m); }
.g-2c3c1dbc { flex: 1; }
.g-4f39d9bf { flex: 1; }
@media screen and (max-width: 768px) { .g-e68de907 { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-4f39d9bf { text-align: center; }
 }

/* Block: expertise::text--2 (text) */
.g-25c3119a { text-align: center; }

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

/* Block: approach::process--0 (process) */
.g-1ca27913 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-823e5092 { flex: 1; }
.g-af88884d { flex: 1; position: relative; display: flex; flex-direction: column; gap: var(--size-xs); width: 100%; }
.g-d06af02d { display: flex; justify-content: flex-start; align-items: flex-start; border-bottom: 1px solid var(--color-surface); gap: var(--size-s); padding-bottom: var(--size-xs); }
.g-854f5918 { flex: 0 0 50px; font-size: 40px; line-height: 130%; font-weight: 500; }
@media screen and (max-width: 870px) { .g-1ca27913 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-823e5092 { text-align: center; }
.g-854f5918 { font-size: 32px; flex: 0 0 35px; }
 }

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

/* Block: approach::about--0 (about) */
.g-bc792437 { display: flex; align-items: center; gap: var(--size-m); }
.g-709d3b33 { flex: 1; }
.g-ec0ca8f4 { position: relative; padding: var(--size-m); }
.g-ec0ca8f4::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-96bb4cc6 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 870px) { .g-bc792437 { flex-direction: column; align-items: stretch; }
.g-709d3b33 { flex: auto; }
.g-ec0ca8f4 { padding: var(--size-m) var(--size-s); }
.g-ec0ca8f4::before { top: 0; right: 0; left: 0; width: 100%; height: 100%; }
 }@media screen and (max-width: 576px) { .g-ec0ca8f4 { text-align: center; }
 }