/* Block: categories-list (categories-list) */
.g-657cc898 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-657cc898 .g-2246716e { position: relative; text-decoration: none; background-color: var(--color-surface); flex: 0 0 calc((100% - (var(--size-s) * 4)) / 5); padding: var(--size-s) var(--size-s) 90px; border-radius: var(--b-radius); text-align: left; overflow-wrap: break-word; text-wrap: balance; min-height: 156px; transition: .2s ease-in-out filter; }
.g-657cc898 .g-2246716e:hover { filter: brightness(0.96); }
.g-657cc898 .g-2246716e:hover .g-b71b0399 { opacity: 1; }
.g-657cc898 .g-0296465e { position: relative; z-index: 1; }
.g-657cc898 .g-b71b0399 { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-2246716e { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-b71b0399 { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-2246716e { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-b71b0399 { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-2a19b783 { padding: var(--size-m) 0 var(--section-padding); }
.g-2a19b783 .g-baeb2627 { display: inline-flex; justify-content: flex-start; align-items: center; padding: var(--size-xxs) var(--size-s); background-color: var(--color-surface); border-radius: var(--b-radius); gap: var(--size-xs); }
.g-2a19b783 .g-f9ad13bd { margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-baeb2627 { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-f9ad13bd { 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-c6309dc2 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-689c4891 { display: block; }
.g-f7141c9f { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-09b70130 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-99908b4a { width: 100%; }
@media screen and (max-width: 768px) { .g-c6309dc2 { padding: var(--size-s); }
.g-f7141c9f { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-09b70130 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-99908b4a { width: auto; }
 }@media screen and (max-width: 576px) { .g-09b70130 { gap: var(--size-xxs); }
 }

/* Block: featured-posts (featured-posts) */
.g-2e4f1247 { margin-top: var(--size-m); }
.g-2c54f4f5 { margin-top: var(--size-m); }
.g-0d26510e { margin-top: var(--size-xl); }
.g-6722218b { align-items: stretch; }
.g-37fe7a30 { height: auto; }
.g-f952d85e { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-f952d85e .g-e14949de { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-f952d85e .g-2e453cac { background: var(--color-primary); transform: scale(1.2); }
.g-31e7adcc { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

/* Block: footer (footer) */
.g-e2a498d3 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-ba04d732 { 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-ba04d732.g-54e408ae { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-d785a77c { margin-top: var(--section-padding); }
.g-2419f0eb { background-color: var(--color-primary); color: var(--color-text-light); border-radius: var(--b-radius); padding: var(--size-xl); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); margin-bottom: var(--size-xl); }
.g-b398b5de { max-width: 510px; }
.g-3454e89c { max-width: 430px; }
.g-20632487 { margin-top: var(--size-xs); }
.g-2562f3fd { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-1bcd3cd1 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-e8545d46 { 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-e8545d46:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-63446d6d { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-0a496b0e { transform: scale(1.2); margin-right: var(--size-xs); }
.g-250f1663 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-ebb32632 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-dea92305 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-68949204 { margin-top: var(--size-xl); display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-2419f0eb { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-b398b5de { max-width: initial; }
.g-3454e89c { max-width: initial; }
.g-250f1663 { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-ebb32632 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-dea92305 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-68949204 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-29ed1daa { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-2419f0eb { gap: var(--size-m); }
.g-2562f3fd { flex-direction: column; gap: var(--size-xxs); }
.g-1bcd3cd1 { width: 100%; }
.g-e8545d46 { width: 100%; }
.g-dea92305 { flex-direction: column; align-items: flex-start; }
 }

/* Block: header (header) */
#navigation-modal .menu-item a,
#navigation-modal .page_item a {
    text-decoration: none;
}
#navigation-modal .menu-item a:hover,
#navigation-modal .page_item a:hover {
    text-decoration: underline;
}
#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-c46b44f7 { position: relative; z-index: 5; }
.g-337a01c7 { display: flex; justify-content: center; align-items: center; height: 85px; }
.g-43fc5ebe { position: sticky; top: -1px; z-index: 5; }
.g-bab048d4 { display: flex; justify-content: center; align-items: center; height: 85px; position: relative; }
.g-bab048d4::after { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 75%; height: 1px; background-color: var(--color-text-light); }
.g-e3cd98e2 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; margin: 0 auto; }
.g-ea3abd18 { font-size: 34px; margin-right: var(--size-xxs); }
.g-d522f4af { font-size: 24px; font-weight: 600; }
.g-21f4020c { display: block; }
.g-da524a04 { display: flex; justify-content: flex-end; align-items: center; gap: clamp(0.75rem, 8.59375vw + -3.375rem, 3.5rem); }
.g-b5a47a47 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); }
.g-b5a47a47:hover { text-decoration: underline; }
.g-e27b0524 { display: none; flex-direction: column; gap: 5px; border: 0; padding: 12px; border-radius: var(--b-radius); cursor: pointer; }
.g-df4d733b { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-c46b44f7 { position: sticky; top: 0; }
.g-337a01c7 { justify-content: space-between; height: 65px; }
.g-7b965a9b { top: 65px; height: 0; }
.g-bab048d4::after { display: none; }
.g-e3cd98e2 { margin: 0; }
.g-21f4020c { position: absolute; right: 0; bottom: 75px; transform: translateY(100%); background-color: var(--color-surface); width: 260px; padding: var(--size-m); border-radius: var(--size-xxs); display: none; }
.g-21f4020c.g-00e6205c { display: block; }
.g-da524a04 { gap: var(--size-m); flex-direction: column; align-items: center; color: var(--color-text); }
.g-e27b0524 { display: flex; }
 }@media screen and (max-width: 576px) { .g-ea3abd18 { font-size: 28px; }
.g-d522f4af { font-size: 20px; }
.g-21f4020c { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-f2a415dd { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-eac98ef1 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-b70239d2 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-b70239d2::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-49d7e770 { 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-8ce41a3f { max-width: 760px; text-align: center; }
.g-17138a07 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-f2a415dd { min-height: 500px; }
.g-49d7e770 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-8ce41a3f { text-align: left; }
.g-cac2fe37 { margin-top: var(--size-xs); }
.g-17138a07 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-469def9b { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-c39a6975 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-e534d2b4 { position: relative; padding: var(--size-xl) 0; }
.g-6d88aae5 { text-align: center; }
.g-a6033c68 { text-align: center; margin-top: var(--size-s); }
.g-b26dedb6 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-b26dedb6 { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-130106aa { position: relative; padding: var(--size-m) 0 80px; overflow: hidden; color: var(--color-text-light); }
.g-bd004c65 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-bd004c65::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-1f8c3bcc { max-width: 670px; margin: var(--size-m) auto 0; text-align: center; }
.g-4da8bd5b { margin-top: var(--size-xs); }
@media screen and (max-width: 768px) { .g-130106aa { padding-bottom: 50px; }
 }@media screen and (max-width: 576px) { .g-130106aa { padding-bottom: 40px; }
 }

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

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

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

.g-a1e2fffb .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-a1e2fffb .next {
    right: calc(var(--size-xs) * -1);
    transform: translateX(100%);
}

.g-a1e2fffb .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-a1e2fffb .prev,
.g-a1e2fffb .next {
    border: 0;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
}

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

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

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

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

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

/* Block: post-card (post-card) */
.g-55274428 { width: 100%; position: relative; border-radius: var(--b-radius); overflow: hidden; color: var(--color-text-light); min-height: 368px; }
.g-55274428 .g-63c183c4 { padding: 24px; position: absolute; inset: 0; width: 100%; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-55274428 .g-63c183c4:hover .g-31290761 { transform: translateY(0); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.g-55274428 .g-db488062 { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; background-color: var(--color-surface); }
.g-55274428 .g-db488062::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.g-55274428 .g-db488062 img { width: 100%; height: 100%; object-fit: cover; }
.g-55274428 .g-31290761 { margin-top: auto; transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(46px); }
.g-55274428 .g-fc70513d { display: inline-flex; flex-wrap: wrap; gap: 4px 8px; }
.g-55274428 .g-f941e50d { background-color: rgba(0, 0, 0, 0.4); height: 28px; border-radius: 28px; padding: 4px 8px; display: flex; justify-content: center; align-items: center; white-space: nowrap; }
.g-55274428 .g-80f6b3cf { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-55274428 .g-b937fc5a { display: flex; justify-content: space-between; align-items: flex-end; height: 25px; margin-top: 16px; }
.g-55274428 .g-bd7ecab3 { display: flex; align-items: center; gap: 8px; }
.g-55274428 .g-bd7ecab3:hover { text-decoration: underline; }
.g-55274428 .g-bd7ecab3 svg { margin-left: 8px; fill: currentColor; }
.g-55274428 .g-acd44868 { white-space: nowrap; opacity: 0.8; }
.g-37bae92f { min-height: 600px; }
.g-37bae92f .g-63c183c4 { padding: 48px 40px; }
.g-37bae92f .g-31290761 { transform: none; }
@media screen and (max-width: 870px) { .g-37bae92f { min-height: 368px; }
.g-37bae92f .g-63c183c4 { padding: 24px; }
.g-37bae92f .g-31290761 { transform: translateY(46px); }
 }

/* 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-e3eaf593 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-e3eaf593 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-e3eaf593 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-e3eaf593 .g-12b5db83 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-e3eaf593 .g-4d00e14e { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-e3eaf593 .g-9a929c1d { margin-top: var(--size-m); }
.g-e3eaf593 .g-e8de2724 { 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-e3eaf593 .g-94e7bb34 { display: flex; justify-content: flex-start; align-items: flex-start; text-decoration: none; gap: 8px; }
.g-e3eaf593 .g-94e7bb34::before { content: var(--toc-number) '.'; flex-shrink: 0; font-weight: 600; text-decoration: none; width: 16px; }
.g-e3eaf593 .g-94e7bb34:hover { color: var(--color-text); }
.g-e3eaf593 .g-fd28f6b9 { font-weight: bold; }
.g-e3eaf593 .g-fd28f6b9::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-e3eaf593 { grid-template-columns: 1fr; }
.g-e3eaf593 .g-ab671ed3 { display: none; }
.g-e3eaf593 .g-9a929c1d { margin-top: var(--size-s); }
.g-e3eaf593 .g-e8de2724 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-e3eaf593 blockquote { padding: 30px var(--size-s) var(--size-s); margin-top: 30px; }
.g-e3eaf593 blockquote::before { left: var(--size-s); transform: translateY(-50%) scale(.7); }
 }

/* Block: post-header (post-header) */
.g-3db306ee { position: relative; }
.g-eb5a94e8 { width: 100%; }
.g-526c31f7 { position: relative; display: flex; flex-direction: column; }
.g-09df1669 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-09df1669::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-12fbb9d7 { width: 100%; height: 100%; }
.g-38814501 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-1dfb32e4 { 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-b892604d { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-s); flex-wrap: wrap; }
.g-88846077 { 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-88846077:hover { text-decoration: underline; }
.g-fc9364c1 { margin-top: var(--size-m); }
.g-63bd7322 { white-space: nowrap; }
@media screen and (max-width: 1024px) { .g-526c31f7 { padding-bottom: 40px; }
.g-b892604d { gap: var(--size-xxs); }
.g-88846077 { height: 31px; padding: 8px 16px; }
.g-fc9364c1 { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-1dfb32e4 { padding-bottom: 0; }
.g-88846077 { padding: 8px; }
 }@media screen and (max-width: 576px) { .g-526c31f7 { padding-bottom: 24px; aspect-ratio: auto; height: auto; }
.g-12fbb9d7 { aspect-ratio: auto; height: 100%; }
.g-1dfb32e4 { margin: var(--size-xl) auto; }
 }

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

/* Block: recommendation (recommendation) */
.g-542b7d16 { text-align: center; }
.g-34d899be { position: relative; }
.g-863ae04f { position: absolute; top: 50%; z-index: 10; margin-top: -16px; width: 32px; height: 32px; border: 0; padding: 0; background-color: transparent; display: flex; justify-content: center; align-items: center; cursor: pointer; color: var(--color-text); }
.g-863ae04f:hover { color: var(--color-primary); }
.g-eb9aae19 { left: -42px; }
.g-df0e71ea { right: -42px; }
@media screen and (max-width: 1024px) { .g-67d963b8 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-863ae04f { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-e467474a { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-e467474a .g-5ef68e71 { margin-top: var(--size-m); max-width: 600px; }
.g-bc7c7826 { margin-top: var(--size-xl); }
.g-3ef97c04 { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-e467474a { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-9ef88585 { position: relative; display: inline-block; width: 100%; }
.g-9ef88585 .g-39e79704 { color: var(--color-text); width: 100%; background-color: var(--color-surface); height: 48px; border-radius: 48px; border: 0; box-shadow: 0 0 0 2px var(--color-surface), inset 0 0 0 3px var(--color-primary); padding: var(--size-xxs) 150px var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-9ef88585 .g-d40de225 { position: absolute; right: 0; top: 0; height: 100%; border: 0; border-radius: 48px; background-color: var(--color-primary); color: var(--color-text-light); cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0 32px; transition: opacity .2s ease-in-out; }
.g-9ef88585 .g-d40de225:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-38100d41 { position: fixed; bottom: 0; opacity: 0; right: 30px; opacity: 0; transform: translateY(100%); background-color: var(--color-primary); border: none; width: 60px; height: 60px; border-radius: 50%; cursor: pointer; transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out; z-index: 4; }
.g-94c0ea69 { fill: var(--color-text-light); }
.g-e9accbc4 { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-38100d41 { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-6bc9b7ed { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-617a759d { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-13837311 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-13837311::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-9c4c3e8b { 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-fe5e2bcc { max-width: 760px; text-align: center; }
.g-347024c4 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-6bc9b7ed { min-height: 500px; }
.g-9c4c3e8b { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-fe5e2bcc { text-align: left; }
.g-e7b03d21 { margin-top: var(--size-xs); }
.g-347024c4 { margin-top: var(--size-s); }
 }

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

/* Block: front-page::categories-list (categories-list) */
.g-5143f2a9 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-5143f2a9 .g-d59e2e4d { position: relative; text-decoration: none; background-color: var(--color-surface); flex: 0 0 calc((100% - (var(--size-s) * 4)) / 5); padding: var(--size-s) var(--size-s) 90px; border-radius: var(--b-radius); text-align: left; overflow-wrap: break-word; text-wrap: balance; min-height: 156px; transition: .2s ease-in-out filter; }
.g-5143f2a9 .g-d59e2e4d:hover { filter: brightness(0.96); }
.g-5143f2a9 .g-d59e2e4d:hover .g-e4f43d7c { opacity: 1; }
.g-5143f2a9 .g-292a1f6a { position: relative; z-index: 1; }
.g-5143f2a9 .g-e4f43d7c { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-d59e2e4d { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-e4f43d7c { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-d59e2e4d { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-e4f43d7c { font-size: 56px; }
 }

/* Block: front-page::featured-posts (featured-posts) */
.g-f897826b { margin-top: var(--size-m); }
.g-417d81ad { margin-top: var(--size-m); }
.g-0e1f69e9 { margin-top: var(--size-xl); }
.g-7a4dc25a { align-items: stretch; }
.g-4e2f3573 { height: auto; }
.g-14c711b9 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-14c711b9 .g-aa88f262 { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-14c711b9 .g-c363dd79 { background: var(--color-primary); transform: scale(1.2); }
.g-1e2674f3 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

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

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

/* Block: contacts-page::form--0 (form) */
.g-cf0cc34f { position: relative; z-index: 1; }
.g-ced4dd07 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-0bb0c634 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-f49c2228 { flex: 0 0 660px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-42fc8296 { position: relative; z-index: 1; transform: translateY(50%); padding: var(--size-xs); }
.g-e97132ba { width: 100%; display: flex; justify-content: space-evenly; align-items: flex-start; gap: var(--size-m); flex-wrap: wrap; }
.g-46d5e171 { flex: 1; display: flex; align-items: center; flex-direction: column; text-align: center; }
.g-21c4a0ee { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
.g-ae368a08 { fill: var(--color-text); }
.g-d7707b25 { stroke: var(--color-text); }
.g-e713bbcb { stroke: var(--color-text); }
.g-7332b10b { display: flex; flex-direction: column; }
.g-9da58759 { width: 100%; height: 370px; }
@media screen and (max-width: 1024px) { .g-ced4dd07 { flex-direction: column; }
.g-36f16827 { margin-top: 0; }
.g-f49c2228 { flex: 1; }
.g-9da58759 { height: 430px; }
 }@media screen and (max-width: 768px) { .g-7332b10b { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-0bb0c634 { align-items: center; text-align: center; }
.g-f49c2228 { padding: var(--size-s); }
.g-42fc8296 { transform: translateY(var(--size-xl)); }
.g-e97132ba { flex-direction: column; align-items: center; }
.g-9da58759 { height: 370px; }
 }

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

/* Block: approach::process--0 (process) */
.g-0f88847a { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-f042bc3c { flex: 1; }
.g-d969c72f { flex: 1; position: relative; display: flex; flex-direction: column; gap: var(--size-xs); width: 100%; }
.g-ce64aaca { display: flex; justify-content: flex-start; align-items: flex-start; border-bottom: 1px solid var(--color-surface); gap: var(--size-s); padding-bottom: var(--size-xs); }
.g-1159781e { flex: 0 0 50px; font-size: 40px; line-height: 130%; font-weight: 500; }
@media screen and (max-width: 870px) { .g-0f88847a { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-f042bc3c { text-align: center; }
.g-1159781e { font-size: 32px; flex: 0 0 35px; }
 }

/* Block: approach::about--1 (about) */
.g-9e320118 { display: flex; align-items: center; gap: var(--size-m); }
.g-bc8f620e { flex: 1; }
.g-6adce3c2 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-9e320118 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-c08d261a { text-align: center; }
 }

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

/* Block: company_values::about--0 (about) */
.g-6260d349 { display: flex; align-items: center; gap: var(--size-m); }
.g-cadb3cb9 { flex: 1; }
.g-ba08a876 { flex: 1; }
@media screen and (max-width: 768px) { .g-6260d349 { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-ba08a876 { text-align: center; }
 }

/* Block: company_values::gallery--0 (gallery) */
.g-c0a87a8c { display: grid; gap: var(--size-s); grid-template-columns: repeat(6, 1fr); grid-auto-rows: auto; }
.g-5416ac4d { grid-column: span 3; }
.g-629b3a0a { aspect-ratio: 3/2; grid-column: span 2; }
.g-870a9a28 { grid-column: span 3; }
@media screen and (max-width: 768px) { .g-c0a87a8c { grid-template-columns: 1fr; }
.g-629b3a0a { grid-column: span 3; }
 }

/* Block: company_values::about--1 (about) */
.g-49fca0e4 { display: flex; align-items: center; gap: var(--size-m); }
.g-d364d103 { flex: 1; }
.g-808f7780 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-49fca0e4 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-6b6435ea { text-align: center; }
 }

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