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

/* Block: category-header (category-header) */
.g-0bfabb2c { padding: var(--size-m) 0 var(--section-padding); }
.g-0bfabb2c .g-7cb3c44a { display: inline-flex; justify-content: flex-start; align-items: center; padding: var(--size-xxs) var(--size-s); background-color: var(--color-surface); border-radius: var(--b-radius); gap: var(--size-xs); }
.g-0bfabb2c .g-05ff7c98 { margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-7cb3c44a { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-05ff7c98 { 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-4e4aaf89 { 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-f6205e12 { display: block; }
.g-d2ca88da { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-4e4aaf89 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-d2ca88da { gap: var(--size-xxs); }
.g-447a1ce8 { width: 100%; }
 }

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

/* Block: footer (footer) */
.g-ecc6c17b { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-c1dd3e23 { 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-c1dd3e23.g-a4436ac8 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-79d44d1d { margin-top: var(--section-padding); }
.g-263f9e99 { 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-411687b9 { max-width: 510px; }
.g-932521c8 { max-width: 430px; }
.g-9b40d2e4 { margin-top: var(--size-xs); }
.g-b403f8f0 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-f4c561f3 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-b9322fa3 { 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-b9322fa3:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-4e393d9e { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-e7bbc636 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-063d11b4 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-6e11e6c4 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-0579b828 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-32cffcb1 { 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-263f9e99 { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-411687b9 { max-width: initial; }
.g-932521c8 { max-width: initial; }
.g-063d11b4 { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-6e11e6c4 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-0579b828 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-32cffcb1 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-2813dd4e { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-263f9e99 { gap: var(--size-m); }
.g-b403f8f0 { flex-direction: column; gap: var(--size-xxs); }
.g-f4c561f3 { width: 100%; }
.g-b9322fa3 { width: 100%; }
.g-0579b828 { flex-direction: column; align-items: flex-start; }
 }

/* Block: header (header) */
#navigation-modal li {
    list-style: none;
}
#navigation-modal .menu-item,
#navigation-modal .page_item {
    transition: color .2s ease-out;
}
#navigation-modal .menu-item:hover,
#navigation-modal .menu-item a:hover,
#navigation-modal .page_item:hover,
#navigation-modal .page_item a:hover {
    color: var(--color-primary);
}
#navigation-modal .current-menu-item,
#navigation-modal .current_page_item,
#navigation-modal .current-menu-item a,
#navigation-modal .current_page_item a {
    color: var(--color-primary);
}

.g-556bacf6 { position: relative; z-index: 5; }
.g-654bfeb6 { width: 100%; }
.g-aa66f162 { display: flex; justify-content: center; align-items: center; height: 85px; }
.g-98d6253e { position: sticky; top: -1px; z-index: 5; }
.g-c56833cf { display: block; }
.g-316f73ab { display: flex; justify-content: center; align-items: center; height: 85px; position: relative; }
.g-316f73ab::after { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 75%; height: 1px; background-color: var(--color-text); }
.g-173455c4 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; margin: 0 auto; }
.g-fe2b7baa { font-size: 34px; margin-right: var(--size-xxs); }
.g-e2915b02 { font-size: 24px; font-weight: 600; }
.g-42086bd8 { display: block; }
.g-caadc731 { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-s); }
.g-35d51a9e { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); transition: 0.2s ease; }
.g-35d51a9e:hover { text-decoration: underline; }
.g-5f38ea7b { display: none; flex-direction: column; gap: 5px; border: 0; padding: var(--size-xs); border-radius: var(--size-xxs); cursor: pointer; }
.g-04617864 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-556bacf6 { position: sticky; top: 0; }
.g-aa66f162 { justify-content: space-between; height: 65px; }
.g-a94599ad { top: 65px; height: 0; }
.g-316f73ab::after { display: none; }
.g-173455c4 { margin: 0; }
.g-42086bd8 { position: absolute; right: 0; bottom: 75px; transform: translateY(100%); background-color: var(--color-secondary); width: 260px; padding: var(--size-m); border-radius: var(--size-xxs); display: none; }
.g-42086bd8.g-49c93e19 { display: block; }
.g-caadc731 { gap: var(--size-m); flex-direction: column; align-items: center; color: var(--color-text-light); }
.g-5f38ea7b { display: flex; }
 }@media screen and (max-width: 576px) { .g-fe2b7baa { font-size: 28px; }
.g-e2915b02 { font-size: 20px; }
.g-42086bd8 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-e1445406 { padding: var(--size-xl) 0; }
.g-20cbab8d { max-width: 565px; margin: 0 auto; text-align: center; }
.g-0b4dc532 { margin-top: var(--size-s); }
.g-81e7ffe4 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-0b4dc532 { margin-top: var(--size-xs); }
.g-81e7ffe4 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-922df019 { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-21550139 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-2fc44909 { position: relative; padding: var(--size-xl) 0; }
.g-aa819552 { text-align: center; }
.g-bde14cc3 { text-align: center; margin-top: var(--size-s); }
.g-f21c1226 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-f21c1226 { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-20115345 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-20115345 .g-f627919d { position: relative; text-decoration: none; }
.g-20115345 .g-99576133 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-20115345 .g-833e05d5 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-20115345 .g-833e05d5 img { width: 100%; height: 100%; object-fit: cover; }
.g-20115345 .g-f569dfe1 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-20115345 .g-f87cf11d { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-20115345 .g-febffc07 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-20115345 .g-6bd14f0f { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-f7f6bffd { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-f7f6bffd .g-f627919d { position: relative; text-decoration: none; }
.g-f7f6bffd .g-99576133 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-f7f6bffd .g-833e05d5 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-f7f6bffd .g-833e05d5 img { width: 100%; height: 100%; object-fit: cover; }
.g-f7f6bffd .g-f569dfe1 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-f7f6bffd .g-f87cf11d { 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-f7f6bffd .g-febffc07 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-f7f6bffd .g-6bd14f0f { 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-99576133 { 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-90e8aa59 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-90e8aa59 blockquote { border-left: 3px solid var(--color-primary); background-color: var(--color-surface); padding: var(--size-s) var(--size-xs); }
.g-90e8aa59 .g-3c4ac225 { padding: var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-90e8aa59 .g-3779cf3d { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-90e8aa59 .g-0e65a561 { margin-top: var(--size-m); }
.g-90e8aa59 .g-e811e098 { 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-90e8aa59 .g-5dccb409 { display: block; text-decoration: none; }
.g-90e8aa59 .g-5dccb409:hover { text-decoration: underline; }
.g-90e8aa59 .g-9c61ba5d { transform: translateX(16px); color: var(--color-text); font-weight: bold; }
@media screen and (max-width: 1024px) { .g-90e8aa59 { grid-template-columns: 1fr; }
.g-90e8aa59 .g-f67e0622 { order: 1; }
.g-90e8aa59 .g-54dcc29f { order: 2; }
.g-90e8aa59 .g-0e65a561 { margin-top: var(--size-s); }
.g-90e8aa59 .g-e811e098 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }

/* Block: post-header (post-header) */
.g-0b904d28 { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-810a28c9 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-b78ee8ee { text-decoration: none; }
.g-b78ee8ee:hover { text-decoration: underline; }
.g-6a229c91 { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-4251a564 { margin-top: var(--size-s); }
.g-a95e1fb0 { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-0b904d28 { gap: var(--size-xs); }
.g-6a229c91 { margin-top: var(--size-s); }
.g-a95e1fb0 { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-973f0ed0 { text-align: center; }
.g-ccf85b15 { position: relative; }
.g-d7427faf { 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-d7427faf:hover { color: var(--color-primary); }
.g-a3c5e2cc { left: -42px; }
.g-100035c9 { right: -42px; }
@media screen and (max-width: 1024px) { .g-20e1efd1 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-d7427faf { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-14d2cfea { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-14d2cfea .g-e8f31934 { margin-top: var(--size-m); max-width: 600px; }
.g-050a36c0 { margin-top: var(--size-xl); }
.g-1c2e678b { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-14d2cfea { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-8aa8f7a6 { position: relative; display: inline-block; width: 100%; }
.g-8aa8f7a6 .g-1a970cfa { 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-8aa8f7a6 .g-607f2dd0 { 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-8aa8f7a6 .g-607f2dd0:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-8ffe369d { position: fixed; bottom: 0; opacity: 0; right: 30px; opacity: 0; transform: translateY(100%); background-color: var(--color-primary); border: none; width: 60px; height: 60px; border-radius: 50%; cursor: pointer; transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out; z-index: 4; }
.g-8f9cfb7b { fill: var(--color-text-light); }
.g-bebdaefb { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-8ffe369d { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-cdf30aeb { padding: var(--size-xl) 0; }
.g-15808794 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-1953fbef { margin-top: var(--size-s); }
.g-dff2572d { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-1953fbef { margin-top: var(--size-xs); }
.g-dff2572d { margin-top: var(--size-s); }
 }

/* Block: front-page::faq--0 (faq) */
.g-daa5d5c3 { position: relative; gap: var(--size-s); }
.g-daa5d5c3 * { flex: 1; }
.g-03a04435 { width: 80%; margin-inline: auto; }
.g-9e8c9b0f { 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-160080bc { user-select: none; }
.g-160080bc[open] .g-57ed7730 { transform: scaleY(1); }
.g-8667ea6e { display: flex; justify-content: flex-start; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-8667ea6e::-webkit-details-marker { display: none; }
.g-57ed7730 { 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-57ed7730 svg { fill: var(--color-primary); }
.g-6e52e61a { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-8667ea6e { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-6e52e61a { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-daa5d5c3 { flex-direction: column; }
.g-03a04435 { width: 100%; margin-top: var(--size-m); }
.g-9e8c9b0f { margin-right: var(--size-s); }
 }

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-ce3a7b31 { display: flex; justify-content: flex-start; align-items: center; position: relative; gap: var(--size-s); z-index: 1; }
.g-f493b530 { padding: var(--size-m); flex: 0 0 60%; display: flex; flex-direction: column; justify-content: center; }
.g-be59315b { display: flex; justify-content: flex-start; }
.g-7873e2bf { padding: var(--size-xl); flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.g-e6738050 { display: flex; justify-content: flex-start; align-items: center; }
.g-6fe4013a { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-right: var(--size-m); }
.g-cc5ad468 { fill: var(--color-text); }
.g-cdff6e67 { stroke: var(--color-text); }
.g-cefaa63e { stroke: var(--color-text); }
.g-bb2917ed { display: flex; flex-direction: column; }
.g-1472d841 { flex: 0 0 50%; height: 383px; }
.g-6155cb8b { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-ce3a7b31 { flex-direction: column; }
.g-f493b530 { width: 100%; flex: 0 0 auto; }
.g-be59315b { flex-direction: column; }
.g-7873e2bf { width: 100%; padding: var(--size-m); var(--wrapper-padding); }
.g-030fa62d { width: 100%; display: flex; justify-content: space-between; }
.g-e6738050 { margin-top: 0; align-items: flex-start; flex-direction: column; }
.g-6fe4013a { margin-right: 0; }
.g-bb2917ed { margin-top: var(--size-xs); }
.g-1472d841 { height: 429px; width: 100%; flex: 0 0 auto; }
 }@media screen and (max-width: 576px) { .g-f493b530 { padding: var(--size-xs); }
.g-030fa62d { flex-direction: column; align-items: center; gap: var(--size-s); margin-top: var(--size-s); }
.g-e6738050 { align-items: center; }
.g-bb2917ed { text-align: center; }
.g-1472d841 { height: 370px; }
 }

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

/* Block: about-page::about--0 (about) */
.g-ef9f7810 { padding: 0; }
@media screen and (max-width: 1280px) { .g-ac7820bb { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-ef9f7810 { padding: 0 var(--wrapper-padding); }
.g-6318d831 { column-count: 1; }
.g-ac7820bb { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-6318d831 { text-align: center; }
 }

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

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

/* Block: approach::process--0 (process) */
.g-81014d9f { position: relative; counter-reset: item; display: flex; flex-wrap: wrap; }
.g-81014d9f::before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 3px; background-color: var(--color-primary); z-index: 1; }
.g-30fb94ba { 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-30fb94ba::before { content: ""; position: absolute; left: -1px; display: block; width: 17px; height: 17px; border-radius: 50%; background-color: var(--color-primary); transform: translate(-50%); }
.g-e94a61c8::before { content: "0" counter(item) " | "; font-size: 20px; font-weight: bold; }
.g-3e7b18af { 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-11a0a716 { order: 3; margin-left: clamp(1.875rem, 44.921875vw + -19.6875rem, 16.25rem); margin-top: -9px; align-self: flex-start; }
.g-43152ed0 { order: 2; margin-bottom: -9px; align-self: flex-end; }
.g-44a1b1be { order: 4; margin-left: clamp(1.875rem, 23.6328125vw + -9.46875rem, 9.4375rem); margin-top: -9px; align-self: flex-start; }
.g-ea31348c { padding-bottom: 37px; }
.g-ea31348c::before { bottom: 0; }
.g-253ff8ce { padding-top: 35px; }
.g-253ff8ce::before { top: 0; }
@media screen and (max-width: 768px) { .g-81014d9f { flex-direction: column; }
.g-81014d9f::before { width: 2px; height: 100%; top: 0; left: 50%; }
.g-76f762ee { width: 50%; }
.g-3e7b18af { margin: 0; align-self: initial; }
.g-11a0a716 { order: 2; margin-left: auto; align-self: initial; }
.g-43152ed0 { order: 3; align-self: initial; }
.g-44a1b1be { margin-left: auto; align-self: initial; }
.g-30fb94ba { padding-left: 0; padding-right: var(--size-xs); width: auto; border-left: none; border-bottom: 2px solid var(--color-primary); }
.g-30fb94ba::before { left: auto; right: -1px; bottom: 0; transform: translate(50%, 50%); }
.g-ea31348c { padding-bottom: var(--size-xs); }
.g-253ff8ce { padding-bottom: var(--size-xs); padding-left: var(--size-s); padding-right: 0; padding-top: 50px; }
.g-253ff8ce::before { top: auto; left: 1px; transform: translate(-50%, 50%); }
 }@media screen and (max-width: 576px) { .g-81014d9f::before { left: 0; }
.g-76f762ee { width: 100%; }
.g-3e7b18af { margin: 0; }
.g-11a0a716 { margin: 0; }
.g-43152ed0 { margin: 0; }
.g-44a1b1be { margin: 0; }
.g-30fb94ba { padding-left: var(--size-s); }
.g-30fb94ba::before { left: -1px; right: auto; transform: translate(-50%, 50%); }
.g-ea31348c { margin: 0; padding-top: 35px; }
.g-253ff8ce { padding-top: 35px; }
 }

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

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

/* Block: approach::text--2 (text) */
.g-79d5e962 { text-align: center; }