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

/* Block: category-header (category-header) */
.g-f133a4ec { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-f133a4ec .g-d5090bff { 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-f133a4ec .g-0b1c8131 { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-f133a4ec { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-d5090bff { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-b1cc6c7e { text-align: center; }
.g-0b1c8131 { 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-1edb4753 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-aefe803e { display: block; }
.g-e5f1bdbb { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-b16b29ad { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-e8345aa2 { width: 100%; }
@media screen and (max-width: 768px) { .g-1edb4753 { padding: var(--size-s); }
.g-e5f1bdbb { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-b16b29ad { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-e8345aa2 { width: auto; }
 }@media screen and (max-width: 576px) { .g-b16b29ad { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-c5a243a4 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-29ca337d { 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-29ca337d.g-9d2c7921 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-95703699 { margin-top: var(--section-padding); }
.g-cd91b61d { border-radius: var(--b-radius); padding: var(--size-m); }
.g-c2d5c040 { 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-daf71691 { max-width: 524px; }
.g-85f942cc { max-width: 450px; }
.g-ab96aa19 { margin-top: var(--size-xs); }
.g-fe825b64 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-ae1f0539 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-c32263f5 { 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-c32263f5:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-0ce01e38 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-edbc2694 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-4de7851e { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; }
.g-8688ee2e { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); margin-top: var(--size-m); }
.g-7e94ee6c { 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-daf71691 { max-width: initial; }
.g-85f942cc { max-width: initial; }
 }@media screen and (max-width: 870px) { .g-8688ee2e { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-7e94ee6c { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-24f08a26 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-c2d5c040 { gap: var(--size-m); }
.g-fe825b64 { flex-direction: column; gap: var(--size-xxs); }
.g-ae1f0539 { width: 100%; }
.g-c32263f5 { width: 100%; }
.g-8688ee2e { 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-5183eed5 { position: sticky; top: 0; background-color: var(--color-surface); z-index: 5; }
.g-bb6953ab { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-b6482d3f { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; }
.g-cc8b2206 { font-size: 36px; margin-right: var(--size-xs); }
.g-fa30d812 { font-size: 24px; font-weight: 600; }
.g-4ac7d8c3 { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-xs); }
.g-a67243dc { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); }
.g-67318abd { display: none; flex-direction: column; gap: 5px; border: 0; background-color: transparent; padding: 10px; }
.g-485c0446 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-5f265725 { 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-5f265725.g-00c1790b { display: block; }
.g-4ac7d8c3 { gap: var(--size-m); flex-direction: column; align-items: flex-start; color: var(--color-text-light); }
.g-67318abd { display: flex; cursor: pointer; }
 }@media screen and (max-width: 576px) { .g-5f265725 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-052ef668 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-fec23f65 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-afbfa7d8 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-afbfa7d8::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, #191917 100%); }
.g-4f88658a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; padding: var(--wrapper-padding); justify-content: flex-end; align-items: center; flex-direction: column; padding-top: 150px; padding-bottom: 150px; }
.g-e2370e17 { max-width: 760px; text-align: center; }
.g-55068a9d { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-052ef668 { min-height: 500px; }
.g-4f88658a { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-e2370e17 { text-align: left; }
.g-6fff5821 { margin-top: var(--size-xs); }
.g-55068a9d { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-958f73b6 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-456d04b4 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-9b23b57c { text-align: center; margin-top: var(--size-xl); }
.g-46a99072 { text-align: center; margin-top: var(--size-s); }
.g-9b9376f0 { text-align: center; }
@media screen and (max-width: 768px) { .g-9b23b57c { margin-top: var(--size-m); }
 }

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

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

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

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

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

.g-ce11b55d .prev::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='white'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='white'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
}

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

.g-ce11b55d .next::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='white'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='white'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
    transform: scale(-1);
}

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

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

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

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

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

/* Block: post-card (post-card) */
.g-e906f405 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-e906f405 .g-a5c9bdff { position: relative; text-decoration: none; }
.g-e906f405 .g-ae90d4b7 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-e906f405 .g-7b230744 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-e906f405 .g-7b230744 img { width: 100%; height: 100%; object-fit: cover; }
.g-e906f405 .g-a2716c50 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-e906f405 .g-6d033554 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-e906f405 .g-ad79f65d { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-e906f405 .g-d2457d2d { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-4c01da00 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-4c01da00 .g-a5c9bdff { position: relative; text-decoration: none; }
.g-4c01da00 .g-ae90d4b7 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-4c01da00 .g-7b230744 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-4c01da00 .g-7b230744 img { width: 100%; height: 100%; object-fit: cover; }
.g-4c01da00 .g-a2716c50 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-4c01da00 .g-6d033554 { 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-4c01da00 .g-ad79f65d { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-4c01da00 .g-d2457d2d { 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-ae90d4b7 { 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-323049bb { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-323049bb blockquote { position: relative; background-color: var(--color-surface); border-radius: var(--b-radius); padding: 40px var(--size-s) var(--size-s); margin-top: 40px; }
.g-323049bb blockquote::before { content: ''; position: absolute; top: 0; left: calc(var(--size-s) + 15px); transform: translateY(-50%); display: inline-flex; width: 85px; height: 49px; flex-shrink: 0; background-color: var(--color-primary); mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85 49' fill='none'%3E%3Cpath d='M14.9095 16.6105C18.0479 16.6088 23.2388 16.3158 27.4553 18.1206C40.0116 23.495 38.7245 38.0452 32.1596 43.7914C14.908 58.8919 -9.64319 38.4949 3.93569 16.6105C9.92309 6.96098 19.4084 1.79441 30.5917 0C24.3222 3.0201 14.9095 12.25 14.9095 16.6105Z' fill='black'/%3E%3Cpath d='M62.2327 16.6105C65.3711 16.6088 70.562 16.3158 74.7786 18.1206C87.3349 23.495 86.0478 38.0452 79.4829 43.7914C62.2313 58.8919 37.6801 38.4949 51.2589 16.6105C57.2463 6.96098 66.7316 1.79441 77.9149 0C71.6454 3.0201 62.2327 12.25 62.2327 16.6105Z' fill='black'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85 49' fill='none'%3E%3Cpath d='M14.9095 16.6105C18.0479 16.6088 23.2388 16.3158 27.4553 18.1206C40.0116 23.495 38.7245 38.0452 32.1596 43.7914C14.908 58.8919 -9.64319 38.4949 3.93569 16.6105C9.92309 6.96098 19.4084 1.79441 30.5917 0C24.3222 3.0201 14.9095 12.25 14.9095 16.6105Z' fill='black'/%3E%3Cpath d='M62.2327 16.6105C65.3711 16.6088 70.562 16.3158 74.7786 18.1206C87.3349 23.495 86.0478 38.0452 79.4829 43.7914C62.2313 58.8919 37.6801 38.4949 51.2589 16.6105C57.2463 6.96098 66.7316 1.79441 77.9149 0C71.6454 3.0201 62.2327 12.25 62.2327 16.6105Z' fill='black'/%3E%3C/svg%3E"); }
.g-323049bb .g-c09652d0 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-323049bb .g-68ce5234 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-323049bb .g-8a16aafc { margin-top: var(--size-m); }
.g-323049bb .g-d9467cb2 { 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-323049bb .g-18d6df07 { display: flex; justify-content: flex-start; align-items: flex-start; text-decoration: none; gap: 8px; }
.g-323049bb .g-18d6df07::before { content: var(--toc-number) '.'; flex-shrink: 0; font-weight: 600; text-decoration: none; width: 16px; }
.g-323049bb .g-18d6df07:hover { color: var(--color-text); }
.g-323049bb .g-1af14211 { font-weight: bold; }
.g-323049bb .g-1af14211::before { color: var(--color-primary); background-color: currentColor; mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16ZM7.46484 11.5352C7.66011 11.7304 7.97661 11.7304 8.17188 11.5352L11.3535 8.35352C11.5488 8.15825 11.5488 7.84175 11.3535 7.64648L8.17188 4.46484C7.97661 4.26962 7.66009 4.26959 7.46484 4.46484C7.26959 4.66009 7.26962 4.97661 7.46484 5.17188L9.79297 7.5H5C4.72389 7.50002 4.50002 7.72389 4.5 8C4.5 8.27613 4.72388 8.49998 5 8.5H9.79297L7.46484 10.8281C7.26959 11.0234 7.26962 11.3399 7.46484 11.5352Z' fill='black'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16ZM7.46484 11.5352C7.66011 11.7304 7.97661 11.7304 8.17188 11.5352L11.3535 8.35352C11.5488 8.15825 11.5488 7.84175 11.3535 7.64648L8.17188 4.46484C7.97661 4.26962 7.66009 4.26959 7.46484 4.46484C7.26959 4.66009 7.26962 4.97661 7.46484 5.17188L9.79297 7.5H5C4.72389 7.50002 4.50002 7.72389 4.5 8C4.5 8.27613 4.72388 8.49998 5 8.5H9.79297L7.46484 10.8281C7.26959 11.0234 7.26962 11.3399 7.46484 11.5352Z' fill='black'/%3E%3C/svg%3E"); }
@media screen and (max-width: 1024px) { .g-323049bb { grid-template-columns: 1fr; }
.g-323049bb .g-7f4a1a8e { display: none; }
.g-323049bb .g-8a16aafc { margin-top: var(--size-s); }
.g-323049bb .g-d9467cb2 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-323049bb blockquote { padding: 30px var(--size-s) var(--size-s); margin-top: 30px; }
.g-323049bb blockquote::before { left: var(--size-s); transform: translateY(-50%) scale(.7); }
 }

/* Block: post-header (post-header) */
.g-ec3b26d2 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); margin-top: var(--size-m); }
.g-00345a6e { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; }
.g-d5fa342c { display: flex; align-items: center; justify-content: center; }
.g-a8b09b44 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); flex-wrap: wrap; }
.g-47a43773 { 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-47a43773:hover { filter: brightness(0.96); }
.g-b949120a { margin-top: var(--size-m); }
.g-af54e1cc { margin-top: var(--size-s); margin-bottom: auto; }
.g-742486a0 { margin-top: var(--size-s); }
@media screen and (max-width: 1024px) { .g-ec3b26d2 { grid-template-columns: 1fr; }
.g-00345a6e { max-width: 70%; }
.g-d5fa342c { max-width: 70%; display: block; }
.g-47a43773 { height: 30px; }
 }@media screen and (max-width: 768px) { .g-ec3b26d2 { gap: var(--size-m); }
.g-00345a6e { max-width: 100%; }
.g-d5fa342c { max-width: 100%; }
.g-af54e1cc { margin-top: var(--size-xs); }
 }

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

/* Block: recommendation (recommendation) */
.g-376adb80 { text-align: center; }
.g-6100cd77 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-9b6f88c6 { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-47270f15 { 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-47270f15:hover { background-color: var(--color-primary); }
.g-9d959f4d { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-6100cd77 { margin-top: var(--size-m); }
 }

/* Block: search (search) */
.g-a7b447e6 { margin-top: var(--size-m); max-width: 600px; }
.g-2c145db9 { margin-top: var(--size-m); max-width: 600px; }
.g-425fc71d { margin-top: var(--size-xl); }

/* Block: searchform (searchform) */
.g-326c2e73 { position: relative; display: inline-block; width: 100%; }
.g-326c2e73 .g-9d45c3b4 { color: var(--color-text); width: 100%; background-color: var(--color-surface); height: 48px; border-radius: 48px; border: 0; box-shadow: 0 0 0 2px var(--color-surface), inset 0 0 0 3px var(--color-primary); padding: var(--size-xxs) 150px var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-326c2e73 .g-0d25433b { position: absolute; right: 0; top: 0; height: 100%; border: 0; border-radius: 48px; background-color: var(--color-primary); color: var(--color-text-light); cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0 32px; transition: opacity .2s ease-in-out; }
.g-326c2e73 .g-0d25433b:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-5822dc63 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-616f29e1 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-cb973b32 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-cb973b32::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, #191917 100%); }
.g-6315a107 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; padding: var(--wrapper-padding); justify-content: flex-end; align-items: center; flex-direction: column; padding-top: 150px; padding-bottom: 150px; }
.g-b215ebd9 { max-width: 760px; text-align: center; }
.g-f88fa4f0 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-5822dc63 { min-height: 500px; }
.g-6315a107 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-b215ebd9 { text-align: left; }
.g-044cf3bf { margin-top: var(--size-xs); }
.g-f88fa4f0 { margin-top: var(--size-s); }
 }

/* Block: front-page::faq--0 (faq) */
.g-8f5e1eee { position: relative; gap: var(--size-s); }
.g-8f5e1eee * { flex: 1; }
.g-534d485a { width: 80%; margin-inline: auto; }
.g-fde0c45b { 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-e72e85ea { user-select: none; }
.g-e72e85ea[open] .g-bca58709 { transform: scaleY(1); }
.g-ad4f0379 { display: flex; justify-content: flex-start; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-ad4f0379::-webkit-details-marker { display: none; }
.g-bca58709 { 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-bca58709 svg { fill: var(--color-primary); }
.g-2f6222cd { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-ad4f0379 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-2f6222cd { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-8f5e1eee { flex-direction: column; }
.g-534d485a { width: 100%; margin-top: var(--size-m); }
.g-fde0c45b { margin-right: var(--size-s); }
 }

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-d46c380b { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-adf9e596 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-53bee9d6 { flex: 0 0 450px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-a09edd5b { display: none; }
.g-c4dd0fb6 { width: 100%; }
.g-3140d484 { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: var(--size-m); white-space: nowrap; flex-wrap: wrap; }
.g-a83fd544 { flex: 1; display: flex; align-items: flex-start; flex-direction: column; }
.g-d57282f9 { 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-c86f8d93 { fill: var(--color-text); }
.g-80fa792a { stroke: var(--color-text); }
.g-42c0757f { stroke: var(--color-text); }
.g-2c928dba { display: flex; flex-direction: column; }
.g-ca4ca8d9 { width: 100%; height: 300px; }
.g-dee56bab { position: relative; z-index: 1; }
@media screen and (max-width: 1024px) { .g-d46c380b { flex-direction: column-reverse; }
.g-adf9e596 { flex-direction: column-reverse; justify-content: flex-start; }
.g-53bee9d6 { flex: 1; }
.g-7e6bb3c8 { display: none; }
.g-a09edd5b { display: block; text-align: center; }
.g-3140d484 { justify-content: space-evenly; }
.g-ca4ca8d9 { height: 430px; margin-top: var(--size-s); }
 }@media screen and (max-width: 870px) { .g-adf9e596 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-d57282f9 { margin-right: 0; }
.g-2c928dba { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-adf9e596 { text-align: center; }
.g-53bee9d6 { padding: var(--size-s); }
.g-3140d484 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-a83fd544 { flex: inherit; align-items: center; }
 }

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

/* Block: about-page::highlights--0 (highlights) */
.g-24ca457d { min-height: 700px; display: flex; flex-direction: column; padding: var(--size-xl) 0; }
.g-9d77eeaf { padding: 0 var(--wrapper-padding); }
.g-d2d744b5 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-d2d744b5::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); }
.g-9288ad26 { width: 50%; }
.g-85eda958 { display: flex; gap: var(--size-s); flex-wrap: wrap; padding: var(--size-s); margin-top: auto; }
.g-97860ccb { flex: 1; }
.g-8d85c50d { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-646988c4 { flex-shrink: 0; width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 32px; }
@media screen and (max-width: 768px) { .g-56a16cd6 { padding: var(--section-padding); 0 }
.g-24ca457d { padding: 0; min-height: auto; gap: var(--size-m); }
.g-9d77eeaf { display: flex; flex-direction: column-reverse; }
.g-d2d744b5 { position: relative; margin-top: var(--size-m); }
.g-d2d744b5::after { display: none; }
.g-9288ad26 { width: 100%; color: var(--color-text-dark); }
.g-97860ccb { flex: 1 1 calc(50% - var(--size-s) / 2); }
 }@media screen and (max-width: 1024px) { .g-8d85c50d { align-items: flex-start; flex-direction: column; gap: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-9288ad26 { text-align: center; }
.g-85eda958 { flex-direction: column; }
.g-97860ccb { flex: auto; text-align: center; }
.g-8d85c50d { align-items: center; }
 }

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

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

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

/* Block: reassurance::about--1 (about) */
.g-3e0e686d { padding: 0; }
@media screen and (max-width: 1280px) { .g-634ee477 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-3e0e686d { padding: 0 var(--wrapper-padding); }
.g-22550644 { column-count: 1; }
.g-634ee477 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-22550644 { text-align: center; }
 }