/* Block: categories-list (categories-list) */
.g-760740cf { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-760740cf .g-020351fa { position: relative; text-decoration: none; background-color: var(--color-surface); flex: 0 0 calc((100% - (var(--size-s) * 4)) / 5); padding: var(--size-s) var(--size-s) 90px; border-radius: var(--b-radius); text-align: left; overflow-wrap: break-word; text-wrap: balance; min-height: 156px; transition: .2s ease-in-out filter; }
.g-760740cf .g-020351fa:hover { filter: brightness(0.96); }
.g-760740cf .g-020351fa:hover .g-5fc91337 { opacity: 1; }
.g-760740cf .g-ca4d674f { position: relative; z-index: 1; }
.g-760740cf .g-5fc91337 { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-020351fa { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-5fc91337 { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-020351fa { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-5fc91337 { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-45386f1b { padding: var(--size-m) 0 var(--section-padding); }
.g-45386f1b .g-1db81f3c { 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-45386f1b .g-e493ddf6 { margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-1db81f3c { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-e493ddf6 { 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-e20cd1c9 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-f59a546d { display: block; }
.g-a4e9217d { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-ea3e1fb6 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-0a580176 { width: 100%; }
@media screen and (max-width: 768px) { .g-e20cd1c9 { padding: var(--size-s); }
.g-a4e9217d { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-ea3e1fb6 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-0a580176 { width: auto; }
 }@media screen and (max-width: 576px) { .g-ea3e1fb6 { gap: var(--size-xxs); }
 }

/* Block: featured-posts (featured-posts) */
.g-ed8558e6 { margin-top: var(--size-m); }
.g-c6482447 { margin-top: var(--size-m); }
.g-a1cdabb9 { margin-top: var(--size-xl); }
.g-948db2f9 { align-items: stretch; }
.g-1ff1b03a { height: auto; }
.g-7014198c { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-7014198c .g-e4b96a81 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-7014198c .g-24f8533f { background: var(--color-primary); transform: scale(1.2); }
.g-328e073e { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

/* Block: footer (footer) */
.g-42326c96 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-c82826cf { 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-c82826cf.g-ebfa6ae5 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-f703c992 { margin-top: var(--section-padding); }
.g-56333d6d { border-radius: var(--b-radius); padding: var(--size-m); }
.g-d4c06c54 { 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-59f3f20a { max-width: 524px; }
.g-f37651c9 { max-width: 450px; }
.g-649e46a6 { margin-top: var(--size-xs); }
.g-cdfacfb7 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-175fc424 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-b3222a20 { 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-b3222a20:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-98289f99 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-a379a3db { transform: scale(1.2); margin-right: var(--size-xs); }
.g-9cf41177 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; }
.g-5265ef31 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); margin-top: var(--size-m); }
.g-1a081ad4 { 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-59f3f20a { max-width: initial; }
.g-f37651c9 { max-width: initial; }
 }@media screen and (max-width: 870px) { .g-5265ef31 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-1a081ad4 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-590011ea { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-d4c06c54 { gap: var(--size-m); }
.g-cdfacfb7 { flex-direction: column; gap: var(--size-xxs); }
.g-175fc424 { width: 100%; }
.g-b3222a20 { width: 100%; }
.g-5265ef31 { flex-direction: column; align-items: center; }
 }

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

.g-685e5f0f { position: relative; z-index: 5; }
.g-58d364a8 { width: 100%; }
.g-dd6bef3b { display: flex; justify-content: center; align-items: center; height: 85px; }
.g-a7edd065 { position: sticky; top: -1px; z-index: 5; }
.g-9db3263d { display: block; }
.g-ad9ba3cb { display: flex; justify-content: center; align-items: center; height: 85px; position: relative; }
.g-ad9ba3cb::after { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 75%; height: 1px; background-color: var(--color-text); }
.g-b485f10a { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; margin: 0 auto; }
.g-c1351c18 { font-size: 34px; margin-right: var(--size-xxs); }
.g-e5d08f90 { font-size: 24px; font-weight: 600; }
.g-f6e3a355 { display: block; }
.g-c2a72fdc { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-s); }
.g-40c539c9 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); transition: 0.2s ease; }
.g-40c539c9:hover { text-decoration: underline; }
.g-29ac1b13 { display: none; flex-direction: column; gap: 5px; border: 0; padding: var(--size-xs); border-radius: var(--size-xxs); cursor: pointer; }
.g-4e5f7623 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-685e5f0f { position: sticky; top: 0; }
.g-dd6bef3b { justify-content: space-between; height: 65px; }
.g-7718638e { top: 65px; height: 0; }
.g-ad9ba3cb::after { display: none; }
.g-b485f10a { margin: 0; }
.g-f6e3a355 { position: absolute; right: 0; bottom: 75px; transform: translateY(100%); background-color: var(--color-secondary); width: 260px; padding: var(--size-m); border-radius: var(--size-xxs); display: none; }
.g-f6e3a355.g-2252220c { display: block; }
.g-c2a72fdc { gap: var(--size-m); flex-direction: column; align-items: center; color: var(--color-text-light); }
.g-29ac1b13 { display: flex; }
 }@media screen and (max-width: 576px) { .g-c1351c18 { font-size: 28px; }
.g-e5d08f90 { font-size: 20px; }
.g-f6e3a355 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-72106bc4 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-57dacd46 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-92ff7ac7 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-92ff7ac7::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, #191917 100%); }
.g-eb48e5f8 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; padding: var(--wrapper-padding); justify-content: flex-end; align-items: center; flex-direction: column; padding-top: 150px; padding-bottom: 150px; }
.g-6128b5fc { max-width: 760px; text-align: center; }
.g-7098b1f3 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-72106bc4 { min-height: 500px; }
.g-eb48e5f8 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-6128b5fc { text-align: left; }
.g-3f356ba9 { margin-top: var(--size-xs); }
.g-7098b1f3 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-9c62d4bc { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-f99f37e3 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-1202ecd1 { text-align: center; margin-top: var(--size-xl); }
.g-c403d1c2 { text-align: center; margin-top: var(--size-s); }
.g-7d9acd76 { text-align: center; }
@media screen and (max-width: 768px) { .g-1202ecd1 { margin-top: var(--size-m); }
 }

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

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

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-f25d3223 { width: 100%; position: relative; border-radius: var(--b-radius); overflow: hidden; color: var(--color-text-light); min-height: 368px; }
.g-f25d3223 .g-c1139daa { padding: 24px; position: absolute; inset: 0; width: 100%; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-f25d3223 .g-c1139daa:hover .g-669641f6 { transform: translateY(0); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.g-f25d3223 .g-3a22a531 { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; background-color: var(--color-surface); }
.g-f25d3223 .g-3a22a531::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.g-f25d3223 .g-3a22a531 img { width: 100%; height: 100%; object-fit: cover; }
.g-f25d3223 .g-669641f6 { margin-top: auto; transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(46px); }
.g-f25d3223 .g-d111a0aa { display: inline-flex; flex-wrap: wrap; gap: 4px 8px; }
.g-f25d3223 .g-2bfc1d5c { 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-f25d3223 .g-04591069 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-f25d3223 .g-198335d8 { display: flex; justify-content: space-between; align-items: flex-end; height: 25px; margin-top: 16px; }
.g-f25d3223 .g-2e6e5e63 { display: flex; align-items: center; gap: 8px; }
.g-f25d3223 .g-2e6e5e63:hover { text-decoration: underline; }
.g-f25d3223 .g-2e6e5e63 svg { margin-left: 8px; fill: currentColor; }
.g-f25d3223 .g-08237f95 { white-space: nowrap; opacity: 0.8; }
.g-0c8010d2 { min-height: 600px; }
.g-0c8010d2 .g-c1139daa { padding: 48px 40px; }
.g-0c8010d2 .g-669641f6 { transform: none; }
@media screen and (max-width: 870px) { .g-0c8010d2 { min-height: 368px; }
.g-0c8010d2 .g-c1139daa { padding: 24px; }
.g-0c8010d2 .g-669641f6 { 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-a107d699 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-a107d699 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-a107d699 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-a107d699 .g-ceb50dcc { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-a107d699 .g-346b2c24 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-a107d699 .g-3f5c75a8 { margin-top: var(--size-m); }
.g-a107d699 .g-c9e669aa { 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-a107d699 .g-38531bd3 { display: flex; justify-content: flex-start; align-items: flex-start; text-decoration: none; gap: 8px; }
.g-a107d699 .g-38531bd3::before { content: var(--toc-number) '.'; flex-shrink: 0; font-weight: 600; text-decoration: none; width: 16px; }
.g-a107d699 .g-38531bd3:hover { color: var(--color-text); }
.g-a107d699 .g-cb2eb028 { font-weight: bold; }
.g-a107d699 .g-cb2eb028::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-a107d699 { grid-template-columns: 1fr; }
.g-a107d699 .g-c3ba0bf1 { display: none; }
.g-a107d699 .g-3f5c75a8 { margin-top: var(--size-s); }
.g-a107d699 .g-c9e669aa { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-a107d699 blockquote { padding: 30px var(--size-s) var(--size-s); margin-top: 30px; }
.g-a107d699 blockquote::before { left: var(--size-s); transform: translateY(-50%) scale(.7); }
 }

/* Block: post-header (post-header) */
.g-1286121e { position: relative; height: 800px; }
.g-62fdab48 { height: 100%; display: flex; flex-direction: column; }
.g-7f687bb5 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-7f687bb5::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-d2203505 { width: 100%; height: 100%; }
.g-52db75c8 { margin-top: auto; position: relative; bottom: 0; padding: 56px var(--wrapper-padding) 32px; margin-left: calc(-1 * var(--wrapper-padding)); width: 90%; max-width: 1000px; border-radius: var(--b-radius); z-index: 1; }
.g-1165f926 { position: absolute; top: 0; left: var(--wrapper-padding); transform: translateY(-50%); display: inline-flex; justify-content: flex-start; align-items: center; height: 53px; border-radius: var(--b-radius); padding: 8px 32px; background-color: var(--color-primary); gap: var(--size-s); flex-wrap: wrap; }
.g-d516e298 { text-decoration: none; }
.g-d516e298:hover { text-decoration: underline; }
.g-989b6644 { display: block; width: 4px; height: 4px; border-radius: 50%; background-color: var(--color-text-light); }
.g-5520c040 { margin-top: var(--size-m); }
.g-09ac507b { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-1165f926 { padding: 8px 16px; height: 40px; gap: var(--size-xs); }
.g-5520c040 { margin-top: var(--size-s); }
.g-09ac507b { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-1286121e { height: 700px; }
.g-52db75c8 { width: 95%; }
.g-1165f926 { gap: var(--size-xxs); height: auto; }
 }@media screen and (max-width: 576px) { .g-d2203505 { aspect-ratio: auto; height: 100%; }
 }

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

/* Block: recommendation (recommendation) */
.g-2d1c4aeb { text-align: center; }
.g-8e3fcf7c { position: relative; }
.g-88de26cd { 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-88de26cd:hover { background-color: var(--color-primary); }
.g-a6dfbcf0 { left: -42px; }
.g-a4b1a835 { right: -42px; }
@media screen and (max-width: 1024px) { .g-461e903f { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-88de26cd { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-809f2aa3 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-809f2aa3 .g-5faf6a66 { text-align: center; max-width: 500px; margin: 0 auto; }
.g-809f2aa3 .g-f6c5e282 { margin-top: var(--size-m); }
.g-17da975b { margin-top: var(--size-xl); }
.g-0139cbf9 { margin: var(--size-m) auto 0; max-width: 500px; text-align: center; }
@media screen and (max-width: 768px) { .g-809f2aa3 { padding: var(--size-s); }
 }

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

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

/* Block: front-page::hero-search (hero-search) */
.g-d0fdf1f5 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-ef6b419f { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-31ac2c7e { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-31ac2c7e::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, #191917 100%); }
.g-20d65591 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; padding: var(--wrapper-padding); justify-content: flex-end; align-items: center; flex-direction: column; padding-top: 150px; padding-bottom: 150px; }
.g-d8e62d5e { max-width: 760px; text-align: center; }
.g-08269b08 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-d0fdf1f5 { min-height: 500px; }
.g-20d65591 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-d8e62d5e { text-align: left; }
.g-73948a0a { margin-top: var(--size-xs); }
.g-08269b08 { margin-top: var(--size-s); }
 }

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

/* Block: front-page::categories-list (categories-list) */
.g-bb337dca { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-bb337dca .g-af9105a4 { position: relative; text-decoration: none; background-color: var(--color-surface); flex: 0 0 calc((100% - (var(--size-s) * 4)) / 5); padding: var(--size-s) var(--size-s) 90px; border-radius: var(--b-radius); text-align: left; overflow-wrap: break-word; text-wrap: balance; min-height: 156px; transition: .2s ease-in-out filter; }
.g-bb337dca .g-af9105a4:hover { filter: brightness(0.96); }
.g-bb337dca .g-af9105a4:hover .g-c62236ca { opacity: 1; }
.g-bb337dca .g-ac958f92 { position: relative; z-index: 1; }
.g-bb337dca .g-c62236ca { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-af9105a4 { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-c62236ca { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-af9105a4 { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-c62236ca { font-size: 56px; }
 }

/* Block: front-page::featured-posts (featured-posts) */
.g-5d2e93b0 { margin-top: var(--size-m); }
.g-a8c8b6eb { margin-top: var(--size-m); }
.g-33950aaf { margin-top: var(--size-xl); }
.g-508f1e80 { align-items: stretch; }
.g-6d60694d { height: auto; }
.g-26754ea7 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-26754ea7 .g-2a9a2484 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-26754ea7 .g-c48adedf { background: var(--color-primary); transform: scale(1.2); }
.g-ccd7d6a4 { 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-172dbc97 { 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-172dbc97 { padding: var(--size-xs); }
 }

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

/* Block: contacts-page::form--0 (form) */
.g-68ce0235 { position: relative; z-index: 1; }
.g-cfc7c1e0 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-533a6948 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-9e6d1181 { flex: 0 0 660px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-3966a787 { position: relative; z-index: 1; transform: translateY(50%); padding: var(--size-xs); }
.g-61dcaf6f { width: 100%; display: flex; justify-content: space-evenly; align-items: flex-start; gap: var(--size-m); flex-wrap: wrap; }
.g-d2d13bff { flex: 1; display: flex; align-items: center; flex-direction: column; text-align: center; }
.g-616cb3e5 { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
.g-df4b1f76 { fill: var(--color-text); }
.g-f6373daa { stroke: var(--color-text); }
.g-642354f2 { stroke: var(--color-text); }
.g-53a9d28b { display: flex; flex-direction: column; }
.g-dd96c476 { width: 100%; height: 370px; }
@media screen and (max-width: 1024px) { .g-cfc7c1e0 { flex-direction: column; }
.g-33cb1048 { margin-top: 0; }
.g-9e6d1181 { flex: 1; }
.g-dd96c476 { height: 430px; }
 }@media screen and (max-width: 768px) { .g-53a9d28b { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-533a6948 { align-items: center; text-align: center; }
.g-9e6d1181 { padding: var(--size-s); }
.g-3966a787 { transform: translateY(var(--size-xl)); }
.g-61dcaf6f { flex-direction: column; align-items: center; }
.g-dd96c476 { height: 370px; }
 }

/* Block: about-page::text--0 (text) */
.g-2b634d42 { text-align: center; }

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

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

/* Block: expertise::reviews--0 (reviews) */
.g-38e3dfce { display: flex; gap: var(--size-s); overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; padding: var(--size-xl) 20px; margin-inline: -20px; }
.g-d913d9e5 { width: 50%; }
.g-ac2035ae { min-width: 270px; height: 100%; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.g-05bf5da4 { padding: var(--size-s) var(--size-m); }
.g-b1a6c692 { transform: scale(1.2); }
.g-8fd462e1 { padding: var(--size-s) var(--size-m); margin-top: auto; }
.g-61172bbc svg { fill: var(--color-text); }
@media screen and (max-width: 1024px) { .g-38e3dfce { padding: 20px 20px 10px; }
.g-b1a6c692 { transform: none; }
 }@media screen and (max-width: 768px) { .g-d913d9e5 { width: 100%; }
 }@media screen and (max-width: 576px) { .g-38e3dfce { flex-direction: column; overflow: initial; padding: 0; margin-inline: 0; }
.g-ac2035ae { text-align: center; }
 }

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

/* Block: expertise::process--0 (process) */
.g-881ff73d { width: 60%; }
.g-9645032e { flex: 1; position: relative; display: flex; gap: var(--size-l); }
.g-dca0d70c { flex: 1; }
.g-5024005b { position: relative; }
.g-5024005b::before { content: ""; position: absolute; top: 0; left: calc(-1 * var(--size-l) / 2); width: 1px; height: 100%; background-color: var(--color-secondary); }
.g-24dd8aea::before { display: none; }
@media screen and (max-width: 870px) { .g-49af8900 { flex-direction: column; }
.g-881ff73d { width: 100%; }
.g-9645032e { display: grid; grid-template-columns: 1fr 1fr; }
.g-9645032e::before { content: ""; position: absolute; top: 0; left: 50%; width: 1px; height: 100%; background-color: var(--color-secondary); }
.g-9645032e::after { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background-color: var(--color-secondary); }
.g-5024005b::before { display: none; }
 }@media screen and (max-width: 576px) { .g-881ff73d { text-align: center; }
.g-9645032e { margin-top: var(--size-m); gap: var(--size-m); grid-template-columns: 1fr; }
.g-9645032e::before { display: none; }
.g-9645032e::after { display: none; }
.g-5024005b::before { left: 0; top: calc(-1 * var(--size-m) / 2); display: block; height: 1px; width: 100%; }
.g-24dd8aea::before { display: none; }
 }

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