/* Block: categories-list (categories-list) */
.g-bc567edc { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-bc567edc .g-989fe9d3 { 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-bc567edc .g-989fe9d3:hover { filter: brightness(0.96); }

/* Block: category-header (category-header) */
.g-1148047d { padding: var(--size-m) 0 var(--section-padding); }
.g-1148047d .g-af2a29fb { 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-1148047d .g-f9d403d2 { margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-af2a29fb { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-f9d403d2 { 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-fb859e46 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-eaeb3a3f { display: block; }
.g-077c982c { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-549a8ce2 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-057405f8 { width: 100%; }
@media screen and (max-width: 768px) { .g-fb859e46 { padding: var(--size-s); }
.g-077c982c { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-549a8ce2 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-057405f8 { width: auto; }
 }@media screen and (max-width: 576px) { .g-549a8ce2 { gap: var(--size-xxs); }
 }

/* Block: featured-posts (featured-posts) */
.g-832db423 { margin-top: var(--size-m); }
.g-87a8f6be { margin-top: var(--size-m); }
.g-0f3f26bc { margin-top: var(--size-xl); }
.g-6117ccda { align-items: stretch; }
.g-d41e7ec9 { height: auto; }
.g-f526a4b8 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-f526a4b8 .g-1a8bc6aa { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-f526a4b8 .g-b9428039 { background: var(--color-primary); transform: scale(1.2); }
.g-3009511d { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

/* Block: footer (footer) */
.g-18bda371 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-3863355a { 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-3863355a.g-b2ba38a5 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-8629a004 { margin-top: var(--section-padding); }
.g-06260980 { 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-4730e642 { max-width: 510px; }
.g-150a4d18 { max-width: 430px; }
.g-243cf2f6 { margin-top: var(--size-xs); }
.g-0eca45ac { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-280ca691 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-0d3953b7 { 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-0d3953b7:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-4890696c { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-c22bbd86 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-f8d3e2fb { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-3ab4342b { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-a256812a { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-cd346061 { 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-06260980 { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-4730e642 { max-width: initial; }
.g-150a4d18 { max-width: initial; }
.g-f8d3e2fb { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-3ab4342b { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-a256812a { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-cd346061 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-9292e8dd { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-06260980 { gap: var(--size-m); }
.g-0eca45ac { flex-direction: column; gap: var(--size-xxs); }
.g-280ca691 { width: 100%; }
.g-0d3953b7 { width: 100%; }
.g-a256812a { 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-3df741c6 { position: sticky; top: 0; z-index: 5; border-bottom: 1px solid var(--color-text); }
.g-b1335353 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-30476655 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-5ba8c58d { font-size: 34px; margin-right: var(--size-xxs); }
.g-ee739e61 { font-size: 24px; font-weight: 600; }
.g-2cc07325 { display: flex; justify-content: flex-end; align-items: center; gap: clamp(0.75rem, 8.59375vw + -3.375rem, 3.5rem); height: 100%; }
.g-bdb8b149 { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; margin-right: var(--size-m); }
.g-bdb8b149:hover { opacity: 0.7; }
.g-bdb8b149 svg { fill: var(--color-text); }
.g-a8e1fed5 { display: none; }
.g-cfa53f09 { 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-07a1da46 { clip-path: inherit; }
.g-07a1da46 .g-72d50afb { background-color: rgba(0, 0, 0, 0.2); }
.g-07a1da46 .g-5e63a43e { opacity: 1; transform: translateX(0); }
.g-e964ad38 { height: 80px; display: flex; justify-content: flex-start; align-items: center; }
.g-78813154 { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; }
.g-78813154:hover { opacity: 0.7; }
.g-78813154 svg { fill: var(--color-text); }
.g-72d50afb { 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-5e63a43e { 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-bdb8b149 { margin-right: var(--size-xxs); }
 }@media screen and (max-width: 768px) { .g-5ba8c58d { font-size: 28px; }
.g-ee739e61 { font-size: 20px; }
 }@media screen and (max-width: 870px) { .g-b1335353 { justify-content: flex-start; }
.g-2cc07325 { gap: var(--size-m); }
.g-e360ec38 { display: none; }
.g-a8e1fed5 { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-0f311b05 { padding: var(--section-padding) 0; }
.g-5ddef5d0 { display: flex; }
.g-b4630e69 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-8503eda6 { width: 100%; height: 100%; }
.g-9a7279c7 { flex: 1; border-radius: 0 var(--b-radius) var(--b-radius) 0; background-color: var(--color-primary); color: var(--color-text-light); display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-41f2acde { margin-top: var(--size-s); }
.g-46bc932f { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-5ddef5d0 { flex-direction: column-reverse; }
.g-b4630e69 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-8503eda6 { height: 350px; }
.g-9a7279c7 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-8503eda6 { height: auto; }
.g-9a7279c7 { padding: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-001590a9 { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-2a024664 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-0d2d5a3f { position: relative; padding: var(--size-xl) 0; }
.g-14483c83 { text-align: center; }
.g-8abb7995 { text-align: center; margin-top: var(--size-s); }
.g-2bed75f1 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-2bed75f1 { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-fb926fe2 { position: relative; padding: var(--size-m) 0 80px; overflow: hidden; color: var(--color-text-light); }
.g-03fba16d { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-03fba16d::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 3.41%, #191917 94.77%); }
.g-c923f875 { max-width: 670px; margin: var(--size-m) auto 0; text-align: center; }
.g-fce39ff1 { margin-top: var(--size-xs); }
@media screen and (max-width: 768px) { .g-fb926fe2 { padding-bottom: 50px; }
 }@media screen and (max-width: 576px) { .g-fb926fe2 { padding-bottom: 40px; }
 }

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

.g-0740ec1c .page-numbers {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    border-radius: 32px;
    min-width: 32px;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid var(--color-secondary);
}

.g-0740ec1c .page-numbers:hover {
    text-decoration: underline;
}

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

.g-0740ec1c .prev::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: var(--color-secondary);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 0C24.8366 0 32 7.16344 32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16C0 7.16344 7.16344 0 16 0ZM14.0537 10.2197C13.7608 9.92683 13.2851 9.92683 12.9922 10.2197L8.21973 14.9932C7.92683 15.2861 7.92683 15.7608 8.21973 16.0537L12.9922 20.8271C13.2851 21.12 13.7608 21.12 14.0537 20.8271C14.3466 20.5343 14.3465 20.0585 14.0537 19.7656L10.5605 16.2734H24.75C25.1642 16.2734 25.5 15.9376 25.5 15.5234C25.5 15.1092 25.1642 14.7735 24.75 14.7734H10.5605L14.0537 11.2812C14.3466 10.9884 14.3465 10.5126 14.0537 10.2197Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 0C24.8366 0 32 7.16344 32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16C0 7.16344 7.16344 0 16 0ZM14.0537 10.2197C13.7608 9.92683 13.2851 9.92683 12.9922 10.2197L8.21973 14.9932C7.92683 15.2861 7.92683 15.7608 8.21973 16.0537L12.9922 20.8271C13.2851 21.12 13.7608 21.12 14.0537 20.8271C14.3466 20.5343 14.3465 20.0585 14.0537 19.7656L10.5605 16.2734H24.75C25.1642 16.2734 25.5 15.9376 25.5 15.5234C25.5 15.1092 25.1642 14.7735 24.75 14.7734H10.5605L14.0537 11.2812C14.3466 10.9884 14.3465 10.5126 14.0537 10.2197Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
}

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

.g-0740ec1c .next::after {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: var(--color-secondary);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 32C7.16344 32 -6.26248e-07 24.8366 -1.39876e-06 16C-2.17128e-06 7.16345 7.16344 1.21761e-06 16 4.4509e-07C24.8366 -3.27426e-07 32 7.16344 32 16C32 24.8366 24.8366 32 16 32ZM17.9463 21.7803C18.2392 22.0732 18.7149 22.0732 19.0078 21.7803L23.7803 17.0068C24.0732 16.7139 24.0732 16.2392 23.7803 15.9463L19.0078 11.1729C18.7149 10.88 18.2392 10.88 17.9463 11.1729C17.6534 11.4657 17.6535 11.9415 17.9463 12.2344L21.4395 15.7266L7.25 15.7266C6.83583 15.7266 6.50003 16.0624 6.5 16.4766C6.5 16.8908 6.83581 17.2265 7.25 17.2266L21.4395 17.2266L17.9463 20.7188C17.6534 21.0116 17.6535 21.4874 17.9463 21.7803Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 32C7.16344 32 -6.26248e-07 24.8366 -1.39876e-06 16C-2.17128e-06 7.16345 7.16344 1.21761e-06 16 4.4509e-07C24.8366 -3.27426e-07 32 7.16344 32 16C32 24.8366 24.8366 32 16 32ZM17.9463 21.7803C18.2392 22.0732 18.7149 22.0732 19.0078 21.7803L23.7803 17.0068C24.0732 16.7139 24.0732 16.2392 23.7803 15.9463L19.0078 11.1729C18.7149 10.88 18.2392 10.88 17.9463 11.1729C17.6534 11.4657 17.6535 11.9415 17.9463 12.2344L21.4395 15.7266L7.25 15.7266C6.83583 15.7266 6.50003 16.0624 6.5 16.4766C6.5 16.8908 6.83581 17.2265 7.25 17.2266L21.4395 17.2266L17.9463 20.7188C17.6534 21.0116 17.6535 21.4874 17.9463 21.7803Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
}

.g-0740ec1c .prev,
.g-0740ec1c .next {
    border: 0;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
}

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

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

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

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

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

/* Block: post-card (post-card) */
.g-53fbc6cc { width: 100%; position: relative; border-radius: var(--b-radius); overflow: hidden; color: var(--color-text-light); min-height: 368px; }
.g-53fbc6cc .g-6cb949bb { padding: 24px; position: absolute; inset: 0; width: 100%; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-53fbc6cc .g-6cb949bb:hover .g-587e29cf { transform: translateY(0); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.g-53fbc6cc .g-0ed3927b { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; background-color: var(--color-surface); }
.g-53fbc6cc .g-0ed3927b::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.g-53fbc6cc .g-0ed3927b img { width: 100%; height: 100%; object-fit: cover; }
.g-53fbc6cc .g-587e29cf { margin-top: auto; transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(46px); }
.g-53fbc6cc .g-7511fe41 { display: inline-flex; flex-wrap: wrap; gap: 4px 8px; }
.g-53fbc6cc .g-96a9cd8e { 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-53fbc6cc .g-654b22db { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-53fbc6cc .g-84eb5d8a { display: flex; justify-content: space-between; align-items: flex-end; height: 25px; margin-top: 16px; }
.g-53fbc6cc .g-4201c3a6 { display: flex; align-items: center; gap: 8px; }
.g-53fbc6cc .g-4201c3a6:hover { text-decoration: underline; }
.g-53fbc6cc .g-4201c3a6 svg { margin-left: 8px; fill: currentColor; }
.g-53fbc6cc .g-809bcd76 { white-space: nowrap; opacity: 0.8; }
.g-db1784c1 { min-height: 600px; }
.g-db1784c1 .g-6cb949bb { padding: 48px 40px; }
.g-db1784c1 .g-587e29cf { transform: none; }
@media screen and (max-width: 870px) { .g-db1784c1 { min-height: 368px; }
.g-db1784c1 .g-6cb949bb { padding: 24px; }
.g-db1784c1 .g-587e29cf { 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-498e6317 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-498e6317 blockquote { border-left: 3px solid var(--color-primary); background-color: var(--color-surface); padding: var(--size-s) var(--size-xs); }
.g-498e6317 .g-077639a5 { padding: var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-498e6317 .g-630c9dd0 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-498e6317 .g-367b8d6c { margin-top: var(--size-m); }
.g-498e6317 .g-cd8d5bf2 { 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-498e6317 .g-2e47ea03 { display: block; text-decoration: none; }
.g-498e6317 .g-2e47ea03:hover { text-decoration: underline; }
.g-498e6317 .g-513bf9f4 { transform: translateX(16px); color: var(--color-text); font-weight: bold; }
@media screen and (max-width: 1024px) { .g-498e6317 { grid-template-columns: 1fr; }
.g-498e6317 .g-bf54aeef { order: 1; }
.g-498e6317 .g-8ee11607 { order: 2; }
.g-498e6317 .g-367b8d6c { margin-top: var(--size-s); }
.g-498e6317 .g-cd8d5bf2 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }

/* Block: post-header (post-header) */
.g-9fa187e9 { position: relative; height: 800px; }
.g-7fb82dbc { height: 100%; display: flex; flex-direction: column; }
.g-3213c9d9 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-3213c9d9::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-2e44931e { width: 100%; height: 100%; }
.g-3f0e8c59 { 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-ecbebec2 { 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-cbe0459e { text-decoration: none; }
.g-cbe0459e:hover { text-decoration: underline; }
.g-af6880b2 { display: block; width: 4px; height: 4px; border-radius: 50%; background-color: var(--color-text-light); }
.g-7f0ab624 { margin-top: var(--size-m); }
.g-abb96f56 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-ecbebec2 { padding: 8px 16px; height: 40px; gap: var(--size-xs); }
.g-7f0ab624 { margin-top: var(--size-s); }
.g-abb96f56 { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-9fa187e9 { height: 700px; }
.g-3f0e8c59 { width: 95%; }
.g-ecbebec2 { gap: var(--size-xxs); height: auto; }
 }@media screen and (max-width: 576px) { .g-2e44931e { aspect-ratio: auto; height: 100%; }
 }

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

/* Block: recommendation (recommendation) */
.g-7dd01cea { text-align: center; }
.g-1b5c28b0 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-7a9733ea { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-e7268345 { 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-e7268345:hover { background-color: var(--color-primary); }
.g-634d17cb { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-1b5c28b0 { margin-top: var(--size-m); }
 }

/* Block: search (search) */
.g-6b6f6bc6 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-6b6f6bc6 .g-c488a6d2 { text-align: center; max-width: 500px; margin: 0 auto; }
.g-6b6f6bc6 .g-456bcbb1 { margin-top: var(--size-m); }
.g-d3b4d62a { margin-top: var(--size-xl); }
.g-415de811 { margin: var(--size-m) auto 0; max-width: 500px; text-align: center; }
@media screen and (max-width: 768px) { .g-6b6f6bc6 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-497bc5cb { position: relative; display: inline-block; width: 100%; height: 48px; border-radius: 48px; background-color: var(--color-primary); padding: 4px 0; margin-top: 10px; }
.g-497bc5cb .g-96e97f3a { 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-497bc5cb .g-af487c86 { 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-497bc5cb .g-af487c86:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-2caab4a5 { padding: var(--section-padding) 0; }
.g-d7eaa651 { display: flex; }
.g-abe051ce { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-cb79267a { width: 100%; height: 100%; }
.g-112caa7c { flex: 1; border-radius: 0 var(--b-radius) var(--b-radius) 0; background-color: var(--color-primary); color: var(--color-text-light); display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-f97d7572 { margin-top: var(--size-s); }
.g-b9bb63c0 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-d7eaa651 { flex-direction: column-reverse; }
.g-abe051ce { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-cb79267a { height: 350px; }
.g-112caa7c { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-cb79267a { height: auto; }
.g-112caa7c { padding: var(--size-s); }
 }

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

/* Block: front-page::categories-list (categories-list) */
.g-aafb72ba { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-aafb72ba .g-746d817e { 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-aafb72ba .g-746d817e:hover { filter: brightness(0.96); }

/* Block: front-page::featured-posts (featured-posts) */
.g-509baa23 { margin-top: var(--size-m); }
.g-e2eb47c0 { margin-top: var(--size-m); }
.g-db16cf92 { margin-top: var(--size-xl); }
.g-85c6ce7f { align-items: stretch; }
.g-e8f11dbc { height: auto; }
.g-309c58c0 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-309c58c0 .g-d1051042 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-309c58c0 .g-af010538 { background: var(--color-primary); transform: scale(1.2); }
.g-b8a3baa4 { 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-ab2fee9b { 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-ab2fee9b { padding: var(--size-xs); }
 }

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

/* Block: contacts-page::form--0 (form) */
.g-8c584bab { position: relative; z-index: 1; }
.g-5a082ff8 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-8a45f81c { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-f4b070cb { flex: 0 0 660px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-c27f0c51 { position: relative; z-index: 1; transform: translateY(50%); padding: var(--size-xs); }
.g-d97d67ca { width: 100%; display: flex; justify-content: space-evenly; align-items: flex-start; gap: var(--size-m); flex-wrap: wrap; }
.g-c8817dfc { flex: 1; display: flex; align-items: center; flex-direction: column; text-align: center; }
.g-9797d927 { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
.g-e8c1b247 { fill: var(--color-text); }
.g-caeb3ab7 { stroke: var(--color-text); }
.g-d0d100bc { stroke: var(--color-text); }
.g-07ce7743 { display: flex; flex-direction: column; }
.g-8efb5dea { width: 100%; height: 370px; }
@media screen and (max-width: 1024px) { .g-5a082ff8 { flex-direction: column; }
.g-adc3c6e6 { margin-top: 0; }
.g-f4b070cb { flex: 1; }
.g-8efb5dea { height: 430px; }
 }@media screen and (max-width: 768px) { .g-07ce7743 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-8a45f81c { align-items: center; text-align: center; }
.g-f4b070cb { padding: var(--size-s); }
.g-c27f0c51 { transform: translateY(var(--size-xl)); }
.g-d97d67ca { flex-direction: column; align-items: center; }
.g-8efb5dea { height: 370px; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-d90fd0c4 { position: relative; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); padding-left: var(--wrapper-padding); }
.g-016e4966 { flex: 0 1 560px; }
.g-c6b0ad14 { flex: 1 1 630px; }
.g-84f85a97 { flex: 1; }
.g-7803e6f9 { display: flex; gap: var(--size-s); flex-wrap: wrap; }
.g-58216ea9 { flex: 1; }
.g-066ed2b2 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); }
.g-c9294551 { 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-d90fd0c4 { padding: 0 var(--wrapper-padding); flex-direction: column-reverse; }
.g-016e4966 { flex: auto; }
.g-c6b0ad14 { flex: auto; width: 100%; }
.g-7803e6f9 { margin-top: var(--size-s); }
.g-58216ea9 { flex: 1 1 calc(50% - var(--size-s) / 2); }
 }@media screen and (max-width: 1024px) { .g-066ed2b2 { align-items: flex-start; flex-direction: column; gap: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-016e4966 { text-align: center; }
.g-7803e6f9 { flex-direction: column; }
.g-58216ea9 { flex: auto; text-align: center; }
.g-066ed2b2 { align-items: center; }
 }

/* Block: about-page::text--0 (text) */
.g-0c47ddfa { text-align: center; }

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

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

/* Block: expertise::process--0 (process) */
.g-d839a77a { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-c8688f28 { flex: 1; }
.g-3e438bf3 { flex: 1; position: relative; display: flex; flex-direction: column; gap: var(--size-xs); width: 100%; }
.g-55be1938 { 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-891c06ba { flex: 0 0 50px; font-size: 40px; line-height: 130%; font-weight: 500; }
@media screen and (max-width: 870px) { .g-d839a77a { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-c8688f28 { text-align: center; }
.g-891c06ba { font-size: 32px; flex: 0 0 35px; }
 }

/* Block: expertise::reviews--0 (reviews) */
.g-1e8e3921 { 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-35e7a653 { width: 50%; }
.g-2b143ff5 { min-width: 270px; height: 100%; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.g-2ea9c915 { padding: var(--size-s) var(--size-m); }
.g-eefc5cd5 { transform: scale(1.2); }
.g-7f5e697e { padding: var(--size-s) var(--size-m); margin-top: auto; }
.g-b8fa26b3 svg { fill: var(--color-text); }
@media screen and (max-width: 1024px) { .g-1e8e3921 { padding: 20px 20px 10px; }
.g-eefc5cd5 { transform: none; }
 }@media screen and (max-width: 768px) { .g-35e7a653 { width: 100%; }
 }@media screen and (max-width: 576px) { .g-1e8e3921 { flex-direction: column; overflow: initial; padding: 0; margin-inline: 0; }
.g-2b143ff5 { text-align: center; }
 }

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

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