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

/* Block: category-header (category-header) */
.g-ded27d36 { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-ded27d36 .g-cbd2c3b0 { flex: 0 0 172px; background-color: var(--color-surface); font-size: 80px; border-radius: var(--b-radius); display: flex; justify-content: center; align-items: center; }
.g-ded27d36 .g-f9f66c07 { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-ded27d36 { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-cbd2c3b0 { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-98c40168 { text-align: center; }
.g-f9f66c07 { 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-9068192b { 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-2b7a328e { display: block; }
.g-4aca3236 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-9068192b { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-4aca3236 { gap: var(--size-xxs); }
.g-44f81728 { width: 100%; }
 }

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

/* Block: footer (footer) */
.g-e74ef6c8 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-ce37faf4 { 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-ce37faf4.g-2b17d313 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-8629556c { margin-top: var(--section-padding); }
.g-3047b7c7 { border-radius: var(--b-radius); padding: var(--size-m); }
.g-bc43f1db { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); padding-bottom: var(--size-m); border-bottom: 1px solid var(--color-surface); margin-bottom: var(--size-m); }
.g-39890b6a { max-width: 524px; }
.g-b3827ac3 { max-width: 450px; }
.g-187d698d { margin-top: var(--size-xs); }
.g-02ebe1b8 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-91894be7 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-1a79b854 { 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-1a79b854:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-d86e54b8 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-4c84197f { transform: scale(1.2); margin-right: var(--size-xs); }
.g-3b853861 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; }
.g-c75ad715 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); margin-top: var(--size-m); }
.g-738460be { margin: var(--size-m) 0; display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-39890b6a { max-width: initial; }
.g-b3827ac3 { max-width: initial; }
 }@media screen and (max-width: 870px) { .g-c75ad715 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-738460be { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-8384e2c9 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-bc43f1db { gap: var(--size-m); }
.g-02ebe1b8 { flex-direction: column; gap: var(--size-xxs); }
.g-91894be7 { width: 100%; }
.g-1a79b854 { width: 100%; }
.g-c75ad715 { flex-direction: column; align-items: center; }
 }

/* Block: header (header) */
#navigation-modal .menu-item,
#navigation-modal .page_item {
    transition: color .2s ease-out;
}
#navigation-modal .menu-item:hover,
#navigation-modal .menu-item a:hover,
#navigation-modal .page_item:hover,
#navigation-modal .page_item a:hover {
    color: var(--color-primary);
}
#navigation-modal .current-menu-item,
#navigation-modal .current_page_item,
#navigation-modal .current-menu-item a,
#navigation-modal .current_page_item a {
    color: var(--color-primary);
}

.g-19991d13 { position: sticky; top: 0; background-color: var(--color-surface); z-index: 5; }
.g-86c9c841 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-c423c8e1 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; }
.g-cab8d6be { font-size: 36px; margin-right: var(--size-xs); }
.g-4171b3e9 { font-size: 24px; font-weight: 600; }
.g-5846b885 { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-xs); }
.g-474604bf { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); }
.g-ab520ca9 { display: none; flex-direction: column; gap: 5px; border: 0; background-color: transparent; padding: 10px; }
.g-94c7aad3 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-a544a69d { position: absolute; right: 0; bottom: 0; transform: translateY(100%); background-color: var(--color-secondary); width: 260px; padding: var(--size-m); box-shadow: 0 4px 20px var(--input-bg); display: none; }
.g-a544a69d.g-b92c4ced { display: block; }
.g-5846b885 { gap: var(--size-m); flex-direction: column; align-items: flex-start; color: var(--color-text-light); }
.g-ab520ca9 { display: flex; cursor: pointer; }
 }@media screen and (max-width: 576px) { .g-a544a69d { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-c660f5db { padding: var(--section-padding) 0; }
.g-ac421739 { display: flex; }
.g-7a944ba4 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-2869de72 { width: 100%; height: 100%; }
.g-c74759b5 { 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-2fee89dd { margin-top: var(--size-s); }
.g-e9a9badd { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-ac421739 { flex-direction: column-reverse; }
.g-7a944ba4 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-2869de72 { height: 350px; }
.g-c74759b5 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-2869de72 { height: auto; }
.g-c74759b5 { padding: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-d5c72881 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-815f2e16 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-89a80148 { text-align: center; margin-top: var(--size-xl); }
.g-92b821cf { text-align: center; margin-top: var(--size-s); }
.g-ae49c507 { text-align: center; }
@media screen and (max-width: 768px) { .g-89a80148 { margin-top: var(--size-m); }
 }

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

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

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-681228ac { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-681228ac .g-27108c2a { position: relative; text-decoration: none; }
.g-681228ac .g-fd2a1c78 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-681228ac .g-d9ab320c { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-681228ac .g-d9ab320c img { width: 100%; height: 100%; object-fit: cover; }
.g-681228ac .g-69f7b3c9 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-681228ac .g-b5ea0070 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-681228ac .g-6cac95ce { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-681228ac .g-787b4452 { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-ec48b162 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-ec48b162 .g-27108c2a { position: relative; text-decoration: none; }
.g-ec48b162 .g-fd2a1c78 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-ec48b162 .g-d9ab320c { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-ec48b162 .g-d9ab320c img { width: 100%; height: 100%; object-fit: cover; }
.g-ec48b162 .g-69f7b3c9 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-ec48b162 .g-b5ea0070 { 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-ec48b162 .g-6cac95ce { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-ec48b162 .g-787b4452 { 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-fd2a1c78 { 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-314a3d00 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-314a3d00 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-314a3d00 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-314a3d00 .g-2a99e452 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-314a3d00 .g-69bf6d39 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-314a3d00 .g-a8b5187d { margin-top: var(--size-m); }
.g-314a3d00 .g-132fb216 { 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-314a3d00 .g-4337dff7 { display: flex; justify-content: flex-start; align-items: flex-start; text-decoration: none; gap: 8px; }
.g-314a3d00 .g-4337dff7::before { content: var(--toc-number) '.'; flex-shrink: 0; font-weight: 600; text-decoration: none; width: 16px; }
.g-314a3d00 .g-4337dff7:hover { color: var(--color-text); }
.g-314a3d00 .g-d503e4b0 { font-weight: bold; }
.g-314a3d00 .g-d503e4b0::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-314a3d00 { grid-template-columns: 1fr; }
.g-314a3d00 .g-7d2777be { display: none; }
.g-314a3d00 .g-a8b5187d { margin-top: var(--size-s); }
.g-314a3d00 .g-132fb216 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-314a3d00 blockquote { padding: 30px var(--size-s) var(--size-s); margin-top: 30px; }
.g-314a3d00 blockquote::before { left: var(--size-s); transform: translateY(-50%) scale(.7); }
 }

/* Block: post-header (post-header) */
.g-799ec8a2 { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-07dfcf66 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-71385a67 { text-decoration: none; }
.g-71385a67:hover { text-decoration: underline; }
.g-46c4a8f4 { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-1931894e { margin-top: var(--size-s); }
.g-24b9abef { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-799ec8a2 { gap: var(--size-xs); }
.g-46c4a8f4 { margin-top: var(--size-s); }
.g-24b9abef { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-5eb23749 { text-align: center; }
.g-3635c267 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-9b4d5ee1 { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-eacaba20 { 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-eacaba20:hover { background-color: var(--color-primary); }
.g-446e810a { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-3635c267 { margin-top: var(--size-m); }
 }

/* Block: search (search) */
.g-011ad6c5 { text-align: center; max-width: 430px; margin: 0 auto; }
.g-f65564f2 { margin-top: var(--size-xl); }
.g-e0b8752f { max-width: 430px; margin-inline: auto; text-align: center; }

/* Block: searchform (searchform) */
.g-29079c5d { position: relative; display: inline-block; width: 100%; }
.g-29079c5d .g-2444c6f4 { color: var(--color-text); width: 100%; background-color: var(--color-surface); height: 48px; border-radius: 48px; border: 0; box-shadow: 0 0 0 2px var(--color-surface), inset 0 0 0 3px var(--color-primary); padding: var(--size-xxs) 150px var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-29079c5d .g-e9217004 { position: absolute; right: 0; top: 0; height: 100%; border: 0; border-radius: 48px; background-color: var(--color-primary); color: var(--color-text-light); cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0 32px; transition: opacity .2s ease-in-out; }
.g-29079c5d .g-e9217004:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-c3520c4f { padding: var(--section-padding) 0; }
.g-36c50288 { display: flex; }
.g-7cbb4b0d { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-3154a190 { width: 100%; height: 100%; }
.g-18bab129 { 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-216cec1e { margin-top: var(--size-s); }
.g-f1bcb9de { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-36c50288 { flex-direction: column-reverse; }
.g-7cbb4b0d { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-3154a190 { height: 350px; }
.g-18bab129 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-3154a190 { height: auto; }
.g-18bab129 { padding: var(--size-s); }
 }

/* Block: front-page::faq--0 (faq) */
.g-2830d056 { display: flex; position: relative; gap: var(--size-s); }
.g-2830d056 * { flex: 1; }
.g-68a448b1 { flex: 1; position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-m); }
.g-ec690a51 { flex-shrink: 0; }
.g-c912c7cc { grid-column: span 2; }
.g-6a44cc4d { user-select: none; }
.g-6a44cc4d[open] .g-d6d73849 { transform: rotate(45deg); }
.g-0d71ab08 { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-0d71ab08::-webkit-details-marker { display: none; }
.g-d6d73849 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; background-color: var(--color-bg); border-radius: 50%; margin-left: var(--size-xs); }
.g-d6d73849 svg { fill: var(--color-primary); }
.g-e1fda265 { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-0d71ab08 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-d6d73849 { width: 24px; height: 24px; }
.g-d6d73849 svg { width: 16px; height: 16px; }
.g-e1fda265 { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-2830d056 { flex-direction: column; }
.g-68a448b1 { grid-template-columns: 1fr; margin-top: var(--size-m); }
.g-c912c7cc { grid-column: span 1; }
 }@media screen and (max-width: 576px) { .g-2830d056 { text-align: center; }
 }

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-ee6e3d41 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-75aae521 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-b1d17835 { flex: 0 0 450px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-bd7c313d { display: none; }
.g-0aaaa0b1 { width: 100%; }
.g-5956e3e6 { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: var(--size-m); white-space: nowrap; flex-wrap: wrap; }
.g-54338f1a { flex: 1; display: flex; align-items: flex-start; flex-direction: column; }
.g-20d3cd75 { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; margin-right: var(--size-m); }
.g-bab76b2f { fill: var(--color-text); }
.g-ca58ee81 { stroke: var(--color-text); }
.g-0b28c891 { stroke: var(--color-text); }
.g-14633492 { display: flex; flex-direction: column; }
.g-19470b8e { width: 100%; height: 300px; }
.g-f77b4734 { position: relative; z-index: 1; }
@media screen and (max-width: 1024px) { .g-ee6e3d41 { flex-direction: column-reverse; }
.g-75aae521 { flex-direction: column-reverse; justify-content: flex-start; }
.g-b1d17835 { flex: 1; }
.g-75d1b489 { display: none; }
.g-bd7c313d { display: block; text-align: center; }
.g-5956e3e6 { justify-content: space-evenly; }
.g-19470b8e { height: 430px; margin-top: var(--size-s); }
 }@media screen and (max-width: 870px) { .g-75aae521 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-20d3cd75 { margin-right: 0; }
.g-14633492 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-75aae521 { text-align: center; }
.g-b1d17835 { padding: var(--size-s); }
.g-5956e3e6 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-54338f1a { flex: inherit; align-items: center; }
 }

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

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

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

/* Block: expertise::process--0 (process) */
.g-4ff436a9 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-6b7c0da2 { flex: 1; }
.g-b9590a18 { flex: 1; position: relative; display: flex; flex-direction: column; gap: var(--size-xs); width: 100%; }
.g-19b5e003 { 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-57e172ae { flex: 0 0 50px; font-size: 40px; line-height: 130%; font-weight: 500; }
@media screen and (max-width: 870px) { .g-4ff436a9 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-6b7c0da2 { text-align: center; }
.g-57e172ae { font-size: 32px; flex: 0 0 35px; }
 }

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

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

/* Block: expertise::about--0 (about) */
.g-e6840416 { position: relative; display: flex; align-items: center; gap: var(--size-m); min-height: 550px; padding: var(--size-xl); }
.g-79925761 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; }
.g-02eaab7e { position: relative; z-index: 2; width: 60%; margin-left: auto; padding: var(--size-m); }
@media screen and (max-width: 870px) { .g-02eaab7e { width: 100%; }
 }@media screen and (max-width: 576px) { .g-e6840416 { padding: 0; flex-direction: column-reverse; }
.g-79925761 { position: static; border-radius: 0; width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }
.g-02eaab7e { text-align: center; }
 }