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

/* Block: category-header (category-header) */
.g-10f9ec6d { padding: var(--size-m) 0 var(--section-padding); }
.g-10f9ec6d .g-64d471ee { 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-10f9ec6d .g-eafeefd7 { margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-64d471ee { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-eafeefd7 { 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-5aa75137 { 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-e819c412 { display: block; }
.g-5989de4e { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-5aa75137 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-5989de4e { gap: var(--size-xxs); }
.g-edfe7843 { width: 100%; }
 }

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

/* Block: footer (footer) */
.g-43bb4908 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-ae6c9477 { 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-ae6c9477.g-87315a0f { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-5ab818b4 { margin-top: var(--section-padding); }
.g-a3abdfc6 { 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-6312e54e { max-width: 510px; }
.g-6aab1309 { max-width: 430px; }
.g-3c9333f6 { margin-top: var(--size-xs); }
.g-b4d52223 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-63a0a51d { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-ab6864a9 { 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-ab6864a9:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-266e1282 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-5094a3d0 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-38790847 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-b32a9f37 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-73610f4d { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-5884b848 { 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-a3abdfc6 { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-6312e54e { max-width: initial; }
.g-6aab1309 { max-width: initial; }
.g-38790847 { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-b32a9f37 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-73610f4d { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-5884b848 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-c6be4247 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-a3abdfc6 { gap: var(--size-m); }
.g-b4d52223 { flex-direction: column; gap: var(--size-xxs); }
.g-63a0a51d { width: 100%; }
.g-ab6864a9 { width: 100%; }
.g-73610f4d { flex-direction: column; align-items: flex-start; }
 }

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

.g-caca5768 { position: relative; z-index: 5; }
.g-ec18c42a { display: flex; justify-content: center; align-items: center; height: 85px; }
.g-3a31694e { position: sticky; top: -1px; z-index: 5; }
.g-f4465244 { display: flex; justify-content: center; align-items: center; height: 85px; position: relative; }
.g-f4465244::after { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 75%; height: 1px; background-color: var(--color-text-light); }
.g-48d871ea { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; margin: 0 auto; }
.g-db11350f { font-size: 34px; margin-right: var(--size-xxs); }
.g-e7b1ed75 { font-size: 24px; font-weight: 600; }
.g-ceadf8ee { display: block; }
.g-51947019 { display: flex; justify-content: flex-end; align-items: center; gap: clamp(0.75rem, 8.59375vw + -3.375rem, 3.5rem); }
.g-df195501 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); }
.g-df195501:hover { text-decoration: underline; }
.g-dc96f870 { display: none; flex-direction: column; gap: 5px; border: 0; padding: 12px; border-radius: var(--b-radius); cursor: pointer; }
.g-9bb48c21 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-caca5768 { position: sticky; top: 0; }
.g-ec18c42a { justify-content: space-between; height: 65px; }
.g-bf8bb340 { top: 65px; height: 0; }
.g-f4465244::after { display: none; }
.g-48d871ea { margin: 0; }
.g-ceadf8ee { position: absolute; right: 0; bottom: 75px; transform: translateY(100%); background-color: var(--color-surface); width: 260px; padding: var(--size-m); border-radius: var(--size-xxs); display: none; }
.g-ceadf8ee.g-f17d3048 { display: block; }
.g-51947019 { gap: var(--size-m); flex-direction: column; align-items: center; color: var(--color-text); }
.g-dc96f870 { display: flex; }
 }@media screen and (max-width: 576px) { .g-db11350f { font-size: 28px; }
.g-e7b1ed75 { font-size: 20px; }
.g-ceadf8ee { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-79977d67 { padding: var(--size-xl) 0; }
.g-4a68c6a0 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-4c4df39c { margin-top: var(--size-s); }
.g-965fd318 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-4c4df39c { margin-top: var(--size-xs); }
.g-965fd318 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-e33c54fb { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-a5af2d1c { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-50320e7c { text-align: center; margin-top: var(--size-xl); }
.g-e9c6cbfd { text-align: center; margin-top: var(--size-s); }
.g-900c0bdb { text-align: center; }
@media screen and (max-width: 768px) { .g-50320e7c { margin-top: var(--size-m); }
 }

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

/* Block: page-header (page-header) */
.g-08ca6b76 { padding: var(--size-m) 0 50px; }
.g-8e9be4f8 { margin-top: var(--size-m); padding: var(--size-s) var(--size-s) var(--size-m); text-align: center; }
.g-cdac4ce5 { margin-top: var(--size-xs); }
@media screen and (max-width: 576px) { .g-8e9be4f8 { margin-top: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-c5cc949f { position: relative; overflow: hidden; height: 100%; }
.g-c5cc949f .g-f530ca3a { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-c5cc949f .g-6cf6c556 { height: 100%; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-c5cc949f .g-6cf6c556 img { width: 100%; height: 100%; object-fit: cover; }
.g-c5cc949f .g-501394e7 { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-c5cc949f .g-eb22fc1a { margin-top: var(--size-xs); display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-c5cc949f .g-4b7c172a { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-c5cc949f .g-af0ce7e8 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-c5cc949f .g-acace60e { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: var(--size-s); }
.g-c5cc949f .g-14b506a2 { display: flex; align-items: center; gap: 8px; }
.g-c5cc949f .g-14b506a2:hover { text-decoration: underline; }
.g-c5cc949f .g-4793648c { white-space: nowrap; opacity: 0.8; }
.g-c5cc949f .g-fd4b02f8 { margin-top: var(--size-s); }
.g-c5cc949f .g-9b08ff99 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-8088ee09 { position: relative; overflow: hidden; height: 100%; }
.g-8088ee09 .g-f530ca3a { position: relative; height: 100%; text-decoration: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.g-8088ee09 .g-6cf6c556 { flex-shrink: 0; width: 147px; height: 147px; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; }
.g-8088ee09 .g-6cf6c556 img { width: 100%; height: 100%; object-fit: cover; }
.g-8088ee09 .g-501394e7 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-8088ee09 .g-eb22fc1a { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-8088ee09 .g-4b7c172a { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-8088ee09 .g-af0ce7e8 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-8088ee09 .g-acace60e { margin-top: 16px; width: 100%; display: flex; justify-content: space-between; align-items: center; }
.g-8088ee09 .g-fd4b02f8 { margin-top: 16px; }
.g-8088ee09 .g-9b08ff99 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-eb22fc1a { gap: 0 4px; }
.g-d8ea7611 { flex-direction: column-reverse; }
.g-a6716dc0 { width: 100%; height: auto; aspect-ratio: 16/10; }
.g-9fa6b874 { 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-443cecfc { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-443cecfc blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-443cecfc .g-ba98b501 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-443cecfc .g-232de5ca { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-443cecfc .g-f8606a13 { margin-top: var(--size-m); }
.g-443cecfc .g-7ae1027e { 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-443cecfc .g-76efaaec { display: block; text-decoration: none; }
.g-443cecfc .g-76efaaec:hover { text-decoration: underline; }
.g-443cecfc .g-e9a92764 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-443cecfc { grid-template-columns: 1fr; }
.g-443cecfc .g-a8295e3d { display: none; }
.g-443cecfc .g-f8606a13 { margin-top: var(--size-s); }
.g-443cecfc .g-7ae1027e { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-443cecfc blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-4a782e2f { position: relative; }
.g-78ea8145 { width: 100%; }
.g-4ea0752e { position: relative; display: flex; flex-direction: column; }
.g-3c669d3a { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-3c669d3a::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-5d3c9ad9 { width: 100%; height: 100%; }
.g-13b9e365 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-670a1024 { display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; margin: auto; padding: var(--size-xl) 0; max-width: 800px; }
.g-70c9b9e0 { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-s); flex-wrap: wrap; }
.g-2d83bbd4 { display: flex; justify-content: center; align-items: center; border-radius: var(--b-radius); height: 40px; padding: 8px 32px; background-color: var(--color-primary); text-decoration: none; }
.g-2d83bbd4:hover { text-decoration: underline; }
.g-1122c8a0 { margin-top: var(--size-m); }
.g-ba590824 { white-space: nowrap; }
@media screen and (max-width: 1024px) { .g-4ea0752e { padding-bottom: 40px; }
.g-70c9b9e0 { gap: var(--size-xxs); }
.g-2d83bbd4 { height: 31px; padding: 8px 16px; }
.g-1122c8a0 { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-670a1024 { padding-bottom: 0; }
.g-2d83bbd4 { padding: 8px; }
 }@media screen and (max-width: 576px) { .g-4ea0752e { padding-bottom: 24px; aspect-ratio: auto; height: auto; }
.g-5d3c9ad9 { aspect-ratio: auto; height: 100%; }
.g-670a1024 { margin: var(--size-xl) auto; }
 }

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

/* Block: recommendation (recommendation) */
.g-36dc58b2 { text-align: center; }
.g-85c6985e { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-1f372216 { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-50726d59 { width: 32px; height: 32px; border-radius: 50%; border: 0; padding: 0; background-color: var(--color-primary); display: flex; justify-content: center; align-items: center; cursor: pointer; }
.g-50726d59:hover { background-color: var(--color-primary); }
.g-2628c15a { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-85c6985e { margin-top: var(--size-m); }
 }

/* Block: search (search) */
.g-3ec5e223 { margin-top: var(--size-m); max-width: 600px; }
.g-90f8fd70 { margin-top: var(--size-m); max-width: 600px; }
.g-1e84a486 { margin-top: var(--size-xl); }

/* Block: searchform (searchform) */
.g-f9930866 { position: relative; display: inline-block; width: 100%; }
.g-f9930866 .g-c74757ec { 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) 48px; font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; color: var(--color-text); }
.g-f9930866 .g-c74757ec:focus + .g-db9827e7 { opacity: 1; }
.g-f9930866 .g-b9f4ff3a { position: absolute; left: 0; top: 0; height: 100%; width: 48px; border: 0; background-color: transparent; cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; }
.g-f9930866 .g-b9f4ff3a:hover { opacity: .7; }
.g-f9930866 .g-4b6f1147 { fill: var(--color-primary); }
.g-f9930866 .g-db9827e7 { position: absolute; right: 0; top: 0; height: 100%; border: 0; width: 48px; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; opacity: 0; font-size: 32px; }
.g-f9930866 .g-db9827e7:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-b50fa3de { padding: var(--size-xl) 0; }
.g-aa4f9cdc { max-width: 565px; margin: 0 auto; text-align: center; }
.g-d6640313 { margin-top: var(--size-s); }
.g-9bef115f { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-d6640313 { margin-top: var(--size-xs); }
.g-9bef115f { margin-top: var(--size-s); }
 }

/* Block: front-page::faq--0 (faq) */
.g-059f42ed { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-59427d5a { flex: 0 0 45%; position: relative; }
.g-b971fa6a { flex: 1; position: relative; z-index: 1; }
.g-f0745567 { user-select: none; }
.g-f0745567[open] .g-ab8c7a8c { transform: rotate(45deg); }
.g-a7480822 { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-a7480822::-webkit-details-marker { display: none; }
.g-ab8c7a8c { 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-ab8c7a8c svg { fill: var(--color-primary); }
.g-c0ccdcc0 { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-a7480822 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-ab8c7a8c { width: 24px; height: 24px; }
.g-ab8c7a8c svg { width: 16px; height: 16px; }
.g-c0ccdcc0 { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-059f42ed { align-items: center; flex-direction: column; gap: var(--size-m); }
.g-59427d5a { flex: 0; }
.g-b971fa6a { margin-left: 0; max-width: 70%; }
 }@media screen and (max-width: 576px) { .g-59427d5a { text-align: center; }
.g-b971fa6a { max-width: inherit; width: 100%; }
 }

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-61ce33a4 { display: flex; justify-content: flex-start; position: relative; z-index: 1; }
.g-38189925 { width: clamp(23.125rem, 29.2682926829vw + 7.2103658537rem, 30.625rem); flex-shrink: 0; padding: clamp(2rem, 5.8536585366vw + -1.1829268293rem, 3.5rem) var(--size-s) clamp(2rem, 5.8536585366vw + -1.1829268293rem, 3.5rem) clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-4f26a2bb { padding: clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.g-a1fce8ed { display: flex; justify-content: flex-start; align-items: center; }
.g-90f4bb87 { 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-3b54cfeb { display: flex; flex-direction: column; }
.g-468d81ec { margin-top: -100px; height: clamp(32rem, 13.28125vw + 25.625rem, 36.25rem); }
.g-50347cf7 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-61ce33a4 { flex-direction: column-reverse; }
.g-38189925 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-980aa95c { width: 100%; display: flex; justify-content: space-between; gap: var(--size-s); }
.g-980aa95c .g-a1fce8ed { margin-top: 0; }
.g-a1fce8ed { align-items: flex-start; flex-direction: column; flex: 1; }
.g-90f4bb87 { margin-right: 0; }
.g-3b54cfeb { margin-top: var(--size-xs); }
.g-468d81ec { height: clamp(38.75rem, -27.4809160305vw + 45.1908396947rem, 32rem); }
 }@media screen and (max-width: 576px) { .g-38189925 { text-align: center; }
.g-980aa95c { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-a1fce8ed { align-items: center; }
.g-0ed6af8b { margin: 0 auto; }
 }

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

/* Block: expertise::process--0 (process) */
.g-f3ff63b9 { width: 60%; }
.g-2eb2bd0f { flex: 1; position: relative; display: flex; gap: var(--size-s); }
.g-2eb2bd0f::before { content: ""; position: absolute; top: 135px; left: 0; width: 100%; height: 3px; background-color: var(--color-primary); }
.g-2cac519b { flex: 1; }
.g-419450be { position: relative; height: 100%; }
.g-419450be::before { content: ""; width: 16px; height: 16px; position: absolute; left: 50%; margin-left: -8px; top: 128px; background-color: var(--color-primary); border-radius: 50%; }
.g-8c60d5a1 { font-size: 80px; line-height: 130%; font-weight: 500; margin-bottom: 72px; text-align: center; }
@media screen and (max-width: 870px) { .g-219f2203 { flex-direction: column; }
.g-f3ff63b9 { width: 100%; }
.g-2eb2bd0f { flex-direction: column; }
.g-2eb2bd0f::before { top: 0; left: 80px; width: 2px; height: 100%; }
.g-419450be { display: flex; justify-content: flex-start; align-items: center; }
.g-419450be::before { margin-left: 0; top: 50%; margin-top: -8px; left: 73px; }
.g-8c60d5a1 { text-align: left; margin-bottom: 0; font-size: 40px; flex: 0 0 110px; }
 }@media screen and (max-width: 576px) { .g-f3ff63b9 { text-align: center; }
.g-2eb2bd0f::before { left: 57px; }
.g-419450be::before { left: 50px; }
.g-8c60d5a1 { font-size: 32px; flex: 0 0 75px; }
 }

/* Block: expertise::about--1 (about) */
.g-415fff38 { display: flex; align-items: center; gap: var(--size-m); }
.g-19b596cb { flex: 1; }
.g-e16b18f7 { flex: 1; }
@media screen and (max-width: 768px) { .g-415fff38 { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-e16b18f7 { text-align: center; }
 }

/* Block: expertise::reviews--0 (reviews) */
.g-f1b48dbf { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); }
.g-f2e81ea7 { padding: var(--size-m); box-shadow: var(--shadow); }
.g-74a820b2 svg { fill: var(--color-text); }
@media screen and (max-width: 768px) { .g-f1b48dbf { grid-template-columns: 1fr; }
 }

/* Block: expertise::text--0 (text) */
.g-0a2d7db9 { text-align: center; }

/* Block: reassurance::text--0 (text) */
.g-0f818f34 { text-align: center; }

/* Block: reassurance::faq--0 (faq) */
.g-934637bd { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-56a3cccf { flex: 0 0 45%; position: relative; }
.g-6a268ccc { flex: 1; position: relative; z-index: 1; }
.g-4a9cd5a1 { user-select: none; }
.g-4a9cd5a1[open] .g-79bfc699 { transform: rotate(45deg); }
.g-a2892fb6 { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-a2892fb6::-webkit-details-marker { display: none; }
.g-79bfc699 { 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-79bfc699 svg { fill: var(--color-primary); }
.g-d29bda1d { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-a2892fb6 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-79bfc699 { width: 24px; height: 24px; }
.g-79bfc699 svg { width: 16px; height: 16px; }
.g-d29bda1d { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-934637bd { align-items: center; flex-direction: column; gap: var(--size-m); }
.g-56a3cccf { flex: 0; }
.g-6a268ccc { margin-left: 0; max-width: 70%; }
 }@media screen and (max-width: 576px) { .g-56a3cccf { text-align: center; }
.g-6a268ccc { max-width: inherit; width: 100%; }
 }

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

/* Block: reassurance::text--1 (text) */
.g-c3fa7029 { column-count: 2; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-1b6530f9 { text-align: center; }
.g-c3fa7029 { column-count: 1; }
 }