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

/* Block: category-header (category-header) */
.g-fd0dfd08 { padding: var(--size-m) 0 var(--section-padding); }
.g-fd0dfd08 .g-f8c63bcd { 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-fd0dfd08 .g-462e26cb { margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-f8c63bcd { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-462e26cb { 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-23e466f8 { 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-3c036799 { display: block; }
.g-f4f9bdb6 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-23e466f8 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-f4f9bdb6 { gap: var(--size-xxs); }
.g-65204bcb { width: 100%; }
 }

/* Block: featured-posts (featured-posts) */
.g-84bfa553 { margin-top: var(--size-m); }
.g-45b153e7 { margin-top: var(--size-m); }
.g-515671ab { margin-top: var(--size-xl); }
.g-7a54391e { align-items: stretch; }
.g-b27ccd7f { height: auto; }
.g-70e03e84 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-70e03e84 .g-aff0dc77 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-70e03e84 .g-14db04a8 { background: var(--color-primary); transform: scale(1.2); }
.g-40867c9e { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

/* Block: footer (footer) */
.g-f1c8a469 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-536e1c04 { 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-536e1c04.g-a9326da8 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-5b7cd001 { margin-top: var(--section-padding); background-color: var(--color-primary); color: var(--color-text-light); }
.g-de979c33 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); }
.g-2b6d45ec { max-width: 563px; }
.g-a8f63d15 { max-width: 465px; }
.g-a405aaa2 { margin-top: var(--size-xs); }
.g-db1ad70f { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-12c21f85 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-04292cbd { 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-04292cbd:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-bcd35dda { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-15bef83e { transform: scale(1.2); margin-right: var(--size-xs); }
.g-50402c6a { background-color: var(--color-secondary); color: var(--color-text-light); padding: var(--size-xl) 0 var(--size-m); }
.g-714f14da { display: flex; justify-content: space-between; align-items: center; }
.g-9c90e4df { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-01b5e72f { 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-2b6d45ec { max-width: 550px; }
.g-a8f63d15 { max-width: 550px; }
 }@media screen and (max-width: 870px) { .g-714f14da { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-9c90e4df { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-01b5e72f { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-dfb248db { order: 3; }
 }@media screen and (max-width: 576px) { .g-de979c33 { gap: var(--size-m); }
.g-db1ad70f { flex-direction: column; gap: var(--size-xxs); }
.g-12c21f85 { width: 100%; }
.g-04292cbd { width: 100%; }
.g-9c90e4df { flex-direction: column; align-items: flex-start; }
 }

/* Block: header (header) */
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a,
#header-nav-dropdown .menu-item a,
#header-nav-dropdown .page_item a {
    text-decoration: none;
    white-space: nowrap;
    padding: var(--size-xxs) var(--size-xs);
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    transition: 0.1s background-color ease-in-out, 0.1s color ease-in-out, 0.1s text-shadow ease-in-out;
}
#header-nav-desktop .menu-item a:hover,
#header-nav-desktop .page_item a:hover,
#header-nav-dropdown .menu-item a:hover,
#header-nav-dropdown .page_item a:hover {
    background-color: var(--color-bg);
    color: var(--color-text);
    text-shadow: 0.5px 0 0 currentColor;
}
#header-nav-desktop .current-menu-item a,
#header-nav-desktop .current_page_item a,
#header-nav-dropdown .current-menu-item a,
#header-nav-dropdown .current_page_item a {
    background-color: var(--color-bg);
    color: var(--color-text);
    text-shadow: 0.5px 0 0 currentColor;
}

.g-32a8c78a { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-8911c2e7 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xs); min-height: 80px; padding: 16px 0; position: relative; }
.g-bab7b95a { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-ba6bc196 { font-size: 34px; margin-right: var(--size-xxs); }
.g-615deea8 { font-size: 24px; font-weight: 600; }
.g-644bada9 { -ms-overflow-style: none; scrollbar-width: none; }
.g-8ef5f275 { display: none; }
.g-e92ac34c { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-3874bffa { cursor: pointer; border: 0; padding: var(--size-xxs) var(--size-xs); transition: 0.3s transform ease-in-out; width: 72px; height: 40px; border-radius: 40px; text-align: center; }
.g-3874bffa:hover { transform: scale(1.05); }
.g-3874bffa svg { fill: var(--color-text-light); }
.g-5d7b11af { display: none; }
.g-9ee8a233 { display: none; }
.g-9d3573a7 { display: inline; }
.g-df25775f { display: none; }
.g-b8d89841 { display: none; justify-content: center; align-items: center; padding-bottom: var(--size-xs); }
.g-b8d89841.g-8f37fc6e { display: flex; width: 100%; }
.g-1318e93f { overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 870px) { .g-ba6bc196 { font-size: 28px; }
.g-615deea8 { font-size: 20px; }
.g-e92ac34c { gap: var(--size-xxs); }
.g-a5da293b { display: none; }
.g-9ee8a233 { display: block; }
.g-b8d89841.g-8f37fc6e { display: flex; width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-9e046d11 { padding: var(--section-padding) 0; }
.g-aebdf152 { display: flex; }
.g-41c5649c { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-03530801 { width: 100%; height: 100%; }
.g-4b7fc427 { 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-96e4b576 { margin-top: var(--size-s); }
.g-8b02f897 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-aebdf152 { flex-direction: column-reverse; }
.g-41c5649c { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-03530801 { height: 350px; }
.g-4b7fc427 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-03530801 { height: auto; }
.g-4b7fc427 { padding: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-38d28497 { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-d8cb8019 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-fdb4335e { position: relative; padding: var(--size-xl) 0; }
.g-8469e923 { text-align: center; }
.g-b49267fb { text-align: center; margin-top: var(--size-s); }
.g-875dcd23 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-875dcd23 { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

.g-eb76cc62 .page-numbers {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    border-radius: 32px;
    min-width: 32px;
    text-decoration: none;
    font-weight: 500;
}

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

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

.g-eb76cc62 .prev::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L1.97846 5.35541C1.9909 5.40959 1.99994 5.46543 1.99994 5.52338C1.99994 5.58133 1.9909 5.63718 1.97846 5.69135L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L1.97846 5.35541C1.9909 5.40959 1.99994 5.46543 1.99994 5.52338C1.99994 5.58133 1.9909 5.63718 1.97846 5.69135L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
}

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

.g-eb76cc62 .next::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M0.21967 0.21967C0.512563 -0.0732234 0.9883 -0.0732234 1.28119 0.21967L6.05365 4.99311C6.34655 5.286 6.34655 5.76076 6.05365 6.05365L1.28119 10.8271C0.9883 11.12 0.512563 11.12 0.21967 10.8271C-0.0732234 10.5342 -0.0732234 10.0585 0.21967 9.76557L4.29487 5.69135C4.28243 5.63718 4.27338 5.58133 4.27338 5.52338C4.27338 5.46543 4.28243 5.40959 4.29487 5.35541L0.21967 1.28119C-0.0732234 0.9883 -0.0732234 0.512563 0.21967 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M0.21967 0.21967C0.512563 -0.0732234 0.9883 -0.0732234 1.28119 0.21967L6.05365 4.99311C6.34655 5.286 6.34655 5.76076 6.05365 6.05365L1.28119 10.8271C0.9883 11.12 0.512563 11.12 0.21967 10.8271C-0.0732234 10.5342 -0.0732234 10.0585 0.21967 9.76557L4.29487 5.69135C4.28243 5.63718 4.27338 5.58133 4.27338 5.52338C4.27338 5.46543 4.28243 5.40959 4.29487 5.35541L0.21967 1.28119C-0.0732234 0.9883 -0.0732234 0.512563 0.21967 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
}

.g-eb76cc62 .prev,
.g-eb76cc62 .next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    font-size: 0;
    border-radius: 50%;
    transition: .2s background-color ease-out, .2s color ease-out;
}

.g-eb76cc62 .prev:hover,
.g-eb76cc62 .next:hover {
    background-color: var(--color-secondary);
    color: var(--color-text-light);
}

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

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

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

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

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

/* Block: post-card (post-card) */
.g-a17b9d61 { width: 100%; position: relative; border-radius: var(--b-radius); overflow: hidden; color: var(--color-text-light); min-height: 368px; }
.g-a17b9d61 .g-7ab817c2 { padding: 24px; position: absolute; inset: 0; width: 100%; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-a17b9d61 .g-7ab817c2:hover .g-f2b1611a { transform: translateY(0); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.g-a17b9d61 .g-7e5011cc { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; background-color: var(--color-surface); }
.g-a17b9d61 .g-7e5011cc::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.g-a17b9d61 .g-7e5011cc img { width: 100%; height: 100%; object-fit: cover; }
.g-a17b9d61 .g-f2b1611a { margin-top: auto; transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(46px); }
.g-a17b9d61 .g-bf041114 { display: inline-flex; flex-wrap: wrap; gap: 4px 8px; }
.g-a17b9d61 .g-2cc535bc { 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-a17b9d61 .g-93ba81e1 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-a17b9d61 .g-009e7a58 { display: flex; justify-content: space-between; align-items: flex-end; height: 25px; margin-top: 16px; }
.g-a17b9d61 .g-c6f72d8f { display: flex; align-items: center; gap: 8px; }
.g-a17b9d61 .g-c6f72d8f:hover { text-decoration: underline; }
.g-a17b9d61 .g-c6f72d8f svg { margin-left: 8px; fill: currentColor; }
.g-a17b9d61 .g-be1b67a0 { white-space: nowrap; opacity: 0.8; }
.g-f5ce580f { min-height: 600px; }
.g-f5ce580f .g-7ab817c2 { padding: 48px 40px; }
.g-f5ce580f .g-f2b1611a { transform: none; }
@media screen and (max-width: 870px) { .g-f5ce580f { min-height: 368px; }
.g-f5ce580f .g-7ab817c2 { padding: 24px; }
.g-f5ce580f .g-f2b1611a { 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-9e49198e { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-9e49198e 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-9e49198e 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-9e49198e .g-d773d9e1 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-9e49198e .g-3d136a5a { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-9e49198e .g-8abd06b6 { margin-top: var(--size-m); }
.g-9e49198e .g-48fa01e3 { 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-9e49198e .g-765f2cc7 { display: flex; justify-content: flex-start; align-items: flex-start; text-decoration: none; gap: 8px; }
.g-9e49198e .g-765f2cc7::before { content: var(--toc-number) '.'; flex-shrink: 0; font-weight: 600; text-decoration: none; width: 16px; }
.g-9e49198e .g-765f2cc7:hover { color: var(--color-text); }
.g-9e49198e .g-b1fa08b3 { font-weight: bold; }
.g-9e49198e .g-b1fa08b3::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-9e49198e { grid-template-columns: 1fr; }
.g-9e49198e .g-19a1f505 { display: none; }
.g-9e49198e .g-8abd06b6 { margin-top: var(--size-s); }
.g-9e49198e .g-48fa01e3 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-9e49198e blockquote { padding: 30px var(--size-s) var(--size-s); margin-top: 30px; }
.g-9e49198e blockquote::before { left: var(--size-s); transform: translateY(-50%) scale(.7); }
 }

/* Block: post-header (post-header) */
.g-ecdef071 { position: relative; }
.g-198cd8fb { width: 100%; }
.g-990a4694 { position: relative; display: flex; flex-direction: column; }
.g-ad2b12b6 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-ad2b12b6::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-b8a52143 { width: 100%; height: 100%; }
.g-1502ee5f { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-d0111394 { 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-0574a099 { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-s); flex-wrap: wrap; }
.g-ebe3f938 { 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-ebe3f938:hover { text-decoration: underline; }
.g-1978dbc4 { margin-top: var(--size-m); }
.g-fae144ad { white-space: nowrap; }
@media screen and (max-width: 1024px) { .g-990a4694 { padding-bottom: 40px; }
.g-0574a099 { gap: var(--size-xxs); }
.g-ebe3f938 { height: 31px; padding: 8px 16px; }
.g-1978dbc4 { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-d0111394 { padding-bottom: 0; }
.g-ebe3f938 { padding: 8px; }
 }@media screen and (max-width: 576px) { .g-990a4694 { padding-bottom: 24px; aspect-ratio: auto; height: auto; }
.g-b8a52143 { aspect-ratio: auto; height: 100%; }
.g-d0111394 { margin: var(--size-xl) auto; }
 }

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

/* Block: recommendation (recommendation) */
.g-81f9a62a { text-align: center; }
.g-7c71d2bf { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-c90e2b70 { background-color: var(--color-secondary); display: flex; justify-content: center; align-items: center; border-radius: var(--size-l); padding: 8px; gap: 16px; }
.g-356942d0 { width: var(--size-l); height: var(--size-l); border-radius: 50%; border: 0; padding: 0; background-color: transparent; display: flex; justify-content: center; align-items: center; cursor: pointer; }
.g-356942d0:hover { background-color: var(--color-primary); }
@media screen and (max-width: 768px) { .g-7c71d2bf { margin-top: var(--size-m); }
.g-c90e2b70 { border-radius: var(--size-m); }
.g-356942d0 { width: var(--size-m); height: var(--size-m); }
 }

/* Block: search (search) */
.g-c0f21429 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-c0f21429 .g-e9f8a625 { text-align: center; max-width: 500px; margin: 0 auto; }
.g-c0f21429 .g-79172095 { margin-top: var(--size-m); }
.g-dacf53b3 { margin-top: var(--size-xl); }
.g-2c6ce7e9 { margin: var(--size-m) auto 0; max-width: 500px; text-align: center; }
@media screen and (max-width: 768px) { .g-c0f21429 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-07791b63 { position: relative; display: inline-block; width: 100%; }
.g-07791b63 .g-75f5adab { color: var(--color-text); width: 100%; background-color: var(--color-surface); height: 48px; border-radius: 48px; border: 0; box-shadow: inset 0 0 0 2px var(--color-primary); padding: var(--size-xxs) 85px var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-07791b63 .g-f83e2360 { position: absolute; right: 0; top: 0; height: 100%; z-index: 1; display: flex; justify-content: flex-end; align-items: center; padding: 8px; gap: 8px; }
.g-07791b63 .g-ea2dbc2b { border: 0; width: 32px; height: 32px; border-radius: 50%; background-color: var(--color-primary); cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; }
.g-07791b63 .g-ea2dbc2b:hover { opacity: .7; }
.g-07791b63 .g-2f919aa8 { border: 0; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-07791b63 .g-2f919aa8:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-6ffd8a4d { position: fixed; bottom: 0; opacity: 0; right: 35px; transform: translateY(100%); background-color: var(--color-primary); border: none; width: 40px; height: 62px; border-radius: 20px; cursor: pointer; z-index: 4; transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out; }
.g-34bcd35a { fill: var(--color-text-light); }
.g-0ec31827 { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-6ffd8a4d { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-5d5adda9 { padding: var(--section-padding) 0; }
.g-96c79bce { display: flex; }
.g-4d291e35 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-73341b3c { width: 100%; height: 100%; }
.g-208ad131 { 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-cff6a3d3 { margin-top: var(--size-s); }
.g-dd595a9f { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-96c79bce { flex-direction: column-reverse; }
.g-4d291e35 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-73341b3c { height: 350px; }
.g-208ad131 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-73341b3c { height: auto; }
.g-208ad131 { padding: var(--size-s); }
 }

/* Block: front-page::about--0 (about) */
.g-4f0c485e { padding: 0; }
@media screen and (max-width: 1280px) { .g-6a42850b { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-4f0c485e { padding: 0 var(--wrapper-padding); }
.g-e0a02257 { column-count: 1; }
.g-6a42850b { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-e0a02257 { text-align: center; }
 }

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

/* Block: front-page::featured-posts (featured-posts) */
.g-e280a1a9 { margin-top: var(--size-m); }
.g-6c152d15 { margin-top: var(--size-m); }
.g-76921a5b { margin-top: var(--size-xl); }
.g-92d7ec79 { align-items: stretch; }
.g-9ae76694 { height: auto; }
.g-ddab1a71 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-ddab1a71 .g-b26385b7 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-ddab1a71 .g-d108fa82 { background: var(--color-primary); transform: scale(1.2); }
.g-45b9736f { 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-3a92e8f1 { margin: var(--section-padding) 0; }

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

/* Block: contacts-page::form--0 (form) */
.g-7e6022fd { position: relative; z-index: 1; }
.g-21409aef { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-7bf45633 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-ce0efe71 { flex: 0 0 660px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-657dfab2 { position: relative; z-index: 1; transform: translateY(50%); padding: var(--size-xs); }
.g-69d3c62a { width: 100%; display: flex; justify-content: space-evenly; align-items: flex-start; gap: var(--size-m); flex-wrap: wrap; }
.g-ec4478f9 { flex: 1; display: flex; align-items: center; flex-direction: column; text-align: center; }
.g-4d394e1b { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
.g-9691b01c { fill: var(--color-text); }
.g-78356680 { stroke: var(--color-text); }
.g-65898cfa { stroke: var(--color-text); }
.g-f4b08fc5 { display: flex; flex-direction: column; }
.g-a298e367 { width: 100%; height: 370px; }
@media screen and (max-width: 1024px) { .g-21409aef { flex-direction: column; }
.g-e288e0aa { margin-top: 0; }
.g-ce0efe71 { flex: 1; }
.g-a298e367 { height: 430px; }
 }@media screen and (max-width: 768px) { .g-f4b08fc5 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-7bf45633 { align-items: center; text-align: center; }
.g-ce0efe71 { padding: var(--size-s); }
.g-657dfab2 { transform: translateY(var(--size-xl)); }
.g-69d3c62a { flex-direction: column; align-items: center; }
.g-a298e367 { height: 370px; }
 }

/* Block: about-page::about--0 (about) */
.g-96349bde { padding: 0; }
@media screen and (max-width: 1280px) { .g-6971d17e { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-96349bde { padding: 0 var(--wrapper-padding); }
.g-f0f13891 { column-count: 1; }
.g-6971d17e { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-f0f13891 { text-align: center; }
 }

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

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

/* Block: expertise::reviews--0 (reviews) */
.g-ffd137b5 { 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-5fbdb8d7 { width: 50%; }
.g-c2a023a6 { min-width: 270px; height: 100%; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.g-ebda98d3 { padding: var(--size-s) var(--size-m); }
.g-c583b6ee { transform: scale(1.2); }
.g-26dc090e { padding: var(--size-s) var(--size-m); margin-top: auto; }
.g-12da6cba svg { fill: var(--color-text); }
@media screen and (max-width: 1024px) { .g-ffd137b5 { padding: 20px 20px 10px; }
.g-c583b6ee { transform: none; }
 }@media screen and (max-width: 768px) { .g-5fbdb8d7 { width: 100%; }
 }@media screen and (max-width: 576px) { .g-ffd137b5 { flex-direction: column; overflow: initial; padding: 0; margin-inline: 0; }
.g-c2a023a6 { text-align: center; }
 }

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

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

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