/* Block: categories-list (categories-list) */
.g-d7da6760 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-d7da6760 .g-3427c55f { 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-d7da6760 .g-3427c55f:hover { filter: brightness(0.96); }
.g-d7da6760 .g-3427c55f:hover .g-af8342ea { opacity: 1; }
.g-d7da6760 .g-8187ac27 { position: relative; z-index: 1; }
.g-d7da6760 .g-af8342ea { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-3427c55f { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-af8342ea { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-3427c55f { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-af8342ea { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-a650b29c { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-a650b29c .g-2064607d { 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-a650b29c .g-b3aefad5 { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-a650b29c { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-2064607d { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-57e393fd { text-align: center; }
.g-b3aefad5 { 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-3dfb2a82 { 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-569add61 { display: block; }
.g-8658905d { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-3dfb2a82 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-8658905d { gap: var(--size-xxs); }
.g-4a49b52a { width: 100%; }
 }

/* Block: featured-posts (featured-posts) */
.g-265eb42a { margin-top: var(--size-m); }
.g-09315a35 { margin-top: var(--size-m); }
.g-7254b9a8 { margin-top: var(--size-xl); }
.g-9c8661ad { align-items: stretch; }
.g-e4b56115 { height: auto; }
.g-6d52f616 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-6d52f616 .g-91eb2abf { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-6d52f616 .g-b4003270 { background: var(--color-primary); transform: scale(1.2); }
.g-15fe30ed { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

/* Block: footer (footer) */
.g-e65a7af7 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-ee4a2300 { 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-ee4a2300.g-3687d21a { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-747e1748 { margin-top: var(--section-padding); }
.g-c35213c7 { border-radius: var(--b-radius); padding: var(--size-m); }
.g-aa1b3f1c { 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-3e184e36 { max-width: 524px; }
.g-213d5ef7 { max-width: 450px; }
.g-b4f4b70e { margin-top: var(--size-xs); }
.g-e22a4c91 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-a344ba09 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-373805a1 { 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-373805a1:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-558093d9 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-782db971 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-daf6d09d { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; }
.g-c947f6b1 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); margin-top: var(--size-m); }
.g-29c3a193 { 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-3e184e36 { max-width: initial; }
.g-213d5ef7 { max-width: initial; }
 }@media screen and (max-width: 870px) { .g-c947f6b1 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-29c3a193 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-7a18db7c { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-aa1b3f1c { gap: var(--size-m); }
.g-e22a4c91 { flex-direction: column; gap: var(--size-xxs); }
.g-a344ba09 { width: 100%; }
.g-373805a1 { width: 100%; }
.g-c947f6b1 { 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;
    transition: 0.1s background-color ease-in-out, 0.1s color ease-in-out, 0.1s text-shadow ease-in-out;
}
#header-nav-desktop .menu-item a:hover,
#header-nav-desktop .page_item a:hover,
#header-nav-dropdown .menu-item a:hover,
#header-nav-dropdown .page_item a:hover {
    background-color: var(--color-bg);
    color: var(--color-text);
    text-shadow: 0.5px 0 0 currentColor;
}
#header-nav-desktop .current-menu-item a,
#header-nav-desktop .current_page_item a,
#header-nav-dropdown .current-menu-item a,
#header-nav-dropdown .current_page_item a {
    background-color: var(--color-bg);
    color: var(--color-text);
    text-shadow: 0.5px 0 0 currentColor;
}

.g-7e733e26 { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-44dd3bbb { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xs); min-height: 80px; padding: 16px 0; position: relative; }
.g-f88b06d7 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-5284c64f { font-size: 34px; margin-right: var(--size-xxs); }
.g-e542506a { font-size: 24px; font-weight: 600; }
.g-1cd87b99 { -ms-overflow-style: none; scrollbar-width: none; }
.g-e6952445 { display: none; }
.g-05339186 { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-938c1d12 { cursor: pointer; border: 0; padding: var(--size-xxs) var(--size-xs); transition: 0.3s transform ease-in-out; width: 72px; height: 40px; border-radius: 40px; text-align: center; }
.g-938c1d12:hover { transform: scale(1.05); }
.g-938c1d12 svg { fill: var(--color-text-light); }
.g-ff0cb4d1 { display: none; }
.g-d24163ad { display: none; }
.g-94581bb1 { display: inline; }
.g-0a4bd7be { display: none; }
.g-b65c3f8f { display: none; justify-content: center; align-items: center; padding-bottom: var(--size-xs); }
.g-b65c3f8f.g-a7b797b4 { display: flex; width: 100%; }
.g-60fbf2ec { overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 870px) { .g-5284c64f { font-size: 28px; }
.g-e542506a { font-size: 20px; }
.g-05339186 { gap: var(--size-xxs); }
.g-128dbdc8 { display: none; }
.g-d24163ad { display: block; }
.g-b65c3f8f.g-a7b797b4 { display: flex; width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-816bed20 { padding: var(--section-padding) 0; }
.g-26c12724 { display: flex; }
.g-b01b4f1e { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-93574b7f { width: 100%; height: 100%; }
.g-4a759d8b { 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-6142b966 { margin-top: var(--size-s); }
.g-2a3c55c4 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-26c12724 { flex-direction: column-reverse; }
.g-b01b4f1e { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-93574b7f { height: 350px; }
.g-4a759d8b { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-93574b7f { height: auto; }
.g-4a759d8b { padding: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-31262e82 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-be0002c1 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-8c688da7 { text-align: center; margin-top: var(--size-xl); }
.g-749bd556 { text-align: center; margin-top: var(--size-s); }
.g-57fb6383 { text-align: center; }
@media screen and (max-width: 768px) { .g-8c688da7 { margin-top: var(--size-m); }
 }

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

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

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

.g-72f8995a .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-72f8995a .page-numbers:hover {
    box-shadow: 0px 0px 0px 1px var(--color-secondary);
}

.g-72f8995a .prev {
    left: 0;
    transform: translateX(calc(-100% - 44px));
    color: var(--color-secondary);
}

.g-72f8995a .prev::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%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.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.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='white'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%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.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.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='white'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
}

.g-72f8995a .next {
    right: 0;
    transform: translateX(calc(100% + 44px));
    color: var(--color-secondary);
}

.g-72f8995a .next::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%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.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.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='white'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%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.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.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='white'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
    transform: scale(-1);
}

.g-72f8995a .prev,
.g-72f8995a .next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
        color: var(--color-text);
}

.g-72f8995a .prev,
.g-72f8995a .next,
.g-72f8995a .current {
    box-shadow: 0px 0px 0px 1px var(--color-text);
}

@media screen and (max-width: 768px) {
    .g-72f8995a .prev,
    .g-72f8995a .next {
        position: static;
        margin-top: 0;
        transform: none;
    }
}

@media screen and (max-width: 576px) {
    .g-72f8995a .prev::before,
    .g-72f8995a .next::after {
        display: none;
    }
}

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

/* Block: post-card (post-card) */
.g-40ebfb8a { width: 100%; position: relative; border-radius: var(--b-radius); overflow: hidden; color: var(--color-text-light); min-height: 368px; }
.g-40ebfb8a .g-6f30a20e { padding: 24px; position: absolute; inset: 0; width: 100%; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-40ebfb8a .g-6f30a20e:hover .g-b09d38fb { transform: translateY(0); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.g-40ebfb8a .g-482a6585 { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; background-color: var(--color-surface); }
.g-40ebfb8a .g-482a6585::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.g-40ebfb8a .g-482a6585 img { width: 100%; height: 100%; object-fit: cover; }
.g-40ebfb8a .g-b09d38fb { margin-top: auto; transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(46px); }
.g-40ebfb8a .g-2f096ac9 { display: inline-flex; flex-wrap: wrap; gap: 4px 8px; }
.g-40ebfb8a .g-7ca62a64 { 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-40ebfb8a .g-2747c97e { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-40ebfb8a .g-f6329758 { display: flex; justify-content: space-between; align-items: flex-end; height: 25px; margin-top: 16px; }
.g-40ebfb8a .g-bc01a694 { display: flex; align-items: center; gap: 8px; }
.g-40ebfb8a .g-bc01a694:hover { text-decoration: underline; }
.g-40ebfb8a .g-bc01a694 svg { margin-left: 8px; fill: currentColor; }
.g-40ebfb8a .g-f3ac0d17 { white-space: nowrap; opacity: 0.8; }
.g-abe14721 { min-height: 600px; }
.g-abe14721 .g-6f30a20e { padding: 48px 40px; }
.g-abe14721 .g-b09d38fb { transform: none; }
@media screen and (max-width: 870px) { .g-abe14721 { min-height: 368px; }
.g-abe14721 .g-6f30a20e { padding: 24px; }
.g-abe14721 .g-b09d38fb { 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-0971d2ef { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-0971d2ef 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-0971d2ef 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-0971d2ef .g-1c583925 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-0971d2ef .g-9e60050f { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-0971d2ef .g-dc684371 { margin-top: var(--size-m); }
.g-0971d2ef .g-0fc28fba { 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-0971d2ef .g-ec491631 { display: flex; justify-content: flex-start; align-items: flex-start; text-decoration: none; gap: 8px; }
.g-0971d2ef .g-ec491631::before { content: var(--toc-number) '.'; flex-shrink: 0; font-weight: 600; text-decoration: none; width: 16px; }
.g-0971d2ef .g-ec491631:hover { color: var(--color-text); }
.g-0971d2ef .g-f0cacd37 { font-weight: bold; }
.g-0971d2ef .g-f0cacd37::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-0971d2ef { grid-template-columns: 1fr; }
.g-0971d2ef .g-2ded378c { display: none; }
.g-0971d2ef .g-dc684371 { margin-top: var(--size-s); }
.g-0971d2ef .g-0fc28fba { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-0971d2ef blockquote { padding: 30px var(--size-s) var(--size-s); margin-top: 30px; }
.g-0971d2ef blockquote::before { left: var(--size-s); transform: translateY(-50%) scale(.7); }
 }

/* Block: post-header (post-header) */
.g-0d79b1a1 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); margin-top: var(--size-m); }
.g-72d5471f { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; }
.g-a21046d3 { display: flex; align-items: center; justify-content: center; }
.g-8477ca84 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); flex-wrap: wrap; }
.g-e950fa73 { padding: 8px 16px; height: 37px; border-radius: 37px; background-color: var(--color-surface); display: flex; justify-content: flex-start; align-items: center; gap: 8px; text-decoration: none; transition: filter .2s ease-in-out; }
.g-e950fa73:hover { filter: brightness(0.96); }
.g-2fd875c2 { margin-top: var(--size-m); }
.g-06f9639c { margin-top: var(--size-s); margin-bottom: auto; }
.g-60dbaf77 { margin-top: var(--size-s); }
@media screen and (max-width: 1024px) { .g-0d79b1a1 { grid-template-columns: 1fr; }
.g-72d5471f { max-width: 70%; }
.g-a21046d3 { max-width: 70%; display: block; }
.g-e950fa73 { height: 30px; }
 }@media screen and (max-width: 768px) { .g-0d79b1a1 { gap: var(--size-m); }
.g-72d5471f { max-width: 100%; }
.g-a21046d3 { max-width: 100%; }
.g-06f9639c { margin-top: var(--size-xs); }
 }

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

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

/* Block: search (search) */
.g-1b4897d0 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-1b4897d0 .g-9888f186 { margin-top: var(--size-m); max-width: 600px; }
.g-ac0c6ad3 { margin-top: var(--size-xl); }
.g-f75a4c9d { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-1b4897d0 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-6900fb60 { position: relative; display: inline-block; width: 100%; }
.g-6900fb60 .g-ef3b9f18 { 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-6900fb60 .g-9fa81c29 { 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-6900fb60 .g-9fa81c29:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-dfafa9cb { 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-dfafa9cb svg { fill: var(--color-text-light); }
.g-50dcd1cd { visibility: visible; opacity: 1; }
@media screen and (max-width: 768px) { .g-dfafa9cb { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-cbbdfb5d { padding: var(--section-padding) 0; }
.g-bce08d77 { display: flex; }
.g-a8835a34 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-d75fb45d { width: 100%; height: 100%; }
.g-62dcb5a2 { 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-ceb85ded { margin-top: var(--size-s); }
.g-225e7664 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-bce08d77 { flex-direction: column-reverse; }
.g-a8835a34 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-d75fb45d { height: 350px; }
.g-62dcb5a2 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-d75fb45d { height: auto; }
.g-62dcb5a2 { padding: var(--size-s); }
 }

/* Block: front-page::faq--0 (faq) */
.g-c2613b79 { position: relative; gap: var(--size-s); }
.g-c2613b79 * { flex: 1; }
.g-91f6456f { width: 80%; margin-inline: auto; }
.g-d72d650e { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; background-color: var(--color-secondary); border-radius: 50%; margin-right: var(--size-xl); color: var(--color-text-light); }
.g-a14e26c9 { user-select: none; }
.g-a14e26c9[open] .g-e6c93860 { transform: scaleY(1); }
.g-258a6f16 { display: flex; justify-content: flex-start; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-258a6f16::-webkit-details-marker { display: none; }
.g-e6c93860 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-left: auto; border-radius: 50%; background-color: var(--color-bg); transform: scaleY(-1); }
.g-e6c93860 svg { fill: var(--color-primary); }
.g-310d3a6e { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-258a6f16 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-310d3a6e { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-c2613b79 { flex-direction: column; }
.g-91f6456f { width: 100%; margin-top: var(--size-m); }
.g-d72d650e { margin-right: var(--size-s); }
 }

/* Block: front-page::categories-list (categories-list) */
.g-ea1041c7 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-ea1041c7 .g-7d8b7540 { 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-ea1041c7 .g-7d8b7540:hover { filter: brightness(0.96); }
.g-ea1041c7 .g-7d8b7540:hover .g-c86c29c5 { opacity: 1; }
.g-ea1041c7 .g-25d8fe6b { position: relative; z-index: 1; }
.g-ea1041c7 .g-c86c29c5 { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-7d8b7540 { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-c86c29c5 { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-7d8b7540 { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-c86c29c5 { font-size: 56px; }
 }

/* Block: front-page::featured-posts (featured-posts) */
.g-f6b57620 { margin-top: var(--size-m); }
.g-87ae7ff5 { margin-top: var(--size-m); }
.g-6e35dbf3 { margin-top: var(--size-xl); }
.g-33bf5b89 { align-items: stretch; }
.g-754cc6dd { height: auto; }
.g-3aff2a74 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-3aff2a74 .g-695819ac { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-3aff2a74 .g-67d554d6 { background: var(--color-primary); transform: scale(1.2); }
.g-915b511e { 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-8e67f171 { margin: var(--section-padding) 0; }

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

/* Block: contacts-page::form--0 (form) */
.g-5ef96c8d { display: flex; justify-content: flex-start; position: relative; z-index: 1; }
.g-131ed1a8 { width: clamp(23.125rem, 29.2682926829vw + 7.2103658537rem, 30.625rem); flex-shrink: 0; padding: clamp(2rem, 5.8536585366vw + -1.1829268293rem, 3.5rem) var(--size-s) clamp(2rem, 5.8536585366vw + -1.1829268293rem, 3.5rem) clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-eb912e7a { padding: clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.g-a371596a { display: flex; justify-content: flex-start; align-items: center; }
.g-4952d47a { 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-59cded0d { display: flex; flex-direction: column; }
.g-05e7c1f2 { margin-top: -100px; height: clamp(32rem, 13.28125vw + 25.625rem, 36.25rem); }
.g-b9d7d0e3 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-5ef96c8d { flex-direction: column-reverse; }
.g-131ed1a8 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-ad854523 { width: 100%; display: flex; justify-content: space-between; gap: var(--size-s); }
.g-ad854523 .g-a371596a { margin-top: 0; }
.g-a371596a { align-items: flex-start; flex-direction: column; flex: 1; }
.g-4952d47a { margin-right: 0; }
.g-59cded0d { margin-top: var(--size-xs); }
.g-05e7c1f2 { height: clamp(38.75rem, -27.4809160305vw + 45.1908396947rem, 32rem); }
 }@media screen and (max-width: 576px) { .g-131ed1a8 { text-align: center; }
.g-ad854523 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-a371596a { align-items: center; }
.g-47d667ff { margin: 0 auto; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-79590cb0 { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, 1fr); gap: var(--size-s); }
.g-f9190331 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-f9190331::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); }
.g-44345398 { position: relative; grid-row: span 2; min-height: 350px; padding: var(--size-s) var(--size-s) var(--size-m); }
.g-30b3789e { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); }
.g-79f7ddb0 { padding: var(--size-s) var(--size-s) var(--size-m); }
.g-f9c5dc83 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-d6b3f4c1 { 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: 870px) { .g-f9190331 { position: static; border-radius: var(--b-radius); overflow: hidden; height: auto; }
.g-f9190331::after { display: none; }
.g-44345398 { border-radius: 0; padding: 0; display: flex; flex-direction: column-reverse; gap: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-79590cb0 { grid-template-columns: 1fr; grid-template-rows: auto; }
.g-44345398 { text-align: center; }
.g-30b3789e { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 576px) { .g-6560a31d { color: var(--color-text); }
.g-30b3789e { grid-template-columns: 1fr; }
.g-79f7ddb0 { padding: var(--size-xs); }
.g-f9c5dc83 { flex-direction: column-reverse; justify-content: flex-start; align-items: flex-start; gap: var(--size-xs); }
 }

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

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

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

/* Block: expertise::process--0 (process) */
.g-52b6d659 { width: 60%; }
.g-708baa1f { flex: 1; position: relative; display: flex; gap: var(--size-l); }
.g-b0e4d4bc { flex: 1; }
.g-1dd4bfca { position: relative; }
.g-1dd4bfca::before { content: ""; position: absolute; top: 0; left: calc(-1 * var(--size-l) / 2); width: 1px; height: 100%; background-color: var(--color-primary); }
.g-59a93ced::before { display: none; }
@media screen and (max-width: 870px) { .g-5e2c15b1 { flex-direction: column; }
.g-52b6d659 { width: 100%; }
.g-708baa1f { display: grid; grid-template-columns: 1fr 1fr; }
.g-708baa1f::before { content: ""; position: absolute; top: 0; left: 50%; width: 1px; height: 100%; background-color: var(--color-primary); }
.g-708baa1f::after { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background-color: var(--color-primary); }
.g-1dd4bfca::before { display: none; }
 }@media screen and (max-width: 576px) { .g-52b6d659 { text-align: center; }
.g-708baa1f { margin-top: var(--size-m); gap: var(--size-m); grid-template-columns: 1fr; }
.g-708baa1f::before { display: none; }
.g-708baa1f::after { display: none; }
.g-1dd4bfca::before { left: 0; top: calc(-1 * var(--size-m) / 2); display: block; height: 1px; width: 100%; }
.g-59a93ced::before { display: none; }
 }

/* Block: expertise::about--0 (about) */
.g-18a31c50 { display: flex; align-items: center; gap: var(--size-m); }
.g-9f0e52cc { flex: 1; }
.g-bb3d4c51 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-18a31c50 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-443ed1b5 { text-align: center; }
 }

/* Block: expertise::text--1 (text) */
.g-048c257a { text-align: center; }

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