/* Block: categories-list (categories-list) */
.g-6ffbccd4 { display: inline-flex; flex-wrap: wrap; gap: var(--size-m); }
.g-6ffbccd4 .g-1f85a066 { text-decoration: none; background-color: var(--color-surface); min-height: 54px; padding: 8px 32px; border-radius: 54px; text-align: left; transition: .2s ease-in-out filter; }
.g-6ffbccd4 .g-1f85a066:hover { filter: brightness(0.96); }
.g-6ffbccd4 .g-9eb00ed7 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; height: 100%; }
.g-6ffbccd4 .g-f51e5d0b { font-size: 28px; }
@media screen and (max-width: 1024px) { .g-6ffbccd4 { gap: var(--size-s); }
.g-1f85a066 { min-height: 50px; padding: 8px 24px; }
 }@media screen and (max-width: 768px) { .g-6ffbccd4 { gap: var(--size-xs); }
.g-1f85a066 { min-height: 40px; padding: 8px 16px; }
.g-9eb00ed7 { gap: 8px; }
 }

/* Block: category-header (category-header) */
.g-bfc72040 { padding: var(--size-m) 0 var(--section-padding); }
.g-bfc72040 .g-5ea87ac0 { 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-bfc72040 .g-c4a65fb9 { margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-5ea87ac0 { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-c4a65fb9 { 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-9bba8753 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-813e161f { display: block; }
.g-f66a8dea { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-d9239c68 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-72fedea8 { width: 100%; }
@media screen and (max-width: 768px) { .g-9bba8753 { padding: var(--size-s); }
.g-f66a8dea { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-d9239c68 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-72fedea8 { width: auto; }
 }@media screen and (max-width: 576px) { .g-d9239c68 { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-67697779 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-9e5508ff { 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-9e5508ff.g-aa110813 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-96aeb9d7 { margin-top: var(--section-padding); background-color: var(--color-primary); color: var(--color-text-light); }
.g-41a84d9f { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); }
.g-b39440bc { max-width: 563px; }
.g-de74f737 { max-width: 465px; }
.g-54cb911d { margin-top: var(--size-xs); }
.g-b875a202 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-0128003d { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-a83ca15e { 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-a83ca15e:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-c80231f1 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-71b018aa { transform: scale(1.2); margin-right: var(--size-xs); }
.g-652745e6 { background-color: var(--color-secondary); color: var(--color-text-light); padding: var(--size-xl) 0 var(--size-m); }
.g-56293dfd { display: flex; justify-content: space-between; align-items: center; }
.g-5d2a7f7f { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-6242a706 { 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-b39440bc { max-width: 550px; }
.g-de74f737 { max-width: 550px; }
 }@media screen and (max-width: 870px) { .g-56293dfd { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-5d2a7f7f { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-6242a706 { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-b4cbe012 { order: 3; }
 }@media screen and (max-width: 576px) { .g-41a84d9f { gap: var(--size-m); }
.g-b875a202 { flex-direction: column; gap: var(--size-xxs); }
.g-0128003d { width: 100%; }
.g-a83ca15e { width: 100%; }
.g-5d2a7f7f { 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;
    border: 1px solid var(--color-text);
    transition: 0.1s background-color ease-in-out, 0.1s color 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-primary);
    color: var(--color-text-light);
    border-color: var(--color-primary);
}
#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-primary);
    color: var(--color-text-light);
    border-color: var(--color-primary);
}

.g-1b9c6ae4 { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-3aa2d94e { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-b2f3eda8 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-d629e1a8 { font-size: 34px; margin-right: var(--size-xxs); }
.g-c62ba632 { font-size: 24px; font-weight: 600; }
.g-933531fe { -ms-overflow-style: none; scrollbar-width: none; }
.g-cd0f23b4 { display: none; }
.g-28926c01 { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-5283c2bc { cursor: pointer; border: 0; padding: var(--size-xxs); transition: 0.3s opacity ease-in-out; width: 56px; height: 56px; border-radius: var(--size-xl); text-align: center; background-color: var(--color-primary); }
.g-5283c2bc:hover { opacity: 0.7; }
.g-5283c2bc svg { vertical-align: middle; fill: var(--color-text-light); }
.g-8b92cb46 { display: none; }
.g-b549b316 { display: none; }
.g-cb92793c { display: inline; }
.g-7290fe63 { display: none; }
.g-c1d328a3 { display: none; justify-content: flex-start; align-items: center; padding-bottom: var(--size-xs); }
.g-c1d328a3.g-82b93662 { display: flex; width: 100%; }
.g-f5e972d3 { padding-inline: 0; overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 870px) { .g-d629e1a8 { font-size: 28px; }
.g-c62ba632 { font-size: 20px; }
.g-28926c01 { gap: var(--size-xxs); }
.g-0e8fc189 { display: none; }
.g-b549b316 { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-f7310157 { padding: var(--section-padding) 0; }
.g-a8e0fcc2 { display: flex; }
.g-503ca805 { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-759471b9 { margin-top: var(--size-s); }
.g-b3604df9 { margin-top: var(--size-m); }
.g-218bf9fa { flex: 1; }
.g-b3952fd7 { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-a8e0fcc2 { flex-direction: column; }
.g-503ca805 { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-b3952fd7 { height: 400px; }
 }@media screen and (max-width: 576px) { .g-503ca805 { padding-bottom: var(--size-m); }
.g-b3952fd7 { height: auto; }
 }

/* Block: page-404 (page-404) */
.g-f208d92d { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-d4d5cff0 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-1b213164 { position: relative; padding: var(--size-xl) 0; }
.g-32648acc { text-align: center; }
.g-e9fbb280 { text-align: center; margin-top: var(--size-s); }
.g-ec597b23 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-ec597b23 { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-3faa95b8 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-3faa95b8 .g-f8b1df9d { position: relative; text-decoration: none; }
.g-3faa95b8 .g-7792050e { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-3faa95b8 .g-5e113993 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-3faa95b8 .g-5e113993 img { width: 100%; height: 100%; object-fit: cover; }
.g-3faa95b8 .g-7e1e2ea4 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-3faa95b8 .g-b35cf469 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-3faa95b8 .g-322a45d4 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-3faa95b8 .g-e810ef1a { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-cb29e74d { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-cb29e74d .g-f8b1df9d { position: relative; text-decoration: none; }
.g-cb29e74d .g-7792050e { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-cb29e74d .g-5e113993 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-cb29e74d .g-5e113993 img { width: 100%; height: 100%; object-fit: cover; }
.g-cb29e74d .g-7e1e2ea4 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-cb29e74d .g-b35cf469 { 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-cb29e74d .g-322a45d4 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-cb29e74d .g-e810ef1a { 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-7792050e { 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-ac6c0466 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-ac6c0466 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-ac6c0466 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-ac6c0466 .g-6fc318ea { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-ac6c0466 .g-2c0c49b8 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-ac6c0466 .g-32e8486a { margin-top: var(--size-m); }
.g-ac6c0466 .g-80214690 { 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-ac6c0466 .g-4f450a62 { display: flex; justify-content: flex-start; align-items: flex-start; text-decoration: none; gap: 8px; }
.g-ac6c0466 .g-4f450a62::before { content: var(--toc-number) '.'; flex-shrink: 0; font-weight: 600; text-decoration: none; width: 16px; }
.g-ac6c0466 .g-4f450a62:hover { color: var(--color-text); }
.g-ac6c0466 .g-0ea9beef { font-weight: bold; }
.g-ac6c0466 .g-0ea9beef::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-ac6c0466 { grid-template-columns: 1fr; }
.g-ac6c0466 .g-42082e9d { display: none; }
.g-ac6c0466 .g-32e8486a { margin-top: var(--size-s); }
.g-ac6c0466 .g-80214690 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-ac6c0466 blockquote { padding: 30px var(--size-s) var(--size-s); margin-top: 30px; }
.g-ac6c0466 blockquote::before { left: var(--size-s); transform: translateY(-50%) scale(.7); }
 }

/* Block: post-header (post-header) */
.g-38e2ddec { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-23446508 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-85ae88ab { text-decoration: none; }
.g-85ae88ab:hover { text-decoration: underline; }
.g-9846bfaa { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-1c2c5c57 { margin-top: var(--size-s); }
.g-2217aece { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-38e2ddec { gap: var(--size-xs); }
.g-9846bfaa { margin-top: var(--size-s); }
.g-2217aece { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-1b260a51 { text-align: center; }
.g-8bbdd9f5 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-6e222a6b { background-color: var(--color-secondary); display: flex; justify-content: center; align-items: center; border-radius: var(--size-l); padding: 8px; gap: 16px; }
.g-72361515 { 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-72361515:hover { background-color: var(--color-primary); }
@media screen and (max-width: 768px) { .g-8bbdd9f5 { margin-top: var(--size-m); }
.g-6e222a6b { border-radius: var(--size-m); }
.g-72361515 { width: var(--size-m); height: var(--size-m); }
 }

/* Block: search (search) */
.g-e1bc2995 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-e1bc2995 .g-f30f0951 { text-align: center; max-width: 500px; margin: 0 auto; }
.g-e1bc2995 .g-93289ac9 { margin-top: var(--size-m); }
.g-4e46f471 { margin-top: var(--size-xl); }
.g-c2a27a9f { margin: var(--size-m) auto 0; max-width: 500px; text-align: center; }
@media screen and (max-width: 768px) { .g-e1bc2995 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-f8f2113e { position: relative; display: inline-block; width: 100%; }
.g-f8f2113e .g-a2bebd86 { 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) 48px; font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; color: var(--color-text); }
.g-f8f2113e .g-a2bebd86:focus + .g-a9fe703e { opacity: 1; }
.g-f8f2113e .g-fbff2a4c { position: absolute; left: 0; top: 0; height: 100%; width: 48px; border: 0; background-color: transparent; cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; }
.g-f8f2113e .g-fbff2a4c:hover { opacity: .7; }
.g-f8f2113e .g-f5a70a6c { fill: var(--color-primary); }
.g-f8f2113e .g-a9fe703e { position: absolute; right: 0; top: 0; height: 100%; border: 0; width: 48px; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; opacity: 0; font-size: 32px; }
.g-f8f2113e .g-a9fe703e:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-7012e0a1 { position: fixed; bottom: 30px; right: 30px; display: none; background-color: var(--color-primary); border: none; width: 50px; height: 50px; border-radius: var(--b-radius); cursor: pointer; z-index: 4; }
.g-7012e0a1 svg { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-7012e0a1 { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-8c72d7d7 { padding: var(--section-padding) 0; }
.g-2cb4da3c { display: flex; }
.g-abc9a4bd { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-c399a1f4 { margin-top: var(--size-s); }
.g-75328cae { margin-top: var(--size-m); }
.g-d0b78015 { flex: 1; }
.g-7bea876f { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-2cb4da3c { flex-direction: column; }
.g-abc9a4bd { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-7bea876f { height: 400px; }
 }@media screen and (max-width: 576px) { .g-abc9a4bd { padding-bottom: var(--size-m); }
.g-7bea876f { height: auto; }
 }

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

/* Block: front-page::categories-list (categories-list) */
.g-e1ec02fb { display: inline-flex; flex-wrap: wrap; gap: var(--size-m); }
.g-e1ec02fb .g-60a64ea5 { text-decoration: none; background-color: var(--color-surface); min-height: 54px; padding: 8px 32px; border-radius: 54px; text-align: left; transition: .2s ease-in-out filter; }
.g-e1ec02fb .g-60a64ea5:hover { filter: brightness(0.96); }
.g-e1ec02fb .g-e5e2c27d { display: flex; justify-content: flex-start; align-items: center; gap: 16px; height: 100%; }
.g-e1ec02fb .g-c3267a7a { font-size: 28px; }
@media screen and (max-width: 1024px) { .g-e1ec02fb { gap: var(--size-s); }
.g-60a64ea5 { min-height: 50px; padding: 8px 24px; }
 }@media screen and (max-width: 768px) { .g-e1ec02fb { gap: var(--size-xs); }
.g-60a64ea5 { min-height: 40px; padding: 8px 16px; }
.g-e5e2c27d { gap: 8px; }
 }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-8dfb1846 { display: flex; justify-content: flex-start; position: relative; z-index: 1; }
.g-6fec6b4d { width: clamp(23.125rem, 29.2682926829vw + 7.2103658537rem, 30.625rem); flex-shrink: 0; padding: clamp(2rem, 5.8536585366vw + -1.1829268293rem, 3.5rem) var(--size-s) clamp(2rem, 5.8536585366vw + -1.1829268293rem, 3.5rem) clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-12c57dc1 { padding: clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.g-4787025c { display: flex; justify-content: flex-start; align-items: center; }
.g-6789ea47 { 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-c7b4fe1f { display: flex; flex-direction: column; }
.g-3bda71d1 { margin-top: -100px; height: clamp(32rem, 13.28125vw + 25.625rem, 36.25rem); }
.g-6d2c3921 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-8dfb1846 { flex-direction: column-reverse; }
.g-6fec6b4d { width: 100%; }
 }@media screen and (max-width: 768px) { .g-2f9667fb { width: 100%; display: flex; justify-content: space-between; gap: var(--size-s); }
.g-2f9667fb .g-4787025c { margin-top: 0; }
.g-4787025c { align-items: flex-start; flex-direction: column; flex: 1; }
.g-6789ea47 { margin-right: 0; }
.g-c7b4fe1f { margin-top: var(--size-xs); }
.g-3bda71d1 { height: clamp(38.75rem, -27.4809160305vw + 45.1908396947rem, 32rem); }
 }@media screen and (max-width: 576px) { .g-6fec6b4d { text-align: center; }
.g-2f9667fb { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-4787025c { align-items: center; }
.g-190b2eff { margin: 0 auto; }
 }

/* Block: about-page::about--0 (about) */
.g-17fa45e5 { display: flex; align-items: center; gap: var(--size-m); }
.g-5b6f4788 { flex: 1; }
.g-7067c96b { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-17fa45e5 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-c6bc1d59 { text-align: center; }
 }

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

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

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

/* Block: company_values::gallery--0 (gallery) */
.g-11b40399 { display: flex; gap: var(--size-s); height: clamp(37.5rem, 58.59375vw + 9.375rem, 56.25rem); }
.g-ed5e3adb { flex: 1; display: flex; flex-direction: column; }
.g-3d839512 { flex: 0 0 40%; display: flex; flex-direction: column; gap: var(--size-s); }
.g-76042d22 { flex: 1; }
@media screen and (max-width: 768px) { .g-76042d22 { margin-top: var(--size-m); }
.g-11b40399 { flex-direction: column; height: auto; }
 }

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

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

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