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

/* Block: category-header (category-header) */
.g-ee8eef3b { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-ee8eef3b .g-03dc6e31 { 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-ee8eef3b .g-aa5bb596 { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-ee8eef3b { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-03dc6e31 { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-356e55ca { text-align: center; }
.g-aa5bb596 { 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-0cb2e1ce { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-209a3a2c { display: block; }
.g-bc7d8b79 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-7aa1ebf4 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-9de3f44e { width: 100%; }
@media screen and (max-width: 768px) { .g-0cb2e1ce { padding: var(--size-s); }
.g-bc7d8b79 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-7aa1ebf4 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-9de3f44e { width: auto; }
 }@media screen and (max-width: 576px) { .g-7aa1ebf4 { gap: var(--size-xxs); }
 }

/* Block: featured-posts (featured-posts) */
.g-b926ea70 { margin-top: var(--size-m); }
.g-8437f7e0 { margin-top: var(--size-m); }
.g-a7794c6b { margin-top: var(--size-xl); }
.g-56b43de2 { align-items: stretch; }
.g-0463a663 { height: auto; }
.g-58e1f675 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-58e1f675 .g-cd14f22b { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-58e1f675 .g-b9a95e80 { background: var(--color-primary); transform: scale(1.2); }
.g-c3057490 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

/* Block: footer (footer) */
.g-f8d4f4db { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-515ecede { 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-515ecede.g-93685792 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-0b098442 { margin-top: var(--section-padding); }
.g-80f22cc0 { border-radius: var(--b-radius); padding: var(--size-m); }
.g-f2217e0d { 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-ea4583cd { max-width: 524px; }
.g-8b14b3f8 { max-width: 450px; }
.g-bf0d0d83 { margin-top: var(--size-xs); }
.g-dd29a218 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-3d046ff7 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-d758c77c { 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-d758c77c:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-1d9c986a { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-d259c56a { transform: scale(1.2); margin-right: var(--size-xs); }
.g-0cb8f91a { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; }
.g-a5146899 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); margin-top: var(--size-m); }
.g-ff263c2c { 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-ea4583cd { max-width: initial; }
.g-8b14b3f8 { max-width: initial; }
 }@media screen and (max-width: 870px) { .g-a5146899 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-ff263c2c { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-18bc81f7 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-f2217e0d { gap: var(--size-m); }
.g-dd29a218 { flex-direction: column; gap: var(--size-xxs); }
.g-3d046ff7 { width: 100%; }
.g-d758c77c { width: 100%; }
.g-a5146899 { flex-direction: column; align-items: center; }
 }

/* 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-3d7ef64e { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-bcc06c81 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-4b4ee128 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-e122ce94 { font-size: 34px; margin-right: var(--size-xxs); }
.g-931841d5 { font-size: 24px; font-weight: 600; }
.g-0bf044ff { -ms-overflow-style: none; scrollbar-width: none; }
.g-8f21a032 { display: none; }
.g-bc09539d { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-e9fa856e { 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-e9fa856e:hover { opacity: 0.7; }
.g-e9fa856e svg { vertical-align: middle; fill: var(--color-text-light); }
.g-af2c13a0 { display: none; }
.g-4342e42a { display: none; }
.g-90a72d24 { display: inline; }
.g-9bd2d28b { display: none; }
.g-7c6461c1 { display: none; justify-content: flex-start; align-items: center; padding-bottom: var(--size-xs); }
.g-7c6461c1.g-d16ace35 { display: flex; width: 100%; }
.g-d71f3846 { padding-inline: 0; overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 870px) { .g-e122ce94 { font-size: 28px; }
.g-931841d5 { font-size: 20px; }
.g-bc09539d { gap: var(--size-xxs); }
.g-69cdea20 { display: none; }
.g-4342e42a { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-8a76cd1f { padding: var(--size-xl) 0; }
.g-fcf4e67b { max-width: 565px; margin: 0 auto; text-align: center; }
.g-0a061664 { margin-top: var(--size-s); }
.g-0df81433 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-0a061664 { margin-top: var(--size-xs); }
.g-0df81433 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-a02fc764 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-fd606c30 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-b83ddec5 { text-align: center; margin-top: var(--size-xl); }
.g-3af739f0 { text-align: center; margin-top: var(--size-s); }
.g-6f558ef8 { text-align: center; }
@media screen and (max-width: 768px) { .g-b83ddec5 { margin-top: var(--size-m); }
 }

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

/* Block: page-header (page-header) */
.g-e8eeb0c1 { padding: var(--size-m) 0 50px; }
.g-54f51777 { margin-top: var(--size-m); padding: var(--size-s) var(--size-s) var(--size-m); text-align: center; }
.g-4268d419 { margin-top: var(--size-xs); }
@media screen and (max-width: 576px) { .g-54f51777 { margin-top: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-4e5c76af { width: 100%; position: relative; border-radius: var(--b-radius); overflow: hidden; color: var(--color-text-light); min-height: 368px; }
.g-4e5c76af .g-9b983bb3 { padding: 24px; position: absolute; inset: 0; width: 100%; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-4e5c76af .g-9b983bb3:hover .g-e38e03f1 { transform: translateY(0); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.g-4e5c76af .g-c02945fc { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; background-color: var(--color-surface); }
.g-4e5c76af .g-c02945fc::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.g-4e5c76af .g-c02945fc img { width: 100%; height: 100%; object-fit: cover; }
.g-4e5c76af .g-e38e03f1 { margin-top: auto; transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(46px); }
.g-4e5c76af .g-def0cb89 { display: inline-flex; flex-wrap: wrap; gap: 4px 8px; }
.g-4e5c76af .g-1c6f10b2 { 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-4e5c76af .g-858a33e0 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-4e5c76af .g-e628ac7c { display: flex; justify-content: space-between; align-items: flex-end; height: 25px; margin-top: 16px; }
.g-4e5c76af .g-c5b3946f { display: flex; align-items: center; gap: 8px; }
.g-4e5c76af .g-c5b3946f:hover { text-decoration: underline; }
.g-4e5c76af .g-c5b3946f svg { margin-left: 8px; fill: currentColor; }
.g-4e5c76af .g-4ee450b5 { white-space: nowrap; opacity: 0.8; }
.g-8e3dba4b { min-height: 600px; }
.g-8e3dba4b .g-9b983bb3 { padding: 48px 40px; }
.g-8e3dba4b .g-e38e03f1 { transform: none; }
@media screen and (max-width: 870px) { .g-8e3dba4b { min-height: 368px; }
.g-8e3dba4b .g-9b983bb3 { padding: 24px; }
.g-8e3dba4b .g-e38e03f1 { 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-3602045d { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-3602045d 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-3602045d 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-3602045d .g-5cb4c8a9 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-3602045d .g-76212d11 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-3602045d .g-bdf60950 { margin-top: var(--size-m); }
.g-3602045d .g-385ebbd8 { 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-3602045d .g-c6d435fa { display: flex; justify-content: flex-start; align-items: flex-start; text-decoration: none; gap: 8px; }
.g-3602045d .g-c6d435fa::before { content: var(--toc-number) '.'; flex-shrink: 0; font-weight: 600; text-decoration: none; width: 16px; }
.g-3602045d .g-c6d435fa:hover { color: var(--color-text); }
.g-3602045d .g-3c72de1e { font-weight: bold; }
.g-3602045d .g-3c72de1e::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-3602045d { grid-template-columns: 1fr; }
.g-3602045d .g-0f3f3591 { display: none; }
.g-3602045d .g-bdf60950 { margin-top: var(--size-s); }
.g-3602045d .g-385ebbd8 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-3602045d blockquote { padding: 30px var(--size-s) var(--size-s); margin-top: 30px; }
.g-3602045d blockquote::before { left: var(--size-s); transform: translateY(-50%) scale(.7); }
 }

/* Block: post-header (post-header) */
.g-f8db7f0e { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-e840ad45 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-0cee00fc { text-decoration: none; }
.g-0cee00fc:hover { text-decoration: underline; }
.g-17997f8f { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-77aa1fad { margin-top: var(--size-s); }
.g-3a07426d { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-f8db7f0e { gap: var(--size-xs); }
.g-17997f8f { margin-top: var(--size-s); }
.g-3a07426d { margin-top: var(--size-m); }
 }

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

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

/* Block: search (search) */
.g-af92a9a8 { text-align: center; max-width: 430px; margin: 0 auto; }
.g-190047d0 { margin-top: var(--size-xl); }
.g-978be76d { max-width: 430px; margin-inline: auto; text-align: center; }

/* Block: searchform (searchform) */
.g-211f210b { position: relative; display: inline-block; width: 100%; }
.g-211f210b .g-8c970449 { 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-211f210b .g-8c970449:focus + .g-1cdd7dfd { opacity: 1; }
.g-211f210b .g-4f593652 { 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-211f210b .g-4f593652:hover { opacity: .7; }
.g-211f210b .g-4c9374a3 { fill: var(--color-primary); }
.g-211f210b .g-1cdd7dfd { 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-211f210b .g-1cdd7dfd:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-42d5fbd5 { 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-99fa7d87 { fill: var(--color-text-light); }
.g-ab6d89db { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-42d5fbd5 { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-dd818136 { padding: var(--size-xl) 0; }
.g-ed84f425 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-a5e9eafc { margin-top: var(--size-s); }
.g-7604f1b1 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-a5e9eafc { margin-top: var(--size-xs); }
.g-7604f1b1 { margin-top: var(--size-s); }
 }

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

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

/* Block: front-page::featured-posts (featured-posts) */
.g-d55dc97a { margin-top: var(--size-m); }
.g-e7be216c { margin-top: var(--size-m); }
.g-74dc4475 { margin-top: var(--size-xl); }
.g-1469650f { align-items: stretch; }
.g-a6d47b87 { height: auto; }
.g-f547dce2 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-f547dce2 .g-5db2a513 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-f547dce2 .g-ae76b85b { background: var(--color-primary); transform: scale(1.2); }
.g-b7803bb3 { 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-32623d8b { 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-32623d8b { padding: var(--size-xs); }
 }

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

/* Block: contacts-page::form--0 (form) */
.g-0c2c3282 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-21085cff { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-774c9537 { flex: 0 0 450px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-e75c9542 { display: none; }
.g-02ea6a36 { width: 100%; }
.g-89e5d1ac { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: var(--size-m); white-space: nowrap; flex-wrap: wrap; }
.g-5ef21731 { flex: 1; display: flex; align-items: flex-start; flex-direction: column; }
.g-cfdac79d { 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-f9f7cf61 { fill: var(--color-text); }
.g-625f6a3a { stroke: var(--color-text); }
.g-d10f4ea8 { stroke: var(--color-text); }
.g-2a0f03e7 { display: flex; flex-direction: column; }
.g-c4544ce3 { width: 100%; height: 300px; }
.g-90f5c505 { position: relative; z-index: 1; }
@media screen and (max-width: 1024px) { .g-0c2c3282 { flex-direction: column-reverse; }
.g-21085cff { flex-direction: column-reverse; justify-content: flex-start; }
.g-774c9537 { flex: 1; }
.g-60791532 { display: none; }
.g-e75c9542 { display: block; text-align: center; }
.g-89e5d1ac { justify-content: space-evenly; }
.g-c4544ce3 { height: 430px; margin-top: var(--size-s); }
 }@media screen and (max-width: 870px) { .g-21085cff { width: 100%; }
 }@media screen and (max-width: 768px) { .g-cfdac79d { margin-right: 0; }
.g-2a0f03e7 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-21085cff { text-align: center; }
.g-774c9537 { padding: var(--size-s); }
.g-89e5d1ac { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-5ef21731 { flex: inherit; align-items: center; }
 }

/* Block: expertise::about--0 (about) */
.g-b4755005 { padding: 0; }
@media screen and (max-width: 1280px) { .g-08f7d3be { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-b4755005 { padding: 0 var(--wrapper-padding); }
.g-3fb39ac7 { column-count: 1; }
.g-08f7d3be { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-3fb39ac7 { text-align: center; }
 }

/* Block: expertise::process--0 (process) */
.g-9c67e8a1 { width: 60%; }
.g-d4e095f1 { flex: 1; position: relative; display: flex; gap: var(--size-s); }
.g-d4e095f1::before { content: ""; position: absolute; top: 135px; left: 0; width: 100%; height: 3px; background-color: var(--color-primary); }
.g-1b9638cf { flex: 1; }
.g-e697a25b { position: relative; height: 100%; }
.g-e697a25b::before { content: ""; width: 16px; height: 16px; position: absolute; left: 50%; margin-left: -8px; top: 128px; background-color: var(--color-primary); border-radius: 50%; }
.g-529797c0 { font-size: 80px; line-height: 130%; font-weight: 500; margin-bottom: 72px; text-align: center; }
@media screen and (max-width: 870px) { .g-d215beb7 { flex-direction: column; }
.g-9c67e8a1 { width: 100%; }
.g-d4e095f1 { flex-direction: column; }
.g-d4e095f1::before { top: 0; left: 80px; width: 2px; height: 100%; }
.g-e697a25b { display: flex; justify-content: flex-start; align-items: center; }
.g-e697a25b::before { margin-left: 0; top: 50%; margin-top: -8px; left: 73px; }
.g-529797c0 { text-align: left; margin-bottom: 0; font-size: 40px; flex: 0 0 110px; }
 }@media screen and (max-width: 576px) { .g-9c67e8a1 { text-align: center; }
.g-d4e095f1::before { left: 57px; }
.g-e697a25b::before { left: 50px; }
.g-529797c0 { font-size: 32px; flex: 0 0 75px; }
 }

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

/* Block: expertise::reviews--0 (reviews) */
.g-55ad9218 { width: 60%; }
.g-6ed62591 { padding: var(--size-s) var(--wrapper-padding); }
.g-0b817d47 { display: flex; justify-content: flex-start; }
.g-0b817d47 svg { fill: var(--color-secondary); }
.g-db8c13c5 { justify-content: flex-end; }
.g-dd72e3d5 { padding: 0 var(--wrapper-padding); }
.g-e5ef2c03 { padding: 0 var(--wrapper-padding); }
@media screen and (max-width: 768px) { .g-55ad9218 { width: 100%; }
 }@media screen and (max-width: 576px) { .g-4093a364 { flex-direction: column; }
.g-0b817d47 svg { transform: scale(0.6); }
.g-dd72e3d5 { padding: 0 50px 0 50px; }
.g-e5ef2c03 { padding: 0 50px 0 50px; }
 }@media screen and (max-width: 375px) { .g-dd72e3d5 { padding: 0; }
.g-e5ef2c03 { padding: 0; }
 }

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