/* Block: categories-list (categories-list) */
.g-18c25990 { display: inline-flex; flex-wrap: wrap; gap: var(--size-m); }
.g-18c25990 .g-1b56dbab { text-decoration: none; background-color: var(--color-surface); min-height: 54px; padding: 8px 32px; border-radius: 54px; text-align: left; transition: .2s ease-in-out filter; }
.g-18c25990 .g-1b56dbab:hover { filter: brightness(0.96); }
.g-18c25990 .g-1ec8e6f2 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; height: 100%; }
.g-18c25990 .g-25999950 { font-size: 28px; }
@media screen and (max-width: 1024px) { .g-18c25990 { gap: var(--size-s); }
.g-1b56dbab { min-height: 50px; padding: 8px 24px; }
 }@media screen and (max-width: 768px) { .g-18c25990 { gap: var(--size-xs); }
.g-1b56dbab { min-height: 40px; padding: 8px 16px; }
.g-1ec8e6f2 { gap: 8px; }
 }

/* Block: category-header (category-header) */
.g-73aaf33c { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-m) 0 var(--section-padding); }
.g-73aaf33c .g-4fc9e07e { background-color: var(--color-surface); border-radius: var(--b-radius); text-align: center; padding: var(--size-s); }
.g-73aaf33c .g-ff00e6c6 { font-size: 80px; }
.g-73aaf33c .g-d7f3da90 { margin-top: var(--size-xs); }
.g-73aaf33c .g-754623c9 { text-align: center; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-4fc9e07e { padding: var(--size-xs); }
.g-ff00e6c6 { font-size: 64px; }
.g-754623c9 { 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-7009d1bd { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-624d3087 { display: block; }
.g-eb1c1c10 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-2c71e7ff { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-d4bbc737 { width: 100%; }
@media screen and (max-width: 768px) { .g-7009d1bd { padding: var(--size-s); }
.g-eb1c1c10 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-2c71e7ff { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-d4bbc737 { width: auto; }
 }@media screen and (max-width: 576px) { .g-2c71e7ff { gap: var(--size-xxs); }
 }

/* Block: featured-posts (featured-posts) */
.g-7220854f { display: grid; grid-template-columns: minmax(0, 1fr) 466px; gap: var(--size-xs); align-items: start; }
.g-81c610cb { background-color: var(--color-surface); padding: var(--size-xs); border-radius: var(--b-radius); }
.g-63499135 { margin: 0; height: 1px; border: 0; border-top: 1px solid var(--color-text); }
.g-de7f303e { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-7220854f { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-7220854f { grid-template-columns: 1fr; gap: var(--size-l); }
.g-81c610cb { padding: 8px; }
 }

/* Block: footer (footer) */
.g-fc3108d2 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-06cbf074 { 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-06cbf074.g-586ec7f0 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-56f20dda { margin-top: var(--section-padding); }
.g-cf131695 { 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-fe8ce47c { max-width: 510px; }
.g-e1b39487 { max-width: 430px; }
.g-9d906680 { margin-top: var(--size-xs); }
.g-03bf835c { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-866de803 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-44f5e03f { 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-44f5e03f:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-f9f95970 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-5e416eb7 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-a3112da7 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-051508f3 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-8a0b9875 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-87cf229b { 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-cf131695 { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-fe8ce47c { max-width: initial; }
.g-e1b39487 { max-width: initial; }
.g-a3112da7 { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-051508f3 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-8a0b9875 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-87cf229b { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-419d9da6 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-cf131695 { gap: var(--size-m); }
.g-03bf835c { flex-direction: column; gap: var(--size-xxs); }
.g-866de803 { width: 100%; }
.g-44f5e03f { width: 100%; }
.g-8a0b9875 { flex-direction: column; align-items: flex-start; }
 }

/* Block: header (header) */
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a,
#header-nav-dropdown .menu-item a,
#header-nav-dropdown .page_item a {
    text-decoration: none;
    white-space: nowrap;
    padding: var(--size-xxs) var(--size-xs);
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    border: 1px solid var(--color-text);
    transition: 0.1s background-color ease-in-out, 0.1s color ease-in-out;
}
#header-nav-desktop .menu-item a:hover,
#header-nav-desktop .page_item a:hover,
#header-nav-dropdown .menu-item a:hover,
#header-nav-dropdown .page_item a:hover {
    background-color: var(--color-primary);
    color: var(--color-text-light);
    border-color: var(--color-primary);
}
#header-nav-desktop .current-menu-item a,
#header-nav-desktop .current_page_item a,
#header-nav-dropdown .current-menu-item a,
#header-nav-dropdown .current_page_item a {
    background-color: var(--color-primary);
    color: var(--color-text-light);
    border-color: var(--color-primary);
}

.g-b9c95d79 { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-05ed60d9 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-1a8f2677 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-2067048a { font-size: 34px; margin-right: var(--size-xxs); }
.g-30447f0e { font-size: 24px; font-weight: 600; }
.g-1f950b35 { -ms-overflow-style: none; scrollbar-width: none; }
.g-a5b7b306 { display: none; }
.g-57628110 { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-b2570d38 { cursor: pointer; border: 0; padding: var(--size-xxs); transition: 0.3s opacity ease-in-out; width: 56px; height: 56px; border-radius: var(--size-xl); text-align: center; background-color: var(--color-primary); }
.g-b2570d38:hover { opacity: 0.7; }
.g-b2570d38 svg { vertical-align: middle; fill: var(--color-text-light); }
.g-af7009d4 { display: none; }
.g-e078c41d { display: none; }
.g-4a94e7c9 { display: inline; }
.g-e3ab4aa5 { display: none; }
.g-6cf6cff6 { display: none; justify-content: flex-start; align-items: center; padding-bottom: var(--size-xs); }
.g-6cf6cff6.g-e1089da9 { display: flex; width: 100%; }
.g-e4bb02af { padding-inline: 0; overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 870px) { .g-2067048a { font-size: 28px; }
.g-30447f0e { font-size: 20px; }
.g-57628110 { gap: var(--size-xxs); }
.g-e4ca5ed2 { display: none; }
.g-e078c41d { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-f1cb2a88 { padding: var(--section-padding) 0; }
.g-fa29d8b1 { display: flex; }
.g-1af82811 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-19c9ec80 { width: 100%; height: 100%; }
.g-bc5411ec { flex: 1; border-radius: 0 var(--b-radius) var(--b-radius) 0; background-color: var(--color-primary); color: var(--color-text-light); display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-4ebe9084 { margin-top: var(--size-s); }
.g-326a500b { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-fa29d8b1 { flex-direction: column-reverse; }
.g-1af82811 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-19c9ec80 { height: 350px; }
.g-bc5411ec { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-19c9ec80 { height: auto; }
.g-bc5411ec { padding: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-14ae66f0 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-26a10972 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-394e83d2 { text-align: center; margin-top: var(--size-xl); }
.g-d4dc42b6 { text-align: center; margin-top: var(--size-s); }
.g-d6713306 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-394e83d2 { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-d6713306 { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

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

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

.g-07d984e0 .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-07d984e0 .next {
    right: 0;
    transform: translateX(calc(100% + 44px));
    color: var(--color-secondary);
}

.g-07d984e0 .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-07d984e0 .prev,
.g-07d984e0 .next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
        color: var(--color-text);
}

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

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

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

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

/* Block: post-card (post-card) */
.g-0953518f { position: relative; border-radius: var(--b-radius); overflow: hidden; height: 100%; background-color: var(--color-surface); }
.g-0953518f .g-949331e9 { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-0953518f .g-17046bb5 { height: 100%; background-color: var(--color-secondary); margin-bottom: -19px; aspect-ratio: 16/10; }
.g-0953518f .g-17046bb5 img { width: 100%; height: 100%; object-fit: cover; }
.g-0953518f .g-7e40cf3f { margin-top: auto; padding: 0 var(--size-s) var(--size-s); display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-0953518f .g-f295c038 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; background-color: var(--color-surface); border-radius: var(--b-radius) var(--b-radius) 0 0; padding: 0 8px; }
.g-0953518f .g-8beb9e67 { padding: 8px 4px; display: flex; justify-content: center; gap: 16px; align-items: center; white-space: nowrap; }
.g-0953518f .g-96b8b1b1 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-0953518f .g-8b7c74b5 { margin-top: var(--size-s); display: flex; align-items: center; gap: 8px; }
.g-0953518f .g-8b7c74b5:hover { text-decoration: underline; }
.g-0953518f .g-3f2c8a3f { white-space: nowrap; opacity: 0.8; margin-top: var(--size-xs); }
.g-0953518f .g-25957742 { margin-top: var(--size-s); }
.g-0953518f .g-d03dd77e { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-7aca1a6a { position: relative; height: 100%; background-color: var(--color-surface); padding: 24px 0; }
.g-7aca1a6a .g-949331e9 { position: relative; height: 100%; text-decoration: none; }
.g-7aca1a6a .g-8e6cdc53 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; }
.g-7aca1a6a .g-d5efaf79 { flex-shrink: 0; width: 120px; }
.g-7aca1a6a .g-17046bb5 { height: 120px; background-color: var(--color-secondary); border-radius: var(--b-radius); }
.g-7aca1a6a .g-17046bb5 img { width: 100%; height: 100%; object-fit: cover; }
.g-7aca1a6a .g-f295c038 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; }
.g-7aca1a6a .g-8beb9e67 { display: flex; justify-content: center; gap: 8px; align-items: center; white-space: nowrap; }
.g-7aca1a6a .g-96b8b1b1 { margin-top: 16px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-7aca1a6a .g-3f2c8a3f { white-space: nowrap; opacity: 0.8; }
.g-7aca1a6a .g-d03dd77e { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-7e40cf3f { padding: 0 8px 8px; }
.g-f295c038 { gap: 0 4px; }
.g-7aca1a6a { padding: 16px 0; }
.g-7aca1a6a .g-8e6cdc53 { flex-wrap: wrap; justify-content: space-between; gap: 8px; }
.g-7aca1a6a .g-d5efaf79 { flex-shrink: initial; width: auto; }
.g-7aca1a6a .g-17046bb5 { width: 100%; height: 100%; aspect-ratio: 16/10; }
.g-7aca1a6a .g-7e40cf3f { margin-top: 8px; }
 }

/* 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-b9e65d6f { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-b9e65d6f blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-b9e65d6f .g-6e7fb373 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-b9e65d6f .g-26c971bd { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-b9e65d6f .g-48479832 { margin-top: var(--size-m); }
.g-b9e65d6f .g-92c07951 { 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-b9e65d6f .g-a3d2b427 { display: block; text-decoration: none; }
.g-b9e65d6f .g-a3d2b427:hover { text-decoration: underline; }
.g-b9e65d6f .g-b03a058b { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-b9e65d6f { grid-template-columns: 1fr; }
.g-b9e65d6f .g-45bb5a09 { display: none; }
.g-b9e65d6f .g-48479832 { margin-top: var(--size-s); }
.g-b9e65d6f .g-92c07951 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-b9e65d6f blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-331c88d7 { position: relative; }
.g-0819d971 { width: 100%; }
.g-15e877cd { position: relative; display: flex; flex-direction: column; }
.g-373f3586 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-373f3586::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-3c308880 { width: 100%; height: 100%; }
.g-bd4d9e42 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-3f2323ff { 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-ea5b22b1 { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-s); flex-wrap: wrap; }
.g-d58699c4 { 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-d58699c4:hover { text-decoration: underline; }
.g-5fd6e31c { margin-top: var(--size-m); }
.g-a41fee0e { white-space: nowrap; }
@media screen and (max-width: 1024px) { .g-15e877cd { padding-bottom: 40px; }
.g-ea5b22b1 { gap: var(--size-xxs); }
.g-d58699c4 { height: 31px; padding: 8px 16px; }
.g-5fd6e31c { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-3f2323ff { padding-bottom: 0; }
.g-d58699c4 { padding: 8px; }
 }@media screen and (max-width: 576px) { .g-15e877cd { padding-bottom: 24px; aspect-ratio: auto; height: auto; }
.g-3c308880 { aspect-ratio: auto; height: 100%; }
.g-3f2323ff { margin: var(--size-xl) auto; }
 }

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

/* Block: recommendation (recommendation) */
.g-94fdd8b4 { text-align: center; }
.g-0e5dae74 { position: relative; }
.g-f2817fea { position: absolute; top: 50%; z-index: 10; margin-top: -16px; 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-f2817fea:hover { background-color: var(--color-primary); }
.g-e4c63926 { left: -42px; }
.g-1ecc9289 { right: -42px; }
@media screen and (max-width: 1024px) { .g-38100008 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-f2817fea { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-0bfa2bb7 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-0bfa2bb7 .g-45529eb5 { margin-top: var(--size-m); max-width: 600px; }
.g-00bb6d41 { margin-top: var(--size-xl); }
.g-2c081435 { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-0bfa2bb7 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-d8299bef { position: relative; display: inline-block; width: 100%; }
.g-d8299bef .g-0203b5c2 { 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-d8299bef .g-17a753ee { 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-d8299bef .g-17a753ee:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-d2b2648f { padding: var(--section-padding) 0; }
.g-c98ae442 { display: flex; }
.g-47ea93c0 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-e3046f72 { width: 100%; height: 100%; }
.g-53e025dd { flex: 1; border-radius: 0 var(--b-radius) var(--b-radius) 0; background-color: var(--color-primary); color: var(--color-text-light); display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-3de4e57d { margin-top: var(--size-s); }
.g-27d05797 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-c98ae442 { flex-direction: column-reverse; }
.g-47ea93c0 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-e3046f72 { height: 350px; }
.g-53e025dd { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-e3046f72 { height: auto; }
.g-53e025dd { padding: var(--size-s); }
 }

/* Block: front-page::faq--0 (faq) */
.g-d846832c { display: flex; position: relative; gap: var(--size-s); }
.g-d846832c * { flex: 1; }
.g-ab779364 { flex: 1; position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-m); }
.g-3042d706 { flex-shrink: 0; }
.g-0bb694b4 { grid-column: span 2; }
.g-95a3244f { user-select: none; }
.g-95a3244f[open] .g-84ff8379 { transform: rotate(45deg); }
.g-e4e22963 { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-e4e22963::-webkit-details-marker { display: none; }
.g-84ff8379 { 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-84ff8379 svg { fill: var(--color-primary); }
.g-3dee8ac4 { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-e4e22963 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-84ff8379 { width: 24px; height: 24px; }
.g-84ff8379 svg { width: 16px; height: 16px; }
.g-3dee8ac4 { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-d846832c { flex-direction: column; }
.g-ab779364 { grid-template-columns: 1fr; margin-top: var(--size-m); }
.g-0bb694b4 { grid-column: span 1; }
 }@media screen and (max-width: 576px) { .g-d846832c { text-align: center; }
 }

/* Block: front-page::categories-list (categories-list) */
.g-8a08c34c { display: inline-flex; flex-wrap: wrap; gap: var(--size-m); }
.g-8a08c34c .g-7b61ef79 { text-decoration: none; background-color: var(--color-surface); min-height: 54px; padding: 8px 32px; border-radius: 54px; text-align: left; transition: .2s ease-in-out filter; }
.g-8a08c34c .g-7b61ef79:hover { filter: brightness(0.96); }
.g-8a08c34c .g-c1db4f93 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; height: 100%; }
.g-8a08c34c .g-e11ff758 { font-size: 28px; }
@media screen and (max-width: 1024px) { .g-8a08c34c { gap: var(--size-s); }
.g-7b61ef79 { min-height: 50px; padding: 8px 24px; }
 }@media screen and (max-width: 768px) { .g-8a08c34c { gap: var(--size-xs); }
.g-7b61ef79 { min-height: 40px; padding: 8px 16px; }
.g-c1db4f93 { gap: 8px; }
 }

/* Block: front-page::featured-posts (featured-posts) */
.g-b656a4ea { display: grid; grid-template-columns: minmax(0, 1fr) 466px; gap: var(--size-xs); align-items: start; }
.g-693d6363 { background-color: var(--color-surface); padding: var(--size-xs); border-radius: var(--b-radius); }
.g-a671b50f { margin: 0; height: 1px; border: 0; border-top: 1px solid var(--color-text); }
.g-76b414b3 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-b656a4ea { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-b656a4ea { grid-template-columns: 1fr; gap: var(--size-l); }
.g-693d6363 { padding: 8px; }
 }

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

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

/* Block: contacts-page::form--0 (form) */
.g-00135daf { display: flex; justify-content: flex-start; position: relative; z-index: 1; }
.g-19de531d { 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-067c9798 { padding: clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.g-745e39e9 { display: flex; justify-content: flex-start; align-items: center; }
.g-76e4f796 { 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-381a9b00 { display: flex; flex-direction: column; }
.g-4d5e1dd1 { margin-top: -100px; height: clamp(32rem, 13.28125vw + 25.625rem, 36.25rem); }
.g-f2bd9377 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-00135daf { flex-direction: column-reverse; }
.g-19de531d { width: 100%; }
 }@media screen and (max-width: 768px) { .g-6bcf2618 { width: 100%; display: flex; justify-content: space-between; gap: var(--size-s); }
.g-6bcf2618 .g-745e39e9 { margin-top: 0; }
.g-745e39e9 { align-items: flex-start; flex-direction: column; flex: 1; }
.g-76e4f796 { margin-right: 0; }
.g-381a9b00 { margin-top: var(--size-xs); }
.g-4d5e1dd1 { height: clamp(38.75rem, -27.4809160305vw + 45.1908396947rem, 32rem); }
 }@media screen and (max-width: 576px) { .g-19de531d { text-align: center; }
.g-6bcf2618 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-745e39e9 { align-items: center; }
.g-d56c33d9 { margin: 0 auto; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-2ceab6e2 { min-height: 700px; display: flex; flex-direction: column; padding: var(--size-xl) 0; }
.g-13faab04 { padding: 0 var(--wrapper-padding); }
.g-b1278def { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-b1278def::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); }
.g-f03d9837 { width: 50%; }
.g-c8bd3ac4 { display: flex; gap: var(--size-s); flex-wrap: wrap; padding: var(--size-s); margin-top: auto; }
.g-73193937 { flex: 1; }
.g-4f75cb25 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-a2f17961 { 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-8ad76ad6 { padding: var(--section-padding); 0 }
.g-2ceab6e2 { padding: 0; min-height: auto; gap: var(--size-m); }
.g-13faab04 { display: flex; flex-direction: column-reverse; }
.g-b1278def { position: relative; margin-top: var(--size-m); }
.g-b1278def::after { display: none; }
.g-f03d9837 { width: 100%; color: var(--color-text-dark); }
.g-73193937 { flex: 1 1 calc(50% - var(--size-s) / 2); }
 }@media screen and (max-width: 1024px) { .g-4f75cb25 { align-items: flex-start; flex-direction: column; gap: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-f03d9837 { text-align: center; }
.g-c8bd3ac4 { flex-direction: column; }
.g-73193937 { flex: auto; text-align: center; }
.g-4f75cb25 { align-items: center; }
 }

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

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

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

/* Block: reassurance::faq--0 (faq) */
.g-1fe46cd8 { position: relative; }
.g-36c602c4::before { content: ""; position: absolute; top: 0; left: 0; width: clamp(30.3125rem, 47.0703125vw + 7.71875rem, 45.375rem); height: 100%; background-color: var(--color-secondary); z-index: -1; }
.g-c667537c { padding: 80px 0; display: flex; justify-content: flex-start; align-items: center; }
.g-6c70c57b { flex: 0 0 clamp(26.75rem, 45.3125vw + 5rem, 41.25rem); padding-right: clamp(10rem, 7.8125vw + 6.25rem, 12.5rem); position: relative; }
.g-ef79a96e { flex: 1; padding: 0 0 0 clamp(1rem, 7.8125vw + -2.75rem, 3.5rem); margin-left: clamp(-7.0625rem, -3.3203125vw + -5.46875rem, -8.125rem); position: relative; z-index: 1; }
.g-ef79a96e li:last-child .g-d95797de { border-bottom: none; }
.g-d95797de { border-bottom: 1px solid var(--color-secondary); user-select: none; }
.g-d95797de[open] .g-9b0c9c18 { transform: rotate(45deg); }
.g-d95797de .g-1307a40f { padding-bottom: var(--size-s); }
.g-77eeda45 { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding-top: var(--size-s); padding-bottom: var(--size-s); }
.g-77eeda45::-webkit-details-marker { display: none; }
.g-9b0c9c18 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; background-color: var(--color-surface); border-radius: 50%; margin-left: var(--size-xs); }
.g-9b0c9c18 svg { fill: var(--color-text); }
.g-1307a40f { padding-bottom: var(--size-s); }
@media screen and (max-width: 768px) { .g-36c602c4::before { width: 100%; }
.g-c667537c { flex-direction: column; }
.g-6c70c57b { flex: 0; padding-right: 0; text-align: center; padding-bottom: var(--size-s); }
.g-ef79a96e { margin-left: 0; width: 100%; padding-right: 16px; }
 }@media screen and (max-width: 870px) { .g-77eeda45 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-9b0c9c18 { width: 24px; height: 24px; }
.g-9b0c9c18 svg { width: 16px; height: 16px; }
.g-1307a40f { padding-bottom: var(--size-xs); }
 }

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

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