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

/* Block: category-header (category-header) */
.g-2e275368 { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-2e275368 .g-39fc252f { flex: 0 0 172px; background-color: var(--color-surface); font-size: 80px; border-radius: var(--b-radius); display: flex; justify-content: center; align-items: center; }
.g-2e275368 .g-57c4d401 { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-2e275368 { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-39fc252f { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-c8a93e64 { text-align: center; }
.g-57c4d401 { 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-0daf1a96 { display: none; position: fixed; bottom: 30px; left: var(--wrapper-padding); width: calc(100% - var(--wrapper-padding) * 2); max-width: 600px; padding: var(--size-m); z-index: 3; }
.g-89e8b16d { display: block; }
.g-c12be91e { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-0daf1a96 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-c12be91e { gap: var(--size-xxs); }
.g-e51ff7ab { width: 100%; }
 }

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

/* Block: footer (footer) */
.g-30b1f108 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-451906af { 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-451906af.g-8e1e1581 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-a88ff074 { margin-top: var(--section-padding); }
.g-898f8a3f { 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-1952bff5 { max-width: 510px; }
.g-79ef3ce6 { max-width: 430px; }
.g-e0b3d439 { margin-top: var(--size-xs); }
.g-6ab1d1ac { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-297cd04b { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-062d5d01 { 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-062d5d01:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-58fef716 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-e5120bae { transform: scale(1.2); margin-right: var(--size-xs); }
.g-7381dddd { background-color: var(--color-secondary); color: var(--color-text-light); padding-top: 160px; padding-bottom: var(--size-m); }
.g-4e03164f { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: var(--size-m); }
.g-a6a103d4 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-457e0287 { margin: var(--size-xl) 0; border-color: var(--color-surface); }
.g-b414e311 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-898f8a3f { padding: var(--size-m); }
.g-1952bff5 { max-width: initial; }
.g-79ef3ce6 { max-width: initial; }
 }@media screen and (max-width: 768px) { .g-b414e311 { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-8708b2fb { order: 3; width: 100%; }
 }@media screen and (max-width: 576px) { .g-898f8a3f { gap: var(--size-m); }
.g-6ab1d1ac { flex-direction: column; gap: var(--size-xxs); }
.g-297cd04b { width: 100%; }
.g-062d5d01 { width: 100%; }
.g-4e03164f { justify-content: flex-start; align-items: flex-start; }
.g-a6a103d4 { 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-sidebar .menu-item a,
#header-nav-sidebar .page_item a {
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    padding: var(--size-xxs);
    display: flex;
    align-items: center;
}
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a {
    height: 100%;
    justify-content: center;
}
#header-nav-sidebar .menu-item a,
#header-nav-sidebar .page_item a {
    height: 50px;
    justify-content: flex-start;
}
#header-nav-desktop .menu-item a:hover,
#header-nav-desktop .page_item a:hover,
#header-nav-sidebar .menu-item a:hover,
#header-nav-sidebar .page_item a:hover {
    color: var(--color-primary);
}
#header-nav-desktop .current-menu-item a,
#header-nav-desktop .current_page_item a,
#header-nav-sidebar .current-menu-item a,
#header-nav-sidebar .current_page_item a {
    color: var(--color-primary);
}
#header-nav-desktop .current-menu-item a::after,
#header-nav-desktop .current_page_item a::after {
    content: "";
    display: block;
    background-color: var(--color-primary);
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -1px;
}
#header-nav-sidebar .current-menu-item a::after,
#header-nav-sidebar .current_page_item a::after {
    content: "";
    display: block;
    background-color: var(--color-primary);
    position: absolute;
    top: 0;
    left: calc(-1 * var(--wrapper-padding));
    width: 4px;
    height: 100%;
    bottom: 0;
}
@media screen and (max-width: 870px) {
    #header-nav-desktop .menu-item a,
    #header-nav-desktop .page_item a {
        justify-content: flex-start;
    }
}

.g-63092d6a { position: sticky; top: 0; z-index: 5; border-bottom: 1px solid var(--color-text); }
.g-e3294437 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-06b0d75f { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-54a2a73e { font-size: 34px; margin-right: var(--size-xxs); }
.g-aeef0deb { font-size: 24px; font-weight: 600; }
.g-4cf9e2fc { display: flex; justify-content: flex-end; align-items: center; gap: clamp(0.75rem, 8.59375vw + -3.375rem, 3.5rem); height: 100%; }
.g-59ecf7ec { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; margin-right: var(--size-m); }
.g-59ecf7ec:hover { opacity: 0.7; }
.g-59ecf7ec svg { fill: var(--color-text); }
.g-37f2dc23 { display: none; }
.g-d7620af7 { position: fixed; z-index: 6; width: 100%; height: 100%; top: 0; left: 0; clip-path: polygon(0 0, 0 0, 0 0, 0 0); }
.g-311433ff { clip-path: inherit; }
.g-311433ff .g-9dbc4df3 { background-color: rgba(0, 0, 0, 0.2); }
.g-311433ff .g-95c26179 { opacity: 1; transform: translateX(0); }
.g-18cf4957 { height: 80px; display: flex; justify-content: flex-start; align-items: center; }
.g-a3f013b2 { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; }
.g-a3f013b2:hover { opacity: 0.7; }
.g-a3f013b2 svg { fill: var(--color-text); }
.g-9dbc4df3 { transition: 0.3s background-color ease-in-out; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0, 0, 0, 0); }
.g-95c26179 { display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column; min-width: 260px; width: 100%; max-width: 30%; height: 100%; box-shadow: 4px 0px 20px rgba(23, 23, 28, 0.1); opacity: 0; transform: translateX(-100%); transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out; padding: 0 var(--size-m) 0 var(--wrapper-padding); }
@media screen and (max-width: 375px) { .g-59ecf7ec { margin-right: var(--size-xxs); }
 }@media screen and (max-width: 768px) { .g-54a2a73e { font-size: 28px; }
.g-aeef0deb { font-size: 20px; }
 }@media screen and (max-width: 870px) { .g-e3294437 { justify-content: flex-start; }
.g-4cf9e2fc { gap: var(--size-m); }
.g-18a1f9b8 { display: none; }
.g-37f2dc23 { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-34b42554 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-6d2d7fbc { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-f8ca09cb { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-f8ca09cb::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, #191917 100%); }
.g-9bc4bb07 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; padding: var(--wrapper-padding); justify-content: flex-end; align-items: center; flex-direction: column; padding-top: 150px; padding-bottom: 150px; }
.g-71e29e84 { max-width: 760px; text-align: center; }
.g-461c7219 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-34b42554 { min-height: 500px; }
.g-9bc4bb07 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-71e29e84 { text-align: left; }
.g-2b18a05f { margin-top: var(--size-xs); }
.g-461c7219 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-18dfff2f { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-a9535bd1 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-1a5465dd { text-align: center; margin-top: var(--size-xl); }
.g-5a12f392 { text-align: center; margin-top: var(--size-s); }
.g-f3615e17 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-1a5465dd { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-f3615e17 { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-2745956a { padding: var(--size-m) 0 50px; }
.g-69552988 { margin-top: var(--size-m); padding: var(--size-s) var(--size-s) var(--size-m); text-align: center; }
.g-6137cccd { margin-top: var(--size-xs); }
@media screen and (max-width: 576px) { .g-69552988 { margin-top: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-5846cd53 { position: relative; border-radius: var(--b-radius); overflow: hidden; height: 100%; background-color: var(--color-surface); }
.g-5846cd53 .g-0d2c71bf { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-5846cd53 .g-30bbf642 { height: 100%; background-color: var(--color-secondary); margin-bottom: -19px; aspect-ratio: 16/10; }
.g-5846cd53 .g-30bbf642 img { width: 100%; height: 100%; object-fit: cover; }
.g-5846cd53 .g-45886556 { margin-top: auto; padding: 0 var(--size-s) var(--size-s); display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-5846cd53 .g-0af6f063 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; background-color: var(--color-surface); border-radius: var(--b-radius) var(--b-radius) 0 0; padding: 0 8px; }
.g-5846cd53 .g-c8f0da43 { padding: 8px 4px; display: flex; justify-content: center; gap: 16px; align-items: center; white-space: nowrap; }
.g-5846cd53 .g-3dd23416 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-5846cd53 .g-04040012 { margin-top: var(--size-s); display: flex; align-items: center; gap: 8px; }
.g-5846cd53 .g-04040012:hover { text-decoration: underline; }
.g-5846cd53 .g-1961f0c7 { white-space: nowrap; opacity: 0.8; margin-top: var(--size-xs); }
.g-5846cd53 .g-4c3572e7 { margin-top: var(--size-s); }
.g-5846cd53 .g-18f85838 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-2649773e { position: relative; height: 100%; background-color: var(--color-surface); padding: 24px 0; }
.g-2649773e .g-0d2c71bf { position: relative; height: 100%; text-decoration: none; }
.g-2649773e .g-39ea802e { display: flex; justify-content: flex-start; align-items: center; gap: 16px; }
.g-2649773e .g-258ac459 { flex-shrink: 0; width: 120px; }
.g-2649773e .g-30bbf642 { height: 120px; background-color: var(--color-secondary); border-radius: var(--b-radius); }
.g-2649773e .g-30bbf642 img { width: 100%; height: 100%; object-fit: cover; }
.g-2649773e .g-0af6f063 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; }
.g-2649773e .g-c8f0da43 { display: flex; justify-content: center; gap: 8px; align-items: center; white-space: nowrap; }
.g-2649773e .g-3dd23416 { margin-top: 16px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-2649773e .g-1961f0c7 { white-space: nowrap; opacity: 0.8; }
.g-2649773e .g-18f85838 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-45886556 { padding: 0 8px 8px; }
.g-0af6f063 { gap: 0 4px; }
.g-2649773e { padding: 16px 0; }
.g-2649773e .g-39ea802e { flex-wrap: wrap; justify-content: space-between; gap: 8px; }
.g-2649773e .g-258ac459 { flex-shrink: initial; width: auto; }
.g-2649773e .g-30bbf642 { width: 100%; height: 100%; aspect-ratio: 16/10; }
.g-2649773e .g-45886556 { margin-top: 8px; }
 }

/* Block: post-content (post-content) */
[id^="anchor-"] {
    scroll-margin-top: calc(var(--header-height, 0px) + 15px);
}

.post-navigation-wrapper .nav-links {
    margin-top: var(--size-xl);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--size-xl);
}

.post-navigation-wrapper .nav-links .post-navigation-link {
    gap: var(--size-xxs);
}

.post-navigation-wrapper .nav-links .nav-next {
    margin-left: auto;
        text-align: right;
}

.g-3abd4d3d { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-l) var(--size-m); margin: var(--size-m) 0; }
.g-3abd4d3d blockquote { position: relative; border: 1px solid var(--color-primary); border-radius: var(--b-radius); padding: 25px 40px; }
.g-3abd4d3d 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-3abd4d3d 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-3abd4d3d .g-79ee32d5 { padding: 0 var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); border-left: 1px solid var(--color-text); }
.g-3abd4d3d .g-98faa17f { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-3abd4d3d .g-f91bbac4 { margin-top: var(--size-s); }
.g-3abd4d3d .g-38b405d8 { 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-3abd4d3d .g-cdd56493 { display: block; text-decoration: none; }
.g-3abd4d3d .g-cdd56493:hover { text-decoration: underline; }
.g-3abd4d3d .g-88c8d42d { position: relative; color: var(--color-text); font-weight: bold; }
.g-3abd4d3d .g-88c8d42d::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-3abd4d3d { grid-template-columns: 1fr; }
.g-3abd4d3d .g-a49e3ba3 { order: 1; }
.g-3abd4d3d .g-51f2d3cd { order: 2; }
.g-3abd4d3d .g-f91bbac4 { margin-top: var(--size-xs); }
.g-3abd4d3d .g-38b405d8 { align-items: flex-start; margin-top: var(--size-xs); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-3abd4d3d { padding: var(--size-m) var(--size-s); }
 }

/* Block: post-header (post-header) */
.g-1861e138 { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-bb7300a6 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-d67f9cea { text-decoration: none; }
.g-d67f9cea:hover { text-decoration: underline; }
.g-43aa67df { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-65ed7ad6 { margin-top: var(--size-s); }
.g-4d3fb920 { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-1861e138 { gap: var(--size-xs); }
.g-43aa67df { margin-top: var(--size-s); }
.g-4d3fb920 { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-4c4e01df { text-align: center; }
.g-6b63fcf8 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-6f31ab75 { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-c45dff3e { 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-c45dff3e:hover { background-color: var(--color-primary); }
.g-4101b91e { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-6b63fcf8 { margin-top: var(--size-m); }
 }

/* Block: search (search) */
.g-b72c589d { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-b72c589d .g-55dcaba4 { margin-top: var(--size-m); max-width: 600px; }
.g-127bebc8 { margin-top: var(--size-xl); }
.g-322232a7 { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-b72c589d { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-47137217 { position: relative; display: inline-block; width: 100%; }
.g-47137217 .g-76dba169 { 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-47137217 .g-9b9701bb { 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-47137217 .g-e0c3f9da { 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-47137217 .g-e0c3f9da:hover { opacity: .7; }
.g-47137217 .g-fc0fe662 { border: 0; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-47137217 .g-fc0fe662:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-623550cb { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-b953dc62 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-6bfda01b { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-6bfda01b::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, #191917 100%); }
.g-f24a5786 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; padding: var(--wrapper-padding); justify-content: flex-end; align-items: center; flex-direction: column; padding-top: 150px; padding-bottom: 150px; }
.g-d8b56e3e { max-width: 760px; text-align: center; }
.g-f93b3948 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-623550cb { min-height: 500px; }
.g-f24a5786 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-d8b56e3e { text-align: left; }
.g-d13634d2 { margin-top: var(--size-xs); }
.g-f93b3948 { margin-top: var(--size-s); }
 }

/* Block: front-page::text--0 (text) */
.g-9b4b0f0d { text-align: center; }

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-320717f1 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-0b466b2a { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-10933922 { flex: 0 0 450px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-ee328f07 { display: none; }
.g-e4155c8a { width: 100%; }
.g-b078194c { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: var(--size-m); white-space: nowrap; flex-wrap: wrap; }
.g-19b6643b { flex: 1; display: flex; align-items: flex-start; flex-direction: column; }
.g-90813540 { 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-81ffb92c { fill: var(--color-text); }
.g-9adf582f { stroke: var(--color-text); }
.g-3995a10b { stroke: var(--color-text); }
.g-31b98520 { display: flex; flex-direction: column; }
.g-8ea610aa { width: 100%; height: 300px; }
.g-cba38989 { position: relative; z-index: 1; }
@media screen and (max-width: 1024px) { .g-320717f1 { flex-direction: column-reverse; }
.g-0b466b2a { flex-direction: column-reverse; justify-content: flex-start; }
.g-10933922 { flex: 1; }
.g-017bc2ea { display: none; }
.g-ee328f07 { display: block; text-align: center; }
.g-b078194c { justify-content: space-evenly; }
.g-8ea610aa { height: 430px; margin-top: var(--size-s); }
 }@media screen and (max-width: 870px) { .g-0b466b2a { width: 100%; }
 }@media screen and (max-width: 768px) { .g-90813540 { margin-right: 0; }
.g-31b98520 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-0b466b2a { text-align: center; }
.g-10933922 { padding: var(--size-s); }
.g-b078194c { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-19b6643b { flex: inherit; align-items: center; }
 }

/* Block: approach::text--0 (text) */
.g-6f565819 { text-align: center; }

/* Block: approach::process--0 (process) */
.g-e49cc7b8 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-5d03e8cb { flex: 1; }
.g-c7c605f4 { flex: 1; position: relative; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-427d17b4 { 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-6563b498 { flex: 0 0 50px; font-size: 40px; line-height: 130%; font-weight: 500; }
@media screen and (max-width: 870px) { .g-e49cc7b8 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-5d03e8cb { text-align: center; }
.g-6563b498 { font-size: 32px; flex: 0 0 35px; }
 }

/* Block: approach::about--0 (about) */
.g-e7250ea8 { display: flex; align-items: center; gap: var(--size-m); }
.g-c1f5a9ee { flex: 1; }
.g-191d4ff9 { flex: 1; }
@media screen and (max-width: 768px) { .g-e7250ea8 { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-191d4ff9 { text-align: center; }
 }

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

/* Block: approach::about--1 (about) */
.g-9b684182 { display: flex; align-items: center; gap: var(--size-m); }
.g-b9c95e49 { flex: 1; }
.g-8c425be0 { flex: 1; }
@media screen and (max-width: 768px) { .g-9b684182 { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-8c425be0 { text-align: center; }
 }

/* Block: benefits::highlights--0 (highlights) */
.g-2e562517 { position: relative; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); padding-left: var(--wrapper-padding); }
.g-6dba8ef0 { flex: 0 1 560px; }
.g-a72be195 { flex: 1 1 630px; }
.g-f740200c { flex: 1; }
.g-7814f87d { display: flex; gap: var(--size-s); flex-wrap: wrap; }
.g-d08a1696 { flex: 1; }
.g-7ab50ab5 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); }
.g-b72b3791 { 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-2e562517 { padding: 0 var(--wrapper-padding); flex-direction: column-reverse; }
.g-6dba8ef0 { flex: auto; }
.g-a72be195 { flex: auto; width: 100%; }
.g-7814f87d { margin-top: var(--size-s); }
.g-d08a1696 { flex: 1 1 calc(50% - var(--size-s) / 2); }
 }@media screen and (max-width: 1024px) { .g-7ab50ab5 { align-items: flex-start; flex-direction: column; gap: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-6dba8ef0 { text-align: center; }
.g-7814f87d { flex-direction: column; }
.g-d08a1696 { flex: auto; text-align: center; }
.g-7ab50ab5 { align-items: center; }
 }

/* Block: benefits::about--0 (about) */
.g-6407c9b9 { display: flex; align-items: center; gap: var(--size-m); }
.g-354916f3 { flex: 1; }
.g-02fee950 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-6407c9b9 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-f6068150 { text-align: center; }
 }

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

/* Block: benefits::about--1 (about) */
.g-47a696c5 { padding: 0; }
@media screen and (max-width: 1280px) { .g-8e8bebe1 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-47a696c5 { padding: 0 var(--wrapper-padding); }
.g-7d7d866c { column-count: 1; }
.g-8e8bebe1 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-7d7d866c { text-align: center; }
 }

/* Block: benefits::reviews--0 (reviews) */
.g-623e4457 { width: 60%; }
.g-c1922961 { padding: var(--size-s) var(--wrapper-padding); }
.g-4cfb6ae4 { display: flex; justify-content: flex-start; }
.g-4cfb6ae4 svg { fill: var(--color-secondary); }
.g-028755ce { justify-content: flex-end; }
.g-63f8e912 { padding: 0 var(--wrapper-padding); }
.g-54766a17 { padding: 0 var(--wrapper-padding); }
@media screen and (max-width: 768px) { .g-623e4457 { width: 100%; }
 }@media screen and (max-width: 576px) { .g-cbba252a { flex-direction: column; }
.g-4cfb6ae4 svg { transform: scale(0.6); }
.g-63f8e912 { padding: 0 50px 0 50px; }
.g-54766a17 { padding: 0 50px 0 50px; }
 }@media screen and (max-width: 375px) { .g-63f8e912 { padding: 0; }
.g-54766a17 { padding: 0; }
 }