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

/* Block: category-header (category-header) */
.g-04beb32b { 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-04beb32b .g-db01836a { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-04beb32b .g-372ff97a { margin-top: var(--size-s); text-align: center; }
@media screen and (max-width: 576px) { .g-db01836a { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-372ff97a { 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-12d7c3ca { display: none; position: fixed; bottom: 30px; left: var(--wrapper-padding); width: calc(100% - var(--wrapper-padding) * 2); max-width: 600px; padding: var(--size-m); z-index: 3; }
.g-3421588e { display: block; }
.g-94aa9523 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-12d7c3ca { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-94aa9523 { gap: var(--size-xxs); }
.g-3f06e820 { width: 100%; }
 }

/* Block: featured-posts (featured-posts) */
.g-c413b507 { margin-top: var(--size-m); }
.g-f7ac26da { margin-top: var(--size-m); }
.g-eee595c6 { margin-top: var(--size-xl); }
.g-cd270049 { align-items: stretch; }
.g-7c32ad1c { height: auto; }
.g-62ed2973 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-62ed2973 .g-bf8da3de { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-62ed2973 .g-4d525d18 { background: var(--color-primary); transform: scale(1.2); }
.g-2d9961b1 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

/* Block: footer (footer) */
.g-6a9febdd { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-64ae3aa0 { 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-64ae3aa0.g-6299a59a { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-f3c25c88 { margin-top: var(--section-padding); }
.g-6669fd40 { 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-46ee14ab { max-width: 510px; }
.g-240a4ee3 { max-width: 430px; }
.g-bd10fc12 { margin-top: var(--size-xs); }
.g-177762f4 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-604513e4 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-a98d7d58 { 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-a98d7d58:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-7d59beba { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-aa9d17a7 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-42a76bc0 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-5ce58bcf { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-0a492678 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-fb033bf3 { 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-6669fd40 { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-46ee14ab { max-width: initial; }
.g-240a4ee3 { max-width: initial; }
.g-42a76bc0 { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-5ce58bcf { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-0a492678 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-fb033bf3 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-4675b088 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-6669fd40 { gap: var(--size-m); }
.g-177762f4 { flex-direction: column; gap: var(--size-xxs); }
.g-604513e4 { width: 100%; }
.g-a98d7d58 { width: 100%; }
.g-0a492678 { 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;
    transition: 0.1s background-color ease-in-out, 0.1s color ease-in-out, 0.1s text-shadow ease-in-out;
}
#header-nav-desktop .menu-item a:hover,
#header-nav-desktop .page_item a:hover,
#header-nav-dropdown .menu-item a:hover,
#header-nav-dropdown .page_item a:hover {
    background-color: var(--color-bg);
    color: var(--color-text);
    text-shadow: 0.5px 0 0 currentColor;
}
#header-nav-desktop .current-menu-item a,
#header-nav-desktop .current_page_item a,
#header-nav-dropdown .current-menu-item a,
#header-nav-dropdown .current_page_item a {
    background-color: var(--color-bg);
    color: var(--color-text);
    text-shadow: 0.5px 0 0 currentColor;
}

.g-562081fb { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-00bce14f { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xs); min-height: 80px; padding: 16px 0; position: relative; }
.g-832ba6dd { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-aec705a3 { font-size: 34px; margin-right: var(--size-xxs); }
.g-f8d0e992 { font-size: 24px; font-weight: 600; }
.g-489f4cbf { -ms-overflow-style: none; scrollbar-width: none; }
.g-4ad3b229 { display: none; }
.g-e8740a00 { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-881ce697 { cursor: pointer; border: 0; padding: var(--size-xxs) var(--size-xs); transition: 0.3s transform ease-in-out; width: 72px; height: 40px; border-radius: 40px; text-align: center; }
.g-881ce697:hover { transform: scale(1.05); }
.g-881ce697 svg { fill: var(--color-text-light); }
.g-829aa062 { display: none; }
.g-287fbdbc { display: none; }
.g-15ae78ca { display: inline; }
.g-084cfb4c { display: none; }
.g-3c6c4b12 { display: none; justify-content: center; align-items: center; padding-bottom: var(--size-xs); }
.g-3c6c4b12.g-07196dce { display: flex; width: 100%; }
.g-017b5e8e { overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 870px) { .g-aec705a3 { font-size: 28px; }
.g-f8d0e992 { font-size: 20px; }
.g-e8740a00 { gap: var(--size-xxs); }
.g-7c0954b7 { display: none; }
.g-287fbdbc { display: block; }
.g-3c6c4b12.g-07196dce { display: flex; width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-baea8924 { padding: var(--section-padding) 0; }
.g-e77ed379 { display: flex; }
.g-d349569f { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-5d834277 { width: 100%; height: 100%; }
.g-7ad787cc { 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-0dff23f6 { margin-top: var(--size-s); }
.g-89ec1cdf { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-e77ed379 { flex-direction: column-reverse; }
.g-d349569f { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-5d834277 { height: 350px; }
.g-7ad787cc { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-5d834277 { height: auto; }
.g-7ad787cc { padding: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-a7a7873c { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-d3b4b34b { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-00a59a11 { position: relative; padding: var(--size-xl) 0; }
.g-b6bf0dcb { text-align: center; }
.g-b4c5a0ad { text-align: center; margin-top: var(--size-s); }
.g-86999565 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-86999565 { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-c12fe25c { padding: var(--size-m) 0 50px; }
.g-081ccabc { margin-top: var(--size-m); padding: var(--size-s) var(--size-s) var(--size-m); text-align: center; }
.g-a6ccfd8a { margin-top: var(--size-xs); }
@media screen and (max-width: 576px) { .g-081ccabc { margin-top: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-7eeabcb0 { width: 100%; position: relative; border-radius: var(--b-radius); overflow: hidden; color: var(--color-text-light); min-height: 368px; }
.g-7eeabcb0 .g-5620e545 { padding: 24px; position: absolute; inset: 0; width: 100%; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-7eeabcb0 .g-5620e545:hover .g-8d47a126 { transform: translateY(0); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.g-7eeabcb0 .g-686937af { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; background-color: var(--color-surface); }
.g-7eeabcb0 .g-686937af::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.g-7eeabcb0 .g-686937af img { width: 100%; height: 100%; object-fit: cover; }
.g-7eeabcb0 .g-8d47a126 { margin-top: auto; transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(46px); }
.g-7eeabcb0 .g-66967ff1 { display: inline-flex; flex-wrap: wrap; gap: 4px 8px; }
.g-7eeabcb0 .g-5ba87934 { background-color: rgba(0, 0, 0, 0.4); height: 28px; border-radius: 28px; padding: 4px 8px; display: flex; justify-content: center; align-items: center; white-space: nowrap; }
.g-7eeabcb0 .g-0bf0f72c { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-7eeabcb0 .g-34ac16ee { display: flex; justify-content: space-between; align-items: flex-end; height: 25px; margin-top: 16px; }
.g-7eeabcb0 .g-a68a548c { display: flex; align-items: center; gap: 8px; }
.g-7eeabcb0 .g-a68a548c:hover { text-decoration: underline; }
.g-7eeabcb0 .g-a68a548c svg { margin-left: 8px; fill: currentColor; }
.g-7eeabcb0 .g-a7253929 { white-space: nowrap; opacity: 0.8; }
.g-855196ec { min-height: 600px; }
.g-855196ec .g-5620e545 { padding: 48px 40px; }
.g-855196ec .g-8d47a126 { transform: none; }
@media screen and (max-width: 870px) { .g-855196ec { min-height: 368px; }
.g-855196ec .g-5620e545 { padding: 24px; }
.g-855196ec .g-8d47a126 { transform: translateY(46px); }
 }

/* Block: post-content (post-content) */
[id^="anchor-"] {
    scroll-margin-top: calc(var(--header-height, 0px) + 15px);
}

.post-navigation-wrapper .nav-links {
    margin-top: var(--size-xl);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--size-xl);
}

.post-navigation-wrapper .nav-links .post-navigation-link {
    gap: var(--size-xxs);
}

.post-navigation-wrapper .nav-links .nav-next {
    margin-left: auto;
        text-align: right;
}

.g-258f355b { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-258f355b blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-258f355b .g-bc79bcd7 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-258f355b .g-4d307e04 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-258f355b .g-7f6a5dae { margin-top: var(--size-m); }
.g-258f355b .g-212f5f26 { 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-258f355b .g-c10632b8 { display: block; text-decoration: none; }
.g-258f355b .g-c10632b8:hover { text-decoration: underline; }
.g-258f355b .g-79536a04 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-258f355b { grid-template-columns: 1fr; }
.g-258f355b .g-f45c9bde { display: none; }
.g-258f355b .g-7f6a5dae { margin-top: var(--size-s); }
.g-258f355b .g-212f5f26 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-258f355b blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-d3035433 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); margin-top: var(--size-m); }
.g-d1fd835b { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; }
.g-37e22062 { display: flex; align-items: center; justify-content: center; }
.g-e14f8691 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); flex-wrap: wrap; }
.g-1a91163f { 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-1a91163f:hover { filter: brightness(0.96); }
.g-72ee60f7 { margin-top: var(--size-m); }
.g-8660e75e { margin-top: var(--size-s); margin-bottom: auto; }
.g-a775a616 { margin-top: var(--size-s); }
@media screen and (max-width: 1024px) { .g-d3035433 { grid-template-columns: 1fr; }
.g-d1fd835b { max-width: 70%; }
.g-37e22062 { max-width: 70%; display: block; }
.g-1a91163f { height: 30px; }
 }@media screen and (max-width: 768px) { .g-d3035433 { gap: var(--size-m); }
.g-d1fd835b { max-width: 100%; }
.g-37e22062 { max-width: 100%; }
.g-8660e75e { margin-top: var(--size-xs); }
 }

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

/* Block: recommendation (recommendation) */
.g-81bc7f30 { text-align: center; }
.g-3a407efa { position: relative; }
.g-bdf3dc13 { 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-bdf3dc13:hover { color: var(--color-primary); }
.g-0d2c15c1 { left: -42px; }
.g-41d51ab1 { right: -42px; }
@media screen and (max-width: 1024px) { .g-0ad02670 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-bdf3dc13 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-7fc8d490 { text-align: center; max-width: 430px; margin: 0 auto; }
.g-06d22ea1 { margin-top: var(--size-xl); }
.g-75fe70c8 { max-width: 430px; margin-inline: auto; text-align: center; }

/* Block: searchform (searchform) */
.g-e9ad5761 { position: relative; display: inline-block; width: 100%; }
.g-e9ad5761 .g-07b317e9 { 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-e9ad5761 .g-93c22447 { 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-e9ad5761 .g-93c22447:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-48102446 { padding: var(--section-padding) 0; }
.g-a000b919 { display: flex; }
.g-1cdc0cf4 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-6c57845e { width: 100%; height: 100%; }
.g-3a3f7716 { 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-cbe5379d { margin-top: var(--size-s); }
.g-39f0ec97 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-a000b919 { flex-direction: column-reverse; }
.g-1cdc0cf4 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-6c57845e { height: 350px; }
.g-3a3f7716 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-6c57845e { height: auto; }
.g-3a3f7716 { padding: var(--size-s); }
 }

/* Block: front-page::about--0 (about) */
.g-8224282b { display: flex; align-items: center; gap: var(--size-m); }
.g-9b8c9a36 { flex: 1; }
.g-c1e9c245 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-8224282b { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-751fc29d { text-align: center; }
 }

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

/* Block: front-page::featured-posts (featured-posts) */
.g-32d25487 { margin-top: var(--size-m); }
.g-bbd305ba { margin-top: var(--size-m); }
.g-58213b96 { margin-top: var(--size-xl); }
.g-fca7f628 { align-items: stretch; }
.g-3092c358 { height: auto; }
.g-13e18069 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-13e18069 .g-eee45947 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-13e18069 .g-4d8700c8 { background: var(--color-primary); transform: scale(1.2); }
.g-5c8a92e5 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

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

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

/* Block: contacts-page::form--0 (form) */
.g-c1adbbac { position: relative; z-index: 1; }
.g-10c87989 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-429aa9e5 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-8f1e31bb { flex: 0 0 660px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-cf47f7a5 { position: relative; z-index: 1; transform: translateY(50%); padding: var(--size-xs); }
.g-af8c2932 { width: 100%; display: flex; justify-content: space-evenly; align-items: flex-start; gap: var(--size-m); flex-wrap: wrap; }
.g-c1e5934f { flex: 1; display: flex; align-items: center; flex-direction: column; text-align: center; }
.g-590d28bb { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
.g-a57249f7 { fill: var(--color-text); }
.g-1e323898 { stroke: var(--color-text); }
.g-f73d8178 { stroke: var(--color-text); }
.g-6dfb78c5 { display: flex; flex-direction: column; }
.g-6d44d230 { width: 100%; height: 370px; }
@media screen and (max-width: 1024px) { .g-10c87989 { flex-direction: column; }
.g-6a187c51 { margin-top: 0; }
.g-8f1e31bb { flex: 1; }
.g-6d44d230 { height: 430px; }
 }@media screen and (max-width: 768px) { .g-6dfb78c5 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-429aa9e5 { align-items: center; text-align: center; }
.g-8f1e31bb { padding: var(--size-s); }
.g-cf47f7a5 { transform: translateY(var(--size-xl)); }
.g-af8c2932 { flex-direction: column; align-items: center; }
.g-6d44d230 { height: 370px; }
 }

/* Block: about-page::about--0 (about) */
.g-2bd75bfe { display: flex; align-items: center; gap: var(--size-m); }
.g-e7e1d80b { flex: 1; }
.g-7972475a { position: relative; padding: var(--size-m); }
.g-7972475a::before { content: ""; display: block; position: absolute; top: 0; right: -50%; left: 0; width: 150%; height: 100%; background-color: var(--color-surface); margin-bottom: var(--size-s); z-index: -1; border-radius: var(--b-radius); }
.g-c5574f71 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 870px) { .g-2bd75bfe { flex-direction: column; align-items: stretch; }
.g-e7e1d80b { flex: auto; }
.g-7972475a { padding: var(--size-m) var(--size-s); }
.g-7972475a::before { top: 0; right: 0; left: 0; width: 100%; height: 100%; }
 }@media screen and (max-width: 576px) { .g-7972475a { text-align: center; }
 }

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

/* Block: expertise::text--0 (text) */
.g-5b899eff { column-count: 2; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-f28d37ca { text-align: center; }
.g-5b899eff { column-count: 1; }
 }

/* Block: expertise::process--0 (process) */
.g-75741fd9 { width: 60%; }
.g-4a58fb71 { flex: 1; position: relative; display: flex; gap: var(--size-l); }
.g-a7ac4ba7 { flex: 1; }
.g-629d996b { position: relative; }
.g-629d996b::before { content: ""; position: absolute; top: 0; left: calc(-1 * var(--size-l) / 2); width: 1px; height: 100%; background-color: var(--color-secondary); }
.g-52bb91c4::before { display: none; }
@media screen and (max-width: 870px) { .g-6fa1cf2f { flex-direction: column; }
.g-75741fd9 { width: 100%; }
.g-4a58fb71 { display: grid; grid-template-columns: 1fr 1fr; }
.g-4a58fb71::before { content: ""; position: absolute; top: 0; left: 50%; width: 1px; height: 100%; background-color: var(--color-secondary); }
.g-4a58fb71::after { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background-color: var(--color-secondary); }
.g-629d996b::before { display: none; }
 }@media screen and (max-width: 576px) { .g-75741fd9 { text-align: center; }
.g-4a58fb71 { margin-top: var(--size-m); gap: var(--size-m); grid-template-columns: 1fr; }
.g-4a58fb71::before { display: none; }
.g-4a58fb71::after { display: none; }
.g-629d996b::before { left: 0; top: calc(-1 * var(--size-m) / 2); display: block; height: 1px; width: 100%; }
.g-52bb91c4::before { display: none; }
 }

/* Block: expertise::about--0 (about) */
.g-b6f810c9 { display: flex; align-items: center; gap: var(--size-m); }
.g-afc9c5cd { flex: 1; }
.g-5b9e965d { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-b6f810c9 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-07a95472 { text-align: center; }
 }

/* Block: expertise::reviews--0 (reviews) */
.g-4300ec0a { display: flex; gap: var(--size-s); overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; padding: var(--size-xl) 20px; margin-inline: -20px; }
.g-bc513b80 { width: 50%; }
.g-b6247c28 { min-width: 270px; height: 100%; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.g-fca9dee6 { padding: var(--size-s) var(--size-m); }
.g-ba7f9d32 { transform: scale(1.2); }
.g-f306584c { padding: var(--size-s) var(--size-m); margin-top: auto; }
.g-843e23fc svg { fill: var(--color-text); }
@media screen and (max-width: 1024px) { .g-4300ec0a { padding: 20px 20px 10px; }
.g-ba7f9d32 { transform: none; }
 }@media screen and (max-width: 768px) { .g-bc513b80 { width: 100%; }
 }@media screen and (max-width: 576px) { .g-4300ec0a { flex-direction: column; overflow: initial; padding: 0; margin-inline: 0; }
.g-b6247c28 { text-align: center; }
 }