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

/* Block: category-header (category-header) */
.g-fef55873 { padding: var(--size-m) 0 var(--section-padding); }
.g-fef55873 .g-2b7c3ed0 { display: inline-flex; justify-content: flex-start; align-items: center; padding: var(--size-xxs) var(--size-s); background-color: var(--color-surface); border-radius: var(--b-radius); gap: var(--size-xs); }
.g-fef55873 .g-1e4eab42 { margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-2b7c3ed0 { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-1e4eab42 { 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-e672418b { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-760089e0 { display: block; }
.g-8ef64d92 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-8c74d259 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-d9d018af { width: 100%; }
@media screen and (max-width: 768px) { .g-e672418b { padding: var(--size-s); }
.g-8ef64d92 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-8c74d259 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-d9d018af { width: auto; }
 }@media screen and (max-width: 576px) { .g-8c74d259 { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-b480c7a0 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-d0dfac7e { 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-d0dfac7e.g-46f8f2e8 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-e42fc2db { margin-top: var(--section-padding); }
.g-f67e512f { 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-970f4f5f { max-width: 510px; }
.g-af6f2e49 { max-width: 430px; }
.g-90de6794 { margin-top: var(--size-xs); }
.g-996c1e47 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-bcd9b98b { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-8169cf15 { 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-8169cf15:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-58127b16 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-395d66c1 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-e15aa82c { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-9964c371 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-70f61471 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-f40450f2 { 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-f67e512f { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-970f4f5f { max-width: initial; }
.g-af6f2e49 { max-width: initial; }
.g-e15aa82c { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-9964c371 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-70f61471 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-f40450f2 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-e30f7f11 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-f67e512f { gap: var(--size-m); }
.g-996c1e47 { flex-direction: column; gap: var(--size-xxs); }
.g-bcd9b98b { width: 100%; }
.g-8169cf15 { width: 100%; }
.g-70f61471 { 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-fa4f9ee4 { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-bd859ba1 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-d6968b54 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-5166be78 { font-size: 34px; margin-right: var(--size-xxs); }
.g-a825cd2e { font-size: 24px; font-weight: 600; }
.g-38a2b1e4 { -ms-overflow-style: none; scrollbar-width: none; }
.g-ddf6f125 { display: none; }
.g-b9caf56d { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-f994c146 { 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-f994c146:hover { opacity: 0.7; }
.g-f994c146 svg { vertical-align: middle; fill: var(--color-text-light); }
.g-4f0e1363 { display: none; }
.g-f1a29583 { display: none; }
.g-bc2783fa { display: inline; }
.g-1983eee3 { display: none; }
.g-6096c17c { display: none; justify-content: flex-start; align-items: center; padding-bottom: var(--size-xs); }
.g-6096c17c.g-85d6fe4f { display: flex; width: 100%; }
.g-ea6fb3d6 { padding-inline: 0; overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 870px) { .g-5166be78 { font-size: 28px; }
.g-a825cd2e { font-size: 20px; }
.g-b9caf56d { gap: var(--size-xxs); }
.g-3a9e151e { display: none; }
.g-f1a29583 { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-5246a997 { padding: var(--section-padding) 0; }
.g-966a4486 { display: flex; }
.g-4a0f16af { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-844270c2 { width: 100%; height: 100%; }
.g-6dc1e850 { 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-ddbc316a { margin-top: var(--size-s); }
.g-43f88baf { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-966a4486 { flex-direction: column-reverse; }
.g-4a0f16af { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-844270c2 { height: 350px; }
.g-6dc1e850 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-844270c2 { height: auto; }
.g-6dc1e850 { padding: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-d62ee2eb { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-8890ce3c { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-cca4fdc4 { text-align: center; margin-top: var(--size-xl); }
.g-802e7495 { text-align: center; margin-top: var(--size-s); }
.g-1f1730a2 { text-align: center; }
@media screen and (max-width: 768px) { .g-cca4fdc4 { margin-top: var(--size-m); }
 }

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

/* Block: page-header (page-header) */
.g-cd4f0b13 { position: relative; padding: var(--size-xl) 0; background-color: var(--color-secondary); color: var(--color-text-light); }
.g-d6e00149 { margin-top: var(--size-xl); text-align: center; }
.g-490dda71 { margin-top: var(--size-xs); }
@media screen and (max-width: 768px) { .g-cd4f0b13 { padding-bottom: 45px; }
 }@media screen and (max-width: 576px) { .g-cd4f0b13 { padding-bottom: 35px; }
.g-d6e00149 { margin-top: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-94413e93 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-94413e93 .g-a2e30c20 { position: relative; text-decoration: none; }
.g-94413e93 .g-07299dd0 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-94413e93 .g-51fb43ba { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-94413e93 .g-51fb43ba img { width: 100%; height: 100%; object-fit: cover; }
.g-94413e93 .g-effa306d { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-94413e93 .g-b75dce82 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-94413e93 .g-dd3251ae { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-94413e93 .g-2140cc16 { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-354a7459 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-354a7459 .g-a2e30c20 { position: relative; text-decoration: none; }
.g-354a7459 .g-07299dd0 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-354a7459 .g-51fb43ba { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-354a7459 .g-51fb43ba img { width: 100%; height: 100%; object-fit: cover; }
.g-354a7459 .g-effa306d { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-354a7459 .g-b75dce82 { 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-354a7459 .g-dd3251ae { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-354a7459 .g-2140cc16 { 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-07299dd0 { 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-b6e4a33b { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-b6e4a33b 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-b6e4a33b 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-b6e4a33b .g-2bc27755 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-b6e4a33b .g-b2a9c785 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-b6e4a33b .g-167cc3b6 { margin-top: var(--size-m); }
.g-b6e4a33b .g-b77cf99c { 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-b6e4a33b .g-af030cde { display: flex; justify-content: flex-start; align-items: flex-start; text-decoration: none; gap: 8px; }
.g-b6e4a33b .g-af030cde::before { content: var(--toc-number) '.'; flex-shrink: 0; font-weight: 600; text-decoration: none; width: 16px; }
.g-b6e4a33b .g-af030cde:hover { color: var(--color-text); }
.g-b6e4a33b .g-9e8d5c33 { font-weight: bold; }
.g-b6e4a33b .g-9e8d5c33::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-b6e4a33b { grid-template-columns: 1fr; }
.g-b6e4a33b .g-b93ab396 { display: none; }
.g-b6e4a33b .g-167cc3b6 { margin-top: var(--size-s); }
.g-b6e4a33b .g-b77cf99c { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-b6e4a33b blockquote { padding: 30px var(--size-s) var(--size-s); margin-top: 30px; }
.g-b6e4a33b blockquote::before { left: var(--size-s); transform: translateY(-50%) scale(.7); }
 }

/* Block: post-header (post-header) */
.g-1df39e7c { position: relative; height: 800px; }
.g-84a3496b { height: 100%; display: flex; flex-direction: column; }
.g-01a733da { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-01a733da::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-75e28eaf { width: 100%; height: 100%; }
.g-32ee56c9 { margin-top: auto; position: relative; bottom: 0; padding: 56px var(--wrapper-padding) 32px; margin-left: calc(-1 * var(--wrapper-padding)); width: 90%; max-width: 1000px; border-radius: var(--b-radius); z-index: 1; }
.g-1fce01b2 { position: absolute; top: 0; left: var(--wrapper-padding); transform: translateY(-50%); display: inline-flex; justify-content: flex-start; align-items: center; height: 53px; border-radius: var(--b-radius); padding: 8px 32px; background-color: var(--color-primary); gap: var(--size-s); flex-wrap: wrap; }
.g-32eb656e { text-decoration: none; }
.g-32eb656e:hover { text-decoration: underline; }
.g-58371ed2 { display: block; width: 4px; height: 4px; border-radius: 50%; background-color: var(--color-text-light); }
.g-c6100720 { margin-top: var(--size-m); }
.g-63a1887f { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-1fce01b2 { padding: 8px 16px; height: 40px; gap: var(--size-xs); }
.g-c6100720 { margin-top: var(--size-s); }
.g-63a1887f { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-1df39e7c { height: 700px; }
.g-32ee56c9 { width: 95%; }
.g-1fce01b2 { gap: var(--size-xxs); height: auto; }
 }@media screen and (max-width: 576px) { .g-75e28eaf { aspect-ratio: auto; height: 100%; }
 }

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

/* Block: recommendation (recommendation) */
.g-84fb21a5 { text-align: center; }
.g-a0fb1f81 { position: relative; }
.g-080f9495 { position: absolute; top: 50%; z-index: 10; margin-top: -16px; width: 32px; height: 32px; border-radius: 50%; border: 0; padding: 0; background-color: var(--color-primary); display: flex; justify-content: center; align-items: center; cursor: pointer; }
.g-080f9495:hover { background-color: var(--color-primary); }
.g-6c380156 { left: -42px; }
.g-06aaa0cf { right: -42px; }
@media screen and (max-width: 1024px) { .g-50389f0b { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-080f9495 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-ee87462f { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-ee87462f .g-fc18315e { margin-top: var(--size-m); max-width: 600px; }
.g-0e175ea8 { margin-top: var(--size-xl); }
.g-f0175cba { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-ee87462f { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-41f8ca35 { position: relative; display: inline-block; width: 100%; }
.g-41f8ca35 .g-4a8add1d { 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-41f8ca35 .g-31f9400b { 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-41f8ca35 .g-31f9400b:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-0c21e8a1 { padding: var(--section-padding) 0; }
.g-c5bf6e4f { display: flex; }
.g-886b7fec { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-8e724b08 { width: 100%; height: 100%; }
.g-a1c03f15 { 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-5d895816 { margin-top: var(--size-s); }
.g-0f7f174f { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-c5bf6e4f { flex-direction: column-reverse; }
.g-886b7fec { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-8e724b08 { height: 350px; }
.g-a1c03f15 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-8e724b08 { height: auto; }
.g-a1c03f15 { padding: var(--size-s); }
 }

/* Block: front-page::about--0 (about) */
.g-c146ac4a { display: flex; align-items: center; gap: var(--size-m); }
.g-b8cbb3c3 { flex: 1; }
.g-b9443a9a { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-c146ac4a { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-0eef191b { text-align: center; }
 }

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-f8fa815f { display: flex; justify-content: flex-start; position: relative; z-index: 1; }
.g-3d5c812f { 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-856547bd { padding: clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.g-65ef7423 { display: flex; justify-content: flex-start; align-items: center; }
.g-f789d513 { 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-87facf31 { display: flex; flex-direction: column; }
.g-11ed7d4d { margin-top: -100px; height: clamp(32rem, 13.28125vw + 25.625rem, 36.25rem); }
.g-9ae8972d { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-f8fa815f { flex-direction: column-reverse; }
.g-3d5c812f { width: 100%; }
 }@media screen and (max-width: 768px) { .g-5cbf8e1b { width: 100%; display: flex; justify-content: space-between; gap: var(--size-s); }
.g-5cbf8e1b .g-65ef7423 { margin-top: 0; }
.g-65ef7423 { align-items: flex-start; flex-direction: column; flex: 1; }
.g-f789d513 { margin-right: 0; }
.g-87facf31 { margin-top: var(--size-xs); }
.g-11ed7d4d { height: clamp(38.75rem, -27.4809160305vw + 45.1908396947rem, 32rem); }
 }@media screen and (max-width: 576px) { .g-3d5c812f { text-align: center; }
.g-5cbf8e1b { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-65ef7423 { align-items: center; }
.g-69068efd { margin: 0 auto; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-d59579c4 { position: relative; display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-756ec355 { flex: 1; }
.g-f99fb9b5 { flex: 1; display: flex; flex-direction: column; gap: var(--size-m); }
.g-81c82685 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-s); }
.g-e3d1a2ad { 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-d59579c4 { flex-direction: column; gap: var(--size-m); }
.g-756ec355 { text-align: center; }
 }@media screen and (max-width: 576px) { .g-f99fb9b5 { gap: var(--size-s); }
.g-81c82685 { flex-direction: column; gap: var(--size-xxs); }
 }

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

/* Block: benefits::highlights--0 (highlights) */
.g-7d996058 { min-height: 700px; display: flex; flex-direction: column; padding: var(--size-xl) 0; }
.g-430743cf { padding: 0 var(--wrapper-padding); }
.g-3e7c0ac6 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-3e7c0ac6::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); }
.g-05aef781 { width: 50%; }
.g-64923cb9 { display: flex; gap: var(--size-s); flex-wrap: wrap; padding: var(--size-s); margin-top: auto; }
.g-38a2092a { flex: 1; }
.g-95bc2be5 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-80056d95 { flex-shrink: 0; width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 32px; }
@media screen and (max-width: 768px) { .g-9308d24d { padding: var(--section-padding); 0 }
.g-7d996058 { padding: 0; min-height: auto; gap: var(--size-m); }
.g-430743cf { display: flex; flex-direction: column-reverse; }
.g-3e7c0ac6 { position: relative; margin-top: var(--size-m); }
.g-3e7c0ac6::after { display: none; }
.g-05aef781 { width: 100%; color: var(--color-text-dark); }
.g-38a2092a { flex: 1 1 calc(50% - var(--size-s) / 2); }
 }@media screen and (max-width: 1024px) { .g-95bc2be5 { align-items: flex-start; flex-direction: column; gap: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-05aef781 { text-align: center; }
.g-64923cb9 { flex-direction: column; }
.g-38a2092a { flex: auto; text-align: center; }
.g-95bc2be5 { align-items: center; }
 }

/* Block: benefits::text--0 (text) */
.g-71ef8822 { text-align: center; }

/* Block: benefits::about--0 (about) */
.g-945a071b { padding: 0; }
@media screen and (max-width: 1280px) { .g-f6833118 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-945a071b { padding: 0 var(--wrapper-padding); }
.g-a347abfc { column-count: 1; }
.g-f6833118 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-a347abfc { text-align: center; }
 }

/* Block: benefits::text--1 (text) */
.g-b584fbf2 { column-count: 2; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-13c7ab5d { text-align: center; }
.g-b584fbf2 { column-count: 1; }
 }

/* Block: benefits::about--1 (about) */
.g-99f08fbd { padding: 0; }
@media screen and (max-width: 1280px) { .g-b104ece7 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-99f08fbd { padding: 0 var(--wrapper-padding); }
.g-896a3210 { column-count: 1; }
.g-b104ece7 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-896a3210 { text-align: center; }
 }