/* Block: categories-list (categories-list) */
.g-c5459425 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-c5459425 .g-36141ca7 { 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-c5459425 .g-36141ca7:hover { filter: brightness(0.96); }

/* Block: category-header (category-header) */
.g-a7529eb4 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-s); background-color: var(--color-surface); border-radius: var(--b-radius); max-width: 700px; margin: var(--size-m) auto var(--section-padding); }
.g-a7529eb4 .g-c4595f5a { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-a7529eb4 .g-6a2ebc2e { margin-top: var(--size-s); text-align: center; }
@media screen and (max-width: 576px) { .g-c4595f5a { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-6a2ebc2e { margin-top: var(--size-xs); }
 }

/* Block: comments (comments) */
.comments-block .comments {
    list-style: none;
    padding: 0;
}

.comments-block .comments ul {
    padding: 0;
}

.comments-block .comment {
    list-style: none;
}

.comments-block .comments-title,
.comments-block .comment-reply-title {
    font-size: clamp(1.5rem, 0.8839779006vw + 1.2928176796rem, 2rem);
    font-weight: 600;
    line-height: 120%;
    margin-bottom: var(--size-m);
}

.comments-block .comment-body,
.comments-block .comment-respond {
    margin-top: var(--size-m);
    background-color: var(--color-surface);
    padding: var(--size-s);
    border-radius: var(--b-radius);
}

.comments-block .comment-content {
    margin-top: var(--size-s);
}

.comments-block .comment-metadata {
    margin-top: var(--size-xxs);
}

.comments-block .avatar {
    border-radius: 50%;
    margin-right: var(--size-xs);
}

.comments-block .comment-form {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: var(--size-xs);
}

.comments-block .comment-form p {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: var(--size-xxs);
}

.comments-block .comment-form input[type="email"],
.comments-block .comment-form input[type="text"],
.comments-block .comment-form input[type="url"],
.comments-block .comment-form textarea {
    width: 100%;
    border: 0;
    border-radius: var(--b-radius);
    font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem);
    font-weight: 400;
    line-height: 120%;
    color: var(--color-text);
    background-color: var(--color-bg);
    outline: none;
}

.comments-block .comment-form input[type="email"],
.comments-block .comment-form input[type="text"],
.comments-block .comment-form input[type="url"] {
    height: var(--size-l);
}

.comments-block .comment-form textarea {
    min-height: 130px;
    resize: vertical;
}

.comments-block .comment-form .submit {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--color-text-light);
    padding: 9px 75px;
    min-height: var(--size-l);
    text-decoration: none;
    font-size: 18px;
    border: 0;
    cursor: pointer;
    background-color: var(--color-primary);
    border-radius: var(--b-radius);
}

.comments-block p.comment-form-cookies-consent {
    flex-direction: row;
    align-items: center;
}

/* Block: cookie (cookie) */
.g-053b2993 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-c40d5b65 { display: block; }
.g-42be174f { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-a22f8b91 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-c6990383 { width: 100%; }
@media screen and (max-width: 768px) { .g-053b2993 { padding: var(--size-s); }
.g-42be174f { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-a22f8b91 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-c6990383 { width: auto; }
 }@media screen and (max-width: 576px) { .g-a22f8b91 { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-83611cf4 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-c37b3386 { 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-c37b3386.g-df088864 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-498255f0 { margin-top: var(--section-padding); }
.g-0a80222c { border-radius: var(--b-radius); padding: var(--size-m); }
.g-ca336aa6 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); padding-bottom: var(--size-m); border-bottom: 1px solid var(--color-surface); margin-bottom: var(--size-m); }
.g-bdb3f9b8 { max-width: 524px; }
.g-b8a32ac8 { max-width: 450px; }
.g-0a87bb9e { margin-top: var(--size-xs); }
.g-2ccc5938 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-b2bcecde { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-5927e96e { 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-5927e96e:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-7dca677a { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-5fe14bef { transform: scale(1.2); margin-right: var(--size-xs); }
.g-4c3b6557 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; }
.g-eadfb55f { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); margin-top: var(--size-m); }
.g-4ae67f91 { margin: var(--size-m) 0; display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-bdb3f9b8 { max-width: initial; }
.g-b8a32ac8 { max-width: initial; }
 }@media screen and (max-width: 870px) { .g-eadfb55f { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-4ae67f91 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-90d6929e { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-ca336aa6 { gap: var(--size-m); }
.g-2ccc5938 { flex-direction: column; gap: var(--size-xxs); }
.g-b2bcecde { width: 100%; }
.g-5927e96e { width: 100%; }
.g-eadfb55f { flex-direction: column; align-items: center; }
 }

/* Block: header (header) */
#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-0a9dde78 { position: sticky; top: 0; background-color: var(--color-surface); z-index: 5; }
.g-e0cd2b77 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-7316e828 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; }
.g-a0e2cd97 { font-size: 36px; margin-right: var(--size-xs); }
.g-90fe1805 { font-size: 24px; font-weight: 600; }
.g-d55b749e { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-xs); }
.g-6df982c2 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); }
.g-c58d4941 { display: none; flex-direction: column; gap: 5px; border: 0; background-color: transparent; padding: 10px; }
.g-01b1e80f { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-5ff1e398 { position: absolute; right: 0; bottom: 0; transform: translateY(100%); background-color: var(--color-secondary); width: 260px; padding: var(--size-m); box-shadow: 0 4px 20px var(--input-bg); display: none; }
.g-5ff1e398.g-b25a47f6 { display: block; }
.g-d55b749e { gap: var(--size-m); flex-direction: column; align-items: flex-start; color: var(--color-text-light); }
.g-c58d4941 { display: flex; cursor: pointer; }
 }@media screen and (max-width: 576px) { .g-5ff1e398 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-1207c66c { padding: var(--size-xl) 0; }
.g-5a04541b { max-width: 565px; margin: 0 auto; text-align: center; }
.g-086cd1c6 { margin-top: var(--size-s); }
.g-15b95da0 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-086cd1c6 { margin-top: var(--size-xs); }
.g-15b95da0 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-d8ddf687 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-7a35a826 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-d9173d55 { text-align: center; margin-top: var(--size-xl); }
.g-6813d24c { text-align: center; margin-top: var(--size-s); }
.g-3b5ca523 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-d9173d55 { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-3b5ca523 { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-a45ffa20 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-a45ffa20 .g-0d512671 { position: relative; text-decoration: none; }
.g-a45ffa20 .g-cd62ff8e { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-a45ffa20 .g-42e4de7c { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-a45ffa20 .g-42e4de7c img { width: 100%; height: 100%; object-fit: cover; }
.g-a45ffa20 .g-e08cbe08 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-a45ffa20 .g-8cf8d1cb { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-a45ffa20 .g-d6454658 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-a45ffa20 .g-227a8c43 { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-6e43f27a { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-6e43f27a .g-0d512671 { position: relative; text-decoration: none; }
.g-6e43f27a .g-cd62ff8e { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-6e43f27a .g-42e4de7c { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-6e43f27a .g-42e4de7c img { width: 100%; height: 100%; object-fit: cover; }
.g-6e43f27a .g-e08cbe08 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-6e43f27a .g-8cf8d1cb { 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-6e43f27a .g-d6454658 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-6e43f27a .g-227a8c43 { 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-cd62ff8e { 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-77bb39cc { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-77bb39cc blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-77bb39cc .g-feeac141 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-77bb39cc .g-3a740a1c { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-77bb39cc .g-55592089 { margin-top: var(--size-m); }
.g-77bb39cc .g-3a9c1f06 { 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-77bb39cc .g-78cda265 { display: block; text-decoration: none; }
.g-77bb39cc .g-78cda265:hover { text-decoration: underline; }
.g-77bb39cc .g-9a25c958 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-77bb39cc { grid-template-columns: 1fr; }
.g-77bb39cc .g-73d3d4c6 { display: none; }
.g-77bb39cc .g-55592089 { margin-top: var(--size-s); }
.g-77bb39cc .g-3a9c1f06 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-77bb39cc blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-e8b6cb3c { position: relative; height: 800px; }
.g-4e390d7b { height: 100%; display: flex; flex-direction: column; }
.g-6949a7e0 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-6949a7e0::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-aa9041ae { width: 100%; height: 100%; }
.g-44856be6 { 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-a5f982fe { 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-c23f1653 { text-decoration: none; }
.g-c23f1653:hover { text-decoration: underline; }
.g-17a8e077 { display: block; width: 4px; height: 4px; border-radius: 50%; background-color: var(--color-text-light); }
.g-76acddca { margin-top: var(--size-m); }
.g-a79d6eec { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-a5f982fe { padding: 8px 16px; height: 40px; gap: var(--size-xs); }
.g-76acddca { margin-top: var(--size-s); }
.g-a79d6eec { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-e8b6cb3c { height: 700px; }
.g-44856be6 { width: 95%; }
.g-a5f982fe { gap: var(--size-xxs); height: auto; }
 }@media screen and (max-width: 576px) { .g-aa9041ae { aspect-ratio: auto; height: 100%; }
 }

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

/* Block: recommendation (recommendation) */
.g-e4d661f1 { text-align: center; }
.g-95c48bbf { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-d44f8f69 { background-color: var(--color-secondary); display: flex; justify-content: center; align-items: center; border-radius: var(--size-l); padding: 8px; gap: 16px; }
.g-7403e6bb { width: var(--size-l); height: var(--size-l); border-radius: 50%; border: 0; padding: 0; background-color: transparent; display: flex; justify-content: center; align-items: center; cursor: pointer; }
.g-7403e6bb:hover { background-color: var(--color-primary); }
@media screen and (max-width: 768px) { .g-95c48bbf { margin-top: var(--size-m); }
.g-d44f8f69 { border-radius: var(--size-m); }
.g-7403e6bb { width: var(--size-m); height: var(--size-m); }
 }

/* Block: search (search) */
.g-b5fb0f99 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-b5fb0f99 .g-1a352c94 { margin-top: var(--size-m); max-width: 600px; }
.g-b24f22cf { margin-top: var(--size-xl); }
.g-4d7cf808 { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-b5fb0f99 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-4fa99db3 { position: relative; display: inline-block; width: 100%; }
.g-4fa99db3 .g-3b7b2cc5 { color: var(--color-text); width: 100%; background-color: var(--color-surface); height: 48px; border-radius: 48px; border: 0; box-shadow: inset 0 0 0 2px var(--color-primary); padding: var(--size-xxs) 85px var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-4fa99db3 .g-d701e0be { position: absolute; right: 0; top: 0; height: 100%; z-index: 1; display: flex; justify-content: flex-end; align-items: center; padding: 8px; gap: 8px; }
.g-4fa99db3 .g-da76deb7 { border: 0; width: 32px; height: 32px; border-radius: 50%; background-color: var(--color-primary); cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; }
.g-4fa99db3 .g-da76deb7:hover { opacity: .7; }
.g-4fa99db3 .g-9106483c { border: 0; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-4fa99db3 .g-9106483c:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-4087f12b { 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-bd6fad53 { fill: var(--color-text-light); }
.g-9bc25762 { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-4087f12b { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-431f0b22 { padding: var(--size-xl) 0; }
.g-545e5e63 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-df722c0f { margin-top: var(--size-s); }
.g-d35d81ef { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-df722c0f { margin-top: var(--size-xs); }
.g-d35d81ef { margin-top: var(--size-s); }
 }

/* Block: front-page::faq--0 (faq) */
.g-4bc50e2e { position: relative; gap: var(--size-s); }
.g-4bc50e2e * { flex: 1; }
.g-29612c85 { width: 80%; margin-inline: auto; }
.g-35cdccf3 { 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-240daf78 { user-select: none; }
.g-240daf78[open] .g-edd7b351 { transform: scaleY(1); }
.g-838ed9ba { display: flex; justify-content: flex-start; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-838ed9ba::-webkit-details-marker { display: none; }
.g-edd7b351 { 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-edd7b351 svg { fill: var(--color-primary); }
.g-1d093e78 { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-838ed9ba { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-1d093e78 { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-4bc50e2e { flex-direction: column; }
.g-29612c85 { width: 100%; margin-top: var(--size-m); }
.g-35cdccf3 { margin-right: var(--size-s); }
 }

/* Block: front-page::categories-list (categories-list) */
.g-d63a20d5 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-d63a20d5 .g-ad88df3d { 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-d63a20d5 .g-ad88df3d:hover { filter: brightness(0.96); }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-0773b36c { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-2b646246 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-124d1a26 { flex: 0 0 450px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-945bdb45 { display: none; }
.g-ad6e2208 { width: 100%; }
.g-d2568331 { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: var(--size-m); white-space: nowrap; flex-wrap: wrap; }
.g-a1b1f0d6 { flex: 1; display: flex; align-items: flex-start; flex-direction: column; }
.g-b8dcabcb { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; margin-right: var(--size-m); }
.g-b3a2dc23 { fill: var(--color-text); }
.g-3b750fbf { stroke: var(--color-text); }
.g-4b16946f { stroke: var(--color-text); }
.g-de0e3e6a { display: flex; flex-direction: column; }
.g-d899a9fa { width: 100%; height: 300px; }
.g-5264b21b { position: relative; z-index: 1; }
@media screen and (max-width: 1024px) { .g-0773b36c { flex-direction: column-reverse; }
.g-2b646246 { flex-direction: column-reverse; justify-content: flex-start; }
.g-124d1a26 { flex: 1; }
.g-651f777e { display: none; }
.g-945bdb45 { display: block; text-align: center; }
.g-d2568331 { justify-content: space-evenly; }
.g-d899a9fa { height: 430px; margin-top: var(--size-s); }
 }@media screen and (max-width: 870px) { .g-2b646246 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-b8dcabcb { margin-right: 0; }
.g-de0e3e6a { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-2b646246 { text-align: center; }
.g-124d1a26 { padding: var(--size-s); }
.g-d2568331 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-a1b1f0d6 { flex: inherit; align-items: center; }
 }

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

/* Block: about-page::highlights--0 (highlights) */
.g-c741166e { position: relative; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); padding-left: var(--wrapper-padding); }
.g-348adf7b { flex: 0 1 560px; }
.g-772e89fa { flex: 1 1 630px; }
.g-3ef9c374 { flex: 1; }
.g-3550f26f { display: flex; gap: var(--size-s); flex-wrap: wrap; }
.g-87ecf612 { flex: 1; }
.g-937930ed { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); }
.g-f7f394c7 { flex-shrink: 0; width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
@media screen and (max-width: 768px) { .g-c741166e { padding: 0 var(--wrapper-padding); flex-direction: column-reverse; }
.g-348adf7b { flex: auto; }
.g-772e89fa { flex: auto; width: 100%; }
.g-3550f26f { margin-top: var(--size-s); }
.g-87ecf612 { flex: 1 1 calc(50% - var(--size-s) / 2); }
 }@media screen and (max-width: 1024px) { .g-937930ed { align-items: flex-start; flex-direction: column; gap: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-348adf7b { text-align: center; }
.g-3550f26f { flex-direction: column; }
.g-87ecf612 { flex: auto; text-align: center; }
.g-937930ed { align-items: center; }
 }

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

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

/* Block: approach::process--0 (process) */
.g-a61970b0 { position: relative; counter-reset: item; display: flex; flex-wrap: wrap; }
.g-a61970b0::before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 3px; background-color: var(--color-primary); z-index: -1; }
.g-dbce91e5 { 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-dbce91e5::before { content: ""; position: absolute; left: -1px; display: block; width: 17px; height: 17px; border-radius: 50%; background-color: var(--color-primary); transform: translate(-50%); }
.g-79d9a136::before { content: "0" counter(item) " | "; font-size: 20px; font-weight: bold; }
.g-ea45dfbf { 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-af69f00f { order: 3; margin-left: clamp(1.875rem, 44.921875vw + -19.6875rem, 16.25rem); margin-top: -9px; align-self: flex-start; }
.g-93f43cfe { order: 2; margin-bottom: -9px; align-self: flex-end; }
.g-fb0f8147 { order: 4; margin-left: clamp(1.875rem, 23.6328125vw + -9.46875rem, 9.4375rem); margin-top: -9px; align-self: flex-start; }
.g-19f153d1 { padding-bottom: 37px; }
.g-19f153d1::before { bottom: 0; }
.g-bb4d1fbb { padding-top: 35px; }
.g-bb4d1fbb::before { top: 0; }
@media screen and (max-width: 768px) { .g-a61970b0 { flex-direction: column; }
.g-a61970b0::before { width: 2px; height: 100%; top: 0; left: 50%; }
.g-44bb8143 { width: 50%; }
.g-ea45dfbf { margin: 0; align-self: initial; }
.g-af69f00f { order: 2; margin-left: auto; align-self: initial; }
.g-93f43cfe { order: 3; align-self: initial; }
.g-fb0f8147 { margin-left: auto; align-self: initial; }
.g-dbce91e5 { padding-left: 0; padding-right: var(--size-xs); width: auto; border-left: none; border-bottom: 2px solid var(--color-primary); }
.g-dbce91e5::before { left: auto; right: -1px; bottom: 0; transform: translate(50%, 50%); }
.g-19f153d1 { padding-bottom: var(--size-xs); }
.g-bb4d1fbb { padding-bottom: var(--size-xs); padding-left: var(--size-s); padding-right: 0; padding-top: 50px; }
.g-bb4d1fbb::before { top: auto; left: 1px; transform: translate(-50%, 50%); }
 }@media screen and (max-width: 576px) { .g-a61970b0::before { left: 0; }
.g-44bb8143 { width: 100%; }
.g-ea45dfbf { margin: 0; }
.g-af69f00f { margin: 0; }
.g-93f43cfe { margin: 0; }
.g-fb0f8147 { margin: 0; }
.g-dbce91e5 { padding-left: var(--size-s); }
.g-dbce91e5::before { left: -1px; right: auto; transform: translate(-50%, 50%); }
.g-19f153d1 { margin: 0; padding-top: 35px; }
.g-bb4d1fbb { padding-top: 35px; }
 }

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

/* Block: approach::about--1 (about) */
.g-33fb7f80 { display: flex; align-items: center; gap: var(--size-m); }
.g-14bda775 { flex: 1; }
.g-20e1f1ef { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-33fb7f80 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-c1b69186 { text-align: center; }
 }

/* Block: approach::faq--0 (faq) */
.g-8e6230f0 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-9f517437 { flex: 0 0 45%; position: relative; }
.g-97f9869d { flex: 1; position: relative; z-index: 1; }
.g-36d67e95 { user-select: none; }
.g-36d67e95[open] .g-66ee393c { transform: rotate(45deg); }
.g-727a6b15 { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-727a6b15::-webkit-details-marker { display: none; }
.g-66ee393c { 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-66ee393c svg { fill: var(--color-primary); }
.g-f68a279f { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-727a6b15 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-66ee393c { width: 24px; height: 24px; }
.g-66ee393c svg { width: 16px; height: 16px; }
.g-f68a279f { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-8e6230f0 { align-items: center; flex-direction: column; gap: var(--size-m); }
.g-9f517437 { flex: 0; }
.g-97f9869d { margin-left: 0; max-width: 70%; }
 }@media screen and (max-width: 576px) { .g-9f517437 { text-align: center; }
.g-97f9869d { max-width: inherit; width: 100%; }
 }