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

/* Block: category-header (category-header) */
.g-2a0cb00f { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-s); background-color: var(--color-surface); border-radius: var(--b-radius); max-width: 700px; margin: var(--size-m) auto var(--section-padding); }
.g-2a0cb00f .g-44d2e8e2 { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-2a0cb00f .g-e9a1a3ff { margin-top: var(--size-s); text-align: center; }
@media screen and (max-width: 576px) { .g-44d2e8e2 { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-e9a1a3ff { 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-26b0461e { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-b81840c0 { display: block; }
.g-5cd853db { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-a454a910 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-b0e17cdc { width: 100%; }
@media screen and (max-width: 768px) { .g-26b0461e { padding: var(--size-s); }
.g-5cd853db { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-a454a910 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-b0e17cdc { width: auto; }
 }@media screen and (max-width: 576px) { .g-a454a910 { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-8b5f23d8 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-8a682799 { 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-8a682799.g-be1de142 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-5773c045 { margin-top: var(--section-padding); }
.g-c1b90a99 { position: relative; 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: -80px; }
.g-7c318ae0 { max-width: 510px; }
.g-e7382d6e { max-width: 430px; }
.g-bde67141 { margin-top: var(--size-xs); }
.g-35fb40fb { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-547fb31b { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-90b06690 { 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-90b06690:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-713065aa { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-692d4fa8 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-81204167 { background-color: var(--color-secondary); color: var(--color-text-light); padding-top: 160px; padding-bottom: var(--size-m); }
.g-6d51a552 { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: var(--size-m); }
.g-47e9a784 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-8979e68e { margin: var(--size-xl) 0; border-color: var(--color-surface); }
.g-99cbdcf4 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-c1b90a99 { padding: var(--size-m); }
.g-7c318ae0 { max-width: initial; }
.g-e7382d6e { max-width: initial; }
 }@media screen and (max-width: 768px) { .g-99cbdcf4 { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-8f79f108 { order: 3; width: 100%; }
 }@media screen and (max-width: 576px) { .g-c1b90a99 { gap: var(--size-m); }
.g-35fb40fb { flex-direction: column; gap: var(--size-xxs); }
.g-547fb31b { width: 100%; }
.g-90b06690 { width: 100%; }
.g-6d51a552 { justify-content: flex-start; align-items: flex-start; }
.g-47e9a784 { flex-direction: column; justify-content: flex-start; 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;
    transition: 0.1s background-color ease-in-out, 0.1s color ease-in-out, 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 {
    background-color: var(--color-bg);
    color: var(--color-text);
    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 {
    background-color: var(--color-bg);
    color: var(--color-text);
    text-shadow: 0.5px 0 0 currentColor;
}

.g-f7b76f01 { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-caf43f54 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xs); min-height: 80px; padding: 16px 0; position: relative; }
.g-d07e704b { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-f56c6d73 { font-size: 34px; margin-right: var(--size-xxs); }
.g-7eff405e { font-size: 24px; font-weight: 600; }
.g-896c472b { -ms-overflow-style: none; scrollbar-width: none; }
.g-040f1305 { display: none; }
.g-1f881af4 { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-a986cc1f { cursor: pointer; border: 0; padding: var(--size-xxs) var(--size-xs); transition: 0.3s transform ease-in-out; width: 72px; height: 40px; border-radius: 40px; text-align: center; }
.g-a986cc1f:hover { transform: scale(1.05); }
.g-a986cc1f svg { fill: var(--color-text-light); }
.g-eae40876 { display: none; }
.g-812808fa { display: none; }
.g-5cab4712 { display: inline; }
.g-c0d78ee7 { display: none; }
.g-cc5dcf55 { display: none; justify-content: center; align-items: center; padding-bottom: var(--size-xs); }
.g-cc5dcf55.g-80d2931e { display: flex; width: 100%; }
.g-b4cd3403 { overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media screen and (max-width: 870px) { .g-f56c6d73 { font-size: 28px; }
.g-7eff405e { font-size: 20px; }
.g-1f881af4 { gap: var(--size-xxs); }
.g-622febe1 { display: none; }
.g-812808fa { display: block; }
.g-cc5dcf55.g-80d2931e { display: flex; width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-82a95a77 { padding: var(--section-padding) 0; }
.g-2d311067 { display: flex; }
.g-69fed2d7 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-d6ca99d3 { width: 100%; height: 100%; }
.g-2afdbd0a { 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-27807370 { margin-top: var(--size-s); }
.g-f840a96f { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-2d311067 { flex-direction: column-reverse; }
.g-69fed2d7 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-d6ca99d3 { height: 350px; }
.g-2afdbd0a { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-d6ca99d3 { height: auto; }
.g-2afdbd0a { padding: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-8e544180 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-8d9914c8 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-e97c1b55 { text-align: center; margin-top: var(--size-xl); }
.g-f1474f14 { text-align: center; margin-top: var(--size-s); }
.g-be1a2a10 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-e97c1b55 { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-be1a2a10 { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-61095ac1 { position: relative; padding: 80px 0; color: var(--color-text-light); }
.g-e1ab5112 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-af894543 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-af894543::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 3.41%, #191917 94.77%); }
.g-b8902504 { border-left: 3px solid var(--color-primary); padding-left: var(--size-s); max-width: 650px; }
@media screen and (max-width: 768px) { .g-61095ac1 { padding-bottom: 50px; }
 }@media screen and (max-width: 576px) { .g-61095ac1 { padding-bottom: 40px; }
 }

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-ca000251 { position: relative; overflow: hidden; height: 100%; }
.g-ca000251 .g-87575484 { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-ca000251 .g-a5e1376e { height: 100%; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-ca000251 .g-a5e1376e img { width: 100%; height: 100%; object-fit: cover; }
.g-ca000251 .g-b26a6352 { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-ca000251 .g-172e1d76 { margin-top: var(--size-xs); display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-ca000251 .g-4e8c27be { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-ca000251 .g-0a716439 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-ca000251 .g-c37ec3ea { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: var(--size-s); }
.g-ca000251 .g-f172a03c { display: flex; align-items: center; gap: 8px; }
.g-ca000251 .g-f172a03c:hover { text-decoration: underline; }
.g-ca000251 .g-7121a598 { white-space: nowrap; opacity: 0.8; }
.g-ca000251 .g-e26afb55 { margin-top: var(--size-s); }
.g-ca000251 .g-563aee6a { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-1ceaa90e { position: relative; overflow: hidden; height: 100%; }
.g-1ceaa90e .g-87575484 { position: relative; height: 100%; text-decoration: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.g-1ceaa90e .g-a5e1376e { flex-shrink: 0; width: 147px; height: 147px; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; }
.g-1ceaa90e .g-a5e1376e img { width: 100%; height: 100%; object-fit: cover; }
.g-1ceaa90e .g-b26a6352 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-1ceaa90e .g-172e1d76 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-1ceaa90e .g-4e8c27be { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-1ceaa90e .g-0a716439 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-1ceaa90e .g-c37ec3ea { margin-top: 16px; width: 100%; display: flex; justify-content: space-between; align-items: center; }
.g-1ceaa90e .g-e26afb55 { margin-top: 16px; }
.g-1ceaa90e .g-563aee6a { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-172e1d76 { gap: 0 4px; }
.g-e1c2e1a7 { flex-direction: column-reverse; }
.g-fb594d54 { width: 100%; height: auto; aspect-ratio: 16/10; }
.g-209ccd8a { 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-e8377c8f { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-l) var(--size-m); margin: var(--size-m) 0; }
.g-e8377c8f blockquote { position: relative; border: 1px solid var(--color-primary); border-radius: var(--b-radius); padding: 25px 40px; }
.g-e8377c8f 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-e8377c8f 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-e8377c8f .g-ccb297e9 { padding: 0 var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); border-left: 1px solid var(--color-text); }
.g-e8377c8f .g-407e5e1d { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-e8377c8f .g-d97b48e0 { margin-top: var(--size-s); }
.g-e8377c8f .g-fe241c7a { 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-e8377c8f .g-58e42cb7 { display: block; text-decoration: none; }
.g-e8377c8f .g-58e42cb7:hover { text-decoration: underline; }
.g-e8377c8f .g-a5052d5d { position: relative; color: var(--color-text); font-weight: bold; }
.g-e8377c8f .g-a5052d5d::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-e8377c8f { grid-template-columns: 1fr; }
.g-e8377c8f .g-f506d293 { order: 1; }
.g-e8377c8f .g-56f9b5ed { order: 2; }
.g-e8377c8f .g-d97b48e0 { margin-top: var(--size-xs); }
.g-e8377c8f .g-fe241c7a { align-items: flex-start; margin-top: var(--size-xs); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-e8377c8f { padding: var(--size-m) var(--size-s); }
 }

/* Block: post-header (post-header) */
.g-c5f881fa { position: relative; }
.g-c32140c7 { width: 100%; }
.g-cd0b0b83 { position: relative; display: flex; flex-direction: column; }
.g-31137821 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-31137821::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-95933b54 { width: 100%; height: 100%; }
.g-0635b1b9 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-fd074686 { 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-4e451842 { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-s); flex-wrap: wrap; }
.g-a2c29242 { 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-a2c29242:hover { text-decoration: underline; }
.g-951f2ea4 { margin-top: var(--size-m); }
.g-6719381d { white-space: nowrap; }
@media screen and (max-width: 1024px) { .g-cd0b0b83 { padding-bottom: 40px; }
.g-4e451842 { gap: var(--size-xxs); }
.g-a2c29242 { height: 31px; padding: 8px 16px; }
.g-951f2ea4 { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-fd074686 { padding-bottom: 0; }
.g-a2c29242 { padding: 8px; }
 }@media screen and (max-width: 576px) { .g-cd0b0b83 { padding-bottom: 24px; aspect-ratio: auto; height: auto; }
.g-95933b54 { aspect-ratio: auto; height: 100%; }
.g-fd074686 { margin: var(--size-xl) auto; }
 }

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

/* Block: recommendation (recommendation) */
.g-d6d0641c { text-align: center; }
.g-bcf2e33f { position: relative; }
.g-f5cbcfe2 { 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-f5cbcfe2:hover { background-color: var(--color-primary); }
.g-915d0e2f { left: -42px; }
.g-50466d53 { right: -42px; }
@media screen and (max-width: 1024px) { .g-8e45cb2a { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-f5cbcfe2 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-461e3493 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-461e3493 .g-7b11833b { margin-top: var(--size-m); max-width: 600px; }
.g-cd1b1843 { margin-top: var(--size-xl); }
.g-09673f20 { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-461e3493 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-446ebfa4 { position: relative; display: inline-block; width: 100%; }
.g-446ebfa4 .g-2bf53ad6 { color: var(--color-text); 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) 85px var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-446ebfa4 .g-647e1fab { position: absolute; right: 0; top: 0; height: 100%; z-index: 1; display: flex; justify-content: flex-end; align-items: center; padding: 8px; gap: 8px; }
.g-446ebfa4 .g-bfe296e6 { border: 0; width: 32px; height: 32px; border-radius: 50%; background-color: var(--color-primary); cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; }
.g-446ebfa4 .g-bfe296e6:hover { opacity: .7; }
.g-446ebfa4 .g-9a116da5 { border: 0; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-446ebfa4 .g-9a116da5:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-5ee9a5d5 { padding: var(--section-padding) 0; }
.g-0233ab6a { display: flex; }
.g-2aa2edf0 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-fcc14bc8 { width: 100%; height: 100%; }
.g-85beb537 { 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-1fe744b5 { margin-top: var(--size-s); }
.g-89b4d4c6 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-0233ab6a { flex-direction: column-reverse; }
.g-2aa2edf0 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-fcc14bc8 { height: 350px; }
.g-85beb537 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-fcc14bc8 { height: auto; }
.g-85beb537 { padding: var(--size-s); }
 }

/* Block: front-page::about--0 (about) */
.g-2afdb57c { display: flex; align-items: center; gap: var(--size-m); }
.g-07573521 { flex: 1; }
.g-279fb9e7 { position: relative; padding: var(--size-m); }
.g-279fb9e7::before { content: ""; display: block; position: absolute; top: 0; right: -50%; left: 0; width: 150%; height: 100%; background-color: var(--color-surface); margin-bottom: var(--size-s); z-index: -1; border-radius: var(--b-radius); }
.g-520fc927 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 870px) { .g-2afdb57c { flex-direction: column; align-items: stretch; }
.g-07573521 { flex: auto; }
.g-279fb9e7 { padding: var(--size-m) var(--size-s); }
.g-279fb9e7::before { top: 0; right: 0; left: 0; width: 100%; height: 100%; }
 }@media screen and (max-width: 576px) { .g-279fb9e7 { text-align: center; }
 }

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-767467c5 { display: flex; justify-content: flex-start; align-items: center; position: relative; gap: var(--size-s); z-index: 1; }
.g-4d3d7114 { padding: var(--size-m); flex: 0 0 60%; display: flex; flex-direction: column; justify-content: center; }
.g-a08b8b78 { display: flex; justify-content: flex-start; }
.g-b475a93c { padding: var(--size-xl); flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.g-57f820d9 { display: flex; justify-content: flex-start; align-items: center; }
.g-6917657c { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-right: var(--size-m); }
.g-a924b3d8 { fill: var(--color-text); }
.g-dd2034ae { stroke: var(--color-text); }
.g-2a8e1e75 { stroke: var(--color-text); }
.g-6e0ce519 { display: flex; flex-direction: column; }
.g-43c122b3 { flex: 0 0 50%; height: 383px; }
.g-aa14be57 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-767467c5 { flex-direction: column; }
.g-4d3d7114 { width: 100%; flex: 0 0 auto; }
.g-a08b8b78 { flex-direction: column; }
.g-b475a93c { width: 100%; padding: var(--size-m); var(--wrapper-padding); }
.g-bb1af3fe { width: 100%; display: flex; justify-content: space-between; }
.g-57f820d9 { margin-top: 0; align-items: flex-start; flex-direction: column; }
.g-6917657c { margin-right: 0; }
.g-6e0ce519 { margin-top: var(--size-xs); }
.g-43c122b3 { height: 429px; width: 100%; flex: 0 0 auto; }
 }@media screen and (max-width: 576px) { .g-4d3d7114 { padding: var(--size-xs); }
.g-bb1af3fe { flex-direction: column; align-items: center; gap: var(--size-s); margin-top: var(--size-s); }
.g-57f820d9 { align-items: center; }
.g-6e0ce519 { text-align: center; }
.g-43c122b3 { height: 370px; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-3e8efda8 { position: relative; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); padding-left: var(--wrapper-padding); }
.g-ff559019 { flex: 0 1 560px; }
.g-b5ee09e2 { flex: 1 1 630px; }
.g-38310e62 { flex: 1; }
.g-037a2aab { display: flex; gap: var(--size-s); flex-wrap: wrap; }
.g-ddf20b31 { flex: 1; }
.g-b1b1b3a8 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); }
.g-c43aa14c { 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-3e8efda8 { padding: 0 var(--wrapper-padding); flex-direction: column-reverse; }
.g-ff559019 { flex: auto; }
.g-b5ee09e2 { flex: auto; width: 100%; }
.g-037a2aab { margin-top: var(--size-s); }
.g-ddf20b31 { flex: 1 1 calc(50% - var(--size-s) / 2); }
 }@media screen and (max-width: 1024px) { .g-b1b1b3a8 { align-items: flex-start; flex-direction: column; gap: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-ff559019 { text-align: center; }
.g-037a2aab { flex-direction: column; }
.g-ddf20b31 { flex: auto; text-align: center; }
.g-b1b1b3a8 { align-items: center; }
 }

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

/* Block: benefits::highlights--0 (highlights) */
.g-3c7c2a54 { position: relative; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); padding-left: var(--wrapper-padding); }
.g-599f8989 { flex: 0 1 560px; }
.g-905a5ca3 { flex: 1 1 630px; }
.g-114ce95a { flex: 1; }
.g-da961232 { display: flex; gap: var(--size-s); flex-wrap: wrap; }
.g-136834b0 { flex: 1; }
.g-dba9d013 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); }
.g-41b2023a { 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-3c7c2a54 { padding: 0 var(--wrapper-padding); flex-direction: column-reverse; }
.g-599f8989 { flex: auto; }
.g-905a5ca3 { flex: auto; width: 100%; }
.g-da961232 { margin-top: var(--size-s); }
.g-136834b0 { flex: 1 1 calc(50% - var(--size-s) / 2); }
 }@media screen and (max-width: 1024px) { .g-dba9d013 { align-items: flex-start; flex-direction: column; gap: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-599f8989 { text-align: center; }
.g-da961232 { flex-direction: column; }
.g-136834b0 { flex: auto; text-align: center; }
.g-dba9d013 { align-items: center; }
 }

/* Block: benefits::about--0 (about) */
.g-5ecb67fd { padding: 0; }
@media screen and (max-width: 1280px) { .g-bef08f84 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-5ecb67fd { padding: 0 var(--wrapper-padding); }
.g-d632fb75 { column-count: 1; }
.g-bef08f84 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-d632fb75 { text-align: center; }
 }

/* Block: benefits::reviews--0 (reviews) */
.g-84e106a3 { width: 60%; }
.g-c9809b76 { padding: var(--size-s) var(--wrapper-padding); }
.g-50ac4bff { display: flex; justify-content: flex-start; }
.g-50ac4bff svg { fill: var(--color-secondary); }
.g-5e74ff62 { justify-content: flex-end; }
.g-64b6ac36 { padding: 0 var(--wrapper-padding); }
.g-1f8ba4c7 { padding: 0 var(--wrapper-padding); }
@media screen and (max-width: 768px) { .g-84e106a3 { width: 100%; }
 }@media screen and (max-width: 576px) { .g-58814b16 { flex-direction: column; }
.g-50ac4bff svg { transform: scale(0.6); }
.g-64b6ac36 { padding: 0 50px 0 50px; }
.g-1f8ba4c7 { padding: 0 50px 0 50px; }
 }@media screen and (max-width: 375px) { .g-64b6ac36 { padding: 0; }
.g-1f8ba4c7 { padding: 0; }
 }

/* Block: benefits::about--1 (about) */
.g-080b4852 { display: flex; align-items: center; gap: var(--size-m); }
.g-188f50c8 { flex: 1; }
.g-8f8cd9cf { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-080b4852 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-cfd623c6 { text-align: center; }
 }