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

/* Block: category-header (category-header) */
.g-d8f898fe { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-s); background-color: var(--color-surface); border-radius: var(--b-radius); max-width: 700px; margin: var(--size-m) auto var(--section-padding); }
.g-d8f898fe .g-d21b11cc { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-d8f898fe .g-dd781718 { margin-top: var(--size-s); text-align: center; }
@media screen and (max-width: 576px) { .g-d21b11cc { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-dd781718 { margin-top: var(--size-xs); }
 }

/* 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-3d39b13b { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-166db1d4 { display: block; }
.g-3fd9b033 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-1c4f3602 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-f25b81f0 { width: 100%; }
@media screen and (max-width: 768px) { .g-3d39b13b { padding: var(--size-s); }
.g-3fd9b033 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-1c4f3602 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-f25b81f0 { width: auto; }
 }@media screen and (max-width: 576px) { .g-1c4f3602 { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-1df30afe { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-53dd1cde { 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-53dd1cde.g-14e3d226 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-dbfd6bed { margin-top: var(--section-padding); }
.g-479543a2 { background-color: var(--color-primary); color: var(--color-text-light); border-radius: var(--b-radius); padding: var(--size-xl); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); margin-bottom: var(--size-xl); }
.g-4786489f { max-width: 510px; }
.g-6ca9c153 { max-width: 430px; }
.g-f8a2ffb5 { margin-top: var(--size-xs); }
.g-5f8c0030 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-a9908fe9 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-7d2b6613 { 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-7d2b6613:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-fe551f8d { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-db48179f { transform: scale(1.2); margin-right: var(--size-xs); }
.g-fc3cf99a { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-9103c9f2 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-0e8ca6d1 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-c6e7f6d3 { 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-479543a2 { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-4786489f { max-width: initial; }
.g-6ca9c153 { max-width: initial; }
.g-fc3cf99a { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-9103c9f2 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-0e8ca6d1 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-c6e7f6d3 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-e16515ac { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-479543a2 { gap: var(--size-m); }
.g-5f8c0030 { flex-direction: column; gap: var(--size-xxs); }
.g-a9908fe9 { width: 100%; }
.g-7d2b6613 { width: 100%; }
.g-0e8ca6d1 { flex-direction: column; align-items: flex-start; }
 }

/* Block: header (header) */
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a,
#header-nav-dropdown .menu-item a,
#header-nav-dropdown .page_item a {
    text-decoration: none;
    white-space: nowrap;
    padding: var(--size-xxs) var(--size-xs);
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    border: 1px solid var(--color-text);
    transition: 0.1s background-color ease-in-out, 0.1s color ease-in-out;
}
#header-nav-desktop .menu-item a:hover,
#header-nav-desktop .page_item a:hover,
#header-nav-dropdown .menu-item a:hover,
#header-nav-dropdown .page_item a:hover {
    background-color: var(--color-primary);
    color: var(--color-text-light);
    border-color: var(--color-primary);
}
#header-nav-desktop .current-menu-item a,
#header-nav-desktop .current_page_item a,
#header-nav-dropdown .current-menu-item a,
#header-nav-dropdown .current_page_item a {
    background-color: var(--color-primary);
    color: var(--color-text-light);
    border-color: var(--color-primary);
}

.g-632562a5 { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-4b5c9f24 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-8431b4f5 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-57d90188 { font-size: 34px; margin-right: var(--size-xxs); }
.g-ff9e5cf6 { font-size: 24px; font-weight: 600; }
.g-8989b227 { -ms-overflow-style: none; scrollbar-width: none; }
.g-3ca38ce3 { display: none; }
.g-774f6f64 { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-52f68bdb { cursor: pointer; border: 0; padding: var(--size-xxs); transition: 0.3s opacity ease-in-out; width: 56px; height: 56px; border-radius: var(--size-xl); text-align: center; background-color: var(--color-primary); }
.g-52f68bdb:hover { opacity: 0.7; }
.g-52f68bdb svg { vertical-align: middle; fill: var(--color-text-light); }
.g-123fd896 { display: none; }
.g-960a7167 { display: none; }
.g-8fde1fd9 { display: inline; }
.g-f1ee863d { display: none; }
.g-6cedc76b { display: none; justify-content: flex-start; align-items: center; padding-bottom: var(--size-xs); }
.g-6cedc76b.g-001d26e7 { display: flex; width: 100%; }
.g-9d6e62c4 { padding-inline: 0; overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 870px) { .g-57d90188 { font-size: 28px; }
.g-ff9e5cf6 { font-size: 20px; }
.g-774f6f64 { gap: var(--size-xxs); }
.g-6e8097e0 { display: none; }
.g-960a7167 { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-53d048f8 { padding: var(--size-xl) 0; }
.g-f62579af { max-width: 565px; margin: 0 auto; text-align: center; }
.g-189455ab { margin-top: var(--size-s); }
.g-7054da14 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-189455ab { margin-top: var(--size-xs); }
.g-7054da14 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-0b2cd951 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-c4661333 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-f82a9cf1 { text-align: center; margin-top: var(--size-xl); }
.g-0f939e56 { text-align: center; margin-top: var(--size-s); }
.g-3cf45bb8 { text-align: center; }
@media screen and (max-width: 768px) { .g-f82a9cf1 { margin-top: var(--size-m); }
 }

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

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

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-4686b583 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-4686b583 .g-942f05a0 { position: relative; text-decoration: none; }
.g-4686b583 .g-3b4e2b11 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-4686b583 .g-fc5e9e0c { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-4686b583 .g-fc5e9e0c img { width: 100%; height: 100%; object-fit: cover; }
.g-4686b583 .g-1f7c1bb4 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-4686b583 .g-4a84a5b0 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-4686b583 .g-e332c741 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-4686b583 .g-705417c5 { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-3129213d { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-3129213d .g-942f05a0 { position: relative; text-decoration: none; }
.g-3129213d .g-3b4e2b11 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-3129213d .g-fc5e9e0c { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-3129213d .g-fc5e9e0c img { width: 100%; height: 100%; object-fit: cover; }
.g-3129213d .g-1f7c1bb4 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-3129213d .g-4a84a5b0 { 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-3129213d .g-e332c741 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-3129213d .g-705417c5 { 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-3b4e2b11 { 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-189cd150 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-189cd150 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-189cd150 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-189cd150 .g-f8cd6c78 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-189cd150 .g-69a182ec { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-189cd150 .g-f54ab95f { margin-top: var(--size-m); }
.g-189cd150 .g-951bff14 { 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-189cd150 .g-ac8f4830 { display: flex; justify-content: flex-start; align-items: flex-start; text-decoration: none; gap: 8px; }
.g-189cd150 .g-ac8f4830::before { content: var(--toc-number) '.'; flex-shrink: 0; font-weight: 600; text-decoration: none; width: 16px; }
.g-189cd150 .g-ac8f4830:hover { color: var(--color-text); }
.g-189cd150 .g-955f3fa9 { font-weight: bold; }
.g-189cd150 .g-955f3fa9::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-189cd150 { grid-template-columns: 1fr; }
.g-189cd150 .g-2284a27a { display: none; }
.g-189cd150 .g-f54ab95f { margin-top: var(--size-s); }
.g-189cd150 .g-951bff14 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-189cd150 blockquote { padding: 30px var(--size-s) var(--size-s); margin-top: 30px; }
.g-189cd150 blockquote::before { left: var(--size-s); transform: translateY(-50%) scale(.7); }
 }

/* Block: post-header (post-header) */
.g-e9992bdf { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-808ac754 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-e6151de7 { text-decoration: none; }
.g-e6151de7:hover { text-decoration: underline; }
.g-9edc6713 { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-0a0af705 { margin-top: var(--size-s); }
.g-83845cbe { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-e9992bdf { gap: var(--size-xs); }
.g-9edc6713 { margin-top: var(--size-s); }
.g-83845cbe { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-323b9c7b { text-align: center; }
.g-e11a13bc { position: relative; }
.g-f9e13ab8 { position: absolute; top: 50%; z-index: 10; margin-top: -16px; width: 32px; height: 32px; border: 0; padding: 0; background-color: transparent; display: flex; justify-content: center; align-items: center; cursor: pointer; color: var(--color-text); }
.g-f9e13ab8:hover { color: var(--color-primary); }
.g-a7fa7fc1 { left: -42px; }
.g-1841a004 { right: -42px; }
@media screen and (max-width: 1024px) { .g-0b993cb0 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-f9e13ab8 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-47923811 { text-align: center; max-width: 430px; margin: 0 auto; }
.g-54d5f72d { margin-top: var(--size-xl); }
.g-dd265f9a { max-width: 430px; margin-inline: auto; text-align: center; }

/* Block: searchform (searchform) */
.g-409f088c { position: relative; display: inline-block; width: 100%; height: 48px; border-radius: 48px; background-color: var(--color-primary); padding: 4px 0; margin-top: 10px; }
.g-409f088c .g-00427a5d { color: var(--color-text); position: absolute; top: 50%; transform: translateY(-50%); left: 4px; width: calc(100% - 56px); height: 40px; border-radius: 44px; background-color: var(--color-surface); border: 0; padding: var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-409f088c .g-5d0be42e { position: absolute; right: 0; top: 0; height: 100%; border: 0; width: 52px; border-radius: 48px; cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-409f088c .g-5d0be42e:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-1dff4b3f { padding: var(--size-xl) 0; }
.g-febc583e { max-width: 565px; margin: 0 auto; text-align: center; }
.g-4f241982 { margin-top: var(--size-s); }
.g-de6ee011 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-4f241982 { margin-top: var(--size-xs); }
.g-de6ee011 { margin-top: var(--size-s); }
 }

/* Block: front-page::faq--0 (faq) */
.g-d015ff16 { position: relative; }
.g-d13fdf63::before { content: ""; position: absolute; top: 0; left: 0; width: clamp(30.3125rem, 47.0703125vw + 7.71875rem, 45.375rem); height: 100%; background-color: var(--color-secondary); z-index: -1; }
.g-e171993c { padding: 80px 0; display: flex; justify-content: flex-start; align-items: center; }
.g-25d1f17b { flex: 0 0 clamp(26.75rem, 45.3125vw + 5rem, 41.25rem); padding-right: clamp(10rem, 7.8125vw + 6.25rem, 12.5rem); position: relative; }
.g-ad4f7c9b { flex: 1; padding: 0 0 0 clamp(1rem, 7.8125vw + -2.75rem, 3.5rem); margin-left: clamp(-7.0625rem, -3.3203125vw + -5.46875rem, -8.125rem); position: relative; z-index: 1; }
.g-ad4f7c9b li:last-child .g-a60cfe9d { border-bottom: none; }
.g-a60cfe9d { border-bottom: 1px solid var(--color-secondary); user-select: none; }
.g-a60cfe9d[open] .g-b264e19c { transform: rotate(45deg); }
.g-a60cfe9d .g-a368e7c6 { padding-bottom: var(--size-s); }
.g-c59ca8c9 { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding-top: var(--size-s); padding-bottom: var(--size-s); }
.g-c59ca8c9::-webkit-details-marker { display: none; }
.g-b264e19c { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; background-color: var(--color-surface); border-radius: 50%; margin-left: var(--size-xs); }
.g-b264e19c svg { fill: var(--color-text); }
.g-a368e7c6 { padding-bottom: var(--size-s); }
@media screen and (max-width: 768px) { .g-d13fdf63::before { width: 100%; }
.g-e171993c { flex-direction: column; }
.g-25d1f17b { flex: 0; padding-right: 0; text-align: center; padding-bottom: var(--size-s); }
.g-ad4f7c9b { margin-left: 0; width: 100%; padding-right: 16px; }
 }@media screen and (max-width: 870px) { .g-c59ca8c9 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-b264e19c { width: 24px; height: 24px; }
.g-b264e19c svg { width: 16px; height: 16px; }
.g-a368e7c6 { padding-bottom: var(--size-xs); }
 }

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-09a679d9 { position: relative; z-index: 1; }
.g-2450d926 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-13789406 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-97ce66a0 { flex: 0 0 660px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-4180ddde { position: relative; z-index: 1; transform: translateY(50%); padding: var(--size-xs); }
.g-3f89e976 { width: 100%; display: flex; justify-content: space-evenly; align-items: flex-start; gap: var(--size-m); flex-wrap: wrap; }
.g-1fa0065d { flex: 1; display: flex; align-items: center; flex-direction: column; text-align: center; }
.g-214e1210 { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
.g-7a1e0cde { fill: var(--color-text); }
.g-7245deb7 { stroke: var(--color-text); }
.g-00a6c8b3 { stroke: var(--color-text); }
.g-3232819c { display: flex; flex-direction: column; }
.g-0fc1f042 { width: 100%; height: 370px; }
@media screen and (max-width: 1024px) { .g-2450d926 { flex-direction: column; }
.g-0ad60bbf { margin-top: 0; }
.g-97ce66a0 { flex: 1; }
.g-0fc1f042 { height: 430px; }
 }@media screen and (max-width: 768px) { .g-3232819c { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-13789406 { align-items: center; text-align: center; }
.g-97ce66a0 { padding: var(--size-s); }
.g-4180ddde { transform: translateY(var(--size-xl)); }
.g-3f89e976 { flex-direction: column; align-items: center; }
.g-0fc1f042 { height: 370px; }
 }

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

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