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

/* Block: category-header (category-header) */
.g-acddd1ba { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-acddd1ba .g-ee4382ac { flex: 0 0 172px; background-color: var(--color-surface); font-size: 80px; border-radius: var(--b-radius); display: flex; justify-content: center; align-items: center; }
.g-acddd1ba .g-81fe3c35 { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-acddd1ba { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-ee4382ac { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-1044e25c { text-align: center; }
.g-81fe3c35 { 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-7456a5a2 { 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-e5139b38 { display: block; }
.g-173287e4 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-7456a5a2 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-173287e4 { gap: var(--size-xxs); }
.g-6ce71b7f { width: 100%; }
 }

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

/* Block: footer (footer) */
.g-86c8c047 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-70cb980c { 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-70cb980c.g-1849200c { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-da5e4ae1 { margin-top: var(--section-padding); }
.g-8c285dca { position: relative; 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: -80px; }
.g-e9cb532c { max-width: 510px; }
.g-91feab8a { max-width: 430px; }
.g-4e57ef92 { margin-top: var(--size-xs); }
.g-20addfd9 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-f22dabb8 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-aca208b0 { 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-aca208b0:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-7fe50f73 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-b353a33c { transform: scale(1.2); margin-right: var(--size-xs); }
.g-4940b5c1 { background-color: var(--color-secondary); color: var(--color-text-light); padding-top: 160px; padding-bottom: var(--size-m); }
.g-85fb43b2 { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: var(--size-m); }
.g-a5c0f2bb { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-5e511e59 { margin: var(--size-xl) 0; border-color: var(--color-surface); }
.g-ed0501b5 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-8c285dca { padding: var(--size-m); }
.g-e9cb532c { max-width: initial; }
.g-91feab8a { max-width: initial; }
 }@media screen and (max-width: 768px) { .g-ed0501b5 { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-986348ac { order: 3; width: 100%; }
 }@media screen and (max-width: 576px) { .g-8c285dca { gap: var(--size-m); }
.g-20addfd9 { flex-direction: column; gap: var(--size-xxs); }
.g-f22dabb8 { width: 100%; }
.g-aca208b0 { width: 100%; }
.g-85fb43b2 { justify-content: flex-start; align-items: flex-start; }
.g-a5c0f2bb { flex-direction: column; justify-content: flex-start; align-items: flex-start; }
 }

/* Block: header (header) */
#navigation-modal .menu-item a,
#navigation-modal .page_item a {
    text-decoration: none;
}
#navigation-modal .menu-item a:hover,
#navigation-modal .page_item a:hover {
    text-decoration: underline;
}
#navigation-modal .current-menu-item,
#navigation-modal .current_page_item,
#navigation-modal .current-menu-item a,
#navigation-modal .current_page_item a {
    color: var(--color-primary);
}

.g-d094ea7c { position: relative; z-index: 5; }
.g-5bfe39ee { display: flex; justify-content: center; align-items: center; height: 85px; }
.g-51c88cb0 { position: sticky; top: -1px; z-index: 5; }
.g-25f6cdbf { display: flex; justify-content: center; align-items: center; height: 85px; position: relative; }
.g-25f6cdbf::after { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 75%; height: 1px; background-color: var(--color-text-light); }
.g-616a67b4 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; margin: 0 auto; }
.g-d20b6711 { font-size: 34px; margin-right: var(--size-xxs); }
.g-caa22e0f { font-size: 24px; font-weight: 600; }
.g-581454d8 { display: block; }
.g-04bd0ab7 { display: flex; justify-content: flex-end; align-items: center; gap: clamp(0.75rem, 8.59375vw + -3.375rem, 3.5rem); }
.g-63c8fb2f { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); }
.g-63c8fb2f:hover { text-decoration: underline; }
.g-4bdf8cff { display: none; flex-direction: column; gap: 5px; border: 0; padding: 12px; border-radius: var(--b-radius); cursor: pointer; }
.g-aeb1f8dc { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-d094ea7c { position: sticky; top: 0; }
.g-5bfe39ee { justify-content: space-between; height: 65px; }
.g-daab2d93 { top: 65px; height: 0; }
.g-25f6cdbf::after { display: none; }
.g-616a67b4 { margin: 0; }
.g-581454d8 { position: absolute; right: 0; bottom: 75px; transform: translateY(100%); background-color: var(--color-surface); width: 260px; padding: var(--size-m); border-radius: var(--size-xxs); display: none; }
.g-581454d8.g-fe75a377 { display: block; }
.g-04bd0ab7 { gap: var(--size-m); flex-direction: column; align-items: center; color: var(--color-text); }
.g-4bdf8cff { display: flex; }
 }@media screen and (max-width: 576px) { .g-d20b6711 { font-size: 28px; }
.g-caa22e0f { font-size: 20px; }
.g-581454d8 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-75e59b6e { padding: var(--section-padding) 0; }
.g-2cdb4827 { display: flex; }
.g-3a11dc20 { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-3a43efbd { margin-top: var(--size-s); }
.g-66f8c158 { margin-top: var(--size-m); }
.g-ac339dc2 { flex: 1; }
.g-9c74c202 { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-2cdb4827 { flex-direction: column; }
.g-3a11dc20 { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-9c74c202 { height: 400px; }
 }@media screen and (max-width: 576px) { .g-3a11dc20 { padding-bottom: var(--size-m); }
.g-9c74c202 { height: auto; }
 }

/* Block: page-404 (page-404) */
.g-11cd06d9 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-81812ac0 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-6891f8d4 { text-align: center; margin-top: var(--size-xl); }
.g-ece38334 { text-align: center; margin-top: var(--size-s); }
.g-70b82665 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-6891f8d4 { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-70b82665 { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

.g-8fe88ba6 .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-8fe88ba6 .page-numbers:hover {
    box-shadow: 0px 0px 0px 1px var(--color-secondary);
}

.g-8fe88ba6 .prev {
    left: 0;
    transform: translateX(calc(-100% - 44px));
    color: var(--color-secondary);
}

.g-8fe88ba6 .prev::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%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.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.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='white'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%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.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.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='white'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
}

.g-8fe88ba6 .next {
    right: 0;
    transform: translateX(calc(100% + 44px));
    color: var(--color-secondary);
}

.g-8fe88ba6 .next::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%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.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.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='white'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%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.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.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='white'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
    transform: scale(-1);
}

.g-8fe88ba6 .prev,
.g-8fe88ba6 .next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
        color: var(--color-text);
}

.g-8fe88ba6 .prev,
.g-8fe88ba6 .next,
.g-8fe88ba6 .current {
    box-shadow: 0px 0px 0px 1px var(--color-text);
}

@media screen and (max-width: 768px) {
    .g-8fe88ba6 .prev,
    .g-8fe88ba6 .next {
        position: static;
        margin-top: 0;
        transform: none;
    }
}

@media screen and (max-width: 576px) {
    .g-8fe88ba6 .prev::before,
    .g-8fe88ba6 .next::after {
        display: none;
    }
}

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

/* Block: post-card (post-card) */
.g-27a20088 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-27a20088 .g-8b824111 { position: relative; text-decoration: none; }
.g-27a20088 .g-65058117 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-27a20088 .g-4ebba986 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-27a20088 .g-4ebba986 img { width: 100%; height: 100%; object-fit: cover; }
.g-27a20088 .g-b3008ebc { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-27a20088 .g-7f8fd4dd { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-27a20088 .g-20f02838 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-27a20088 .g-673e5378 { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-21fb0307 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-21fb0307 .g-8b824111 { position: relative; text-decoration: none; }
.g-21fb0307 .g-65058117 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-21fb0307 .g-4ebba986 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-21fb0307 .g-4ebba986 img { width: 100%; height: 100%; object-fit: cover; }
.g-21fb0307 .g-b3008ebc { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-21fb0307 .g-7f8fd4dd { 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-21fb0307 .g-20f02838 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-21fb0307 .g-673e5378 { 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-65058117 { 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-c59b567e { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-c59b567e blockquote { border-left: 3px solid var(--color-primary); background-color: var(--color-surface); padding: var(--size-s) var(--size-xs); }
.g-c59b567e .g-449c5753 { padding: var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-c59b567e .g-c0a4534b { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-c59b567e .g-b252ee34 { margin-top: var(--size-m); }
.g-c59b567e .g-6990db64 { 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-c59b567e .g-3fa9e332 { display: block; text-decoration: none; }
.g-c59b567e .g-3fa9e332:hover { text-decoration: underline; }
.g-c59b567e .g-d1a1ef2f { transform: translateX(16px); color: var(--color-text); font-weight: bold; }
@media screen and (max-width: 1024px) { .g-c59b567e { grid-template-columns: 1fr; }
.g-c59b567e .g-25011c3f { order: 1; }
.g-c59b567e .g-3b0ab312 { order: 2; }
.g-c59b567e .g-b252ee34 { margin-top: var(--size-s); }
.g-c59b567e .g-6990db64 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }

/* Block: post-header (post-header) */
.g-183c94a1 { position: relative; height: 800px; }
.g-8d73a971 { height: 100%; display: flex; flex-direction: column; }
.g-9dd2613d { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-9dd2613d::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-1a52feb3 { width: 100%; height: 100%; }
.g-b54a3d22 { 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-ca9c79a1 { 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-633c4332 { text-decoration: none; }
.g-633c4332:hover { text-decoration: underline; }
.g-8858d921 { display: block; width: 4px; height: 4px; border-radius: 50%; background-color: var(--color-text-light); }
.g-edae0b48 { margin-top: var(--size-m); }
.g-a819471b { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-ca9c79a1 { padding: 8px 16px; height: 40px; gap: var(--size-xs); }
.g-edae0b48 { margin-top: var(--size-s); }
.g-a819471b { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-183c94a1 { height: 700px; }
.g-b54a3d22 { width: 95%; }
.g-ca9c79a1 { gap: var(--size-xxs); height: auto; }
 }@media screen and (max-width: 576px) { .g-1a52feb3 { aspect-ratio: auto; height: 100%; }
 }

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

/* Block: recommendation (recommendation) */
.g-1f0f07c2 { text-align: center; }
.g-97c25f49 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-66ba5796 { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-a29b8394 { 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-a29b8394:hover { background-color: var(--color-primary); }
.g-1143ddc9 { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-97c25f49 { margin-top: var(--size-m); }
 }

/* Block: search (search) */
.g-aa924222 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-aa924222 .g-2a3f1464 { text-align: center; max-width: 500px; margin: 0 auto; }
.g-aa924222 .g-0bfe772f { margin-top: var(--size-m); }
.g-8985a214 { margin-top: var(--size-xl); }
.g-ebb73e0e { margin: var(--size-m) auto 0; max-width: 500px; text-align: center; }
@media screen and (max-width: 768px) { .g-aa924222 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-db8af66a { position: relative; display: inline-block; width: 100%; }
.g-db8af66a .g-bc545743 { 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-db8af66a .g-e1e39ac9 { 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-db8af66a .g-e1e39ac9:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-4296df45 { padding: var(--section-padding) 0; }
.g-30d222a2 { display: flex; }
.g-0bd6ba19 { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-a3612e2a { margin-top: var(--size-s); }
.g-f801e40a { margin-top: var(--size-m); }
.g-23b4d0da { flex: 1; }
.g-5627a0ae { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-30d222a2 { flex-direction: column; }
.g-0bd6ba19 { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-5627a0ae { height: 400px; }
 }@media screen and (max-width: 576px) { .g-0bd6ba19 { padding-bottom: var(--size-m); }
.g-5627a0ae { height: auto; }
 }

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

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-9099afc0 { position: relative; z-index: 1; }
.g-e399f8af { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-909e2a80 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-0fa86629 { flex: 0 0 660px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-5f4a0ca1 { position: relative; z-index: 1; transform: translateY(50%); padding: var(--size-xs); }
.g-060f0c2d { width: 100%; display: flex; justify-content: space-evenly; align-items: flex-start; gap: var(--size-m); flex-wrap: wrap; }
.g-801d3f02 { flex: 1; display: flex; align-items: center; flex-direction: column; text-align: center; }
.g-7f6df477 { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
.g-78c508af { fill: var(--color-text); }
.g-f4caf8f2 { stroke: var(--color-text); }
.g-6218cbf1 { stroke: var(--color-text); }
.g-1b733f45 { display: flex; flex-direction: column; }
.g-9e5c6899 { width: 100%; height: 370px; }
@media screen and (max-width: 1024px) { .g-e399f8af { flex-direction: column; }
.g-3c7265b4 { margin-top: 0; }
.g-0fa86629 { flex: 1; }
.g-9e5c6899 { height: 430px; }
 }@media screen and (max-width: 768px) { .g-1b733f45 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-909e2a80 { align-items: center; text-align: center; }
.g-0fa86629 { padding: var(--size-s); }
.g-5f4a0ca1 { transform: translateY(var(--size-xl)); }
.g-060f0c2d { flex-direction: column; align-items: center; }
.g-9e5c6899 { height: 370px; }
 }

/* Block: about-page::about--0 (about) */
.g-9429bfa3 { display: flex; align-items: center; gap: var(--size-m); }
.g-fbd6abef { flex: 1; }
.g-6016f967 { position: relative; padding: var(--size-m); }
.g-6016f967::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-2c14bd9a { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 870px) { .g-9429bfa3 { flex-direction: column; align-items: stretch; }
.g-fbd6abef { flex: auto; }
.g-6016f967 { padding: var(--size-m) var(--size-s); }
.g-6016f967::before { top: 0; right: 0; left: 0; width: 100%; height: 100%; }
 }@media screen and (max-width: 576px) { .g-6016f967 { text-align: center; }
 }

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

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

/* Block: approach::about--0 (about) */
.g-60b61006 { display: flex; align-items: center; gap: var(--size-m); }
.g-6c040938 { flex: 1; }
.g-085152b0 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-60b61006 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-ad406404 { text-align: center; }
 }

/* Block: approach::process--0 (process) */
.g-8377f3f1 { width: 60%; }
.g-f733e0df { flex: 1; position: relative; display: flex; gap: var(--size-s); }
.g-f733e0df::before { content: ""; position: absolute; top: 135px; left: 0; width: 100%; height: 3px; background-color: var(--color-primary); }
.g-fe5f7016 { flex: 1; }
.g-546fd344 { position: relative; height: 100%; }
.g-546fd344::before { content: ""; width: 16px; height: 16px; position: absolute; left: 50%; margin-left: -8px; top: 128px; background-color: var(--color-primary); border-radius: 50%; }
.g-9d1f74d5 { font-size: 80px; line-height: 130%; font-weight: 500; margin-bottom: 72px; text-align: center; }
@media screen and (max-width: 870px) { .g-5ae9939c { flex-direction: column; }
.g-8377f3f1 { width: 100%; }
.g-f733e0df { flex-direction: column; }
.g-f733e0df::before { top: 0; left: 80px; width: 2px; height: 100%; }
.g-546fd344 { display: flex; justify-content: flex-start; align-items: center; }
.g-546fd344::before { margin-left: 0; top: 50%; margin-top: -8px; left: 73px; }
.g-9d1f74d5 { text-align: left; margin-bottom: 0; font-size: 40px; flex: 0 0 110px; }
 }@media screen and (max-width: 576px) { .g-8377f3f1 { text-align: center; }
.g-f733e0df::before { left: 57px; }
.g-546fd344::before { left: 50px; }
.g-9d1f74d5 { font-size: 32px; flex: 0 0 75px; }
 }

/* Block: approach::about--1 (about) */
.g-f05fcd38 { display: flex; align-items: center; gap: var(--size-m); }
.g-1b4ecf90 { flex: 1; }
.g-519c0c0d { flex: 1; }
@media screen and (max-width: 768px) { .g-f05fcd38 { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-519c0c0d { text-align: center; }
 }

/* Block: approach::text--0 (text) */
.g-8af15b85 { text-align: center; }

/* Block: approach::faq--0 (faq) */
.g-07963c0f { display: flex; position: relative; gap: var(--size-s); }
.g-07963c0f * { flex: 1; }
.g-a7f5205a { flex: 1; position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-m); }
.g-a8d7b675 { flex-shrink: 0; }
.g-a3d2d088 { grid-column: span 2; }
.g-1789e078 { user-select: none; }
.g-1789e078[open] .g-243ad2aa { transform: rotate(45deg); }
.g-326b6d4f { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-326b6d4f::-webkit-details-marker { display: none; }
.g-243ad2aa { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; background-color: var(--color-bg); border-radius: 50%; margin-left: var(--size-xs); }
.g-243ad2aa svg { fill: var(--color-primary); }
.g-400fe46f { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-326b6d4f { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-243ad2aa { width: 24px; height: 24px; }
.g-243ad2aa svg { width: 16px; height: 16px; }
.g-400fe46f { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-07963c0f { flex-direction: column; }
.g-a7f5205a { grid-template-columns: 1fr; margin-top: var(--size-m); }
.g-a3d2d088 { grid-column: span 1; }
 }@media screen and (max-width: 576px) { .g-07963c0f { text-align: center; }
 }