/* Block: categories-list (categories-list) */
.g-2420e39b { display: inline-flex; flex-wrap: wrap; gap: var(--size-m); }
.g-2420e39b .g-d62f3b5d { 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-2420e39b .g-d62f3b5d:hover { filter: brightness(0.96); }
.g-2420e39b .g-6b179a96 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; height: 100%; }
.g-2420e39b .g-c3cdc768 { font-size: 28px; }
@media screen and (max-width: 1024px) { .g-2420e39b { gap: var(--size-s); }
.g-d62f3b5d { min-height: 50px; padding: 8px 24px; }
 }@media screen and (max-width: 768px) { .g-2420e39b { gap: var(--size-xs); }
.g-d62f3b5d { min-height: 40px; padding: 8px 16px; }
.g-6b179a96 { gap: 8px; }
 }

/* Block: category-header (category-header) */
.g-69cace1c { padding: var(--size-m) 0 var(--section-padding); }
.g-69cace1c .g-296987af { 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-69cace1c .g-93edf362 { margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-296987af { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-93edf362 { 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-4289e35b { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-bdb890b1 { display: block; }
.g-b5d68497 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-e2df61dd { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-526d815f { width: 100%; }
@media screen and (max-width: 768px) { .g-4289e35b { padding: var(--size-s); }
.g-b5d68497 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-e2df61dd { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-526d815f { width: auto; }
 }@media screen and (max-width: 576px) { .g-e2df61dd { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-56fd5233 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-70e6c3b3 { 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-70e6c3b3.g-b7730d3f { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-ddfba024 { margin-top: var(--section-padding); }
.g-1bd326dc { border-radius: var(--b-radius); padding: var(--size-m); }
.g-801c2eef { 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-0020aaf4 { max-width: 524px; }
.g-14c27e4f { max-width: 450px; }
.g-b1b3d9c2 { margin-top: var(--size-xs); }
.g-c7e7eb9b { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-4adee267 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-040ea102 { 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-040ea102:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-32d80ece { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-da8a22bb { transform: scale(1.2); margin-right: var(--size-xs); }
.g-4fe334e6 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; }
.g-9cb23bc3 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); margin-top: var(--size-m); }
.g-7975b3cc { 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-0020aaf4 { max-width: initial; }
.g-14c27e4f { max-width: initial; }
 }@media screen and (max-width: 870px) { .g-9cb23bc3 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-7975b3cc { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-4c3cfcda { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-801c2eef { gap: var(--size-m); }
.g-c7e7eb9b { flex-direction: column; gap: var(--size-xxs); }
.g-4adee267 { width: 100%; }
.g-040ea102 { width: 100%; }
.g-9cb23bc3 { flex-direction: column; align-items: center; }
 }

/* Block: header (header) */
#navigation-modal li {
    list-style: none;
}
#navigation-modal .menu-item,
#navigation-modal .page_item {
    transition: color .2s ease-out;
}
#navigation-modal .menu-item:hover,
#navigation-modal .menu-item a:hover,
#navigation-modal .page_item:hover,
#navigation-modal .page_item a:hover {
    color: var(--color-primary);
}
#navigation-modal .current-menu-item,
#navigation-modal .current_page_item,
#navigation-modal .current-menu-item a,
#navigation-modal .current_page_item a {
    color: var(--color-primary);
}

.g-1d82eaa2 { position: relative; z-index: 5; }
.g-624d82ff { width: 100%; }
.g-13b9d6e6 { display: flex; justify-content: center; align-items: center; height: 85px; }
.g-c94daca4 { position: sticky; top: -1px; z-index: 5; }
.g-8c5cd7cc { display: block; }
.g-d50c8d6e { display: flex; justify-content: center; align-items: center; height: 85px; position: relative; }
.g-d50c8d6e::after { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 75%; height: 1px; background-color: var(--color-text); }
.g-d06d4e40 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; margin: 0 auto; }
.g-0c85ec64 { font-size: 34px; margin-right: var(--size-xxs); }
.g-bcf303d8 { font-size: 24px; font-weight: 600; }
.g-8513dca0 { display: block; }
.g-203c898f { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-s); }
.g-aa6cd8d7 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); transition: 0.2s ease; }
.g-aa6cd8d7:hover { text-decoration: underline; }
.g-899e2d2c { display: none; flex-direction: column; gap: 5px; border: 0; padding: var(--size-xs); border-radius: var(--size-xxs); cursor: pointer; }
.g-b0e77983 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-1d82eaa2 { position: sticky; top: 0; }
.g-13b9d6e6 { justify-content: space-between; height: 65px; }
.g-8602c07c { top: 65px; height: 0; }
.g-d50c8d6e::after { display: none; }
.g-d06d4e40 { margin: 0; }
.g-8513dca0 { position: absolute; right: 0; bottom: 75px; transform: translateY(100%); background-color: var(--color-secondary); width: 260px; padding: var(--size-m); border-radius: var(--size-xxs); display: none; }
.g-8513dca0.g-ea96cdc9 { display: block; }
.g-203c898f { gap: var(--size-m); flex-direction: column; align-items: center; color: var(--color-text-light); }
.g-899e2d2c { display: flex; }
 }@media screen and (max-width: 576px) { .g-0c85ec64 { font-size: 28px; }
.g-bcf303d8 { font-size: 20px; }
.g-8513dca0 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-06104934 { padding: var(--section-padding) 0; }
.g-bc6367d3 { display: flex; }
.g-0dafbbee { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-341b94f3 { width: 100%; height: 100%; }
.g-ed6702a0 { 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-0eda434f { margin-top: var(--size-s); }
.g-ceae8547 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-bc6367d3 { flex-direction: column-reverse; }
.g-0dafbbee { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-341b94f3 { height: 350px; }
.g-ed6702a0 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-341b94f3 { height: auto; }
.g-ed6702a0 { padding: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-442aac02 { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-c8b10bdb { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-2e2a4218 { position: relative; padding: var(--size-xl) 0; }
.g-bbadc0f5 { text-align: center; }
.g-369abfeb { text-align: center; margin-top: var(--size-s); }
.g-a4395e07 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-a4395e07 { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-5173b493 { padding: var(--size-m) 0 50px; }
.g-e58afff5 { margin-top: var(--size-m); padding: var(--size-s) var(--size-s) var(--size-m); text-align: center; }
.g-e453d9f8 { margin-top: var(--size-xs); }
@media screen and (max-width: 576px) { .g-e58afff5 { margin-top: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-b3c2d5cd { position: relative; overflow: hidden; height: 100%; }
.g-b3c2d5cd .g-ea0a65f9 { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-b3c2d5cd .g-dffc9808 { height: 100%; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-b3c2d5cd .g-dffc9808 img { width: 100%; height: 100%; object-fit: cover; }
.g-b3c2d5cd .g-c3e1d3d3 { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-b3c2d5cd .g-d5901251 { margin-top: var(--size-xs); display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-b3c2d5cd .g-8475a91a { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-b3c2d5cd .g-de6f97d0 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-b3c2d5cd .g-6eef77b8 { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: var(--size-s); }
.g-b3c2d5cd .g-a2450a80 { display: flex; align-items: center; gap: 8px; }
.g-b3c2d5cd .g-a2450a80:hover { text-decoration: underline; }
.g-b3c2d5cd .g-cb49ce22 { white-space: nowrap; opacity: 0.8; }
.g-b3c2d5cd .g-35812219 { margin-top: var(--size-s); }
.g-b3c2d5cd .g-e73ef857 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-44607a2a { position: relative; overflow: hidden; height: 100%; }
.g-44607a2a .g-ea0a65f9 { position: relative; height: 100%; text-decoration: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.g-44607a2a .g-dffc9808 { flex-shrink: 0; width: 147px; height: 147px; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; }
.g-44607a2a .g-dffc9808 img { width: 100%; height: 100%; object-fit: cover; }
.g-44607a2a .g-c3e1d3d3 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-44607a2a .g-d5901251 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-44607a2a .g-8475a91a { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-44607a2a .g-de6f97d0 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-44607a2a .g-6eef77b8 { margin-top: 16px; width: 100%; display: flex; justify-content: space-between; align-items: center; }
.g-44607a2a .g-35812219 { margin-top: 16px; }
.g-44607a2a .g-e73ef857 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-d5901251 { gap: 0 4px; }
.g-a048f53b { flex-direction: column-reverse; }
.g-a7e48f94 { width: 100%; height: auto; aspect-ratio: 16/10; }
.g-c45554ff { 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-48724d01 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-l) var(--size-m); margin: var(--size-m) 0; }
.g-48724d01 blockquote { position: relative; border: 1px solid var(--color-primary); border-radius: var(--b-radius); padding: 25px 40px; }
.g-48724d01 blockquote::before { content: ''; position: absolute; top: 8px; left: 8px; display: inline-flex; width: 22px; height: 19px; 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 38 33' fill='none'%3E%3Cpath d='M21.7637 17.6546C21.7637 13.3867 23.28 9.25426 26.0482 5.97824C28.5014 3.07489 31.7999 1.00755 35.4767 0.0447956C36.2364 -0.154105 36.9795 0.336309 37.1568 1.08431L37.1723 1.15746L37.9764 5.54035C38.1211 6.32917 37.5867 7.07537 36.8148 7.32225C34.8524 7.94993 33.098 9.1144 31.7633 10.694C30.1389 12.6164 29.2376 15.0335 29.2098 17.5354L29.2091 17.6546H36.1819C36.9932 17.6546 37.6509 18.3045 37.6509 19.1062V31.4449C37.6509 32.2466 36.9932 32.8965 36.1819 32.8965H23.2551C22.4439 32.8965 21.7862 32.2466 21.7862 31.4449V17.6546H21.7637Z' fill='black'/%3E%3Cpath d='M1.32865e-07 17.6566C1.32865e-07 13.3886 1.51634 9.25622 4.28449 5.98019C6.73775 3.07684 10.0363 1.00951 13.713 0.0467487C14.4727 -0.152152 15.2159 0.338263 15.3931 1.08626L15.4086 1.15941L16.2127 5.5423C16.3574 6.33113 15.823 7.07732 15.0512 7.32421C13.0887 7.95188 11.3343 9.11636 9.99963 10.6959C8.37523 12.6184 7.47395 15.0355 7.44618 17.5373L7.44546 17.6566H14.4182C15.2295 17.6566 15.8872 18.3065 15.8872 19.1082V31.4468C15.8872 32.2485 15.2295 32.8984 14.4182 32.8984H1.49147C0.680194 32.8984 0.0225222 32.2485 0.0225221 31.4468V17.6566H1.32865e-07Z' 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 38 33' fill='none'%3E%3Cpath d='M21.7637 17.6546C21.7637 13.3867 23.28 9.25426 26.0482 5.97824C28.5014 3.07489 31.7999 1.00755 35.4767 0.0447956C36.2364 -0.154105 36.9795 0.336309 37.1568 1.08431L37.1723 1.15746L37.9764 5.54035C38.1211 6.32917 37.5867 7.07537 36.8148 7.32225C34.8524 7.94993 33.098 9.1144 31.7633 10.694C30.1389 12.6164 29.2376 15.0335 29.2098 17.5354L29.2091 17.6546H36.1819C36.9932 17.6546 37.6509 18.3045 37.6509 19.1062V31.4449C37.6509 32.2466 36.9932 32.8965 36.1819 32.8965H23.2551C22.4439 32.8965 21.7862 32.2466 21.7862 31.4449V17.6546H21.7637Z' fill='black'/%3E%3Cpath d='M1.32865e-07 17.6566C1.32865e-07 13.3886 1.51634 9.25622 4.28449 5.98019C6.73775 3.07684 10.0363 1.00951 13.713 0.0467487C14.4727 -0.152152 15.2159 0.338263 15.3931 1.08626L15.4086 1.15941L16.2127 5.5423C16.3574 6.33113 15.823 7.07732 15.0512 7.32421C13.0887 7.95188 11.3343 9.11636 9.99963 10.6959C8.37523 12.6184 7.47395 15.0355 7.44618 17.5373L7.44546 17.6566H14.4182C15.2295 17.6566 15.8872 18.3065 15.8872 19.1082V31.4468C15.8872 32.2485 15.2295 32.8984 14.4182 32.8984H1.49147C0.680194 32.8984 0.0225222 32.2485 0.0225221 31.4468V17.6566H1.32865e-07Z' fill='black'/%3E%3C/svg%3E"); box-shadow: 0 0 0 9999px var(--color-surface); }
.g-48724d01 blockquote::after { content: ''; position: absolute; bottom: 8px; right: 8px; display: inline-flex; width: 22px; height: 19px; 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 38 33' fill='none'%3E%3Cpath d='M16.2364 17.6546C16.2364 13.3867 14.72 9.25426 11.9519 5.97824C9.49863 3.07489 6.20013 1.00755 2.52335 0.0447956C1.76366 -0.154105 1.02053 0.336309 0.843237 1.08431L0.827744 1.15746L0.0236945 5.54035C-0.12103 6.32917 0.413391 7.07537 1.18523 7.32225C3.14769 7.94993 4.90205 9.1144 6.23675 10.694C7.86115 12.6164 8.76243 15.0335 8.79021 17.5354L8.79092 17.6546H1.81814C1.00687 17.6546 0.349188 18.3045 0.349188 19.1062V31.4449C0.349188 32.2466 1.00687 32.8965 1.81814 32.8965H14.7449C15.5562 32.8965 16.2139 32.2466 16.2139 31.4449V17.6546H16.2364Z' fill='black'/%3E%3Cpath d='M38.0001 17.6566C38.0001 13.3886 36.4837 9.25622 33.7156 5.98019C31.2623 3.07684 27.9638 1.00951 24.287 0.0467487C23.5273 -0.152152 22.7842 0.338263 22.6069 1.08626L22.5914 1.15941L21.7874 5.5423C21.6426 6.33113 22.1771 7.07732 22.9489 7.32421C24.9114 7.95188 26.6657 9.11636 28.0004 10.6959C29.6248 12.6184 30.5261 15.0355 30.5539 17.5373L30.5546 17.6566H23.5818C22.7705 17.6566 22.1129 18.3065 22.1129 19.1082V31.4468C22.1129 32.2485 22.7705 32.8984 23.5818 32.8984H36.5086C37.3199 32.8984 37.9775 32.2485 37.9775 31.4468V17.6566H38.0001Z' 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 38 33' fill='none'%3E%3Cpath d='M16.2364 17.6546C16.2364 13.3867 14.72 9.25426 11.9519 5.97824C9.49863 3.07489 6.20013 1.00755 2.52335 0.0447956C1.76366 -0.154105 1.02053 0.336309 0.843237 1.08431L0.827744 1.15746L0.0236945 5.54035C-0.12103 6.32917 0.413391 7.07537 1.18523 7.32225C3.14769 7.94993 4.90205 9.1144 6.23675 10.694C7.86115 12.6164 8.76243 15.0335 8.79021 17.5354L8.79092 17.6546H1.81814C1.00687 17.6546 0.349188 18.3045 0.349188 19.1062V31.4449C0.349188 32.2466 1.00687 32.8965 1.81814 32.8965H14.7449C15.5562 32.8965 16.2139 32.2466 16.2139 31.4449V17.6546H16.2364Z' fill='black'/%3E%3Cpath d='M38.0001 17.6566C38.0001 13.3886 36.4837 9.25622 33.7156 5.98019C31.2623 3.07684 27.9638 1.00951 24.287 0.0467487C23.5273 -0.152152 22.7842 0.338263 22.6069 1.08626L22.5914 1.15941L21.7874 5.5423C21.6426 6.33113 22.1771 7.07732 22.9489 7.32421C24.9114 7.95188 26.6657 9.11636 28.0004 10.6959C29.6248 12.6184 30.5261 15.0355 30.5539 17.5373L30.5546 17.6566H23.5818C22.7705 17.6566 22.1129 18.3065 22.1129 19.1082V31.4468C22.1129 32.2485 22.7705 32.8984 23.5818 32.8984H36.5086C37.3199 32.8984 37.9775 32.2485 37.9775 31.4468V17.6566H38.0001Z' fill='black'/%3E%3C/svg%3E"); }
.g-48724d01 .g-5a69454b { padding: 0 var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); border-left: 1px solid var(--color-text); }
.g-48724d01 .g-1fd83e29 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-48724d01 .g-2833fc36 { margin-top: var(--size-s); }
.g-48724d01 .g-2ef28d29 { margin-top: var(--size-s); color: var(--color-text-description); display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 16px; }
.g-48724d01 .g-cce42b37 { display: block; text-decoration: none; }
.g-48724d01 .g-cce42b37:hover { text-decoration: underline; }
.g-48724d01 .g-0fee7f1f { position: relative; color: var(--color-text); font-weight: bold; }
.g-48724d01 .g-0fee7f1f::before { content: ''; position: absolute; top: 0; left: calc((var(--size-s) + 8px) * -1); background-color: var(--color-primary); display: block; width: 16px; height: 16px; border-radius: 50%; }
@media screen and (max-width: 1024px) { .g-48724d01 { grid-template-columns: 1fr; }
.g-48724d01 .g-b5bb612f { order: 1; }
.g-48724d01 .g-145aa02f { order: 2; }
.g-48724d01 .g-2833fc36 { margin-top: var(--size-xs); }
.g-48724d01 .g-2ef28d29 { align-items: flex-start; margin-top: var(--size-xs); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-48724d01 { padding: var(--size-m) var(--size-s); }
 }

/* Block: post-header (post-header) */
.g-70d83c4f { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-d8635c68 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-be60377f { text-decoration: none; }
.g-be60377f:hover { text-decoration: underline; }
.g-54b34f8f { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-d87717bc { margin-top: var(--size-s); }
.g-a37402d3 { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-70d83c4f { gap: var(--size-xs); }
.g-54b34f8f { margin-top: var(--size-s); }
.g-a37402d3 { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-a9ec421d { text-align: center; }
.g-48f1e943 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-01822ee9 { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-c11320ef { 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-c11320ef:hover { background-color: var(--color-primary); }
.g-f6baf897 { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-48f1e943 { margin-top: var(--size-m); }
 }

/* Block: search (search) */
.g-ae242767 { text-align: center; max-width: 430px; margin: 0 auto; }
.g-8c15c399 { margin-top: var(--size-xl); }
.g-925ffe6d { max-width: 430px; margin-inline: auto; text-align: center; }

/* Block: searchform (searchform) */
.g-9cdd4412 { position: relative; display: inline-block; width: 100%; height: 48px; border-radius: 48px; background-color: var(--color-primary); padding: 4px 0; margin-top: 10px; }
.g-9cdd4412 .g-341a01a3 { color: var(--color-text); position: absolute; top: 50%; transform: translateY(-50%); left: 4px; width: calc(100% - 56px); height: 40px; border-radius: 44px; background-color: var(--color-surface); border: 0; padding: var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-9cdd4412 .g-b35f601d { position: absolute; right: 0; top: 0; height: 100%; border: 0; width: 52px; border-radius: 48px; cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-9cdd4412 .g-b35f601d:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-8c8db03e { position: fixed; bottom: 30px; right: 30px; display: none; background-color: var(--color-primary); border: none; width: 50px; height: 50px; border-radius: var(--b-radius); cursor: pointer; z-index: 4; }
.g-8c8db03e svg { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-8c8db03e { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-75cb9843 { padding: var(--section-padding) 0; }
.g-1b5e2ecf { display: flex; }
.g-3229816e { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-c86ef4f0 { width: 100%; height: 100%; }
.g-b6b04145 { 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-63a4b856 { margin-top: var(--size-s); }
.g-1fb8f8e7 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-1b5e2ecf { flex-direction: column-reverse; }
.g-3229816e { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-c86ef4f0 { height: 350px; }
.g-b6b04145 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-c86ef4f0 { height: auto; }
.g-b6b04145 { padding: var(--size-s); }
 }

/* Block: front-page::about--0 (about) */
.g-7c9d28b4 { display: flex; align-items: center; gap: var(--size-m); }
.g-9ccdc76b { flex: 1; }
.g-348c281d { flex: 1; }
@media screen and (max-width: 768px) { .g-7c9d28b4 { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-348c281d { text-align: center; }
 }

/* Block: front-page::categories-list (categories-list) */
.g-db602a65 { display: inline-flex; flex-wrap: wrap; gap: var(--size-m); }
.g-db602a65 .g-f348f8a5 { 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-db602a65 .g-f348f8a5:hover { filter: brightness(0.96); }
.g-db602a65 .g-260d2c32 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; height: 100%; }
.g-db602a65 .g-0e3970df { font-size: 28px; }
@media screen and (max-width: 1024px) { .g-db602a65 { gap: var(--size-s); }
.g-f348f8a5 { min-height: 50px; padding: 8px 24px; }
 }@media screen and (max-width: 768px) { .g-db602a65 { gap: var(--size-xs); }
.g-f348f8a5 { min-height: 40px; padding: 8px 16px; }
.g-260d2c32 { gap: 8px; }
 }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-770f2117 { display: flex; justify-content: flex-start; align-items: center; position: relative; gap: var(--size-s); z-index: 1; }
.g-97f6d234 { padding: var(--size-m); flex: 0 0 60%; display: flex; flex-direction: column; justify-content: center; }
.g-632d1eda { display: flex; justify-content: flex-start; }
.g-7ab6756f { padding: var(--size-xl); flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.g-34dbec7b { display: flex; justify-content: flex-start; align-items: center; }
.g-32e5ed5c { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-right: var(--size-m); }
.g-929fbf1f { fill: var(--color-text); }
.g-8ebb14b5 { stroke: var(--color-text); }
.g-9566286f { stroke: var(--color-text); }
.g-4c0285ef { display: flex; flex-direction: column; }
.g-33ebcee8 { flex: 0 0 50%; height: 383px; }
.g-2a3eec50 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-770f2117 { flex-direction: column; }
.g-97f6d234 { width: 100%; flex: 0 0 auto; }
.g-632d1eda { flex-direction: column; }
.g-7ab6756f { width: 100%; padding: var(--size-m); var(--wrapper-padding); }
.g-f6bba9f5 { width: 100%; display: flex; justify-content: space-between; }
.g-34dbec7b { margin-top: 0; align-items: flex-start; flex-direction: column; }
.g-32e5ed5c { margin-right: 0; }
.g-4c0285ef { margin-top: var(--size-xs); }
.g-33ebcee8 { height: 429px; width: 100%; flex: 0 0 auto; }
 }@media screen and (max-width: 576px) { .g-97f6d234 { padding: var(--size-xs); }
.g-f6bba9f5 { flex-direction: column; align-items: center; gap: var(--size-s); margin-top: var(--size-s); }
.g-34dbec7b { align-items: center; }
.g-4c0285ef { text-align: center; }
.g-33ebcee8 { height: 370px; }
 }

/* Block: expertise::about--0 (about) */
.g-0df064f6 { display: flex; align-items: center; gap: var(--size-m); }
.g-f29b9e01 { flex: 1; }
.g-55e76519 { flex: 1; }
@media screen and (max-width: 768px) { .g-0df064f6 { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-55e76519 { text-align: center; }
 }

/* Block: expertise::process--0 (process) */
.g-06be27b6 { width: 60%; }
.g-55bcdcbb { flex: 1; position: relative; display: flex; gap: var(--size-l); }
.g-07d1b0e2 { flex: 1; }
.g-0759a426 { position: relative; }
.g-0759a426::before { content: ""; position: absolute; top: 0; left: calc(-1 * var(--size-l) / 2); width: 1px; height: 100%; background-color: var(--color-primary); }
.g-303b7b0f::before { display: none; }
@media screen and (max-width: 870px) { .g-2b9e29e6 { flex-direction: column; }
.g-06be27b6 { width: 100%; }
.g-55bcdcbb { display: grid; grid-template-columns: 1fr 1fr; }
.g-55bcdcbb::before { content: ""; position: absolute; top: 0; left: 50%; width: 1px; height: 100%; background-color: var(--color-primary); }
.g-55bcdcbb::after { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background-color: var(--color-primary); }
.g-0759a426::before { display: none; }
 }@media screen and (max-width: 576px) { .g-06be27b6 { text-align: center; }
.g-55bcdcbb { margin-top: var(--size-m); gap: var(--size-m); grid-template-columns: 1fr; }
.g-55bcdcbb::before { display: none; }
.g-55bcdcbb::after { display: none; }
.g-0759a426::before { left: 0; top: calc(-1 * var(--size-m) / 2); display: block; height: 1px; width: 100%; }
.g-303b7b0f::before { display: none; }
 }

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

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

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

/* Block: approach::process--0 (process) */
.g-a015085c { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-d4fcc2cd { flex: 1; }
.g-24ae7862 { flex: 1; position: relative; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-050ad6f9 { display: flex; justify-content: flex-start; align-items: flex-start; border-bottom: 1px solid var(--color-secondary); gap: var(--size-s); padding-bottom: var(--size-xs); }
.g-5fc248ba { flex: 0 0 50px; font-size: 40px; line-height: 130%; font-weight: 500; }
@media screen and (max-width: 870px) { .g-a015085c { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-d4fcc2cd { text-align: center; }
.g-5fc248ba { font-size: 32px; flex: 0 0 35px; }
 }

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

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

/* Block: approach::faq--0 (faq) */
.g-21386f87 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-fa5f8be1 { flex: 0 0 45%; position: relative; }
.g-997c6f43 { flex: 1; position: relative; z-index: 1; }
.g-d4f7cf0f { user-select: none; }
.g-d4f7cf0f[open] .g-2faf1ebe { transform: rotate(45deg); }
.g-c4632406 { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-c4632406::-webkit-details-marker { display: none; }
.g-2faf1ebe { 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-2faf1ebe svg { fill: var(--color-primary); }
.g-77d69ba1 { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-c4632406 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-2faf1ebe { width: 24px; height: 24px; }
.g-2faf1ebe svg { width: 16px; height: 16px; }
.g-77d69ba1 { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-21386f87 { align-items: center; flex-direction: column; gap: var(--size-m); }
.g-fa5f8be1 { flex: 0; }
.g-997c6f43 { margin-left: 0; max-width: 70%; }
 }@media screen and (max-width: 576px) { .g-fa5f8be1 { text-align: center; }
.g-997c6f43 { max-width: inherit; width: 100%; }
 }