/* Block: categories-list (categories-list) */
.g-21b277e2 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-21b277e2 .g-cc895374 { 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-21b277e2 .g-cc895374:hover { filter: brightness(0.96); }
.g-21b277e2 .g-cc895374:hover .g-9dcf9445 { opacity: 1; }
.g-21b277e2 .g-788d7024 { position: relative; z-index: 1; }
.g-21b277e2 .g-9dcf9445 { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-cc895374 { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-9dcf9445 { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-cc895374 { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-9dcf9445 { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-537c3d53 { 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-537c3d53 .g-48da50b1 { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-537c3d53 .g-f8049227 { margin-top: var(--size-s); text-align: center; }
@media screen and (max-width: 576px) { .g-48da50b1 { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-f8049227 { 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-49807bb8 { 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-b9675a81 { display: block; }
.g-fc5b7b07 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-49807bb8 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-fc5b7b07 { gap: var(--size-xxs); }
.g-6676577b { width: 100%; }
 }

/* Block: featured-posts (featured-posts) */
.g-f9343c3f { margin-top: var(--size-m); }
.g-378130c5 { margin-top: var(--size-m); }
.g-840ad11f { margin-top: var(--size-xl); }
.g-db000c94 { align-items: stretch; }
.g-871627c0 { height: auto; }
.g-40a1a051 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-40a1a051 .g-e9d70c0f { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-40a1a051 .g-acdf43d1 { background: var(--color-primary); transform: scale(1.2); }
.g-37e7967c { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

/* Block: footer (footer) */
.g-9f8a185d { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-a53769de { 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-a53769de.g-f866a0bc { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-31bb0a48 { margin-top: var(--section-padding); }
.g-21dcfad4 { position: relative; 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: -80px; }
.g-e7254125 { max-width: 510px; }
.g-f734b148 { max-width: 430px; }
.g-82238720 { margin-top: var(--size-xs); }
.g-1f88c2fc { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-f66aca7d { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-0c9f5aa6 { 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-0c9f5aa6:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-6061e1b9 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-0272da4c { transform: scale(1.2); margin-right: var(--size-xs); }
.g-45f854fd { background-color: var(--color-secondary); color: var(--color-text-light); padding-top: 160px; padding-bottom: var(--size-m); }
.g-1fb0da38 { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: var(--size-m); }
.g-f935530c { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-119883f2 { margin: var(--size-xl) 0; border-color: var(--color-surface); }
.g-ffa0dd38 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-21dcfad4 { padding: var(--size-m); }
.g-e7254125 { max-width: initial; }
.g-f734b148 { max-width: initial; }
 }@media screen and (max-width: 768px) { .g-ffa0dd38 { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-02da0092 { order: 3; width: 100%; }
 }@media screen and (max-width: 576px) { .g-21dcfad4 { gap: var(--size-m); }
.g-1f88c2fc { flex-direction: column; gap: var(--size-xxs); }
.g-f66aca7d { width: 100%; }
.g-0c9f5aa6 { width: 100%; }
.g-1fb0da38 { justify-content: flex-start; align-items: flex-start; }
.g-f935530c { flex-direction: column; justify-content: flex-start; 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-ee067f53 { position: sticky; top: 0; z-index: 5; border-bottom: 1px solid var(--color-text); }
.g-1dda5b65 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-305a4c39 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-f5d02755 { font-size: 34px; margin-right: var(--size-xxs); }
.g-97666655 { font-size: 24px; font-weight: 600; }
.g-48153e16 { display: flex; justify-content: flex-end; align-items: center; gap: clamp(0.75rem, 8.59375vw + -3.375rem, 3.5rem); height: 100%; }
.g-4a2b036a { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; margin-right: var(--size-m); }
.g-4a2b036a:hover { opacity: 0.7; }
.g-4a2b036a svg { fill: var(--color-text); }
.g-be9c4efe { display: none; }
.g-28d428d6 { 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-df3d9fa2 { clip-path: inherit; }
.g-df3d9fa2 .g-695d0cd8 { background-color: rgba(0, 0, 0, 0.2); }
.g-df3d9fa2 .g-899ad92b { opacity: 1; transform: translateX(0); }
.g-79ed2f23 { height: 80px; display: flex; justify-content: flex-start; align-items: center; }
.g-feaaa871 { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; }
.g-feaaa871:hover { opacity: 0.7; }
.g-feaaa871 svg { fill: var(--color-text); }
.g-695d0cd8 { 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-899ad92b { 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-4a2b036a { margin-right: var(--size-xxs); }
 }@media screen and (max-width: 768px) { .g-f5d02755 { font-size: 28px; }
.g-97666655 { font-size: 20px; }
 }@media screen and (max-width: 870px) { .g-1dda5b65 { justify-content: flex-start; }
.g-48153e16 { gap: var(--size-m); }
.g-bae0d6f2 { display: none; }
.g-be9c4efe { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-2248f8ed { padding: var(--size-xl) 0; }
.g-35e179e9 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-c77e67e4 { margin-top: var(--size-s); }
.g-31afc749 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-c77e67e4 { margin-top: var(--size-xs); }
.g-31afc749 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-57f827b9 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-3fa3c001 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-47e0685b { text-align: center; margin-top: var(--size-xl); }
.g-f5fa1dff { text-align: center; margin-top: var(--size-s); }
.g-1f07e6a4 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-47e0685b { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-1f07e6a4 { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-cfb5fb1a { position: relative; padding: var(--size-xl) 0; background-color: var(--color-secondary); color: var(--color-text-light); }
.g-237a9234 { margin-top: var(--size-xl); text-align: center; }
.g-33913c00 { margin-top: var(--size-xs); }
@media screen and (max-width: 768px) { .g-cfb5fb1a { padding-bottom: 45px; }
 }@media screen and (max-width: 576px) { .g-cfb5fb1a { padding-bottom: 35px; }
.g-237a9234 { margin-top: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-c3a41eef { width: 100%; position: relative; border-radius: var(--b-radius); overflow: hidden; color: var(--color-text-light); min-height: 368px; }
.g-c3a41eef .g-1d3c66b7 { padding: 24px; position: absolute; inset: 0; width: 100%; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-c3a41eef .g-1d3c66b7:hover .g-edb571fc { transform: translateY(0); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.g-c3a41eef .g-fe0c5d91 { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; background-color: var(--color-surface); }
.g-c3a41eef .g-fe0c5d91::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.g-c3a41eef .g-fe0c5d91 img { width: 100%; height: 100%; object-fit: cover; }
.g-c3a41eef .g-edb571fc { margin-top: auto; transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(46px); }
.g-c3a41eef .g-628a80b9 { display: inline-flex; flex-wrap: wrap; gap: 4px 8px; }
.g-c3a41eef .g-9e0f8db9 { background-color: rgba(0, 0, 0, 0.4); height: 28px; border-radius: 28px; padding: 4px 8px; display: flex; justify-content: center; align-items: center; white-space: nowrap; }
.g-c3a41eef .g-13f46906 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-c3a41eef .g-08fd9be9 { display: flex; justify-content: space-between; align-items: flex-end; height: 25px; margin-top: 16px; }
.g-c3a41eef .g-0ba6a1e1 { display: flex; align-items: center; gap: 8px; }
.g-c3a41eef .g-0ba6a1e1:hover { text-decoration: underline; }
.g-c3a41eef .g-0ba6a1e1 svg { margin-left: 8px; fill: currentColor; }
.g-c3a41eef .g-50a2c1a5 { white-space: nowrap; opacity: 0.8; }
.g-5065b8e5 { min-height: 600px; }
.g-5065b8e5 .g-1d3c66b7 { padding: 48px 40px; }
.g-5065b8e5 .g-edb571fc { transform: none; }
@media screen and (max-width: 870px) { .g-5065b8e5 { min-height: 368px; }
.g-5065b8e5 .g-1d3c66b7 { padding: 24px; }
.g-5065b8e5 .g-edb571fc { transform: translateY(46px); }
 }

/* Block: post-content (post-content) */
[id^="anchor-"] {
    scroll-margin-top: calc(var(--header-height, 0px) + 15px);
}

.post-navigation-wrapper .nav-links {
    margin-top: var(--size-xl);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--size-xl);
}

.post-navigation-wrapper .nav-links .post-navigation-link {
    gap: var(--size-xxs);
}

.post-navigation-wrapper .nav-links .nav-next {
    margin-left: auto;
        text-align: right;
}

.g-a360e743 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-a360e743 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-a360e743 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-a360e743 .g-a9bef1cc { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-a360e743 .g-1d7f0fbb { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-a360e743 .g-91bb95b1 { margin-top: var(--size-m); }
.g-a360e743 .g-bcd8d8a6 { 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-a360e743 .g-17637ab8 { display: flex; justify-content: flex-start; align-items: flex-start; text-decoration: none; gap: 8px; }
.g-a360e743 .g-17637ab8::before { content: var(--toc-number) '.'; flex-shrink: 0; font-weight: 600; text-decoration: none; width: 16px; }
.g-a360e743 .g-17637ab8:hover { color: var(--color-text); }
.g-a360e743 .g-f230a2a9 { font-weight: bold; }
.g-a360e743 .g-f230a2a9::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-a360e743 { grid-template-columns: 1fr; }
.g-a360e743 .g-c131eee9 { display: none; }
.g-a360e743 .g-91bb95b1 { margin-top: var(--size-s); }
.g-a360e743 .g-bcd8d8a6 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-a360e743 blockquote { padding: 30px var(--size-s) var(--size-s); margin-top: 30px; }
.g-a360e743 blockquote::before { left: var(--size-s); transform: translateY(-50%) scale(.7); }
 }

/* Block: post-header (post-header) */
.g-04e32633 { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-1c8f28c8 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-03b6742c { text-decoration: none; }
.g-03b6742c:hover { text-decoration: underline; }
.g-07201b28 { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-ed73fa1e { margin-top: var(--size-s); }
.g-6af92ab9 { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-04e32633 { gap: var(--size-xs); }
.g-07201b28 { margin-top: var(--size-s); }
.g-6af92ab9 { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-3da64ba9 { text-align: center; }
.g-5972183d { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-ea2d75c4 { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-10e777a4 { 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-10e777a4:hover { background-color: var(--color-primary); }
.g-da36939b { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-5972183d { margin-top: var(--size-m); }
 }

/* Block: search (search) */
.g-c9168245 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-c9168245 .g-0b45888d { text-align: center; max-width: 500px; margin: 0 auto; }
.g-c9168245 .g-f29aeec9 { margin-top: var(--size-m); }
.g-41bfe31d { margin-top: var(--size-xl); }
.g-4da9123e { margin: var(--size-m) auto 0; max-width: 500px; text-align: center; }
@media screen and (max-width: 768px) { .g-c9168245 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-6c2e8951 { position: relative; display: inline-block; width: 100%; height: 48px; border-radius: 48px; background-color: var(--color-primary); padding: 4px 0; margin-top: 10px; }
.g-6c2e8951 .g-e269aed4 { color: var(--color-text); position: absolute; top: 50%; transform: translateY(-50%); left: 4px; width: calc(100% - 56px); height: 40px; border-radius: 44px; background-color: var(--color-surface); border: 0; padding: var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-6c2e8951 .g-8c2eb384 { position: absolute; right: 0; top: 0; height: 100%; border: 0; width: 52px; border-radius: 48px; cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-6c2e8951 .g-8c2eb384:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-603ce7d2 { padding: var(--size-xl) 0; }
.g-b007c6fb { max-width: 565px; margin: 0 auto; text-align: center; }
.g-419eeec0 { margin-top: var(--size-s); }
.g-5a3ac157 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-419eeec0 { margin-top: var(--size-xs); }
.g-5a3ac157 { margin-top: var(--size-s); }
 }

/* Block: front-page::about--0 (about) */
.g-88ce5c26 { padding: 0; }
@media screen and (max-width: 1280px) { .g-7be374fc { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-88ce5c26 { padding: 0 var(--wrapper-padding); }
.g-9819e056 { column-count: 1; }
.g-7be374fc { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-9819e056 { text-align: center; }
 }

/* Block: front-page::categories-list (categories-list) */
.g-89b62265 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-89b62265 .g-d75120cd { 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-89b62265 .g-d75120cd:hover { filter: brightness(0.96); }
.g-89b62265 .g-d75120cd:hover .g-92a414c6 { opacity: 1; }
.g-89b62265 .g-09ec42f1 { position: relative; z-index: 1; }
.g-89b62265 .g-92a414c6 { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-d75120cd { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-92a414c6 { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-d75120cd { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-92a414c6 { font-size: 56px; }
 }

/* Block: front-page::featured-posts (featured-posts) */
.g-510ee3d6 { margin-top: var(--size-m); }
.g-044755e1 { margin-top: var(--size-m); }
.g-cb08fa89 { margin-top: var(--size-xl); }
.g-04c9e9b2 { align-items: stretch; }
.g-12cfe014 { height: auto; }
.g-69204676 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-69204676 .g-aa8f3506 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-69204676 .g-99e1591d { background: var(--color-primary); transform: scale(1.2); }
.g-329e6fe8 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

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

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

/* Block: contacts-page::form--0 (form) */
.g-0bc33674 { position: relative; z-index: 1; }
.g-fcfe0f0e { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-e2d5f076 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-6d67da0d { flex: 0 0 660px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-2085030f { position: relative; z-index: 1; transform: translateY(50%); padding: var(--size-xs); }
.g-54f61e66 { width: 100%; display: flex; justify-content: space-evenly; align-items: flex-start; gap: var(--size-m); flex-wrap: wrap; }
.g-6addf4dc { flex: 1; display: flex; align-items: center; flex-direction: column; text-align: center; }
.g-f936579c { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
.g-6214cd18 { fill: var(--color-text); }
.g-51321952 { stroke: var(--color-text); }
.g-3ef79135 { stroke: var(--color-text); }
.g-c50d19ff { display: flex; flex-direction: column; }
.g-64a22773 { width: 100%; height: 370px; }
@media screen and (max-width: 1024px) { .g-fcfe0f0e { flex-direction: column; }
.g-01cf2061 { margin-top: 0; }
.g-6d67da0d { flex: 1; }
.g-64a22773 { height: 430px; }
 }@media screen and (max-width: 768px) { .g-c50d19ff { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-e2d5f076 { align-items: center; text-align: center; }
.g-6d67da0d { padding: var(--size-s); }
.g-2085030f { transform: translateY(var(--size-xl)); }
.g-54f61e66 { flex-direction: column; align-items: center; }
.g-64a22773 { height: 370px; }
 }

/* Block: about-page::about--0 (about) */
.g-8ff0df52 { padding: 0; }
@media screen and (max-width: 1280px) { .g-6fbe1439 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-8ff0df52 { padding: 0 var(--wrapper-padding); }
.g-23efa530 { column-count: 1; }
.g-6fbe1439 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-23efa530 { text-align: center; }
 }

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

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

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

/* Block: expertise::reviews--0 (reviews) */
.g-5d40d831 { 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-5d40d831 li { flex: 1; }
.g-95c95c56 { padding: var(--size-m); min-width: 270px; height: 100%; }
.g-38f92353 { display: flex; justify-content: center; }
@media screen and (max-width: 576px) { .g-5d40d831 { flex-direction: column; }
.g-95c95c56 { text-align: center; min-width: auto; }
 }

/* Block: expertise::process--0 (process) */
.g-7710a1de { position: relative; counter-reset: item; display: flex; flex-wrap: wrap; }
.g-7710a1de::before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 3px; background-color: var(--color-primary); z-index: 1; }
.g-e5970dcf { counter-increment: item; border-left: 2px solid var(--color-primary); padding-left: var(--size-s); position: relative; width: clamp(16.875rem, 16.9921875vw + 8.71875rem, 22.3125rem); }
.g-e5970dcf::before { content: ""; position: absolute; left: -1px; display: block; width: 17px; height: 17px; border-radius: 50%; background-color: var(--color-primary); transform: translate(-50%); }
.g-efe80f32::before { content: "0" counter(item) " | "; font-size: 20px; font-weight: bold; }
.g-c32f3824 { order: 1; margin-left: clamp(0rem, 7.2265625vw + -3.46875rem, 2.3125rem); margin-right: clamp(1.875rem, 23.6328125vw + -9.46875rem, 9.4375rem); margin-bottom: -9px; align-self: flex-end; }
.g-ec24c97a { order: 3; margin-left: clamp(1.875rem, 44.921875vw + -19.6875rem, 16.25rem); margin-top: -9px; align-self: flex-start; }
.g-ed1edc3f { order: 2; margin-bottom: -9px; align-self: flex-end; }
.g-26e8507d { order: 4; margin-left: clamp(1.875rem, 23.6328125vw + -9.46875rem, 9.4375rem); margin-top: -9px; align-self: flex-start; }
.g-4985f13a { padding-bottom: 37px; }
.g-4985f13a::before { bottom: 0; }
.g-77d5c054 { padding-top: 35px; }
.g-77d5c054::before { top: 0; }
@media screen and (max-width: 768px) { .g-7710a1de { flex-direction: column; }
.g-7710a1de::before { width: 2px; height: 100%; top: 0; left: 50%; }
.g-73f893b1 { width: 50%; }
.g-c32f3824 { margin: 0; align-self: initial; }
.g-ec24c97a { order: 2; margin-left: auto; align-self: initial; }
.g-ed1edc3f { order: 3; align-self: initial; }
.g-26e8507d { margin-left: auto; align-self: initial; }
.g-e5970dcf { padding-left: 0; padding-right: var(--size-xs); width: auto; border-left: none; border-bottom: 2px solid var(--color-primary); }
.g-e5970dcf::before { left: auto; right: -1px; bottom: 0; transform: translate(50%, 50%); }
.g-4985f13a { padding-bottom: var(--size-xs); }
.g-77d5c054 { padding-bottom: var(--size-xs); padding-left: var(--size-s); padding-right: 0; padding-top: 50px; }
.g-77d5c054::before { top: auto; left: 1px; transform: translate(-50%, 50%); }
 }@media screen and (max-width: 576px) { .g-7710a1de::before { left: 0; }
.g-73f893b1 { width: 100%; }
.g-c32f3824 { margin: 0; }
.g-ec24c97a { margin: 0; }
.g-ed1edc3f { margin: 0; }
.g-26e8507d { margin: 0; }
.g-e5970dcf { padding-left: var(--size-s); }
.g-e5970dcf::before { left: -1px; right: auto; transform: translate(-50%, 50%); }
.g-4985f13a { margin: 0; padding-top: 35px; }
.g-77d5c054 { padding-top: 35px; }
 }

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

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