/* Block: categories-list (categories-list) */
.g-435fbb8b { display: inline-flex; flex-wrap: wrap; gap: var(--size-m); }
.g-435fbb8b .g-5e2a0762 { 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-435fbb8b .g-5e2a0762:hover { filter: brightness(0.96); }
.g-435fbb8b .g-c237d4cd { display: flex; justify-content: flex-start; align-items: center; gap: 16px; height: 100%; }
.g-435fbb8b .g-bcad7ed0 { font-size: 28px; }
@media screen and (max-width: 1024px) { .g-435fbb8b { gap: var(--size-s); }
.g-5e2a0762 { min-height: 50px; padding: 8px 24px; }
 }@media screen and (max-width: 768px) { .g-435fbb8b { gap: var(--size-xs); }
.g-5e2a0762 { min-height: 40px; padding: 8px 16px; }
.g-c237d4cd { gap: 8px; }
 }

/* Block: category-header (category-header) */
.g-0c148135 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-m) 0 var(--section-padding); }
.g-0c148135 .g-2118c2a6 { background-color: var(--color-surface); border-radius: var(--b-radius); text-align: center; padding: var(--size-s); }
.g-0c148135 .g-f4a7af37 { font-size: 80px; }
.g-0c148135 .g-bf024f68 { margin-top: var(--size-xs); }
.g-0c148135 .g-b98c1ad7 { text-align: center; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-2118c2a6 { padding: var(--size-xs); }
.g-f4a7af37 { font-size: 64px; }
.g-b98c1ad7 { 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-61d749a5 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-5760c75f { display: block; }
.g-ebd4dee6 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-5a379763 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-5fa67314 { width: 100%; }
@media screen and (max-width: 768px) { .g-61d749a5 { padding: var(--size-s); }
.g-ebd4dee6 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-5a379763 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-5fa67314 { width: auto; }
 }@media screen and (max-width: 576px) { .g-5a379763 { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-b002bb3b { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-78e16cf5 { 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-78e16cf5.g-a1abfc8d { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-363ee0a0 { margin-top: var(--section-padding); }
.g-f912374f { border-radius: var(--b-radius); padding: var(--size-m); }
.g-01047633 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); padding-bottom: var(--size-m); border-bottom: 1px solid var(--color-surface); margin-bottom: var(--size-m); }
.g-918be277 { max-width: 524px; }
.g-470f636e { max-width: 450px; }
.g-0938e411 { margin-top: var(--size-xs); }
.g-7a7c9dac { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-5bcd17c7 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-ba54e8d5 { 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-ba54e8d5:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-66eb4873 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-7d4dd9bc { transform: scale(1.2); margin-right: var(--size-xs); }
.g-eab9a1b6 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; }
.g-436145fb { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); margin-top: var(--size-m); }
.g-8708a43d { margin: var(--size-m) 0; display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-918be277 { max-width: initial; }
.g-470f636e { max-width: initial; }
 }@media screen and (max-width: 870px) { .g-436145fb { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-8708a43d { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-6446b15e { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-01047633 { gap: var(--size-m); }
.g-7a7c9dac { flex-direction: column; gap: var(--size-xxs); }
.g-5bcd17c7 { width: 100%; }
.g-ba54e8d5 { width: 100%; }
.g-436145fb { flex-direction: column; align-items: center; }
 }

/* Block: header (header) */
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a,
#header-nav-sidebar .menu-item a,
#header-nav-sidebar .page_item a {
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    padding: var(--size-xxs);
    display: flex;
    align-items: center;
}
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a {
    height: 100%;
    justify-content: center;
}
#header-nav-sidebar .menu-item a,
#header-nav-sidebar .page_item a {
    height: 50px;
    justify-content: flex-start;
}
#header-nav-desktop .menu-item a:hover,
#header-nav-desktop .page_item a:hover,
#header-nav-sidebar .menu-item a:hover,
#header-nav-sidebar .page_item a:hover {
    color: var(--color-primary);
}
#header-nav-desktop .current-menu-item a,
#header-nav-desktop .current_page_item a,
#header-nav-sidebar .current-menu-item a,
#header-nav-sidebar .current_page_item a {
    color: var(--color-primary);
}
#header-nav-desktop .current-menu-item a::after,
#header-nav-desktop .current_page_item a::after {
    content: "";
    display: block;
    background-color: var(--color-primary);
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -1px;
}
#header-nav-sidebar .current-menu-item a::after,
#header-nav-sidebar .current_page_item a::after {
    content: "";
    display: block;
    background-color: var(--color-primary);
    position: absolute;
    top: 0;
    left: calc(-1 * var(--wrapper-padding));
    width: 4px;
    height: 100%;
    bottom: 0;
}
@media screen and (max-width: 870px) {
    #header-nav-desktop .menu-item a,
    #header-nav-desktop .page_item a {
        justify-content: flex-start;
    }
}

.g-53f992aa { position: sticky; top: 0; z-index: 5; border-bottom: 1px solid var(--color-text); }
.g-f6e30d8d { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-2bb67578 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-84f9d17b { font-size: 34px; margin-right: var(--size-xxs); }
.g-1d9cb244 { font-size: 24px; font-weight: 600; }
.g-8ee8369c { display: flex; justify-content: flex-end; align-items: center; gap: clamp(0.75rem, 8.59375vw + -3.375rem, 3.5rem); height: 100%; }
.g-4abbe888 { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; margin-right: var(--size-m); }
.g-4abbe888:hover { opacity: 0.7; }
.g-4abbe888 svg { fill: var(--color-text); }
.g-a8418002 { display: none; }
.g-13032f26 { position: fixed; z-index: 6; width: 100%; height: 100%; top: 0; left: 0; clip-path: polygon(0 0, 0 0, 0 0, 0 0); }
.g-f10b3856 { clip-path: inherit; }
.g-f10b3856 .g-12b53394 { background-color: rgba(0, 0, 0, 0.2); }
.g-f10b3856 .g-d4a64f8c { opacity: 1; transform: translateX(0); }
.g-a1c73bd1 { height: 80px; display: flex; justify-content: flex-start; align-items: center; }
.g-ce37184f { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; }
.g-ce37184f:hover { opacity: 0.7; }
.g-ce37184f svg { fill: var(--color-text); }
.g-12b53394 { transition: 0.3s background-color ease-in-out; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0, 0, 0, 0); }
.g-d4a64f8c { display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column; min-width: 260px; width: 100%; max-width: 30%; height: 100%; box-shadow: 4px 0px 20px rgba(23, 23, 28, 0.1); opacity: 0; transform: translateX(-100%); transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out; padding: 0 var(--size-m) 0 var(--wrapper-padding); }
@media screen and (max-width: 375px) { .g-4abbe888 { margin-right: var(--size-xxs); }
 }@media screen and (max-width: 768px) { .g-84f9d17b { font-size: 28px; }
.g-1d9cb244 { font-size: 20px; }
 }@media screen and (max-width: 870px) { .g-f6e30d8d { justify-content: flex-start; }
.g-8ee8369c { gap: var(--size-m); }
.g-f48a12ed { display: none; }
.g-a8418002 { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-978fdfa5 { padding: var(--section-padding) 0; }
.g-62147e1c { display: flex; }
.g-69aa270b { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-a1ce7f75 { width: 100%; height: 100%; }
.g-36ff3419 { 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-43b846ed { margin-top: var(--size-s); }
.g-ffad2ba9 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-62147e1c { flex-direction: column-reverse; }
.g-69aa270b { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-a1ce7f75 { height: 350px; }
.g-36ff3419 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-a1ce7f75 { height: auto; }
.g-36ff3419 { padding: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-f50548e2 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-c732b7a5 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-1c457228 { text-align: center; margin-top: var(--size-xl); }
.g-f8b56f8f { text-align: center; margin-top: var(--size-s); }
.g-022a628c { text-align: center; }
@media screen and (max-width: 768px) { .g-1c457228 { margin-top: var(--size-m); }
 }

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

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

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-a6af9223 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-a6af9223 .g-e7f6be04 { position: relative; text-decoration: none; }
.g-a6af9223 .g-feaaf5db { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-a6af9223 .g-92052608 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-a6af9223 .g-92052608 img { width: 100%; height: 100%; object-fit: cover; }
.g-a6af9223 .g-0ee2dfcf { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-a6af9223 .g-c2a0cef5 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-a6af9223 .g-637e110f { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-a6af9223 .g-8d3a7210 { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-c90ca9ca { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-c90ca9ca .g-e7f6be04 { position: relative; text-decoration: none; }
.g-c90ca9ca .g-feaaf5db { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-c90ca9ca .g-92052608 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-c90ca9ca .g-92052608 img { width: 100%; height: 100%; object-fit: cover; }
.g-c90ca9ca .g-0ee2dfcf { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-c90ca9ca .g-c2a0cef5 { 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-c90ca9ca .g-637e110f { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-c90ca9ca .g-8d3a7210 { 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-feaaf5db { 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-7bf122e9 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-7bf122e9 blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-7bf122e9 .g-9c846f5f { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-7bf122e9 .g-b7fe926b { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-7bf122e9 .g-c27b0ea8 { margin-top: var(--size-m); }
.g-7bf122e9 .g-67f7815d { 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-7bf122e9 .g-05737729 { display: block; text-decoration: none; }
.g-7bf122e9 .g-05737729:hover { text-decoration: underline; }
.g-7bf122e9 .g-1fff63ad { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-7bf122e9 { grid-template-columns: 1fr; }
.g-7bf122e9 .g-3c78a35c { display: none; }
.g-7bf122e9 .g-c27b0ea8 { margin-top: var(--size-s); }
.g-7bf122e9 .g-67f7815d { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-7bf122e9 blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-3dfe5e94 { position: relative; }
.g-c3b2d02a { width: 100%; }
.g-1ecc1ce7 { position: relative; display: flex; flex-direction: column; }
.g-3a60ea3a { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-3a60ea3a::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-313cbf10 { width: 100%; height: 100%; }
.g-01d7e755 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-e3895d3e { display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; margin: auto; padding: var(--size-xl) 0; max-width: 800px; }
.g-70083901 { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-s); flex-wrap: wrap; }
.g-d03a3a01 { display: flex; justify-content: center; align-items: center; border-radius: var(--b-radius); height: 40px; padding: 8px 32px; background-color: var(--color-primary); text-decoration: none; }
.g-d03a3a01:hover { text-decoration: underline; }
.g-c4aaa27f { margin-top: var(--size-m); }
.g-56a7f1c7 { white-space: nowrap; }
@media screen and (max-width: 1024px) { .g-1ecc1ce7 { padding-bottom: 40px; }
.g-70083901 { gap: var(--size-xxs); }
.g-d03a3a01 { height: 31px; padding: 8px 16px; }
.g-c4aaa27f { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-e3895d3e { padding-bottom: 0; }
.g-d03a3a01 { padding: 8px; }
 }@media screen and (max-width: 576px) { .g-1ecc1ce7 { padding-bottom: 24px; aspect-ratio: auto; height: auto; }
.g-313cbf10 { aspect-ratio: auto; height: 100%; }
.g-e3895d3e { margin: var(--size-xl) auto; }
 }

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

/* Block: recommendation (recommendation) */
.g-2022e6f8 { text-align: center; }
.g-1665e0c8 { position: relative; }
.g-f544f448 { 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-f544f448:hover { background-color: var(--color-primary); }
.g-763de95b { left: -42px; }
.g-ad337093 { right: -42px; }
@media screen and (max-width: 1024px) { .g-0f312683 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-f544f448 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-685046bb { text-align: center; max-width: 430px; margin: 0 auto; }
.g-809beaab { margin-top: var(--size-xl); }
.g-aa07e585 { max-width: 430px; margin-inline: auto; text-align: center; }

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

/* Block: toTop (toTop) */
.g-57d05a81 { position: fixed; bottom: 0; opacity: 0; right: 35px; transform: translateY(100%); background-color: var(--color-primary); border: none; width: 40px; height: 62px; border-radius: 20px; cursor: pointer; z-index: 4; transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out; }
.g-dcda0d1d { fill: var(--color-text-light); }
.g-54c450a1 { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-57d05a81 { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-24acc737 { padding: var(--section-padding) 0; }
.g-76e1c552 { display: flex; }
.g-afa66da4 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-d8a1a43a { width: 100%; height: 100%; }
.g-4608671a { 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-a0b7ceb1 { margin-top: var(--size-s); }
.g-866f3360 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-76e1c552 { flex-direction: column-reverse; }
.g-afa66da4 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-d8a1a43a { height: 350px; }
.g-4608671a { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-d8a1a43a { height: auto; }
.g-4608671a { padding: var(--size-s); }
 }

/* Block: front-page::faq--0 (faq) */
.g-39ec90b9 { position: relative; gap: var(--size-s); }
.g-39ec90b9 * { flex: 1; }
.g-99fbb8e5 { width: 80%; margin-inline: auto; }
.g-08e62a12 { 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-731f7acd { user-select: none; }
.g-731f7acd[open] .g-c7336afa { transform: scaleY(1); }
.g-ec339a2e { display: flex; justify-content: flex-start; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-ec339a2e::-webkit-details-marker { display: none; }
.g-c7336afa { 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-c7336afa svg { fill: var(--color-primary); }
.g-a7ee1d77 { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-ec339a2e { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-a7ee1d77 { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-39ec90b9 { flex-direction: column; }
.g-99fbb8e5 { width: 100%; margin-top: var(--size-m); }
.g-08e62a12 { margin-right: var(--size-s); }
 }

/* Block: front-page::categories-list (categories-list) */
.g-3af51854 { display: inline-flex; flex-wrap: wrap; gap: var(--size-m); }
.g-3af51854 .g-6c30a09c { 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-3af51854 .g-6c30a09c:hover { filter: brightness(0.96); }
.g-3af51854 .g-9e1f7860 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; height: 100%; }
.g-3af51854 .g-7adcb72f { font-size: 28px; }
@media screen and (max-width: 1024px) { .g-3af51854 { gap: var(--size-s); }
.g-6c30a09c { min-height: 50px; padding: 8px 24px; }
 }@media screen and (max-width: 768px) { .g-3af51854 { gap: var(--size-xs); }
.g-6c30a09c { min-height: 40px; padding: 8px 16px; }
.g-9e1f7860 { gap: 8px; }
 }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-fb0370fa { display: flex; justify-content: flex-start; align-items: center; position: relative; gap: var(--size-s); z-index: 1; }
.g-81d19a60 { padding: var(--size-m); flex: 0 0 60%; display: flex; flex-direction: column; justify-content: center; }
.g-706ada79 { display: flex; justify-content: flex-start; }
.g-ed8deb7e { padding: var(--size-xl); flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.g-e3b25003 { display: flex; justify-content: flex-start; align-items: center; }
.g-92dd79fc { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-right: var(--size-m); }
.g-202bb29f { fill: var(--color-text); }
.g-bdc04f13 { stroke: var(--color-text); }
.g-153cfba9 { stroke: var(--color-text); }
.g-d2d4371d { display: flex; flex-direction: column; }
.g-e52458a4 { flex: 0 0 50%; height: 383px; }
.g-70d66e22 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-fb0370fa { flex-direction: column; }
.g-81d19a60 { width: 100%; flex: 0 0 auto; }
.g-706ada79 { flex-direction: column; }
.g-ed8deb7e { width: 100%; padding: var(--size-m); var(--wrapper-padding); }
.g-43b83b91 { width: 100%; display: flex; justify-content: space-between; }
.g-e3b25003 { margin-top: 0; align-items: flex-start; flex-direction: column; }
.g-92dd79fc { margin-right: 0; }
.g-d2d4371d { margin-top: var(--size-xs); }
.g-e52458a4 { height: 429px; width: 100%; flex: 0 0 auto; }
 }@media screen and (max-width: 576px) { .g-81d19a60 { padding: var(--size-xs); }
.g-43b83b91 { flex-direction: column; align-items: center; gap: var(--size-s); margin-top: var(--size-s); }
.g-e3b25003 { align-items: center; }
.g-d2d4371d { text-align: center; }
.g-e52458a4 { height: 370px; }
 }

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

/* Block: approach::process--0 (process) */
.g-7a0fb044 { position: relative; counter-reset: item; display: flex; flex-wrap: wrap; }
.g-7a0fb044::before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 3px; background-color: var(--color-primary); z-index: -1; }
.g-bc16c69e { counter-increment: item; border-left: 2px solid var(--color-primary); padding-left: var(--size-s); position: relative; width: clamp(16.875rem, 16.9921875vw + 8.71875rem, 22.3125rem); }
.g-bc16c69e::before { content: ""; position: absolute; left: -1px; display: block; width: 17px; height: 17px; border-radius: 50%; background-color: var(--color-primary); transform: translate(-50%); }
.g-c6134e7f::before { content: "0" counter(item) " | "; font-size: 20px; font-weight: bold; }
.g-55fd4fbf { order: 1; margin-left: clamp(0rem, 7.2265625vw + -3.46875rem, 2.3125rem); margin-right: clamp(1.875rem, 23.6328125vw + -9.46875rem, 9.4375rem); margin-bottom: -9px; align-self: flex-end; }
.g-9690887a { order: 3; margin-left: clamp(1.875rem, 44.921875vw + -19.6875rem, 16.25rem); margin-top: -9px; align-self: flex-start; }
.g-a1790ed5 { order: 2; margin-bottom: -9px; align-self: flex-end; }
.g-c9ee298f { order: 4; margin-left: clamp(1.875rem, 23.6328125vw + -9.46875rem, 9.4375rem); margin-top: -9px; align-self: flex-start; }
.g-8ba34c79 { padding-bottom: 37px; }
.g-8ba34c79::before { bottom: 0; }
.g-f67544ff { padding-top: 35px; }
.g-f67544ff::before { top: 0; }
@media screen and (max-width: 768px) { .g-7a0fb044 { flex-direction: column; }
.g-7a0fb044::before { width: 2px; height: 100%; top: 0; left: 50%; }
.g-fd6b473f { width: 50%; }
.g-55fd4fbf { margin: 0; align-self: initial; }
.g-9690887a { order: 2; margin-left: auto; align-self: initial; }
.g-a1790ed5 { order: 3; align-self: initial; }
.g-c9ee298f { margin-left: auto; align-self: initial; }
.g-bc16c69e { padding-left: 0; padding-right: var(--size-xs); width: auto; border-left: none; border-bottom: 2px solid var(--color-primary); }
.g-bc16c69e::before { left: auto; right: -1px; bottom: 0; transform: translate(50%, 50%); }
.g-8ba34c79 { padding-bottom: var(--size-xs); }
.g-f67544ff { padding-bottom: var(--size-xs); padding-left: var(--size-s); padding-right: 0; padding-top: 50px; }
.g-f67544ff::before { top: auto; left: 1px; transform: translate(-50%, 50%); }
 }@media screen and (max-width: 576px) { .g-7a0fb044::before { left: 0; }
.g-fd6b473f { width: 100%; }
.g-55fd4fbf { margin: 0; }
.g-9690887a { margin: 0; }
.g-a1790ed5 { margin: 0; }
.g-c9ee298f { margin: 0; }
.g-bc16c69e { padding-left: var(--size-s); }
.g-bc16c69e::before { left: -1px; right: auto; transform: translate(-50%, 50%); }
.g-8ba34c79 { margin: 0; padding-top: 35px; }
.g-f67544ff { padding-top: 35px; }
 }

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

/* Block: approach::about--0 (about) */
.g-8c85ab84 { padding: 0; }
@media screen and (max-width: 1280px) { .g-3e415bf7 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-8c85ab84 { padding: 0 var(--wrapper-padding); }
.g-aa0b697d { column-count: 1; }
.g-3e415bf7 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-aa0b697d { text-align: center; }
 }