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

/* Block: category-header (category-header) */
.g-f221885a { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-m) 0 var(--section-padding); }
.g-f221885a .g-9d4d769d { background-color: var(--color-surface); border-radius: var(--b-radius); text-align: center; padding: var(--size-s); }
.g-f221885a .g-3179f722 { font-size: 80px; }
.g-f221885a .g-86765e39 { margin-top: var(--size-xs); }
.g-f221885a .g-b25446f4 { text-align: center; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-9d4d769d { padding: var(--size-xs); }
.g-3179f722 { font-size: 64px; }
.g-b25446f4 { 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-86f3a32c { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-07b680f5 { display: block; }
.g-d18f2c72 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-3011afec { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-36984a38 { width: 100%; }
@media screen and (max-width: 768px) { .g-86f3a32c { padding: var(--size-s); }
.g-d18f2c72 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-3011afec { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-36984a38 { width: auto; }
 }@media screen and (max-width: 576px) { .g-3011afec { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-2291a139 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-bdc6a98c { 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-bdc6a98c.g-afaf3d16 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-0a7cd4f9 { margin-top: var(--section-padding); }
.g-44e5e317 { border-radius: var(--b-radius); padding: var(--size-m); }
.g-1c8b3972 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); padding-bottom: var(--size-m); border-bottom: 1px solid var(--color-surface); margin-bottom: var(--size-m); }
.g-b82b7219 { max-width: 524px; }
.g-5684aa26 { max-width: 450px; }
.g-e00215d0 { margin-top: var(--size-xs); }
.g-55ea15e1 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-db1adbb4 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-85ea1c04 { 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-85ea1c04:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-d1246e73 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-0576f1f9 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-dff135cc { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; }
.g-a7299fec { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); margin-top: var(--size-m); }
.g-3bb1f037 { margin: var(--size-m) 0; display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-b82b7219 { max-width: initial; }
.g-5684aa26 { max-width: initial; }
 }@media screen and (max-width: 870px) { .g-a7299fec { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-3bb1f037 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-266ee810 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-1c8b3972 { gap: var(--size-m); }
.g-55ea15e1 { flex-direction: column; gap: var(--size-xxs); }
.g-db1adbb4 { width: 100%; }
.g-85ea1c04 { width: 100%; }
.g-a7299fec { flex-direction: column; align-items: center; }
 }

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

.g-4a693a01 { position: sticky; top: 0; background-color: var(--color-secondary); color: var(--color-text-light); z-index: 5; }
.g-50db3ab8 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-aa57a34e { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-9b4b61e2 { font-size: 36px; margin-right: var(--size-xs); }
.g-371f300e { font-size: 24px; font-weight: 600; }
.g-917d44d7 { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-xs); }
.g-a2711dde { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); transition: opacity 0.2s ease; }
.g-a2711dde:hover { opacity: 0.7; }
.g-5eee9be7 { display: none; flex-direction: column; gap: 5px; border: 0; background-color: transparent; padding: 10px; }
.g-f1f8d6af { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-3208f3e7 { position: absolute; right: 0; bottom: 0; transform: translateY(100%); background-color: var(--color-surface); width: 260px; padding: var(--size-m); box-shadow: 0 4px 20px var(--input-bg); display: none; }
.g-3208f3e7.g-5589177f { display: block; }
.g-917d44d7 { gap: var(--size-m); flex-direction: column; align-items: flex-start; color: var(--color-text); }
.g-5eee9be7 { display: flex; cursor: pointer; }
 }@media screen and (max-width: 576px) { .g-3208f3e7 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-905fdbc3 { padding: var(--size-xl) 0; }
.g-cff1cacc { max-width: 565px; margin: 0 auto; text-align: center; }
.g-b6b76137 { margin-top: var(--size-s); }
.g-231417e2 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-b6b76137 { margin-top: var(--size-xs); }
.g-231417e2 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-4105ee45 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-aa9646e0 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-b9d78ad1 { text-align: center; margin-top: var(--size-xl); }
.g-a12cc154 { text-align: center; margin-top: var(--size-s); }
.g-6ec2722e { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-b9d78ad1 { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-6ec2722e { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

.g-cde2ce0d .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;
    border: 1px solid var(--color-secondary);
}

.g-cde2ce0d .page-numbers:hover {
    text-decoration: underline;
}

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

.g-cde2ce0d .prev::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: var(--color-secondary);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 0C24.8366 0 32 7.16344 32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16C0 7.16344 7.16344 0 16 0ZM14.0537 10.2197C13.7608 9.92683 13.2851 9.92683 12.9922 10.2197L8.21973 14.9932C7.92683 15.2861 7.92683 15.7608 8.21973 16.0537L12.9922 20.8271C13.2851 21.12 13.7608 21.12 14.0537 20.8271C14.3466 20.5343 14.3465 20.0585 14.0537 19.7656L10.5605 16.2734H24.75C25.1642 16.2734 25.5 15.9376 25.5 15.5234C25.5 15.1092 25.1642 14.7735 24.75 14.7734H10.5605L14.0537 11.2812C14.3466 10.9884 14.3465 10.5126 14.0537 10.2197Z' 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='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 0C24.8366 0 32 7.16344 32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16C0 7.16344 7.16344 0 16 0ZM14.0537 10.2197C13.7608 9.92683 13.2851 9.92683 12.9922 10.2197L8.21973 14.9932C7.92683 15.2861 7.92683 15.7608 8.21973 16.0537L12.9922 20.8271C13.2851 21.12 13.7608 21.12 14.0537 20.8271C14.3466 20.5343 14.3465 20.0585 14.0537 19.7656L10.5605 16.2734H24.75C25.1642 16.2734 25.5 15.9376 25.5 15.5234C25.5 15.1092 25.1642 14.7735 24.75 14.7734H10.5605L14.0537 11.2812C14.3466 10.9884 14.3465 10.5126 14.0537 10.2197Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
}

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

.g-cde2ce0d .next::after {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: var(--color-secondary);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 32C7.16344 32 -6.26248e-07 24.8366 -1.39876e-06 16C-2.17128e-06 7.16345 7.16344 1.21761e-06 16 4.4509e-07C24.8366 -3.27426e-07 32 7.16344 32 16C32 24.8366 24.8366 32 16 32ZM17.9463 21.7803C18.2392 22.0732 18.7149 22.0732 19.0078 21.7803L23.7803 17.0068C24.0732 16.7139 24.0732 16.2392 23.7803 15.9463L19.0078 11.1729C18.7149 10.88 18.2392 10.88 17.9463 11.1729C17.6534 11.4657 17.6535 11.9415 17.9463 12.2344L21.4395 15.7266L7.25 15.7266C6.83583 15.7266 6.50003 16.0624 6.5 16.4766C6.5 16.8908 6.83581 17.2265 7.25 17.2266L21.4395 17.2266L17.9463 20.7188C17.6534 21.0116 17.6535 21.4874 17.9463 21.7803Z' 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='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 32C7.16344 32 -6.26248e-07 24.8366 -1.39876e-06 16C-2.17128e-06 7.16345 7.16344 1.21761e-06 16 4.4509e-07C24.8366 -3.27426e-07 32 7.16344 32 16C32 24.8366 24.8366 32 16 32ZM17.9463 21.7803C18.2392 22.0732 18.7149 22.0732 19.0078 21.7803L23.7803 17.0068C24.0732 16.7139 24.0732 16.2392 23.7803 15.9463L19.0078 11.1729C18.7149 10.88 18.2392 10.88 17.9463 11.1729C17.6534 11.4657 17.6535 11.9415 17.9463 12.2344L21.4395 15.7266L7.25 15.7266C6.83583 15.7266 6.50003 16.0624 6.5 16.4766C6.5 16.8908 6.83581 17.2265 7.25 17.2266L21.4395 17.2266L17.9463 20.7188C17.6534 21.0116 17.6535 21.4874 17.9463 21.7803Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
}

.g-cde2ce0d .prev,
.g-cde2ce0d .next {
    border: 0;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
}

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

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

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

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

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

/* Block: post-card (post-card) */
.g-bab4db34 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-bab4db34 .g-fc8870ee { position: relative; text-decoration: none; }
.g-bab4db34 .g-e3cd0ca4 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-bab4db34 .g-7b19becd { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-bab4db34 .g-7b19becd img { width: 100%; height: 100%; object-fit: cover; }
.g-bab4db34 .g-67ae25e8 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-bab4db34 .g-499d328f { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-bab4db34 .g-7eed27f0 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-bab4db34 .g-43068d48 { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-81a0647f { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-81a0647f .g-fc8870ee { position: relative; text-decoration: none; }
.g-81a0647f .g-e3cd0ca4 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-81a0647f .g-7b19becd { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-81a0647f .g-7b19becd img { width: 100%; height: 100%; object-fit: cover; }
.g-81a0647f .g-67ae25e8 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-81a0647f .g-499d328f { 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-81a0647f .g-7eed27f0 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-81a0647f .g-43068d48 { 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-e3cd0ca4 { 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-447637bf { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-447637bf blockquote { position: relative; background-color: var(--color-surface); border-radius: var(--b-radius); padding: 40px var(--size-s) var(--size-s); margin-top: 40px; }
.g-447637bf blockquote::before { content: ''; position: absolute; top: 0; left: calc(var(--size-s) + 15px); transform: translateY(-50%); display: inline-flex; width: 85px; height: 49px; 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 85 49' fill='none'%3E%3Cpath d='M14.9095 16.6105C18.0479 16.6088 23.2388 16.3158 27.4553 18.1206C40.0116 23.495 38.7245 38.0452 32.1596 43.7914C14.908 58.8919 -9.64319 38.4949 3.93569 16.6105C9.92309 6.96098 19.4084 1.79441 30.5917 0C24.3222 3.0201 14.9095 12.25 14.9095 16.6105Z' fill='black'/%3E%3Cpath d='M62.2327 16.6105C65.3711 16.6088 70.562 16.3158 74.7786 18.1206C87.3349 23.495 86.0478 38.0452 79.4829 43.7914C62.2313 58.8919 37.6801 38.4949 51.2589 16.6105C57.2463 6.96098 66.7316 1.79441 77.9149 0C71.6454 3.0201 62.2327 12.25 62.2327 16.6105Z' 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 85 49' fill='none'%3E%3Cpath d='M14.9095 16.6105C18.0479 16.6088 23.2388 16.3158 27.4553 18.1206C40.0116 23.495 38.7245 38.0452 32.1596 43.7914C14.908 58.8919 -9.64319 38.4949 3.93569 16.6105C9.92309 6.96098 19.4084 1.79441 30.5917 0C24.3222 3.0201 14.9095 12.25 14.9095 16.6105Z' fill='black'/%3E%3Cpath d='M62.2327 16.6105C65.3711 16.6088 70.562 16.3158 74.7786 18.1206C87.3349 23.495 86.0478 38.0452 79.4829 43.7914C62.2313 58.8919 37.6801 38.4949 51.2589 16.6105C57.2463 6.96098 66.7316 1.79441 77.9149 0C71.6454 3.0201 62.2327 12.25 62.2327 16.6105Z' fill='black'/%3E%3C/svg%3E"); }
.g-447637bf .g-8c298111 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-447637bf .g-fb9002ac { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-447637bf .g-bb9d850b { margin-top: var(--size-m); }
.g-447637bf .g-945d6fe2 { margin-top: var(--size-m); color: var(--color-text-description); display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 16px; }
.g-447637bf .g-6cbf0a2b { display: flex; justify-content: flex-start; align-items: flex-start; text-decoration: none; gap: 8px; }
.g-447637bf .g-6cbf0a2b::before { content: var(--toc-number) '.'; flex-shrink: 0; font-weight: 600; text-decoration: none; width: 16px; }
.g-447637bf .g-6cbf0a2b:hover { color: var(--color-text); }
.g-447637bf .g-d1a931f3 { font-weight: bold; }
.g-447637bf .g-d1a931f3::before { color: var(--color-primary); background-color: currentColor; 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 16 16' fill='none'%3E%3Cpath d='M8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16ZM7.46484 11.5352C7.66011 11.7304 7.97661 11.7304 8.17188 11.5352L11.3535 8.35352C11.5488 8.15825 11.5488 7.84175 11.3535 7.64648L8.17188 4.46484C7.97661 4.26962 7.66009 4.26959 7.46484 4.46484C7.26959 4.66009 7.26962 4.97661 7.46484 5.17188L9.79297 7.5H5C4.72389 7.50002 4.50002 7.72389 4.5 8C4.5 8.27613 4.72388 8.49998 5 8.5H9.79297L7.46484 10.8281C7.26959 11.0234 7.26962 11.3399 7.46484 11.5352Z' 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 16 16' fill='none'%3E%3Cpath d='M8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16ZM7.46484 11.5352C7.66011 11.7304 7.97661 11.7304 8.17188 11.5352L11.3535 8.35352C11.5488 8.15825 11.5488 7.84175 11.3535 7.64648L8.17188 4.46484C7.97661 4.26962 7.66009 4.26959 7.46484 4.46484C7.26959 4.66009 7.26962 4.97661 7.46484 5.17188L9.79297 7.5H5C4.72389 7.50002 4.50002 7.72389 4.5 8C4.5 8.27613 4.72388 8.49998 5 8.5H9.79297L7.46484 10.8281C7.26959 11.0234 7.26962 11.3399 7.46484 11.5352Z' fill='black'/%3E%3C/svg%3E"); }
@media screen and (max-width: 1024px) { .g-447637bf { grid-template-columns: 1fr; }
.g-447637bf .g-d6a0ce03 { display: none; }
.g-447637bf .g-bb9d850b { margin-top: var(--size-s); }
.g-447637bf .g-945d6fe2 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-447637bf blockquote { padding: 30px var(--size-s) var(--size-s); margin-top: 30px; }
.g-447637bf blockquote::before { left: var(--size-s); transform: translateY(-50%) scale(.7); }
 }

/* Block: post-header (post-header) */
.g-016dd041 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); margin-top: var(--size-m); }
.g-75cf8b93 { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; }
.g-0502e1a3 { display: flex; align-items: center; justify-content: center; }
.g-444b3610 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); flex-wrap: wrap; }
.g-5ba4dc58 { 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-5ba4dc58:hover { filter: brightness(0.96); }
.g-04f97ba6 { margin-top: var(--size-m); }
.g-86fa0a30 { margin-top: var(--size-s); margin-bottom: auto; }
.g-06414c5b { margin-top: var(--size-s); }
@media screen and (max-width: 1024px) { .g-016dd041 { grid-template-columns: 1fr; }
.g-75cf8b93 { max-width: 70%; }
.g-0502e1a3 { max-width: 70%; display: block; }
.g-5ba4dc58 { height: 30px; }
 }@media screen and (max-width: 768px) { .g-016dd041 { gap: var(--size-m); }
.g-75cf8b93 { max-width: 100%; }
.g-0502e1a3 { max-width: 100%; }
.g-86fa0a30 { margin-top: var(--size-xs); }
 }

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

/* Block: recommendation (recommendation) */
.g-869a511b { text-align: center; }
.g-2c6ab4ea { position: relative; }
.g-370089ee { 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-370089ee:hover { background-color: var(--color-primary); }
.g-45450594 { left: -42px; }
.g-41470a19 { right: -42px; }
@media screen and (max-width: 1024px) { .g-85d278d8 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-370089ee { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-6222e684 { text-align: center; max-width: 430px; margin: 0 auto; }
.g-5e0040ab { margin-top: var(--size-xl); }
.g-1f3513dc { max-width: 430px; margin-inline: auto; text-align: center; }

/* Block: searchform (searchform) */
.g-2592bd7e { position: relative; display: inline-block; width: 100%; }
.g-2592bd7e .g-d7e338b2 { 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-2592bd7e .g-272cdae8 { 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-2592bd7e .g-3abe3a05 { 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-2592bd7e .g-3abe3a05:hover { opacity: .7; }
.g-2592bd7e .g-9697235a { border: 0; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-2592bd7e .g-9697235a:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-8064494d { padding: var(--size-xl) 0; }
.g-b87814d8 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-a5b99281 { margin-top: var(--size-s); }
.g-195ccd6c { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-a5b99281 { margin-top: var(--size-xs); }
.g-195ccd6c { margin-top: var(--size-s); }
 }

/* Block: front-page::about--0 (about) */
.g-13d5e8c1 { display: flex; align-items: center; gap: var(--size-m); }
.g-7e7a8ecf { flex: 1; }
.g-37016f1e { position: relative; padding: var(--size-m); }
.g-37016f1e::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-3c54be3f { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 870px) { .g-13d5e8c1 { flex-direction: column; align-items: stretch; }
.g-7e7a8ecf { flex: auto; }
.g-37016f1e { padding: var(--size-m) var(--size-s); }
.g-37016f1e::before { top: 0; right: 0; left: 0; width: 100%; height: 100%; }
 }@media screen and (max-width: 576px) { .g-37016f1e { text-align: center; }
 }

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-6758c94f { display: flex; justify-content: flex-start; align-items: center; position: relative; gap: var(--size-s); z-index: 1; }
.g-15cbeb3c { padding: var(--size-m); flex: 0 0 60%; display: flex; flex-direction: column; justify-content: center; }
.g-281e50b0 { display: flex; justify-content: flex-start; }
.g-4b145e31 { padding: var(--size-xl); flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.g-7edef6c1 { display: flex; justify-content: flex-start; align-items: center; }
.g-81b44197 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-right: var(--size-m); }
.g-1126b33f { fill: var(--color-text); }
.g-28dae09c { stroke: var(--color-text); }
.g-dd03159e { stroke: var(--color-text); }
.g-371a2c08 { display: flex; flex-direction: column; }
.g-6f7e0a3f { flex: 0 0 50%; height: 383px; }
.g-7cabbdf1 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-6758c94f { flex-direction: column; }
.g-15cbeb3c { width: 100%; flex: 0 0 auto; }
.g-281e50b0 { flex-direction: column; }
.g-4b145e31 { width: 100%; padding: var(--size-m); var(--wrapper-padding); }
.g-72bd656d { width: 100%; display: flex; justify-content: space-between; }
.g-7edef6c1 { margin-top: 0; align-items: flex-start; flex-direction: column; }
.g-81b44197 { margin-right: 0; }
.g-371a2c08 { margin-top: var(--size-xs); }
.g-6f7e0a3f { height: 429px; width: 100%; flex: 0 0 auto; }
 }@media screen and (max-width: 576px) { .g-15cbeb3c { padding: var(--size-xs); }
.g-72bd656d { flex-direction: column; align-items: center; gap: var(--size-s); margin-top: var(--size-s); }
.g-7edef6c1 { align-items: center; }
.g-371a2c08 { text-align: center; }
.g-6f7e0a3f { height: 370px; }
 }

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

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

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

/* Block: approach::process--0 (process) */
.g-6ad01ead { width: 60%; }
.g-944a4b71 { flex: 1; position: relative; display: flex; gap: var(--size-s); }
.g-944a4b71::before { content: ""; position: absolute; top: 135px; left: 0; width: 100%; height: 3px; background-color: var(--color-primary); }
.g-af7118bf { flex: 1; }
.g-5baac9b2 { position: relative; height: 100%; }
.g-5baac9b2::before { content: ""; width: 16px; height: 16px; position: absolute; left: 50%; margin-left: -8px; top: 128px; background-color: var(--color-primary); border-radius: 50%; }
.g-53d0c8c6 { font-size: 80px; line-height: 130%; font-weight: 500; margin-bottom: 72px; text-align: center; }
@media screen and (max-width: 870px) { .g-3ea8f302 { flex-direction: column; }
.g-6ad01ead { width: 100%; }
.g-944a4b71 { flex-direction: column; }
.g-944a4b71::before { top: 0; left: 80px; width: 2px; height: 100%; }
.g-5baac9b2 { display: flex; justify-content: flex-start; align-items: center; }
.g-5baac9b2::before { margin-left: 0; top: 50%; margin-top: -8px; left: 73px; }
.g-53d0c8c6 { text-align: left; margin-bottom: 0; font-size: 40px; flex: 0 0 110px; }
 }@media screen and (max-width: 576px) { .g-6ad01ead { text-align: center; }
.g-944a4b71::before { left: 57px; }
.g-5baac9b2::before { left: 50px; }
.g-53d0c8c6 { font-size: 32px; flex: 0 0 75px; }
 }

/* Block: approach::text--1 (text) */
.g-8aef1fb2 { text-align: center; }

/* Block: approach::about--0 (about) */
.g-9b1fdf12 { display: flex; align-items: center; gap: var(--size-m); }
.g-176fe45c { flex: 1; }
.g-97d3aefb { position: relative; padding: var(--size-m); }
.g-97d3aefb::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-4c97d90e { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 870px) { .g-9b1fdf12 { flex-direction: column; align-items: stretch; }
.g-176fe45c { flex: auto; }
.g-97d3aefb { padding: var(--size-m) var(--size-s); }
.g-97d3aefb::before { top: 0; right: 0; left: 0; width: 100%; height: 100%; }
 }@media screen and (max-width: 576px) { .g-97d3aefb { text-align: center; }
 }