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

/* Block: category-header (category-header) */
.g-16861eae { padding: var(--size-m) 0 var(--section-padding); }
.g-16861eae .g-769ec382 { 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-16861eae .g-1ef2deee { margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-769ec382 { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-1ef2deee { 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-a2426eae { 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-201ccdce { display: block; }
.g-f18d4e36 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-a2426eae { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-f18d4e36 { gap: var(--size-xxs); }
.g-39becf2d { width: 100%; }
 }

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

/* Block: footer (footer) */
.g-0e8754e5 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-7d85c0af { 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-7d85c0af.g-106a016b { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-7008a700 { margin-top: var(--section-padding); background-color: var(--color-primary); color: var(--color-text-light); }
.g-1d6531b3 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); }
.g-619a346a { max-width: 563px; }
.g-6316fe51 { max-width: 465px; }
.g-cca07c17 { margin-top: var(--size-xs); }
.g-fa06fd5c { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-88fba3b0 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-b8ae904b { 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-b8ae904b:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-8acb61ea { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-ae48615f { transform: scale(1.2); margin-right: var(--size-xs); }
.g-81289cf9 { background-color: var(--color-secondary); color: var(--color-text-light); padding: var(--size-xl) 0 var(--size-m); }
.g-dd875345 { display: flex; justify-content: space-between; align-items: center; }
.g-c9360a51 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-e4019dda { 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-619a346a { max-width: 550px; }
.g-6316fe51 { max-width: 550px; }
 }@media screen and (max-width: 870px) { .g-dd875345 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-c9360a51 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-e4019dda { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-8ab5e86e { order: 3; }
 }@media screen and (max-width: 576px) { .g-1d6531b3 { gap: var(--size-m); }
.g-fa06fd5c { flex-direction: column; gap: var(--size-xxs); }
.g-88fba3b0 { width: 100%; }
.g-b8ae904b { width: 100%; }
.g-c9360a51 { 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 {
    position: relative;
    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 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 {
    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 {
    text-shadow: 0.5px 0 0 currentColor;
}
#header-nav-desktop .current-menu-item a .g-db542015,
#header-nav-desktop .current_page_item a .g-db542015,
#header-nav-dropdown .current-menu-item a .g-db542015,
#header-nav-dropdown .current_page_item a .g-db542015 {
    background-color: var(--color-text);
}

.g-28576aad { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-597594b4 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-ea57fad6 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-cc7e87af { display: none; }
.g-bf27d079 { font-size: 34px; margin-right: var(--size-xxs); }
.g-5f686cec { font-size: 24px; font-weight: 600; }
.g-032f6451 { -ms-overflow-style: none; scrollbar-width: none; }
.g-d6074cd6 { display: none; }
.g-69c1cf7d { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-db542015 { position: absolute; bottom: -6px; display: block; width: 8px; height: 8px; border-radius: 50%; }
.g-559d464b { cursor: pointer; border: 0; padding: var(--size-xxs) var(--size-xs); transition: 0.3s transform ease-in-out; width: 72px; text-align: center; background-color: transparent; }
.g-559d464b:hover { transform: scale(1.05); }
.g-f4f876a9 { display: none; }
.g-9177f695 { display: none; }
.g-824a4ec5 { display: inline; }
.g-2f01ada0 { display: none; }
.g-d4d8fd08 { display: none; justify-content: flex-start; align-items: center; padding-bottom: var(--size-xs); }
.g-d4d8fd08.g-acf48312 { display: flex; width: 100%; }
.g-97ee5be4 { height: auto; display: flex; flex-direction: column; text-align: left; align-items: flex-start; }
.g-97ee5be4 .g-db542015 { bottom: 50%; margin-bottom: -4px; left: -5px; }
@media screen and (max-width: 870px) { .g-bf27d079 { font-size: 28px; }
.g-5f686cec { font-size: 20px; }
.g-69c1cf7d { gap: var(--size-xxs); }
.g-df88c84d { display: none; }
.g-9177f695 { display: block; }
.g-d4d8fd08.g-acf48312 { display: flex; width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-60486ad4 { padding: var(--section-padding) 0; }
.g-5d40452b { display: flex; }
.g-b50ba7d1 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-8fbf7f47 { width: 100%; height: 100%; }
.g-366218ef { 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-13a80954 { margin-top: var(--size-s); }
.g-0af0157c { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-5d40452b { flex-direction: column-reverse; }
.g-b50ba7d1 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-8fbf7f47 { height: 350px; }
.g-366218ef { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-8fbf7f47 { height: auto; }
.g-366218ef { padding: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-a1fae323 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-be7b915c { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-968dbf70 { text-align: center; margin-top: var(--size-xl); }
.g-651c8349 { text-align: center; margin-top: var(--size-s); }
.g-22bfabab { text-align: center; }
@media screen and (max-width: 768px) { .g-968dbf70 { margin-top: var(--size-m); }
 }

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

/* Block: page-header (page-header) */
.g-2a39cf0e { position: relative; padding: var(--size-m) 0 80px; overflow: hidden; color: var(--color-text-light); }
.g-587c96b7 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-587c96b7::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-3c695e70 { max-width: 670px; margin: var(--size-m) auto 0; text-align: center; }
.g-18a34867 { margin-top: var(--size-xs); }
@media screen and (max-width: 768px) { .g-2a39cf0e { padding-bottom: 50px; }
 }@media screen and (max-width: 576px) { .g-2a39cf0e { padding-bottom: 40px; }
 }

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-512a5698 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-512a5698 .g-80cf1dc8 { position: relative; text-decoration: none; }
.g-512a5698 .g-ec6bb168 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-512a5698 .g-9c40b157 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-512a5698 .g-9c40b157 img { width: 100%; height: 100%; object-fit: cover; }
.g-512a5698 .g-df5b836f { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-512a5698 .g-a4051f86 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-512a5698 .g-2817a1bf { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-512a5698 .g-de3687a9 { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-806f2cc2 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-806f2cc2 .g-80cf1dc8 { position: relative; text-decoration: none; }
.g-806f2cc2 .g-ec6bb168 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-806f2cc2 .g-9c40b157 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-806f2cc2 .g-9c40b157 img { width: 100%; height: 100%; object-fit: cover; }
.g-806f2cc2 .g-df5b836f { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-806f2cc2 .g-a4051f86 { 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-806f2cc2 .g-2817a1bf { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-806f2cc2 .g-de3687a9 { 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-ec6bb168 { 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-124103cc { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-124103cc blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-124103cc .g-54477081 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-124103cc .g-149d70df { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-124103cc .g-ce273647 { margin-top: var(--size-m); }
.g-124103cc .g-ece432ad { 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-124103cc .g-92022176 { display: block; text-decoration: none; }
.g-124103cc .g-92022176:hover { text-decoration: underline; }
.g-124103cc .g-4f620cda { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-124103cc { grid-template-columns: 1fr; }
.g-124103cc .g-2dd8409f { display: none; }
.g-124103cc .g-ce273647 { margin-top: var(--size-s); }
.g-124103cc .g-ece432ad { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-124103cc blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-bc0d9fa9 { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-bdc53f73 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-fceb3825 { text-decoration: none; }
.g-fceb3825:hover { text-decoration: underline; }
.g-0b45e007 { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-946f6c3b { margin-top: var(--size-s); }
.g-ebeb13a5 { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-bc0d9fa9 { gap: var(--size-xs); }
.g-0b45e007 { margin-top: var(--size-s); }
.g-ebeb13a5 { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-91197a98 { text-align: center; }
.g-137a2a04 { position: relative; }
.g-bc98b8d5 { position: absolute; top: 50%; z-index: 10; margin-top: -16px; width: 32px; height: 32px; border-radius: 50%; border: 0; padding: 0; background-color: var(--color-primary); display: flex; justify-content: center; align-items: center; cursor: pointer; }
.g-bc98b8d5:hover { background-color: var(--color-primary); }
.g-f6f37aae { left: -42px; }
.g-163c2512 { right: -42px; }
@media screen and (max-width: 1024px) { .g-682b47c1 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-bc98b8d5 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-debc8eaf { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-debc8eaf .g-455825c6 { margin-top: var(--size-m); max-width: 600px; }
.g-d00d1675 { margin-top: var(--size-xl); }
.g-e8bb7be2 { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-debc8eaf { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-6867f0e7 { position: relative; display: inline-block; width: 100%; }
.g-6867f0e7 .g-21492b13 { 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-6867f0e7 .g-0fd96b30 { 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-6867f0e7 .g-9f12e653 { 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-6867f0e7 .g-9f12e653:hover { opacity: .7; }
.g-6867f0e7 .g-6b50aef6 { border: 0; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-6867f0e7 .g-6b50aef6:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-b4763833 { position: fixed; bottom: 30px; right: 30px; opacity: 0; background-color: var(--color-primary); border: none; width: 60px; height: 60px; border-radius: 50%; cursor: pointer; visibility: hidden; transition: 0.3s opacity ease-in-out; z-index: 4; }
.g-b4763833 svg { fill: var(--color-text-light); }
.g-b7646b24 { visibility: visible; opacity: 1; }
@media screen and (max-width: 768px) { .g-b4763833 { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-215d9bfc { padding: var(--section-padding) 0; }
.g-1f6d7719 { display: flex; }
.g-c041adff { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-b2579b48 { width: 100%; height: 100%; }
.g-c79ac8ac { 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-41a15726 { margin-top: var(--size-s); }
.g-c81c8e38 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-1f6d7719 { flex-direction: column-reverse; }
.g-c041adff { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-b2579b48 { height: 350px; }
.g-c79ac8ac { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-b2579b48 { height: auto; }
.g-c79ac8ac { padding: var(--size-s); }
 }

/* Block: front-page::faq--0 (faq) */
.g-cc552cec { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-f7deca4e { flex: 0 0 45%; position: relative; }
.g-bf5c103e { flex: 1; position: relative; z-index: 1; }
.g-21fdf787 { user-select: none; }
.g-21fdf787[open] .g-a13dadfc { transform: rotate(45deg); }
.g-99378350 { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-99378350::-webkit-details-marker { display: none; }
.g-a13dadfc { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; background-color: var(--color-bg); border-radius: 50%; margin-left: var(--size-xs); }
.g-a13dadfc svg { fill: var(--color-primary); }
.g-3c9c3195 { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-99378350 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-a13dadfc { width: 24px; height: 24px; }
.g-a13dadfc svg { width: 16px; height: 16px; }
.g-3c9c3195 { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-cc552cec { align-items: center; flex-direction: column; gap: var(--size-m); }
.g-f7deca4e { flex: 0; }
.g-bf5c103e { margin-left: 0; max-width: 70%; }
 }@media screen and (max-width: 576px) { .g-f7deca4e { text-align: center; }
.g-bf5c103e { max-width: inherit; width: 100%; }
 }

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-797a59c6 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-5559c40c { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-ec89287d { flex: 0 0 450px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-a6c163b3 { display: none; }
.g-0008822c { width: 100%; }
.g-6687bbe6 { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: var(--size-m); white-space: nowrap; flex-wrap: wrap; }
.g-ca9afe45 { flex: 1; display: flex; align-items: flex-start; flex-direction: column; }
.g-6fdc6512 { 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-92248991 { fill: var(--color-text); }
.g-a4ab92d4 { stroke: var(--color-text); }
.g-ade7776f { stroke: var(--color-text); }
.g-3b1afc1e { display: flex; flex-direction: column; }
.g-8f6cf160 { width: 100%; height: 300px; }
.g-ecc32837 { position: relative; z-index: 1; }
@media screen and (max-width: 1024px) { .g-797a59c6 { flex-direction: column-reverse; }
.g-5559c40c { flex-direction: column-reverse; justify-content: flex-start; }
.g-ec89287d { flex: 1; }
.g-b8fa443f { display: none; }
.g-a6c163b3 { display: block; text-align: center; }
.g-6687bbe6 { justify-content: space-evenly; }
.g-8f6cf160 { height: 430px; margin-top: var(--size-s); }
 }@media screen and (max-width: 870px) { .g-5559c40c { width: 100%; }
 }@media screen and (max-width: 768px) { .g-6fdc6512 { margin-right: 0; }
.g-3b1afc1e { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-5559c40c { text-align: center; }
.g-ec89287d { padding: var(--size-s); }
.g-6687bbe6 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-ca9afe45 { flex: inherit; align-items: center; }
 }

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

/* Block: about-page::highlights--0 (highlights) */
.g-dd828663 { position: relative; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); padding-left: var(--wrapper-padding); }
.g-4494977c { flex: 0 1 560px; }
.g-9dff2e0d { flex: 1 1 630px; }
.g-86dfe130 { flex: 1; }
.g-4094ae81 { display: flex; gap: var(--size-s); flex-wrap: wrap; }
.g-39851bbf { flex: 1; }
.g-836d5d98 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); }
.g-b91047d6 { flex-shrink: 0; width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
@media screen and (max-width: 768px) { .g-dd828663 { padding: 0 var(--wrapper-padding); flex-direction: column-reverse; }
.g-4494977c { flex: auto; }
.g-9dff2e0d { flex: auto; width: 100%; }
.g-4094ae81 { margin-top: var(--size-s); }
.g-39851bbf { flex: 1 1 calc(50% - var(--size-s) / 2); }
 }@media screen and (max-width: 1024px) { .g-836d5d98 { align-items: flex-start; flex-direction: column; gap: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-4494977c { text-align: center; }
.g-4094ae81 { flex-direction: column; }
.g-39851bbf { flex: auto; text-align: center; }
.g-836d5d98 { align-items: center; }
 }

/* Block: about-page::page-content--0 (page-content) */
.g-4cc2793a { margin: var(--section-padding) 0; }

/* Block: expertise::about--0 (about) */
.g-d2353acd { display: flex; align-items: center; gap: var(--size-m); }
.g-e3e02b2a { flex: 1; }
.g-e9555caf { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-d2353acd { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-8bf8630e { text-align: center; }
 }

/* Block: expertise::reviews--0 (reviews) */
.g-9eb497b5 { width: 60%; }
.g-e08d870a { padding: var(--size-s) var(--wrapper-padding); }
.g-49e92035 { display: flex; justify-content: flex-start; }
.g-49e92035 svg { fill: var(--color-secondary); }
.g-6bd597ef { justify-content: flex-end; }
.g-cb9d9f62 { padding: 0 var(--wrapper-padding); }
.g-b0aa4438 { padding: 0 var(--wrapper-padding); }
@media screen and (max-width: 768px) { .g-9eb497b5 { width: 100%; }
 }@media screen and (max-width: 576px) { .g-ea014ff6 { flex-direction: column; }
.g-49e92035 svg { transform: scale(0.6); }
.g-cb9d9f62 { padding: 0 50px 0 50px; }
.g-b0aa4438 { padding: 0 50px 0 50px; }
 }@media screen and (max-width: 375px) { .g-cb9d9f62 { padding: 0; }
.g-b0aa4438 { padding: 0; }
 }

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

/* Block: expertise::process--0 (process) */
.g-637a3d2f { position: relative; counter-reset: item; display: flex; flex-wrap: wrap; }
.g-637a3d2f::before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 3px; background-color: var(--color-primary); z-index: 1; }
.g-bdd13897 { counter-increment: item; border-left: 2px solid var(--color-primary); padding-left: var(--size-s); position: relative; width: clamp(16.875rem, 16.9921875vw + 8.71875rem, 22.3125rem); }
.g-bdd13897::before { content: ""; position: absolute; left: -1px; display: block; width: 17px; height: 17px; border-radius: 50%; background-color: var(--color-primary); transform: translate(-50%); }
.g-95c84757::before { content: "0" counter(item) " | "; font-size: 20px; font-weight: bold; }
.g-f7c9f06e { order: 1; margin-left: clamp(0rem, 7.2265625vw + -3.46875rem, 2.3125rem); margin-right: clamp(1.875rem, 23.6328125vw + -9.46875rem, 9.4375rem); margin-bottom: -9px; align-self: flex-end; }
.g-a31d20b0 { order: 3; margin-left: clamp(1.875rem, 44.921875vw + -19.6875rem, 16.25rem); margin-top: -9px; align-self: flex-start; }
.g-07fe11bb { order: 2; margin-bottom: -9px; align-self: flex-end; }
.g-818dcb05 { order: 4; margin-left: clamp(1.875rem, 23.6328125vw + -9.46875rem, 9.4375rem); margin-top: -9px; align-self: flex-start; }
.g-44c9c201 { padding-bottom: 37px; }
.g-44c9c201::before { bottom: 0; }
.g-54a26874 { padding-top: 35px; }
.g-54a26874::before { top: 0; }
@media screen and (max-width: 768px) { .g-637a3d2f { flex-direction: column; }
.g-637a3d2f::before { width: 2px; height: 100%; top: 0; left: 50%; }
.g-7e3c58d2 { width: 50%; }
.g-f7c9f06e { margin: 0; align-self: initial; }
.g-a31d20b0 { order: 2; margin-left: auto; align-self: initial; }
.g-07fe11bb { order: 3; align-self: initial; }
.g-818dcb05 { margin-left: auto; align-self: initial; }
.g-bdd13897 { padding-left: 0; padding-right: var(--size-xs); width: auto; border-left: none; border-bottom: 2px solid var(--color-primary); }
.g-bdd13897::before { left: auto; right: -1px; bottom: 0; transform: translate(50%, 50%); }
.g-44c9c201 { padding-bottom: var(--size-xs); }
.g-54a26874 { padding-bottom: var(--size-xs); padding-left: var(--size-s); padding-right: 0; padding-top: 50px; }
.g-54a26874::before { top: auto; left: 1px; transform: translate(-50%, 50%); }
 }@media screen and (max-width: 576px) { .g-637a3d2f::before { left: 0; }
.g-7e3c58d2 { width: 100%; }
.g-f7c9f06e { margin: 0; }
.g-a31d20b0 { margin: 0; }
.g-07fe11bb { margin: 0; }
.g-818dcb05 { margin: 0; }
.g-bdd13897 { padding-left: var(--size-s); }
.g-bdd13897::before { left: -1px; right: auto; transform: translate(-50%, 50%); }
.g-44c9c201 { margin: 0; padding-top: 35px; }
.g-54a26874 { padding-top: 35px; }
 }