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

/* Block: category-header (category-header) */
.g-81f8bfd1 { padding: var(--size-m) 0 var(--section-padding); }
.g-81f8bfd1 .g-89f108ed { 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-81f8bfd1 .g-12fc98a5 { margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-89f108ed { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-12fc98a5 { 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-0019460c { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-78181a29 { display: block; }
.g-290db765 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-0489849f { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-902f255e { width: 100%; }
@media screen and (max-width: 768px) { .g-0019460c { padding: var(--size-s); }
.g-290db765 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-0489849f { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-902f255e { width: auto; }
 }@media screen and (max-width: 576px) { .g-0489849f { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-16c63285 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-3cc81eea { 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-3cc81eea.g-ec1779d4 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-d37320b0 { margin-top: var(--section-padding); }
.g-93bf1c15 { 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-ab796da1 { max-width: 510px; }
.g-3014a234 { max-width: 430px; }
.g-d8cda6ff { margin-top: var(--size-xs); }
.g-e1128db9 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-158a9e65 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-c42b6251 { 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-c42b6251:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-9e78ad0a { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-bc761cbf { transform: scale(1.2); margin-right: var(--size-xs); }
.g-62b1b803 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-d4a03a0e { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-77e059f1 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-d23d64e0 { 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-93bf1c15 { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-ab796da1 { max-width: initial; }
.g-3014a234 { max-width: initial; }
.g-62b1b803 { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-d4a03a0e { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-77e059f1 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-d23d64e0 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-ab5060a8 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-93bf1c15 { gap: var(--size-m); }
.g-e1128db9 { flex-direction: column; gap: var(--size-xxs); }
.g-158a9e65 { width: 100%; }
.g-c42b6251 { width: 100%; }
.g-77e059f1 { 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 {
    position: relative;
    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;
    transition: 0.1s text-shadow 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 {
    text-shadow: 0.5px 0 0 currentColor;
}
#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 {
    text-shadow: 0.5px 0 0 currentColor;
}
#header-nav-desktop .current-menu-item a .g-e4daf117,
#header-nav-desktop .current_page_item a .g-e4daf117,
#header-nav-dropdown .current-menu-item a .g-e4daf117,
#header-nav-dropdown .current_page_item a .g-e4daf117 {
    background-color: var(--color-text);
}

.g-6b727e83 { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-08ffb449 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-9790930d { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-634c06ed { display: none; }
.g-13d043c9 { font-size: 34px; margin-right: var(--size-xxs); }
.g-98453096 { font-size: 24px; font-weight: 600; }
.g-0eeb06b7 { -ms-overflow-style: none; scrollbar-width: none; }
.g-a708081a { display: none; }
.g-bedc23e7 { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-e4daf117 { position: absolute; bottom: -6px; display: block; width: 8px; height: 8px; border-radius: 50%; }
.g-ba83e559 { cursor: pointer; border: 0; padding: var(--size-xxs) var(--size-xs); transition: 0.3s transform ease-in-out; width: 72px; text-align: center; background-color: transparent; }
.g-ba83e559:hover { transform: scale(1.05); }
.g-9bd66e61 { display: none; }
.g-f5305d76 { display: none; }
.g-ab4c0848 { display: inline; }
.g-ecc39340 { display: none; }
.g-130f0fb0 { display: none; justify-content: flex-start; align-items: center; padding-bottom: var(--size-xs); }
.g-130f0fb0.g-24371870 { display: flex; width: 100%; }
.g-a50b1f81 { height: auto; display: flex; flex-direction: column; text-align: left; align-items: flex-start; }
.g-a50b1f81 .g-e4daf117 { bottom: 50%; margin-bottom: -4px; left: -5px; }
@media screen and (max-width: 870px) { .g-13d043c9 { font-size: 28px; }
.g-98453096 { font-size: 20px; }
.g-bedc23e7 { gap: var(--size-xxs); }
.g-390c1da6 { display: none; }
.g-f5305d76 { display: block; }
.g-130f0fb0.g-24371870 { display: flex; width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-e6d76e31 { padding: var(--section-padding) 0; }
.g-90e00e04 { display: flex; }
.g-307cc03e { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-aefa07a1 { margin-top: var(--size-s); }
.g-1bb5349a { margin-top: var(--size-m); }
.g-42196518 { flex: 1; }
.g-a870dd1a { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-90e00e04 { flex-direction: column; }
.g-307cc03e { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-a870dd1a { height: 400px; }
 }@media screen and (max-width: 576px) { .g-307cc03e { padding-bottom: var(--size-m); }
.g-a870dd1a { height: auto; }
 }

/* Block: page-404 (page-404) */
.g-1b7f66d4 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-f5fcdb4e { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-3e75f7fe { text-align: center; margin-top: var(--size-xl); }
.g-6baa0ca0 { text-align: center; margin-top: var(--size-s); }
.g-8caede75 { text-align: center; }
@media screen and (max-width: 768px) { .g-3e75f7fe { margin-top: var(--size-m); }
 }

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

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

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

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

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

.g-fdc37e24 .prev::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L1.97846 5.35541C1.9909 5.40959 1.99994 5.46543 1.99994 5.52338C1.99994 5.58133 1.9909 5.63718 1.97846 5.69135L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L1.97846 5.35541C1.9909 5.40959 1.99994 5.46543 1.99994 5.52338C1.99994 5.58133 1.9909 5.63718 1.97846 5.69135L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
}

.g-fdc37e24 .next {
    right: calc(var(--size-xs) * -1);
    transform: translateX(100%);
}

.g-fdc37e24 .next::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M0.21967 0.21967C0.512563 -0.0732234 0.9883 -0.0732234 1.28119 0.21967L6.05365 4.99311C6.34655 5.286 6.34655 5.76076 6.05365 6.05365L1.28119 10.8271C0.9883 11.12 0.512563 11.12 0.21967 10.8271C-0.0732234 10.5342 -0.0732234 10.0585 0.21967 9.76557L4.29487 5.69135C4.28243 5.63718 4.27338 5.58133 4.27338 5.52338C4.27338 5.46543 4.28243 5.40959 4.29487 5.35541L0.21967 1.28119C-0.0732234 0.9883 -0.0732234 0.512563 0.21967 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M0.21967 0.21967C0.512563 -0.0732234 0.9883 -0.0732234 1.28119 0.21967L6.05365 4.99311C6.34655 5.286 6.34655 5.76076 6.05365 6.05365L1.28119 10.8271C0.9883 11.12 0.512563 11.12 0.21967 10.8271C-0.0732234 10.5342 -0.0732234 10.0585 0.21967 9.76557L4.29487 5.69135C4.28243 5.63718 4.27338 5.58133 4.27338 5.52338C4.27338 5.46543 4.28243 5.40959 4.29487 5.35541L0.21967 1.28119C-0.0732234 0.9883 -0.0732234 0.512563 0.21967 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
}

.g-fdc37e24 .prev,
.g-fdc37e24 .next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    font-size: 0;
    border-radius: 50%;
    transition: .2s background-color ease-out, .2s color ease-out;
}

.g-fdc37e24 .prev:hover,
.g-fdc37e24 .next:hover {
    background-color: var(--color-secondary);
    color: var(--color-text-light);
}

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

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

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

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

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

/* Block: post-card (post-card) */
.g-9593accd { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-9593accd .g-5cb8e0c0 { position: relative; text-decoration: none; }
.g-9593accd .g-5d52237c { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-9593accd .g-47ce509d { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-9593accd .g-47ce509d img { width: 100%; height: 100%; object-fit: cover; }
.g-9593accd .g-93de9b52 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-9593accd .g-7a1b4e31 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-9593accd .g-db9500a7 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-9593accd .g-a7d0b6d4 { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-042c76ab { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-042c76ab .g-5cb8e0c0 { position: relative; text-decoration: none; }
.g-042c76ab .g-5d52237c { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-042c76ab .g-47ce509d { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-042c76ab .g-47ce509d img { width: 100%; height: 100%; object-fit: cover; }
.g-042c76ab .g-93de9b52 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-042c76ab .g-7a1b4e31 { 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-042c76ab .g-db9500a7 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-042c76ab .g-a7d0b6d4 { 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-5d52237c { 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-aad1b085 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-l) var(--size-m); margin: var(--size-m) 0; }
.g-aad1b085 blockquote { position: relative; border: 1px solid var(--color-primary); border-radius: var(--b-radius); padding: 25px 40px; }
.g-aad1b085 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-aad1b085 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-aad1b085 .g-dcd591a5 { padding: 0 var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); border-left: 1px solid var(--color-text); }
.g-aad1b085 .g-c45bfc7f { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-aad1b085 .g-5fd58347 { margin-top: var(--size-s); }
.g-aad1b085 .g-4e717101 { 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-aad1b085 .g-726fa020 { display: block; text-decoration: none; }
.g-aad1b085 .g-726fa020:hover { text-decoration: underline; }
.g-aad1b085 .g-debe103f { position: relative; color: var(--color-text); font-weight: bold; }
.g-aad1b085 .g-debe103f::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-aad1b085 { grid-template-columns: 1fr; }
.g-aad1b085 .g-8e4be58e { order: 1; }
.g-aad1b085 .g-5126eb4c { order: 2; }
.g-aad1b085 .g-5fd58347 { margin-top: var(--size-xs); }
.g-aad1b085 .g-4e717101 { align-items: flex-start; margin-top: var(--size-xs); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-aad1b085 { padding: var(--size-m) var(--size-s); }
 }

/* Block: post-header (post-header) */
.g-d30c1f46 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); margin-top: var(--size-m); }
.g-a7111b7d { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; }
.g-79eb3868 { display: flex; align-items: center; justify-content: center; }
.g-cff34640 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); flex-wrap: wrap; }
.g-af6d9104 { 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-af6d9104:hover { filter: brightness(0.96); }
.g-1e0ce500 { margin-top: var(--size-m); }
.g-96266c44 { margin-top: var(--size-s); margin-bottom: auto; }
.g-e2d19545 { margin-top: var(--size-s); }
@media screen and (max-width: 1024px) { .g-d30c1f46 { grid-template-columns: 1fr; }
.g-a7111b7d { max-width: 70%; }
.g-79eb3868 { max-width: 70%; display: block; }
.g-af6d9104 { height: 30px; }
 }@media screen and (max-width: 768px) { .g-d30c1f46 { gap: var(--size-m); }
.g-a7111b7d { max-width: 100%; }
.g-79eb3868 { max-width: 100%; }
.g-96266c44 { margin-top: var(--size-xs); }
 }

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

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

/* Block: search (search) */
.g-0a6cea4e { text-align: center; max-width: 430px; margin: 0 auto; }
.g-1b9973b2 { margin-top: var(--size-xl); }
.g-95a43c5c { max-width: 430px; margin-inline: auto; text-align: center; }

/* Block: searchform (searchform) */
.g-5b22dd53 { position: relative; display: inline-block; width: 100%; }
.g-5b22dd53 .g-0525a3dc { width: 100%; background-color: var(--color-surface); height: 48px; border-radius: 48px; border: 0; box-shadow: inset 0 0 0 2px var(--color-primary); padding: var(--size-xxs) 48px; font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; color: var(--color-text); }
.g-5b22dd53 .g-0525a3dc:focus + .g-5560359f { opacity: 1; }
.g-5b22dd53 .g-c9110ab0 { position: absolute; left: 0; top: 0; height: 100%; width: 48px; border: 0; background-color: transparent; cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; }
.g-5b22dd53 .g-c9110ab0:hover { opacity: .7; }
.g-5b22dd53 .g-11e4bc4c { fill: var(--color-primary); }
.g-5b22dd53 .g-5560359f { position: absolute; right: 0; top: 0; height: 100%; border: 0; width: 48px; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; opacity: 0; font-size: 32px; }
.g-5b22dd53 .g-5560359f:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-27c0cc91 { position: fixed; bottom: 30px; right: 30px; opacity: 0; background-color: var(--color-primary); border: none; width: 60px; height: 60px; border-radius: 50%; cursor: pointer; visibility: hidden; transition: 0.3s opacity ease-in-out; z-index: 4; }
.g-27c0cc91 svg { fill: var(--color-text-light); }
.g-23fc87a8 { visibility: visible; opacity: 1; }
@media screen and (max-width: 768px) { .g-27c0cc91 { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-96723fda { padding: var(--section-padding) 0; }
.g-92efe937 { display: flex; }
.g-b41f612a { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-b434c198 { margin-top: var(--size-s); }
.g-486fddae { margin-top: var(--size-m); }
.g-abaaac1e { flex: 1; }
.g-a53c7f79 { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-92efe937 { flex-direction: column; }
.g-b41f612a { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-a53c7f79 { height: 400px; }
 }@media screen and (max-width: 576px) { .g-b41f612a { padding-bottom: var(--size-m); }
.g-a53c7f79 { height: auto; }
 }

/* Block: front-page::about--0 (about) */
.g-3c3417a4 { display: flex; align-items: center; gap: var(--size-m); }
.g-1795940b { flex: 1; }
.g-91d89696 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-3c3417a4 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-0865de93 { text-align: center; }
 }

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-cabfd673 { display: flex; justify-content: flex-start; position: relative; z-index: 1; }
.g-a1d28b6b { 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-0a6f81cf { padding: clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.g-a845570d { display: flex; justify-content: flex-start; align-items: center; }
.g-98ec5cc8 { 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-a13faafd { display: flex; flex-direction: column; }
.g-4a8587da { margin-top: -100px; height: clamp(32rem, 13.28125vw + 25.625rem, 36.25rem); }
.g-b46eabea { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-cabfd673 { flex-direction: column-reverse; }
.g-a1d28b6b { width: 100%; }
 }@media screen and (max-width: 768px) { .g-6769aac2 { width: 100%; display: flex; justify-content: space-between; gap: var(--size-s); }
.g-6769aac2 .g-a845570d { margin-top: 0; }
.g-a845570d { align-items: flex-start; flex-direction: column; flex: 1; }
.g-98ec5cc8 { margin-right: 0; }
.g-a13faafd { margin-top: var(--size-xs); }
.g-4a8587da { height: clamp(38.75rem, -27.4809160305vw + 45.1908396947rem, 32rem); }
 }@media screen and (max-width: 576px) { .g-a1d28b6b { text-align: center; }
.g-6769aac2 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-a845570d { align-items: center; }
.g-25ffb0a6 { margin: 0 auto; }
 }

/* Block: about-page::about--0 (about) */
.g-54f8b468 { display: flex; align-items: center; gap: var(--size-m); }
.g-4c57ca22 { flex: 1; }
.g-208e1f70 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-54f8b468 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-cbff406e { text-align: center; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-eb4e5f18 { position: relative; display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-1c413a47 { flex: 1; }
.g-f7023848 { flex: 1; display: flex; flex-direction: column; gap: var(--size-m); }
.g-35011daf { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-s); }
.g-57d57f45 { flex-shrink: 0; width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
@media screen and (max-width: 870px) { .g-eb4e5f18 { flex-direction: column; gap: var(--size-m); }
.g-1c413a47 { text-align: center; }
 }@media screen and (max-width: 576px) { .g-f7023848 { gap: var(--size-s); }
.g-35011daf { flex-direction: column; gap: var(--size-xxs); }
 }

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

/* Block: benefits::highlights--0 (highlights) */
.g-9cb8e40f { position: relative; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); padding-left: var(--wrapper-padding); }
.g-da5a9a0f { flex: 0 1 560px; }
.g-21b35a7c { flex: 1 1 630px; }
.g-2484de28 { flex: 1; }
.g-30351083 { display: flex; gap: var(--size-s); flex-wrap: wrap; }
.g-4d22c82a { flex: 1; }
.g-511b2a23 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); }
.g-2196229e { flex-shrink: 0; width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
@media screen and (max-width: 768px) { .g-9cb8e40f { padding: 0 var(--wrapper-padding); flex-direction: column-reverse; }
.g-da5a9a0f { flex: auto; }
.g-21b35a7c { flex: auto; width: 100%; }
.g-30351083 { margin-top: var(--size-s); }
.g-4d22c82a { flex: 1 1 calc(50% - var(--size-s) / 2); }
 }@media screen and (max-width: 1024px) { .g-511b2a23 { align-items: flex-start; flex-direction: column; gap: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-da5a9a0f { text-align: center; }
.g-30351083 { flex-direction: column; }
.g-4d22c82a { flex: auto; text-align: center; }
.g-511b2a23 { align-items: center; }
 }

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

/* Block: benefits::about--0 (about) */
.g-bf17d147 { display: flex; align-items: center; gap: var(--size-m); }
.g-de81a413 { flex: 1; }
.g-ee8ef774 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-bf17d147 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-e240fcdb { text-align: center; }
 }

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

/* Block: benefits::about--1 (about) */
.g-58f63bc4 { display: flex; align-items: center; gap: var(--size-m); }
.g-f55b4553 { flex: 1; }
.g-2062feb6 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-58f63bc4 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-fbefd32f { text-align: center; }
 }

/* Block: benefits::text--1 (text) */
.g-9494040d { text-align: center; }