/* Block: categories-list (categories-list) */
.g-29b153f7 { display: inline-flex; flex-wrap: wrap; gap: var(--size-m); }
.g-29b153f7 .g-8a427631 { text-decoration: none; background-color: var(--color-surface); min-height: 54px; padding: 8px 32px; border-radius: 54px; text-align: left; transition: .2s ease-in-out filter; }
.g-29b153f7 .g-8a427631:hover { filter: brightness(0.96); }
.g-29b153f7 .g-03bd4182 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; height: 100%; }
.g-29b153f7 .g-4ad73a9d { font-size: 28px; }
@media screen and (max-width: 1024px) { .g-29b153f7 { gap: var(--size-s); }
.g-8a427631 { min-height: 50px; padding: 8px 24px; }
 }@media screen and (max-width: 768px) { .g-29b153f7 { gap: var(--size-xs); }
.g-8a427631 { min-height: 40px; padding: 8px 16px; }
.g-03bd4182 { gap: 8px; }
 }

/* Block: category-header (category-header) */
.g-fddc66f9 { 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-fddc66f9 .g-a84ebe03 { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-fddc66f9 .g-2c149e1a { margin-top: var(--size-s); text-align: center; }
@media screen and (max-width: 576px) { .g-a84ebe03 { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-2c149e1a { 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-515bb5e5 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-0d5d2842 { display: block; }
.g-a6d80479 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-b4460b52 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-bfb8c3d9 { width: 100%; }
@media screen and (max-width: 768px) { .g-515bb5e5 { padding: var(--size-s); }
.g-a6d80479 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-b4460b52 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-bfb8c3d9 { width: auto; }
 }@media screen and (max-width: 576px) { .g-b4460b52 { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-007d17b1 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-9665bacc { 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-9665bacc.g-e1a9ae21 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-cb3f3475 { margin-top: var(--section-padding); background-color: var(--color-primary); color: var(--color-text-light); }
.g-2db87fa5 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); }
.g-0b5b77ed { max-width: 563px; }
.g-48b628b6 { max-width: 465px; }
.g-288e0711 { margin-top: var(--size-xs); }
.g-39bb1897 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-00cd37de { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-f4003f5d { 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-f4003f5d:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-954d513b { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-b98c66de { transform: scale(1.2); margin-right: var(--size-xs); }
.g-7de5640d { background-color: var(--color-secondary); color: var(--color-text-light); padding: var(--size-xl) 0 var(--size-m); }
.g-835bd8de { display: flex; justify-content: space-between; align-items: center; }
.g-29a4f3ed { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-05016ac1 { 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-0b5b77ed { max-width: 550px; }
.g-48b628b6 { max-width: 550px; }
 }@media screen and (max-width: 870px) { .g-835bd8de { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-29a4f3ed { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-05016ac1 { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-15ed84ae { order: 3; }
 }@media screen and (max-width: 576px) { .g-2db87fa5 { gap: var(--size-m); }
.g-39bb1897 { flex-direction: column; gap: var(--size-xxs); }
.g-00cd37de { width: 100%; }
.g-f4003f5d { width: 100%; }
.g-29a4f3ed { flex-direction: column; align-items: flex-start; }
 }

/* 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-357c9167 { position: sticky; top: 0; background-color: var(--color-secondary); color: var(--color-text-light); z-index: 5; }
.g-cbd73cad { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-33e0b2f4 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-8e9e466c { font-size: 36px; margin-right: var(--size-xs); }
.g-bacdbed5 { font-size: 24px; font-weight: 600; }
.g-01ea9515 { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-xs); }
.g-59a8c802 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); transition: opacity 0.2s ease; }
.g-59a8c802:hover { opacity: 0.7; }
.g-82633167 { display: none; flex-direction: column; gap: 5px; border: 0; background-color: transparent; padding: 10px; }
.g-39bd6e51 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-d8378265 { position: absolute; right: 0; bottom: 0; transform: translateY(100%); background-color: var(--color-surface); width: 260px; padding: var(--size-m); box-shadow: 0 4px 20px var(--input-bg); display: none; }
.g-d8378265.g-e4daf943 { display: block; }
.g-01ea9515 { gap: var(--size-m); flex-direction: column; align-items: flex-start; color: var(--color-text); }
.g-82633167 { display: flex; cursor: pointer; }
 }@media screen and (max-width: 576px) { .g-d8378265 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-c98dba82 { padding: var(--size-xl) 0; }
.g-38dbd0dc { max-width: 565px; margin: 0 auto; text-align: center; }
.g-84395599 { margin-top: var(--size-s); }
.g-1be1a290 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-84395599 { margin-top: var(--size-xs); }
.g-1be1a290 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-28b44b4d { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-803602e3 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-f1850ac5 { text-align: center; margin-top: var(--size-xl); }
.g-92759855 { text-align: center; margin-top: var(--size-s); }
.g-00744c5c { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-f1850ac5 { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-00744c5c { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-465a63cb { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-465a63cb .g-695ecb8a { position: relative; text-decoration: none; }
.g-465a63cb .g-248aa9d3 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-465a63cb .g-3e54b0ab { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-465a63cb .g-3e54b0ab img { width: 100%; height: 100%; object-fit: cover; }
.g-465a63cb .g-ae729bae { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-465a63cb .g-aca978a5 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-465a63cb .g-084a802a { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-465a63cb .g-fd75b763 { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-a4730bdd { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-a4730bdd .g-695ecb8a { position: relative; text-decoration: none; }
.g-a4730bdd .g-248aa9d3 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-a4730bdd .g-3e54b0ab { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-a4730bdd .g-3e54b0ab img { width: 100%; height: 100%; object-fit: cover; }
.g-a4730bdd .g-ae729bae { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-a4730bdd .g-aca978a5 { 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-a4730bdd .g-084a802a { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-a4730bdd .g-fd75b763 { 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-248aa9d3 { 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-62b12afa { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-62b12afa 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-62b12afa 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-62b12afa .g-eec519a3 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-62b12afa .g-2a5ca567 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-62b12afa .g-fd712d1b { margin-top: var(--size-m); }
.g-62b12afa .g-19aa87a9 { 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-62b12afa .g-4a09c381 { display: flex; justify-content: flex-start; align-items: flex-start; text-decoration: none; gap: 8px; }
.g-62b12afa .g-4a09c381::before { content: var(--toc-number) '.'; flex-shrink: 0; font-weight: 600; text-decoration: none; width: 16px; }
.g-62b12afa .g-4a09c381:hover { color: var(--color-text); }
.g-62b12afa .g-1e235e84 { font-weight: bold; }
.g-62b12afa .g-1e235e84::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-62b12afa { grid-template-columns: 1fr; }
.g-62b12afa .g-71b0f7d4 { display: none; }
.g-62b12afa .g-fd712d1b { margin-top: var(--size-s); }
.g-62b12afa .g-19aa87a9 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-62b12afa blockquote { padding: 30px var(--size-s) var(--size-s); margin-top: 30px; }
.g-62b12afa blockquote::before { left: var(--size-s); transform: translateY(-50%) scale(.7); }
 }

/* Block: post-header (post-header) */
.g-65b425e3 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); margin-top: var(--size-m); }
.g-9d82b63a { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; }
.g-eccfbcd5 { display: flex; align-items: center; justify-content: center; }
.g-e35392ed { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); flex-wrap: wrap; }
.g-916dc0c1 { 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-916dc0c1:hover { filter: brightness(0.96); }
.g-dbf9df6a { margin-top: var(--size-m); }
.g-5390bbc3 { margin-top: var(--size-s); margin-bottom: auto; }
.g-b90470bb { margin-top: var(--size-s); }
@media screen and (max-width: 1024px) { .g-65b425e3 { grid-template-columns: 1fr; }
.g-9d82b63a { max-width: 70%; }
.g-eccfbcd5 { max-width: 70%; display: block; }
.g-916dc0c1 { height: 30px; }
 }@media screen and (max-width: 768px) { .g-65b425e3 { gap: var(--size-m); }
.g-9d82b63a { max-width: 100%; }
.g-eccfbcd5 { max-width: 100%; }
.g-5390bbc3 { margin-top: var(--size-xs); }
 }

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

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

/* Block: search (search) */
.g-db214ff2 { margin-top: var(--size-m); max-width: 600px; }
.g-b23a79cd { margin-top: var(--size-m); max-width: 600px; }
.g-dcdebae5 { margin-top: var(--size-xl); }

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

/* Block: toTop (toTop) */
.g-5b0ae387 { position: fixed; bottom: 30px; right: 30px; display: none; background-color: var(--color-primary); border: none; width: 50px; height: 50px; border-radius: var(--b-radius); cursor: pointer; z-index: 4; }
.g-5b0ae387 svg { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-5b0ae387 { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-7e8baf7b { padding: var(--size-xl) 0; }
.g-00b1b65a { max-width: 565px; margin: 0 auto; text-align: center; }
.g-6ed532cb { margin-top: var(--size-s); }
.g-2b0243e8 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-6ed532cb { margin-top: var(--size-xs); }
.g-2b0243e8 { margin-top: var(--size-s); }
 }

/* Block: front-page::faq--0 (faq) */
.g-2803cb1c { position: relative; gap: var(--size-s); }
.g-2803cb1c * { flex: 1; }
.g-936706c5 { width: 80%; margin-inline: auto; }
.g-2a17af75 { 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-78a949e9 { user-select: none; }
.g-78a949e9[open] .g-f3cb5ba6 { transform: scaleY(1); }
.g-2e5ebf82 { display: flex; justify-content: flex-start; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-2e5ebf82::-webkit-details-marker { display: none; }
.g-f3cb5ba6 { 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-f3cb5ba6 svg { fill: var(--color-primary); }
.g-a09ecb3e { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-2e5ebf82 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-a09ecb3e { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-2803cb1c { flex-direction: column; }
.g-936706c5 { width: 100%; margin-top: var(--size-m); }
.g-2a17af75 { margin-right: var(--size-s); }
 }

/* Block: front-page::categories-list (categories-list) */
.g-376b0d2b { display: inline-flex; flex-wrap: wrap; gap: var(--size-m); }
.g-376b0d2b .g-a9f72c5b { text-decoration: none; background-color: var(--color-surface); min-height: 54px; padding: 8px 32px; border-radius: 54px; text-align: left; transition: .2s ease-in-out filter; }
.g-376b0d2b .g-a9f72c5b:hover { filter: brightness(0.96); }
.g-376b0d2b .g-9d79429f { display: flex; justify-content: flex-start; align-items: center; gap: 16px; height: 100%; }
.g-376b0d2b .g-d9c6d966 { font-size: 28px; }
@media screen and (max-width: 1024px) { .g-376b0d2b { gap: var(--size-s); }
.g-a9f72c5b { min-height: 50px; padding: 8px 24px; }
 }@media screen and (max-width: 768px) { .g-376b0d2b { gap: var(--size-xs); }
.g-a9f72c5b { min-height: 40px; padding: 8px 16px; }
.g-9d79429f { gap: 8px; }
 }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-25a74a81 { position: relative; z-index: 1; }
.g-ee933d94 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-67b85569 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-d9711b6b { flex: 0 0 660px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-d7b9d7bb { position: relative; z-index: 1; transform: translateY(50%); padding: var(--size-xs); }
.g-7aefb1d9 { width: 100%; display: flex; justify-content: space-evenly; align-items: flex-start; gap: var(--size-m); flex-wrap: wrap; }
.g-ffeb9235 { flex: 1; display: flex; align-items: center; flex-direction: column; text-align: center; }
.g-9465de19 { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
.g-8f2913e7 { fill: var(--color-text); }
.g-0ee74207 { stroke: var(--color-text); }
.g-b38005ca { stroke: var(--color-text); }
.g-10c6c476 { display: flex; flex-direction: column; }
.g-6daabf34 { width: 100%; height: 370px; }
@media screen and (max-width: 1024px) { .g-ee933d94 { flex-direction: column; }
.g-29231152 { margin-top: 0; }
.g-d9711b6b { flex: 1; }
.g-6daabf34 { height: 430px; }
 }@media screen and (max-width: 768px) { .g-10c6c476 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-67b85569 { align-items: center; text-align: center; }
.g-d9711b6b { padding: var(--size-s); }
.g-d7b9d7bb { transform: translateY(var(--size-xl)); }
.g-7aefb1d9 { flex-direction: column; align-items: center; }
.g-6daabf34 { height: 370px; }
 }

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

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