/* Block: categories-list (categories-list) */
.g-84c6dcd1 { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-84c6dcd1 .g-4d7b4fcd { position: relative; text-decoration: none; background: linear-gradient(180deg, var(--color-surface) 0%, transparent 100%); border-radius: var(--b-radius); padding: 24px 24px 150px; min-height: 178px; overflow-wrap: break-word; word-break: break-word; text-wrap: balance; grid-column: span 2; transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-84c6dcd1 .g-4d7b4fcd:hover { background: linear-gradient(180deg, var(--color-surface) 0%, var(--color-surface) 100%); box-shadow: inset var(--shadow); transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-84c6dcd1 .g-4d7b4fcd:hover .g-efe2a904 { opacity: 1; }
.g-84c6dcd1 .g-bf29dad8 { position: relative; z-index: 1; }
.g-84c6dcd1 .g-efe2a904 { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-84c6dcd1 .g-91bb5c84 { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-84c6dcd1 .g-91bb5c84 .g-efe2a904 { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-4d7b4fcd { min-height: 144px; padding-bottom: 82px; }
.g-efe2a904 { font-size: 72px; }
.g-91bb5c84 { padding-bottom: 120px; min-height: 159px; }
.g-91bb5c84 .g-efe2a904 { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-84c6dcd1 { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-4d7b4fcd { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-efe2a904 { font-size: 56px; right: 16px; bottom: 16px; }
.g-91bb5c84 { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-91bb5c84 .g-efe2a904 { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-ee941e4e { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-m) 0 var(--section-padding); }
.g-ee941e4e .g-8acba529 { background-color: var(--color-surface); border-radius: var(--b-radius); text-align: center; padding: var(--size-s); }
.g-ee941e4e .g-63fd5821 { font-size: 80px; }
.g-ee941e4e .g-e8697fe3 { margin-top: var(--size-xs); }
.g-ee941e4e .g-85789d32 { text-align: center; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-8acba529 { padding: var(--size-xs); }
.g-63fd5821 { font-size: 64px; }
.g-85789d32 { 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-b1152354 { 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-ee185073 { display: block; }
.g-3687fe68 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-b1152354 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-3687fe68 { gap: var(--size-xxs); }
.g-74211d2b { width: 100%; }
 }

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

/* Block: footer (footer) */
.g-21e15ce2 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-b82b6d0b { 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-b82b6d0b.g-6c4d1331 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-7a5ab8ae { margin-top: var(--section-padding); }
.g-96af922c { 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-44d08ba9 { max-width: 510px; }
.g-91069629 { max-width: 430px; }
.g-310f9472 { margin-top: var(--size-xs); }
.g-c3c48065 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-e2214e9a { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-609e62a7 { 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-609e62a7:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-413ecb79 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-4812b5ea { transform: scale(1.2); margin-right: var(--size-xs); }
.g-a696b136 { background-color: var(--color-secondary); color: var(--color-text-light); padding-top: 160px; padding-bottom: var(--size-m); }
.g-ca5fddce { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: var(--size-m); }
.g-9354373b { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-f36f21e8 { margin: var(--size-xl) 0; border-color: var(--color-surface); }
.g-511dc6b0 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-96af922c { padding: var(--size-m); }
.g-44d08ba9 { max-width: initial; }
.g-91069629 { max-width: initial; }
 }@media screen and (max-width: 768px) { .g-511dc6b0 { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-5dc9f5c9 { order: 3; width: 100%; }
 }@media screen and (max-width: 576px) { .g-96af922c { gap: var(--size-m); }
.g-c3c48065 { flex-direction: column; gap: var(--size-xxs); }
.g-e2214e9a { width: 100%; }
.g-609e62a7 { width: 100%; }
.g-ca5fddce { justify-content: flex-start; align-items: flex-start; }
.g-9354373b { 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-c9b35842 { position: sticky; top: 0; z-index: 5; border-bottom: 1px solid var(--color-text); }
.g-cc430697 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-27c3934b { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-ee628247 { font-size: 34px; margin-right: var(--size-xxs); }
.g-430004c2 { font-size: 24px; font-weight: 600; }
.g-648c0c53 { display: flex; justify-content: flex-end; align-items: center; gap: clamp(0.75rem, 8.59375vw + -3.375rem, 3.5rem); height: 100%; }
.g-8323d4de { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; margin-right: var(--size-m); }
.g-8323d4de:hover { opacity: 0.7; }
.g-8323d4de svg { fill: var(--color-text); }
.g-ed90c419 { display: none; }
.g-3eb05eed { 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-61844ff2 { clip-path: inherit; }
.g-61844ff2 .g-4631537e { background-color: rgba(0, 0, 0, 0.2); }
.g-61844ff2 .g-ba64c9b1 { opacity: 1; transform: translateX(0); }
.g-3aba86ed { height: 80px; display: flex; justify-content: flex-start; align-items: center; }
.g-e8a49948 { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; }
.g-e8a49948:hover { opacity: 0.7; }
.g-e8a49948 svg { fill: var(--color-text); }
.g-4631537e { 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-ba64c9b1 { 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-8323d4de { margin-right: var(--size-xxs); }
 }@media screen and (max-width: 768px) { .g-ee628247 { font-size: 28px; }
.g-430004c2 { font-size: 20px; }
 }@media screen and (max-width: 870px) { .g-cc430697 { justify-content: flex-start; }
.g-648c0c53 { gap: var(--size-m); }
.g-7dc8028a { display: none; }
.g-ed90c419 { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-fafd50a5 { padding: var(--section-padding) 0; }
.g-b1fc09b8 { display: flex; }
.g-36ad5f05 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-f125aa89 { width: 100%; height: 100%; }
.g-82f4f158 { 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-d7cbd0c8 { margin-top: var(--size-s); }
.g-d7d5b9e7 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-b1fc09b8 { flex-direction: column-reverse; }
.g-36ad5f05 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-f125aa89 { height: 350px; }
.g-82f4f158 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-f125aa89 { height: auto; }
.g-82f4f158 { padding: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-ee487e68 { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-1ca52ad2 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-8a15d55f { position: relative; padding: var(--size-xl) 0; }
.g-14e610c7 { text-align: center; }
.g-164527dc { text-align: center; margin-top: var(--size-s); }
.g-fd00bee3 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-fd00bee3 { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

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

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

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

.g-e10cc77d .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-e10cc77d .prev,
.g-e10cc77d .next {
    border: 0;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
}

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

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

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

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

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

/* Block: post-card (post-card) */
.g-d48a2375 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-d48a2375 .g-e1fc1787 { position: relative; text-decoration: none; }
.g-d48a2375 .g-a3ce564c { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-d48a2375 .g-c3a1541f { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-d48a2375 .g-c3a1541f img { width: 100%; height: 100%; object-fit: cover; }
.g-d48a2375 .g-87130f17 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-d48a2375 .g-0a0e2698 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-d48a2375 .g-eaa844d8 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-d48a2375 .g-0aa41f85 { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-fdbcace4 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-fdbcace4 .g-e1fc1787 { position: relative; text-decoration: none; }
.g-fdbcace4 .g-a3ce564c { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-fdbcace4 .g-c3a1541f { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-fdbcace4 .g-c3a1541f img { width: 100%; height: 100%; object-fit: cover; }
.g-fdbcace4 .g-87130f17 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-fdbcace4 .g-0a0e2698 { 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-fdbcace4 .g-eaa844d8 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-fdbcace4 .g-0aa41f85 { 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-a3ce564c { 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-a4af6b93 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-a4af6b93 blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-a4af6b93 .g-6fb66ceb { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-a4af6b93 .g-1a91fc00 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-a4af6b93 .g-e6be0d16 { margin-top: var(--size-m); }
.g-a4af6b93 .g-538f0b42 { 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-a4af6b93 .g-94fd2bdb { display: block; text-decoration: none; }
.g-a4af6b93 .g-94fd2bdb:hover { text-decoration: underline; }
.g-a4af6b93 .g-d248db0f { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-a4af6b93 { grid-template-columns: 1fr; }
.g-a4af6b93 .g-4a9f04c6 { display: none; }
.g-a4af6b93 .g-e6be0d16 { margin-top: var(--size-s); }
.g-a4af6b93 .g-538f0b42 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-a4af6b93 blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-e13f1f56 { position: relative; }
.g-2b1b3e48 { width: 100%; }
.g-3a5ae476 { position: relative; display: flex; flex-direction: column; }
.g-384f1ccf { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-384f1ccf::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-e84384c3 { width: 100%; height: 100%; }
.g-15ee2bb1 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-a586e4a7 { display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; margin: auto; padding: var(--size-xl) 0; max-width: 800px; }
.g-75c909bf { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-s); flex-wrap: wrap; }
.g-7b7fb4c0 { display: flex; justify-content: center; align-items: center; border-radius: var(--b-radius); height: 40px; padding: 8px 32px; background-color: var(--color-primary); text-decoration: none; }
.g-7b7fb4c0:hover { text-decoration: underline; }
.g-600b2143 { margin-top: var(--size-m); }
.g-901030a4 { white-space: nowrap; }
@media screen and (max-width: 1024px) { .g-3a5ae476 { padding-bottom: 40px; }
.g-75c909bf { gap: var(--size-xxs); }
.g-7b7fb4c0 { height: 31px; padding: 8px 16px; }
.g-600b2143 { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-a586e4a7 { padding-bottom: 0; }
.g-7b7fb4c0 { padding: 8px; }
 }@media screen and (max-width: 576px) { .g-3a5ae476 { padding-bottom: 24px; aspect-ratio: auto; height: auto; }
.g-e84384c3 { aspect-ratio: auto; height: 100%; }
.g-a586e4a7 { margin: var(--size-xl) auto; }
 }

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

/* Block: recommendation (recommendation) */
.g-0eb322d0 { text-align: center; }
.g-acf28c57 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-8f79cf90 { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-63814af6 { 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-63814af6:hover { background-color: var(--color-primary); }
.g-447fa499 { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-acf28c57 { margin-top: var(--size-m); }
 }

/* Block: search (search) */
.g-4f3666d2 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-4f3666d2 .g-6fdf776f { margin-top: var(--size-m); max-width: 600px; }
.g-f81b664d { margin-top: var(--size-xl); }
.g-f733ef39 { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-4f3666d2 { padding: var(--size-s); }
 }

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

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

/* Block: front-page::hero-search (hero-search) */
.g-f647e797 { padding: var(--section-padding) 0; }
.g-41177fc8 { display: flex; }
.g-9c493f71 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-b1bf9cbb { width: 100%; height: 100%; }
.g-62ac04f0 { 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-7f3bcf87 { margin-top: var(--size-s); }
.g-6dfe622d { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-41177fc8 { flex-direction: column-reverse; }
.g-9c493f71 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-b1bf9cbb { height: 350px; }
.g-62ac04f0 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-b1bf9cbb { height: auto; }
.g-62ac04f0 { padding: var(--size-s); }
 }

/* Block: front-page::about--0 (about) */
.g-7c12729f { display: flex; align-items: center; gap: var(--size-m); }
.g-2c22d492 { flex: 1; }
.g-30efae78 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-7c12729f { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-14b79e7a { text-align: center; }
 }

/* Block: front-page::categories-list (categories-list) */
.g-0d952e54 { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-0d952e54 .g-45d37f55 { position: relative; text-decoration: none; background: linear-gradient(180deg, var(--color-surface) 0%, transparent 100%); border-radius: var(--b-radius); padding: 24px 24px 150px; min-height: 178px; overflow-wrap: break-word; word-break: break-word; text-wrap: balance; grid-column: span 2; transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-0d952e54 .g-45d37f55:hover { background: linear-gradient(180deg, var(--color-surface) 0%, var(--color-surface) 100%); box-shadow: inset var(--shadow); transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-0d952e54 .g-45d37f55:hover .g-e3ea83fe { opacity: 1; }
.g-0d952e54 .g-6b27ba0b { position: relative; z-index: 1; }
.g-0d952e54 .g-e3ea83fe { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-0d952e54 .g-bb1a0617 { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-0d952e54 .g-bb1a0617 .g-e3ea83fe { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-45d37f55 { min-height: 144px; padding-bottom: 82px; }
.g-e3ea83fe { font-size: 72px; }
.g-bb1a0617 { padding-bottom: 120px; min-height: 159px; }
.g-bb1a0617 .g-e3ea83fe { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-0d952e54 { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-45d37f55 { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-e3ea83fe { font-size: 56px; right: 16px; bottom: 16px; }
.g-bb1a0617 { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-bb1a0617 .g-e3ea83fe { font-size: 56px; }
 }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-e103c11b { position: relative; z-index: 1; }
.g-24eca41d { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-0a546144 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-ee40c377 { flex: 0 0 660px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-c6100815 { position: relative; z-index: 1; transform: translateY(50%); padding: var(--size-xs); }
.g-be58446e { width: 100%; display: flex; justify-content: space-evenly; align-items: flex-start; gap: var(--size-m); flex-wrap: wrap; }
.g-f1e2f41c { flex: 1; display: flex; align-items: center; flex-direction: column; text-align: center; }
.g-e3ba44b3 { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
.g-483968e6 { fill: var(--color-text); }
.g-a924239d { stroke: var(--color-text); }
.g-dcdfd02b { stroke: var(--color-text); }
.g-f0e74b5c { display: flex; flex-direction: column; }
.g-9320f7d3 { width: 100%; height: 370px; }
@media screen and (max-width: 1024px) { .g-24eca41d { flex-direction: column; }
.g-db00140b { margin-top: 0; }
.g-ee40c377 { flex: 1; }
.g-9320f7d3 { height: 430px; }
 }@media screen and (max-width: 768px) { .g-f0e74b5c { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-0a546144 { align-items: center; text-align: center; }
.g-ee40c377 { padding: var(--size-s); }
.g-c6100815 { transform: translateY(var(--size-xl)); }
.g-be58446e { flex-direction: column; align-items: center; }
.g-9320f7d3 { height: 370px; }
 }

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

/* Block: about-page::highlights--0 (highlights) */
.g-d4108210 { min-height: 700px; display: flex; flex-direction: column; padding: var(--size-xl) 0; }
.g-3936d418 { padding: 0 var(--wrapper-padding); }
.g-ec22c0ea { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-ec22c0ea::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); }
.g-a2eb0bc2 { width: 50%; }
.g-a557c8f2 { display: flex; gap: var(--size-s); flex-wrap: wrap; padding: var(--size-s); margin-top: auto; }
.g-e20fcb4b { flex: 1; }
.g-9abb992f { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-4e445932 { flex-shrink: 0; width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 32px; }
@media screen and (max-width: 768px) { .g-1f3fe11f { padding: var(--section-padding); 0 }
.g-d4108210 { padding: 0; min-height: auto; gap: var(--size-m); }
.g-3936d418 { display: flex; flex-direction: column-reverse; }
.g-ec22c0ea { position: relative; margin-top: var(--size-m); }
.g-ec22c0ea::after { display: none; }
.g-a2eb0bc2 { width: 100%; color: var(--color-text-dark); }
.g-e20fcb4b { flex: 1 1 calc(50% - var(--size-s) / 2); }
 }@media screen and (max-width: 1024px) { .g-9abb992f { align-items: flex-start; flex-direction: column; gap: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-a2eb0bc2 { text-align: center; }
.g-a557c8f2 { flex-direction: column; }
.g-e20fcb4b { flex: auto; text-align: center; }
.g-9abb992f { align-items: center; }
 }

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

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

/* Block: expertise::reviews--0 (reviews) */
.g-3899a92e { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); }
.g-e1306372 { padding: var(--size-m); box-shadow: var(--shadow); }
.g-2ae5ef5a svg { fill: var(--color-text); }
@media screen and (max-width: 768px) { .g-3899a92e { grid-template-columns: 1fr; }
 }

/* Block: expertise::text--0 (text) */
.g-a2fed93c { text-align: center; }

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