/* Block: categories-list (categories-list) */
.g-0a5f4af6 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-0a5f4af6 .g-402881d2 { text-decoration: none; background-color: var(--color-surface); flex-grow: 1; flex-shrink: 1; flex-basis: calc((100% - (var(--size-s) * 4)) / 5); min-width: 210px; display: flex; justify-content: center; align-items: center; flex-direction: column; gap: var(--size-xxs); padding: 16px; border-radius: var(--b-radius); text-align: center; hyphens: auto; overflow-wrap: break-word; word-break: normal; text-wrap: balance; transition: .2s ease-in-out filter; }
.g-0a5f4af6 .g-402881d2:hover { filter: brightness(0.96); }

/* Block: category-header (category-header) */
.g-0fa69529 { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-0fa69529 .g-fe6939cd { 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-0fa69529 .g-70782f27 { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-0fa69529 { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-fe6939cd { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-51d1adf9 { text-align: center; }
.g-70782f27 { 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-f8991a9c { 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-50454ea8 { display: block; }
.g-0da70763 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-f8991a9c { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-0da70763 { gap: var(--size-xxs); }
.g-0c5461ea { width: 100%; }
 }

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

/* Block: footer (footer) */
.g-e7583084 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-026c3c58 { 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-026c3c58.g-1cc04b94 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-7674eb00 { margin-top: var(--section-padding); background-color: var(--color-primary); color: var(--color-text-light); }
.g-3111c469 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); }
.g-e96de87a { max-width: 563px; }
.g-fa113575 { max-width: 465px; }
.g-2601955d { margin-top: var(--size-xs); }
.g-82cc3292 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-2128a6b5 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-d2334cde { 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-d2334cde:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-f67764d7 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-04a3d4f4 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-9b5aa9c2 { background-color: var(--color-secondary); color: var(--color-text-light); padding: var(--size-xl) 0 var(--size-m); }
.g-a9b9d947 { display: flex; justify-content: space-between; align-items: center; }
.g-f740a773 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-eecc981f { 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-e96de87a { max-width: 550px; }
.g-fa113575 { max-width: 550px; }
 }@media screen and (max-width: 870px) { .g-a9b9d947 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-f740a773 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-eecc981f { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-c0b9682b { order: 3; }
 }@media screen and (max-width: 576px) { .g-3111c469 { gap: var(--size-m); }
.g-82cc3292 { flex-direction: column; gap: var(--size-xxs); }
.g-2128a6b5 { width: 100%; }
.g-d2334cde { width: 100%; }
.g-f740a773 { 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-a7794766 { position: sticky; top: 0; background-color: var(--color-secondary); color: var(--color-text-light); z-index: 5; }
.g-745f98f5 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-a411978d { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-e391a006 { font-size: 36px; margin-right: var(--size-xs); }
.g-102474ef { font-size: 24px; font-weight: 600; }
.g-5024ef89 { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-xs); }
.g-04d5afdd { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); transition: opacity 0.2s ease; }
.g-04d5afdd:hover { opacity: 0.7; }
.g-e3b8a475 { display: none; flex-direction: column; gap: 5px; border: 0; background-color: transparent; padding: 10px; }
.g-77cba12f { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-7bdce7f7 { position: absolute; right: 0; bottom: 0; transform: translateY(100%); background-color: var(--color-surface); width: 260px; padding: var(--size-m); box-shadow: 0 4px 20px var(--input-bg); display: none; }
.g-7bdce7f7.g-ecfcb2bc { display: block; }
.g-5024ef89 { gap: var(--size-m); flex-direction: column; align-items: flex-start; color: var(--color-text); }
.g-e3b8a475 { display: flex; cursor: pointer; }
 }@media screen and (max-width: 576px) { .g-7bdce7f7 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-1fb15b28 { padding: var(--size-xl) 0; }
.g-2a28f466 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-c17a06e4 { margin-top: var(--size-s); }
.g-7372a994 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-c17a06e4 { margin-top: var(--size-xs); }
.g-7372a994 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-77ae034e { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-84ec5665 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-4312fb86 { position: relative; padding: var(--size-xl) 0; }
.g-8d8e059c { text-align: center; }
.g-57047833 { text-align: center; margin-top: var(--size-s); }
.g-93b425ad { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-93b425ad { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-f3cf0a27 { position: relative; overflow: hidden; height: 100%; }
.g-f3cf0a27 .g-1e3ec43e { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-f3cf0a27 .g-f443bb64 { height: 100%; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-f3cf0a27 .g-f443bb64 img { width: 100%; height: 100%; object-fit: cover; }
.g-f3cf0a27 .g-923dabb0 { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-f3cf0a27 .g-0c0de1d5 { margin-top: var(--size-xs); display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-f3cf0a27 .g-1eb2c7b5 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-f3cf0a27 .g-f94acc6e { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-f3cf0a27 .g-56420aa0 { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: var(--size-s); }
.g-f3cf0a27 .g-325b87bb { display: flex; align-items: center; gap: 8px; }
.g-f3cf0a27 .g-325b87bb:hover { text-decoration: underline; }
.g-f3cf0a27 .g-7b9ae5dc { white-space: nowrap; opacity: 0.8; }
.g-f3cf0a27 .g-cb658049 { margin-top: var(--size-s); }
.g-f3cf0a27 .g-5e0e8e08 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-b948636e { position: relative; overflow: hidden; height: 100%; }
.g-b948636e .g-1e3ec43e { position: relative; height: 100%; text-decoration: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.g-b948636e .g-f443bb64 { flex-shrink: 0; width: 147px; height: 147px; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; }
.g-b948636e .g-f443bb64 img { width: 100%; height: 100%; object-fit: cover; }
.g-b948636e .g-923dabb0 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-b948636e .g-0c0de1d5 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-b948636e .g-1eb2c7b5 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-b948636e .g-f94acc6e { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-b948636e .g-56420aa0 { margin-top: 16px; width: 100%; display: flex; justify-content: space-between; align-items: center; }
.g-b948636e .g-cb658049 { margin-top: 16px; }
.g-b948636e .g-5e0e8e08 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-0c0de1d5 { gap: 0 4px; }
.g-2ce18356 { flex-direction: column-reverse; }
.g-75c718cb { width: 100%; height: auto; aspect-ratio: 16/10; }
.g-499b682f { width: 100%; }
 }

/* 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-a6b09618 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-a6b09618 blockquote { border-left: 3px solid var(--color-primary); background-color: var(--color-surface); padding: var(--size-s) var(--size-xs); }
.g-a6b09618 .g-a662fa85 { padding: var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-a6b09618 .g-7371061b { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-a6b09618 .g-189b6389 { margin-top: var(--size-m); }
.g-a6b09618 .g-7b522a99 { 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-a6b09618 .g-f06fa39b { display: block; text-decoration: none; }
.g-a6b09618 .g-f06fa39b:hover { text-decoration: underline; }
.g-a6b09618 .g-58b506be { transform: translateX(16px); color: var(--color-text); font-weight: bold; }
@media screen and (max-width: 1024px) { .g-a6b09618 { grid-template-columns: 1fr; }
.g-a6b09618 .g-885ea07c { order: 1; }
.g-a6b09618 .g-e5326f25 { order: 2; }
.g-a6b09618 .g-189b6389 { margin-top: var(--size-s); }
.g-a6b09618 .g-7b522a99 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }

/* Block: post-header (post-header) */
.g-6d5f34b9 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); margin-top: var(--size-m); }
.g-f1f58553 { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; }
.g-fc5bd21b { display: flex; align-items: center; justify-content: center; }
.g-29a31245 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); flex-wrap: wrap; }
.g-c2f44c0d { padding: 8px 16px; height: 37px; border-radius: 37px; background-color: var(--color-surface); display: flex; justify-content: flex-start; align-items: center; gap: 8px; text-decoration: none; transition: filter .2s ease-in-out; }
.g-c2f44c0d:hover { filter: brightness(0.96); }
.g-c4b9f3b7 { margin-top: var(--size-m); }
.g-b6a87ed5 { margin-top: var(--size-s); margin-bottom: auto; }
.g-91d58b62 { margin-top: var(--size-s); }
@media screen and (max-width: 1024px) { .g-6d5f34b9 { grid-template-columns: 1fr; }
.g-f1f58553 { max-width: 70%; }
.g-fc5bd21b { max-width: 70%; display: block; }
.g-c2f44c0d { height: 30px; }
 }@media screen and (max-width: 768px) { .g-6d5f34b9 { gap: var(--size-m); }
.g-f1f58553 { max-width: 100%; }
.g-fc5bd21b { max-width: 100%; }
.g-b6a87ed5 { margin-top: var(--size-xs); }
 }

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

/* Block: recommendation (recommendation) */
.g-4b1ae188 { text-align: center; }
.g-752d29ec { position: relative; }
.g-55f7f434 { 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-55f7f434:hover { color: var(--color-primary); }
.g-ca1ee70a { left: -42px; }
.g-9cce9bf3 { right: -42px; }
@media screen and (max-width: 1024px) { .g-bf6ad6ff { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-55f7f434 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-3a9d9052 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-3a9d9052 .g-af629929 { text-align: center; max-width: 500px; margin: 0 auto; }
.g-3a9d9052 .g-f446e6d2 { margin-top: var(--size-m); }
.g-94b57d97 { margin-top: var(--size-xl); }
.g-a9484daa { margin: var(--size-m) auto 0; max-width: 500px; text-align: center; }
@media screen and (max-width: 768px) { .g-3a9d9052 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-511e11b7 { position: relative; display: inline-block; width: 100%; height: 48px; border-radius: 48px; background-color: var(--color-primary); padding: 4px 0; margin-top: 10px; }
.g-511e11b7 .g-0ec384c9 { 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-511e11b7 .g-6f7474fc { 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-511e11b7 .g-6f7474fc:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-aab35582 { 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-96d2ba4b { fill: var(--color-text-light); }
.g-b71f06c8 { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-aab35582 { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-3ae50aed { padding: var(--size-xl) 0; }
.g-e25cc3be { max-width: 565px; margin: 0 auto; text-align: center; }
.g-5a6a3b74 { margin-top: var(--size-s); }
.g-0d2210ab { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-5a6a3b74 { margin-top: var(--size-xs); }
.g-0d2210ab { margin-top: var(--size-s); }
 }

/* Block: front-page::text--0 (text) */
.g-4e15e0ce { text-align: center; }

/* Block: front-page::categories-list (categories-list) */
.g-ecf6c2e0 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-ecf6c2e0 .g-fc68fd5c { text-decoration: none; background-color: var(--color-surface); flex-grow: 1; flex-shrink: 1; flex-basis: calc((100% - (var(--size-s) * 4)) / 5); min-width: 210px; display: flex; justify-content: center; align-items: center; flex-direction: column; gap: var(--size-xxs); padding: 16px; border-radius: var(--b-radius); text-align: center; hyphens: auto; overflow-wrap: break-word; word-break: normal; text-wrap: balance; transition: .2s ease-in-out filter; }
.g-ecf6c2e0 .g-fc68fd5c:hover { filter: brightness(0.96); }

/* Block: front-page::featured-posts (featured-posts) */
.g-75298a9c { display: grid; grid-template-columns: minmax(0, 1fr) 466px; gap: var(--size-s); align-items: start; }
.g-648b573d { margin: 32px 0; height: 1px; border: 0; border-top: 1px solid var(--color-surface); }
.g-38d95780 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-75298a9c { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-75298a9c { grid-template-columns: 1fr; gap: var(--size-l); }
 }

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

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

/* Block: contacts-page::form--0 (form) */
.g-32259e07 { position: relative; z-index: 1; }
.g-d1cc5980 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-1b7bf468 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-34bf2fca { flex: 0 0 660px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-5b0c75be { position: relative; z-index: 1; transform: translateY(50%); padding: var(--size-xs); }
.g-dd4fc17e { width: 100%; display: flex; justify-content: space-evenly; align-items: flex-start; gap: var(--size-m); flex-wrap: wrap; }
.g-92b9c79c { flex: 1; display: flex; align-items: center; flex-direction: column; text-align: center; }
.g-f52ac377 { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
.g-cac12a24 { fill: var(--color-text); }
.g-7c017e70 { stroke: var(--color-text); }
.g-bdfa67b7 { stroke: var(--color-text); }
.g-ab7ceb71 { display: flex; flex-direction: column; }
.g-45057ca5 { width: 100%; height: 370px; }
@media screen and (max-width: 1024px) { .g-d1cc5980 { flex-direction: column; }
.g-ef1bcb58 { margin-top: 0; }
.g-34bf2fca { flex: 1; }
.g-45057ca5 { height: 430px; }
 }@media screen and (max-width: 768px) { .g-ab7ceb71 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-1b7bf468 { align-items: center; text-align: center; }
.g-34bf2fca { padding: var(--size-s); }
.g-5b0c75be { transform: translateY(var(--size-xl)); }
.g-dd4fc17e { flex-direction: column; align-items: center; }
.g-45057ca5 { height: 370px; }
 }

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

/* Block: about-page::about--0 (about) */
.g-3d7144ed { position: relative; display: flex; align-items: center; gap: var(--size-m); min-height: 550px; padding: var(--size-xl); }
.g-850c43ac { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; }
.g-78a54c21 { position: relative; z-index: 2; width: 60%; margin-left: auto; padding: var(--size-m); }
@media screen and (max-width: 870px) { .g-78a54c21 { width: 100%; }
 }@media screen and (max-width: 576px) { .g-3d7144ed { padding: 0; flex-direction: column-reverse; }
.g-850c43ac { position: static; border-radius: 0; width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }
.g-78a54c21 { text-align: center; }
 }

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

/* Block: approach::about--0 (about) */
.g-31b8bd29 { display: flex; align-items: center; gap: var(--size-m); }
.g-2f0c811b { flex: 1; }
.g-45bcd776 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-31b8bd29 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-84b80adf { text-align: center; }
 }

/* Block: approach::process--0 (process) */
.g-401958f2 { width: 60%; }
.g-c6c74f0c { flex: 1; position: relative; display: flex; gap: var(--size-l); }
.g-f47da4b0 { flex: 1; }
.g-e2f6a8d0 { position: relative; }
.g-e2f6a8d0::before { content: ""; position: absolute; top: 0; left: calc(-1 * var(--size-l) / 2); width: 1px; height: 100%; background-color: var(--color-secondary); }
.g-28da821a::before { display: none; }
@media screen and (max-width: 870px) { .g-82ebb29b { flex-direction: column; }
.g-401958f2 { width: 100%; }
.g-c6c74f0c { display: grid; grid-template-columns: 1fr 1fr; }
.g-c6c74f0c::before { content: ""; position: absolute; top: 0; left: 50%; width: 1px; height: 100%; background-color: var(--color-secondary); }
.g-c6c74f0c::after { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background-color: var(--color-secondary); }
.g-e2f6a8d0::before { display: none; }
 }@media screen and (max-width: 576px) { .g-401958f2 { text-align: center; }
.g-c6c74f0c { margin-top: var(--size-m); gap: var(--size-m); grid-template-columns: 1fr; }
.g-c6c74f0c::before { display: none; }
.g-c6c74f0c::after { display: none; }
.g-e2f6a8d0::before { left: 0; top: calc(-1 * var(--size-m) / 2); display: block; height: 1px; width: 100%; }
.g-28da821a::before { display: none; }
 }

/* Block: approach::about--1 (about) */
.g-47598b3c { display: flex; align-items: center; gap: var(--size-m); }
.g-2cf9e21b { flex: 1; }
.g-3afff149 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-47598b3c { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-b04bbc4a { text-align: center; }
 }

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

/* Block: approach::about--2 (about) */
.g-63b1bb3e { padding: 0; }
@media screen and (max-width: 1280px) { .g-92b226a7 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-63b1bb3e { padding: 0 var(--wrapper-padding); }
.g-e8ce1501 { column-count: 1; }
.g-92b226a7 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-e8ce1501 { text-align: center; }
 }